:root {
   --pry-color: #003D43;
   --light-pry-color: #005C65;
   --sec-color: #F06F38;
}
@font-face {
  font-family: 'Manier';
  font-weight: 800;
  src: url('fonts/Manier.ttf') format('truetype');
}
@font-face {
  font-family: 'Mercury';
  src: url('fonts/mercury_display.otf') format('opentype');
}
* {
  font-family: Arial, Helvetica, sans-serif;
}
video {
  max-width: 100%;
}
fieldset[disabled] button {
  display: none;
}
.mercury {
  font-family: 'Mercury', serif !important;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}
footer {
  margin-top: auto;
}
[v-cloak]{
  display: none;
}
a {
  text-decoration: none;
  color: #0064C9;
}
.pointer {
  cursor: pointer;;
}
.text-pry {
  color: var(--light-pry-color);
}
.bg-pry {
  background-color: var(--light-pry-color);
  color: #fff;
}
.dark-bb {
  border-bottom-color: var(--pry-color) !important;
}
.bg-pry-dark {
  background-color: var(--pry-color) !important;
  color: #fff;
}
b, strong, .fw-bold {
  font-weight: 600;
}
.title {
  font-size: 30px;
  font-weight: 700;
}
.text-sm, .btn-sm {
  font-size: 14px;
}
.btn-pry {
  background-color: var(--light-pry-color);
  color: #fff;
  /* border-radius: 0; */
}
.btn-outline-pry {
  border:1px solid var(--light-pry-color) !important;
  color: var(--light-pry-color);
  background-color: #ffffff;
}
.tel::placeholder {
  opacity: 0;
}
.btn-pry:hover, .btn-pry:focus, .btn-pry:active {
  background-color: var(--light-pry-color) !important;
  color: #fff !important;
}
.logo {
  width: 100%;
  max-width: 180px;
  padding-block:8px;
}
.nav-item {
  font-size: 16px;
}
.nav-link {
  color: #444;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  transition: .5s;
}
.nav-link .counter {
  position: absolute;
  height: 18px;
  width: 18px;
  color: #fff;
  display: grid;
  place-items:center;
  top: -15px;
  right:-15px;
  font-size: 11px;
  border-radius: 100%;
}
.nav-link:hover, .nav-link.active {
  border-bottom-color: #fff;
  color: var(--pry-color);
  transition: .5s;
}
.blurred {
    height: 15px;
    width: 90%;
    display: inline-block;
    background-color: #757575 !important;
    color: none;
}
.divider {
  border-right:1px solid #ccc;
}
.p-ellipsis {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width:992px) {
  .filter-container {
    width: 75%;
  }
}
.sidebar {
  min-height: 100vh;
  height: 100%;
  width:300px;
  background-color: #f9f9f9;
  padding: 15px;
  position: sticky;
  top: 0;
}
.sidebar span {
  display: none;
}
.sidebar ul {
  padding: 0;
}
.sidebar li {
  list-style: none;
}
.sidebar a {
  padding-block: 8px;
  display: block;
  color: #444;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  transition: .5s;
  font-weight: 300;
}
.sidebar a:hover, .sidebar .active {
  color: var(--pry-color);
  border-color: var(--pry-color);
  transition: .5s;
}
.sidebar .active {
  font-weight: bold;
}
.sidebar h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--pry-color);
  padding-bottom: 8px;
  border-bottom:2px solid var(--pry-color);
}
.sidebar a.close-sidebar, .sidebar a.open-sidebar {
  border: none;
  background-color: #ffffff;
  height: 30px;
  width: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  position: absolute;
  top: .5%;
  right: -5%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.sidebar.closed {
  width: 40px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar.closed ul, .sidebar.closed h6 {
  display: none;
  transition: .5s;
}
.sidebar.closed a.open-sidebar {
  right: -15px;
}
.sidebar a.close-sidebar {
  display: none;
}
.hidden {
  display: none;
}
.sidebar.closed span {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: var(--pry-color);
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-90deg);

}
.ellipsis  {
  display: inline-block;
  margin-bottom: -6px;
  white-space: nowrap;
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 30px;
}
.ellipsis-short {
  width: 200px;
}
.ellipsis img {
  display: none;
}
.popover-header {
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
}
.popover-body {
  padding: 5px 10px;
}
[wide] .form-control.form-control-sm {
    min-width: 480px;
}
[moe][center] [url]:not([show]) {
    position: fixed;
    top: 7%;
    max-height: 88%;
    overflow-y: auto;
    overflow-x: hidden;
    left: calc(50% - 250px);
    width: 500px;
}
[moe][center][wide] [url]:not([show]) {
    left: calc(50% - 400px);
    width: 800px;
}
[moe][center][full] [url]:not([show]) {
    top: 10px;
    left: auto;
    right: 10px;
    width: 50vw;
    min-height: 98vh;
}
[moe][center] [url]:not([show]) .form-control.form-control-sm {
    min-width: unset;
    max-width: 100%;
}
[moe][large] form {
    width: 400px;
}
[moe][bottom] form {
    bottom: 100%;
}
.moe-disabled[moe] {
    cursor: not-allowed;
}
.moe-disabled[moe] [start][show] {
    opacity: 0.5;
    pointer-events: none;
}
.select2-dropdown {
  z-index: 100000 !important;
}
.select2-container {
  display: block !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #dee2e6 !important;
}
.select2-selection {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 38px !important;
}
.select2-selection.select2-selection--multiple {
  display: block !important;
}
.select2-search--inline {
  display: inline;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #fff9ea !important;
  padding: 0px 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  padding-right: 5px;
  margin-right: 5px;
}
.select2-search__field {
  min-width: 200px !important;
}
.page-link {
  font-size: 13px !important;
}
.form-control, .select2-results__option {
  font-size: 14px;
}
.select2-results__option:hover {
  background-color: var(--pry-color);
  color: #fff;
  cursor: pointer;
}
/* .accordion-button::after {
  margin-left: 0 !important;
  position: absolute;
  left: 10px;
  opacity: .8;
} */

.accordion-button {
  padding: 10px;
  font-size: 15px;
  box-shadow: none !important;
  border-bottom: 1px solid #ddd;
}
.accordion-button.collapsed {
  border-bottom: 1px solid transparent;
}

.accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0d7";
  background: none;
  font-size: 18px;
  text-align: center;
  color: #63666B;
}
.accordion-button:not(.collapsed)::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0d7";
  background: none;
  font-size: 18px;
  text-align: center;
  color: #63666B;
}
#fr-logo {
  display: none;
}
.fr-wrapper > div:not(.fr-element) {
  display: none !important;
}
.breadcrumbs-link a {
  position: relative;
  margin-right: 30px;
}
.breadcrumbs-link a::after {
  position: absolute;
  right:-20px;
  top:0;
  content: ">"
}
.breadcrumbs-link a:last-child::after {
  display: none;
}
.info-links {
  list-style: none;
}
.table th, .table td{
  background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 0 !important;
  background-color: #DD3446 !important;
  color: #fff;
  display: grid;
  place-items: center;
  height: 15px !important;
  width: 15px !important;
  border-radius: 100%;
  order:1;
  margin-left: 4px !important;
  line-height: 0 !important;
  font-weight: normal !important;
  margin-top: 6px;
  opacity: .7;
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
}

.tb-fixed {
  width: 100%;
  overflow-x: auto;
  overflow-y: clip;
}
.tb-fixed > table {
  margin-left: 250px;
}
.tb-fixed > table > * > tr > th:nth-child(2),
.tb-fixed > table > * > tr > td:nth-child(2) {
  border-left:none;
}
.tb-fixed > table > * > tr > th:first-child,
.tb-fixed > table > * > tr > td:first-child {
  position: absolute;
  margin-top: -1px;
  width: 250px;
  margin-left: -250px;
  background: #fff;
  border: 1px solid #ddd;
}
.tb-fixed > table > * > tr > th:first-child {
  background-color: #FFF9EA;
}
.tb-fixed > table > * > tr > td:first-child a {
  width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}
.sfef-container {
  border: 1px solid #eee;
  padding-inline:10px;
  height: 90vh;
  overflow: auto;
}
.sm-captcha .g-recaptcha > div{
  transform: scale(0.8);
  margin-left: -30px;
}
.iti {
  display: block !important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  margin: unset !important;
  width: 100% !important;
}
.decision-table tbody {
  /* border-bottom:1px solid #DEE2E6 !important; */
}
.decision-table tbody:nth-child(odd) {
  background-color: #fbfafe;
}
.decision-table tbody tr, .decision-table td {
  border: none;
}
.decision-table td {
  color: #585C5F;
}
.data-viewer {
  min-height: 280px;
}
.custom-border th,
.custom-border td {
  border:1px solid #ccc;
}
.custom-border, th.no-border {
  border:0;
  border-width:0px;
}
.company-logo {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  display: grid;
  place-items:center;
  position: relative;
}
.company-logo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background-color: #ffffff;
}
.competitor-logo {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  display: grid;
  place-items:center;
  position: relative;
}
.competitor-logo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  background-color: #ffffff;
}
.company-logo .change,
.competitor-logo .change {
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  background-color: rgba(0,0,0,.3);
  display: grid;
  place-items:center;
}
.company-logo .change {
  height: 60px;
  width: 60px;
}
.fade:not(.show) {
  display: none;
}
.ql-editor{
  height: 250px !important;
  max-height: 250px;
  overflow: auto;
}
.ql-container {
  background-color: #ffffff;
}
.iframe-container {
  display: grid;
  place-items:center;
}
.iframe-container iframe {
  width: 100%;
}
.iframe-container .iframe-mobile {
  width: 490px;
  height: 750px !important;
  padding: 60px 80px 50px 80px;
  background-image: url('/images/canvas-bg.png');
  background-size: 370px 100%;
  object-fit: contain;
  background-position: center;
  background-repeat:no-repeat;
  overflow: hidden;
}
.desktop-view,
.mobile-view {
  height: 30px;
  width: 30px;
  display: grid;
  place-items:center;
  border: 1px solid #eee;
}
.desktop-view.active,
.mobile-view.active {
  background-color: var(--pry-color);
  color: #fff !important;
}
a[href*="www.froala.com"] {
  display: none !important;
}
#competitors {
  list-style: none;
}
#competitors li {
  font-size: 13px;
  margin-bottom: 10px;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #ddd;
  cursor: grab;
}
#competitors li:active {
  cursor: grabbing;
}
.emp-container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 180px;
  overflow: hidden;
}
.vert {
  position: absolute;
  left: -46%;
  rotate: -90deg;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.dotted {
  border-top:2px dashed !important;
  border-bottom:2px dashed !important;
}
.dotted.border-start{
  border-left:2px dashed !important;
}
.dotted.border-end{
  border-right:2px dashed !important;
}
.web-print {
  width: 13.34in;
  height:7.5in;
}
@media screen and (max-width:1399px) {
  .web-print {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:1100px) {
  .vert {
    left: -47.5%;
  }
}
@media screen and (max-width:991px) {
  .popup-overlay.show {
    background-color: rgba(0,0,0,.4);
    min-height: 100vh;
    height: 100%;
    width: 100vw;
    position: fixed;
    top:0;
    left:0;
    z-index: 100;
  }
  .popup-sidebar {
    position: absolute;
    right:0;
    top: 0;
    overflow: hidden;
    height: 0;
    width: 0;
    margin-right: -300px;
  }
  .popup-sidebar.show {
    height: 100%;
    margin-right: 0;
    transition: .5s;
    overflow: auto;
    z-index: 200;
    min-height:100vh;
    background-color: #ffffff;
    width: 300px;
    margin-right: 0;
    position: fixed;
    padding: 10px;
    box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.4);
    transition: .5s;

  }
  .floater {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    margin-bottom:-1px;
    display: block;
  }
  .navbar-toggler {
    padding: 10px;
    background-color: #ffffff !important;
    color: var(--pry-color);
    font-size: 14px;
    box-shadow: none !important;
  }
  .nav-item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  #navbarNav {
    border-top: 1px solid #eee;
    margin-top: 5px;
  }
  .job-titles {
    color: #000000;
  }
  /* invert styling on mobile */
  .sidebar ul, .sidebar h6 {
    display: none;
    transition: .5s;
  }
  .sidebar {
    position: fixed;
    top:0;
    z-index: 2000;
    min-height: 100%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    width: 0;
    padding: 0;
  }
  .sidebar.closed {
    width: 300px;
    padding: 15px;
    display: block;
    overflow: auto;
  }
  .sidebar.closed h6, .sidebar.closed ul {
    display: block;
    transition: .5s;
  }

  .sidebar > a, .sidebar > span {
    display: none !important;
  }
  .content.fx-height {
    height: 80vh;
    overflow-y: hidden;
    opacity: .5;
    pointer-events:none
  }
  .open-sidebar {
    display: none;
  }
  .fab-sidebar {
    position: fixed;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    bottom: 10px;
    right: 10px;
    background-color: var(--pry-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    color: #fff;
    font-size: 17px;
    padding: 0;
    display: grid;
    place-items:center;
    z-index: 3000;
  }
  [moe][center][wide] [url]:not([show]), [moe][center][full] [url]:not([show]) {
    width: 80vw;
  }
  [moe] [url]:not([show]) {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 80%;
  }
  [moe][fixed-center] [url]:not([show]) {
    width: 70vw;
  }
}
@media screen and (max-width:767px) {
  .emp-container {
    display: block;
    padding-left: 0;
  }
  .web-print p.fw-light {
    font-size: 13px;
    white-space: nowrap;
  }
}
@media screen and (max-width:575px) {
  [moe][fixed-center] [url]:not([show]), [moe][center][wide] [url]:not([show]), [moe][center][full] [url]:not([show]) {
    width: 90vw;
  }
  .mercury.title {
    font-size: 25px;
  }
}

/* linear loading */
.bar-container{
	position: relative;
	height: 5px;
	width: 100%;
	background-color: #bdbdbd;
}

.bar{
	content: "";
	display: inline;
	position: absolute;
	height: 100%;
	width: 0;
	right: 0;
}

.bar:nth-child(1) {
  background-color: #006495;
  animation: linear_loader 2s linear 0.3s infinite;
}

@keyframes linear_loader {
    0% {
    	right: 100%;
    	width: 10%;
    }
    30% {
    	right: 0%;
    	width: 40%;
    }
    50% {
    	right: 0%;
    	width: 0%;
    }
    80% {
    	right: 0%;
    	width: 0%;
    }
    100% {
    	right: 0%;
    	width: 0%;
    }
}
/* end linear loading */
.company-pill {
  display: inline-block;
  background-color: #f7e5b1;
}
.vue-pagination button[disabled] {
  background-color: #2D598A !important;
  border-color: #2D598A;
  color: #fff;
}

.p-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: normal;
  font-size: 20px;
}

.medlink .logo {
  max-width: 200px;
  padding-block: 0;
}
.medlink .auth-logo {
  width: 200px;
}

.ci .auth-logo {
  width: 200px;
}
.pointer {
  cursor: pointer;
}
.with-buttons-bottom {
  position: relative;
  padding-bottom: 70px;
}
.bottom-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
