:root {
  --clr-dark-blue: #267baa;
  --clr-light-blue: #5ebad1;
  /*--clr-blue-v1: #5ebad1;*/
  --primary-ff: "Roboto", sans-serif;
  --primary-ff-sl: "nirmala-sl";
  --primary-ff-b: "nirmala-b";
  --clr-gray: #6c6c6c;
  --hero-height: 70vh;
  --line-width: 200px;
  --transition: 0.5s;
}

/*@font-face {
    font-family: nirmala-r;
    src: url('../fonts/nirmalaUI/Nirmala.ttf');
}
@font-face {
    font-family: nirmala-b;
    src: url('../fonts/nirmalaUI/NirmalaB.ttf');
}
@font-face {
    font-family: 'nirmala-sl';
    src: url('../fonts/nirmalaUI/NirmalaS.ttf');
}*/

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
}
.prowyser-support {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.support-button {
  transition: all .5s;
  height: 40px;
  width: 40px;
  background: #267baa;
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
}
.support-button.main {
  z-index: 9 !important;
  position: relative;
}
.support-button i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.support-button:hover {
  background: var(--clr-light-blue);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}
.support-button:focus {
  outline: none;
  box-shadow: none;
}
.prowyser-support:hover {
  height: 182px;
}
.prowyser-support:hover .support-button.ticket {
  transform: translateY(-141px);
}
.prowyser-support:hover .support-button.chat {
  transform: translateY(-94px);
}
.prowyser-support:hover .support-button.phone {
  transform: translateY(-47px);
}
.support-button-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prowyser-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
}
.prowyser-loading-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: rgba(94, 186, 209, 0.75);
}
.prowyser-loading-spinner .prowyser-loading-logo {
  width: 125px;
  animation: animateLoadingLogo 10s infinite;
}
.pr-default-template-layout {
  background: linear-gradient(to right, var(--clr-light-blue) 0%, #124472 100%);
  padding: 0px 5px;
  color: #fff;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 3px
    linear-gradient(to right, var(--clr-light-blue) 0%, #124472 100%);
  margin: 5px;
  border-radius: 50%;
  font-size: 20px;
}
.pr-quote-reason-address-textarea {
  font-size: 13px;
  overflow-y: hidden;
  border: none;
  resize: none;
  padding: 0.375rem 0.5rem !important;
}
.pr-quote-reason-address-textarea:focus {
  background: #f5f9fa;
  border: 1px dashed rgba(0, 0, 0, 0.2) !important;
  box-shadow: none !important;
}
@keyframes animateLoadingLogo {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.prowyser-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.prowyser-loading.hide {
  display: none;
}
.prowyser-content.in {
  opacity: 1;
  visibility: visible;
}
.pr-dashboard-card-link {
  cursor: pointer;
  position: relative;
}
.pr-dashboard-card-link:hover {
  text-decoration: none !important;
}
/* Custom CSS */
.supplyer-search-result {
  margin-top: 10px !important;
  font-size: 14px !important;
}

.paginateShowAllList {
  display: none !important;
}
.clr-dark-blue {
  color: var(--clr-dark-blue) !important;
}
.clr-red {
  color: red !important;
}

.csr-green {
  color: green !important;
}

.pt-event {
  pointer-events: none !important;
}

.d-n {
  display: none !important;
}

.d-b {
  display: block !important;
}

.d-inb {
  display: inline-block !important;
}

/* Custom Editor for quotes description */
.pr-add-client-editor-toolbar,
.pr-editor-toolbar {
  text-align: center;
  position: fixed;
  z-index: 999;
  display: none;
  width: 480px;
  background-color: #e4e3e3;
}

.pr-add-client-editor-toolbar a,
.pr-editor-toolbar a {
  color: #000;
}

.tag-list {
  margin-left: 10px !important;
  /* max-width: 33% !important; */
  /* overflow: auto; */
}

.tag-list::-webkit-scrollbar {
  height: 0px;
}

.long-user-tag {
  max-width: 100%;
  overflow: auto;
}

.long-user-tag::-webkit-scrollbar { 
  width: 0px;
  background: transparent;
  height: 0px;
}

.pr-txt-ditor-toolbar, .pr-description-txt-editor-toolbar {
  text-align: center;
  display: none;
  width: 100%;
  background-color: #e4e3e3;
}

.pr-txt-ditor-toolbar a, .pr-description-txt-editor-toolbar a {
  color: #000;
}

.text-editor-spacing {
  padding: 10px; 
  margin-bottom: 10px; 
}

.text-editor-color-icon {
  color: #C96;
}

.height-100 {
  height: 100% !important;
}

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

.fore-wrapper a {
  border: 1px solid #aaa;
  background: #fff;
  font-family: "Candal";
  border-radius: 1px;
  color: black;
  padding: 5px;
  width: 1.5em;
  margin: -2px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 1px 0px #ccc;
}

.pr-add-client-editor-toolbar a:hover,
.pr-editor-toolbar a:hover,
.pr-txt-ditor-toolbar a:hover,
.pr-description-txt-editor-toolbar a:hover,
.fore-wrapper:hover {
  background: #f2f2f2;
  border-color: #8c8c8c;
}

a[data-command="redo"] {
  margin-right: 5px;
  border-radius: 0 3px 3px 0;
}

a[data-command="undo"] {
  border-radius: 3px 0 0 3px;
}

/* Custom Alert Design */
.pr-alert-message {
  margin: 5px 0;
  padding: 20px;
  padding-bottom: 5px;
  border-left: 5px solid #124472;
  border-radius: 5px;
}
.pr-alert-message-info {
  background-color: #ceefff;
  border-color: #267baa;
}
.pr-alert-message-success {
  background-color: #99e5bd;
  border-color: #1b834d;
  color: #06341c;
}
.pr-alert-message-info h6 {
  color: #267baa;
}
.pr-alert-message-link {
  font-weight: 700;
  color: #062c33 !important;
}
.pr-alert-message-warning {
  background: #fee05c !important;
  border-color: #fcaf17 !important;
}
.pr-alert-message-warning h6 {
  color: #fcaf17;
}
.pr-alert-message-warning-link {
  font-weight: 700;
  color: #533f03 !important;
}

a.palette-item {
  height: 1em;
  border-radius: 3px;
  margin: 2px;
  width: 1em;
  border: 1px solid #ccc;
}

a.palette-item:hover {
  border: 1px solid #ccc;
  box-shadow: 0 0 3px #333;
}

.fore-palette, .align-palette {
  display: none;
  z-index: 999 !important;
  height: auto !important;
  top: 25px;
}

.fore-wrapper:hover .fore-palette, 
.fore-wrapper:hover .align-palette {
  display: block;
  float: left;
  position: absolute;
  padding: 3px;
  width: 10em;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #ccc;
  height: 4.4em;
}

.fore-palette a {
  background: #fff;
  margin-bottom: 2px;
}

.align-palette a{
  padding: 0;
  margin: 2px;
  border-radius: 3px;
}

.align-palette{
  right: 0;
}

.pw-editor-txt {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.pw-editor-quote-description {
  position: relative;
  width: 120px;
  font-family: "Roboto", sans-serif;
  color: #4c4c4c;
  padding: 0 5px;
  border: 1px solid transparent;
  font-size: 13px;
  height: 38px;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  display: block;
  overflow: hidden !important;
  cursor: initial;
}
.pw-editor-quote-description:focus {
  z-index: 99 !important;
  background: #f5f9fa;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
.pw-editor-description {
  /* width: 300px !important; */
   width: 100% !important;
   word-break: break-all !important;
   word-wrap: break-word !important;
  /* max-width: 100%; */
}

.pw-quote-btn{
  align-items: center;
  background-color: #fff;
  border: 2px solid transparent;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  transition: all .2s;
  width: 36px;
  border-radius: 6px;
  /* color: #fff; */
  cursor: pointer;
  /* font-family: Inter,sans-serif; */
  font-size: 16px;
  font-weight: 600;
  outline-offset: 2px;
}
.pw-quote-btn:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.pw-quote-option-container{
  display: flex;
  gap: 5px;
  padding: 5px;
}
.pw-quote-btn {
  &.pw-quote-btn-danger {
    background: #DC3444;
  }
  &.pw-quote-btn-success {
    background: #28A745;
  }
  .white-color{
    color: white;
  }
}
.pw-background-white{
  background-color: #F5F9FA !important;
}
.fs-22{
  font-size: 22px;
}
.w2{
  width: 2% !important;
}
.w4{
  width: 4% !important;
}
.w5{
  width: 5% !important;
}
.w6{
  width: 6% !important;
}
.w8{
  width: 8% !important;
}
.w10{
  width: 10% !important;
}
.w32{
  width: 32% !important;
}
/* Editor CSS End */

.a-link {
  position: relative;
  font-family: var(--primary-ff);
  color: var(--clr-dark-blue);
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none;
}
.a-link:hover {
  text-decoration: none;
  color: var(--clr-dark-blue);
}
.a-link:after {
  position: absolute;
  content: "";
  bottom: -5px;
  height: 2px;
  width: 0;
  left: 0;
  background: var(--clr-dark-blue);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.a-link:hover::after {
  width: 100%;
}

.quote-date {
  width: 110%;
  margin-left: -20px;
}
.m20-0 {
  margin: 20px 0;
}
.m--60 {
  margin-left: -60px !important;
}

.m--93 {
  margin-left: -81px !important;
}
.mnl-7 {
  margin-left: -7px;
}
.m--10 {
  margin-left: -10px !important;
}

.m--15 {
  margin-left: -15px !important;
}

.m--20 {
  margin-left: -20px !important;
}
.mw-300 {
  min-width: 300px;
}
.t-mw-75 tr th,
.t-mw-75 tr td {
  min-width: 75px;
}
.p-50 {
  padding: 50px;
}
.bg-white {
  background: #fff !important;
}

.client-archive-group input[type="checkbox"] {
  display: none;
}

.client-archive-group
  input[type="checkbox"]
  + .btn-group
  > label
  span:first-child {
  display: none;
}

.client-archive-group
  input[type="checkbox"]:checked
  + .btn-group
  > label
  span:first-child {
  display: inline-block;
}

.client-archive-group
  input[type="checkbox"]:checked
  + .btn-group
  > label
  span:first-child
  + span {
  display: none;
}

.csr-ptr {
  cursor: pointer !important;
  text-decoration: none !important;
}

.pr-txt:hover {
  color: #4c4c4c !important;
}

.pd-5 {
  padding: 5px !important;
  font-size: 15px !important;
}

.bt-0 {
  border-top: 0 !important;
}

.sent-email-row {
  max-height: 300px !important;
  overflow-y: scroll !important;
}

.client-form-email-icon {
  position: absolute !important;
  top: 0 !important;
  left: 10px !important;
  color: #267baa !important;
  font-size: 18px !important;
}

.client-form-mobile-icon {
  position: absolute !important;
  top: 0 !important;
  left: 10px !important;
  color: #267baa !important;
  font-size: 25px !important;
}

.client-form-fax-icon {
  position: absolute !important;
  top: 0 !important;
  left: 5px !important;
  color: #267baa !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.client-email-tab a.active {
  border-top: 3px solid #007bff !important;
}

.client-email-tab a {
  padding: 10px !important;
}

#client_list_table_wrapper .dt-buttons button {
  margin-right: 15px;
}

.word-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.mx-width-4 {
  max-width: 4.33% !important;
}

.mx-width-14 {
  max-width: 14% !important;
}

.mx-width-27 {
  max-width: 27% !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.img-fit-cover {
  object-fit: cover;
}

.gap-5{
  gap: 5px;
}
.w-11 {
  width: 11px !important;
}

.w-155 {
  width: 155px !important;
}

.w-200 {
  width: 200px !important;
}

.w-515 {
  width: 515px !important;
}

.w-473 {
  width: 473px !important;
}

.w-110 {
  width: 110px !important;
}

.w-120 {
  width: 120px !important;
}

.w-130 {
  width: 130px !important;
}

.w-180 {
  width: 180px !important;
}

.w-20 {
  width: 20% !important;
}

.w-83 {
  width: 83% !important;
}

.w-140 {
  width: 140px !important;
}

.h-100px {
  height: 100px !important;
}

.width-fit-content{
  width: fit-content !important;
}

.mx-wd-18 {
  max-width: 18% !important;
}

.mx-wd-16 {
  max-width: 16% !important;
}

.mx-wd-30 {
  max-width: 31.33% !important;
}

.mx-width-20 {
  max-width: 20% !important;
}

.mx-width-22 {
  max-width: 22% !important;
}

.mx-wd-40 {
  max-width: 40% !important;
}

.mx-wd-12 {
  max-width: 12% !important;
}

.mx-wd-14 {
  max-width: 14% !important;
}

.ml--35 {
  margin-left: -35px !important;
}

.w-100 {
  width: 100px !important;
}
.w-100p {
  width: 100% !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.quote-number {
  position: unset !important;
  margin-top: 5px;
  font-size: 1rem;
}

.fs-14 {
  font-size: 14px !important;
}

.latest-sub-image {
  height: 100px !important;
  width: 100px !important;
  object-fit: cover !important;
}

.designation-textarea {
  display: unset !important;
  overflow: hidden !important;
}

.reference-textarea {
  display: unset !important;
  overflow: hidden !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-4 {
  margin-top: 4px !important;
}
/*Checbox group*/
.pr-check-group {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.pr-check-group input[type="checkbox"] {
  display: none;
}
.pr-check-group input[type="checkbox"] + label::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pr-check-group label {
  position: relative;
  padding-left: 25px;
}
.pr-check-group.active {
  border-color: rgba(38, 123, 170, 0.4);
  background: rgba(38, 123, 170, 0.02);
}
.pr-check-group label::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: scale(0.6) rotate(-23deg) translateY(-50%);
  -moz-transform: scale(0.6) rotate(-23deg) translateY(-50%);
  -ms-transform: scale(0.6) rotate(-23deg) translateY(-50%);
  -o-transform: scale(0.6) rotate(-23deg) translateY(-50%);
  transform: scale(0.6) rotate(-23deg) translateY(-50%);
  background: url("/images/check.svg") no-repeat;
  background-size: 20px 20px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
}
.pr-check-group input[type="checkbox"]:checked + label::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0deg) translateY(-50%);
  -moz-transform: scale(1) rotate(0deg) translateY(-50%);
  -ms-transform: scale(1) rotate(0deg) translateY(-50%);
  -o-transform: scale(1) rotate(0deg) translateY(-50%);
  transform: scale(1) rotate(0deg) translateY(-50%);
}

.pr-files-status {
  height: 380px;
  overflow-y: scroll;
  width: 130 !important;
}

.w-270 {
  width: 270px !important;
}

.clr-unset {
  color: unset !important;
}

.pr-act-title {
  position: relative;
  font-family: var(--primary-ff);
  color: #4c4c4c;
  font-size: 22px;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.div-disabled {
  cursor: not-allowed !important;
}

.div-disabled:hover {
  cursor: not-allowed !important;
}

.btn-disabled {
  background: #267baaad !important;
  pointer-events: none !important;
}

.btn-disabled:hover {
  background: #267baaad !important;
  pointer-events: none !important;
}

.pr-heading {
  font-family: var(--primary-ff);
  color: #494949;
  font-weight: 800;
  margin: 0;
  word-wrap: break-word;
  font-size: 18px;
}

.p-txt {
  font-family: var(--primary-ff);
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-gray);
  margin: 0;
  word-wrap: break-word;
}

.pl-30 {
  padding-left: 30px !important;
}

.dashed {
  list-style-type: none;
}

.dashed > li:before {
  content: "–";
  position: absolute;
  margin-left: -1.1em;
}

.evt-dtl-desc {
  max-height: 400px;
  overflow: auto;
}
/* X -- Custome css -- X */

/* General */
.d-n {
  display: none;
}
.m0 {
  margin: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.p25-0 {
  padding: 50px 0;
}
.p20 {
  padding: 20px;
}
.pt-100 {
  padding-top: 100px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb--100 {
  margin-bottom: -100px;
}
.pt-100 {
  padding-top: 100px;
}
.mt-5 {
  margin-top: 5px !important;
}
.d-ib {
  display: inline-block !important;
}
.mt-100 {
  margin-top: 100px;
}
.pr-sys-content {
  margin-top: 70px;
}
.fs-14 {
  font-size: 14px !important;
}
.cur-p {
  cursor: pointer;
}
.hvr-white {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hvr-white:hover {
  color: #fff;
}
.underline-b {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #7c7c7c;
}
.underline-g {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.pr-gray-bg {
  background: #f5f5f5;
  color: #6c6c6c;
}
.p-lbl {
  font-family: var(--primary-ff);
  margin: 0;
  font-weight: 400;
}
.p-err {
  color: darkred;
  font-weight: 600;
}
.white {
  color: #fff;
}
/* Table responsive */
.table.table-striped {
  border-collapse: collapse !important;
}
.dropdown-item {
  font-family: var(--primary-ff);
  background: #f5f5f5;
  color: #666;
}
.dropdown-item.active,
.dropdown-item:active {
  background: var(--clr-dark-blue);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.dropdown-item.active:hover,
.dropdown-item:active:hover {
  background: var(--clr-light-blue);
}
.table-section-res,
.table-section-res table {
  display: inline-block;
  width: calc(100vw - 350px);
  overflow-x: auto;
}
.horizontal-day-view-table {
  width: calc(100vw - 350px);
  overflow-x: auto;
}
.pr-card-header {
  background-color: var(--clr-dark-blue) !important;
}

.client-form-icon {
  color: var(--clr-dark-blue) !important;
  margin-top: 6px;
  font-size: 20px;
}

.client-form-label {
  font-size: 16px !important;
  font-weight: 500;
  font-family: var(--primary-ff);
  color: #3e7ca5;
  margin-top: 3px;
  display: inline-block;
  float: left;
}
.client-list-full {
  width: calc(100vw - 100px) !important;
  font-size: 9.5px;
}
/* Form elements */
.form-group.has-error .form-input {
  border-color: darkred;
}
span.help-block {
  color: darkred;
}
.form-btn {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  background: #267baa;
  color: #fff !important;
  font-family: var(--primary-ff);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  border: 0;
  border-radius: 50px !important;
  outline: none;
  cursor: pointer;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.form-btn:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
  background: var(--clr-light-blue);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}
.form-btn:focus {
  outline: none;
  box-shadow: none;
}
.form-btn.btn-white {
  background: #f5f5f5;
  color: var(--clr-dark-blue) !important;
}
.form-btn.btn-white:hover {
  background: #fff;
}
.form-btn.disable {
  pointer-events: none;
  background: #acacac;
  color: #696969;
}
.btn-9 {
  width: 90% !important;
  border-radius: 50px !important;
}
.btn-6 {
  width: 60% !important;
  border-radius: 50px !important;
}
.form-btn.btn-sm {
  padding: 6px 14px;
  font-size: 15px;
}
.form-btn.btn-up {
  padding: 6px 12px;
  font-size: 15px;
}
.form-btn.btn-xs {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
}
.form-btn.btn-success {
  background: #28a745;
}
.form-btn.btn-success:hover {
  background: rgba(40, 167, 69, 0.7);
}
.form-btn.btn-danger {
  background: darkred;
}
.form-btn.btn-danger:hover {
  background: rgba(139, 0, 0, 0.7);
}
.form-btn.btn-info {
  background: #17a2b8;
}
.form-btn.btn-info:hover {
  background: #138496;
}
.form-btn.btn-warning {
  color: #212529 !important;
  background: #ffc107;
}
.form-btn.btn-warning:hover {
  background: #e0a800;
}
.form-btn.btn-invert {
  background: #1c1c1c;
}
.form-btn.btn-invert:hover {
  background: rgba(28, 28, 28, 0.7);
}
.form-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  color: #4c4c4c;
  font-family: var(--primary-ff);
  font-weight: 500;
  padding-left: 10px;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.form-input:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) inset;
  border-color: var(--clr-light-blue);
}
.form-input:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
  border-color: var(--clr-dark-blue);
}
.form-input.form-txtarea {
  min-height: 130px;
}

.form-line-group {
  position: relative;
}
.form-line-input {
  position: relative;
  color: #6c6c6c;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 5px 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #acacac;
  outline: none;
}
.form-line-input.lg {
  font-size: 18px;
}
.form-line-group span {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: var(--clr-dark-blue);
  z-index: 9;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border-bottom: 2px solid transparent;
}
.form-line-input:focus {
  border-color: var(--clr-dark-blue);
  box-shadow: 0 1px 0 0 var(--clr-dark-blue);
}
/*.form-line-group .form-line-input:focus + span {
	width: 100%;
}*/
.form-line-group i {
  position: absolute;
  right: -15px;
  top: 0;
}
textarea.form-line-input {
  margin-bottom: -5px;
}
.lbl-form-tva {
  background: #f5f9fa;
  padding: 7px 15px;
  border: 1px dashed #ccc;
  border-radius: 3px;
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #6c6c6c;
}
.form-heading {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: var(--primary-ff);
  font-weight: 900;
  color: #6c6c6c;
  font-size: 16px;
  margin: 0 -16px;
  padding: 7px 25px;
  background: #f5f9fa;
}

.pr-nav-row {
  width: 100%;
  padding: 0 10px !important;
  margin-left: inherit !important;
}
.navbar.pr-navbar {
  -webkit-transition: all var(--transition);
  -moz-transition: all var(--transition);
  -ms-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}
.navbar.pr-navbar.theme-light {
  box-shadow: none;
  background: transparent;
}
.pr-logo {
  height: 50px;
  -webkit-transition: all var(--transition);
  -moz-transition: all var(--transition);
  -ms-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

.dark-bg {
  background: #f5f9fa;
}

/* Hero unit */
.pr-page-content {
  margin-top: 60px;
  min-height: calc(100vh - 70px);
}
.pr-hero-img {
  position: absolute;
  width: 60%;
  left: -200px;
  top: -300px;
  animation: animateHeroImg 10s infinite linear;
}
@keyframes animateHeroImg {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pr-hero {
  position: relative;
  height: var(--hero-height);
  /*min-height: 625px;*/
  min-height: 100vh;
  background-size: cover !important;
  background-position: bottom !important;
  z-index: 9;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*background: #007AA6;*/
  /*background: linear-gradient(to right, #007AA6 0, var(--clr-dark-blue) 60%);*/
  background-blend-mode: overlay;
  background-image: url("../images/bg-overlay.jpg"),
    linear-gradient(to bottom, #267baa 0%, #124472 100%);
  background-attachment: fixed;
  /*background: linear-gradient(to bottom, #267baa 0%, #124472 100%);*/
}
.pr-hero.pr-hero-shape {
  background: none;
}

.pr-hero.pr-hero-shape .pm-hero-caption {
  top: 40%;
}

.pr-hero::after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(0, 0, 0, .15);*/
  z-index: -1;
}

.pr-hero.light {
  background: linear-gradient(45deg, #fff 0%, #f5f5f5 100%);
}
.pr-landing-form {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  /* background: rgba(255, 255, 255, 1); */
  padding: 30px;
  border-radius: 5px;
  max-width: 550px;
  /* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15); */
}
.pr-landing-form::after {
  position: absolute;
  content: "";
  top: -30%;
  left: -15%;
  width: 130%;
  height: 160%;
  /* background: url('/images/shape2.svg'); */
  background-size: cover;
  z-index: -1;
}
.pr-hero-title.sm {
  /* color: var(--clr-dark-blue); */
  font-size: 1.75rem;
  font-weight: 700;
}
.form-input-tr {
  display: inline-block;
  width: 100%;
  /* max-width: 400px; */
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 1);
  height: 40px;
  color: #fff;
  padding: 10px;
  transition: all 0.25s;
}
.form-input-tr:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.3);
  /* border-color: rgba(0, 0, 0, .15);
	background: rgba(0, 0, 0, .25); */
}
.form-input-tr::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.form-input-tr:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.form-input-tr::placeholder {
  color: #fff;
}

.pr {
  position: relative !important;
  height: 100%;
}
.pr-hero-container {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  max-width: 1600px;
}
.pr-landing-assets {
  position: relative;
}
.pr-landing-lapi {
  position: relative;
  width: 100%;
  /*background: #fff;*/
  border-radius: 12px;
  /*border: 20px solid #ccc;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  animation: rollScreenReverse 0.5s;
  animation-fill-mode: forwards;
}
.pr-landing-lapi:hover {
  animation: rollScreen 0.5s;
  animation-fill-mode: forwards;
}
@keyframes rollScreen {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    z-index: 1;
  }
  60% {
    z-index: 99;
  }
  100% {
    z-index: 99;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes rollScreenReverse {
  0% {
    z-index: 99;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    z-index: 99;
  }
  60% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    z-index: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.pr-landing-mobile {
  position: absolute;
  width: 220px;
  /*border: 18px solid #cacaca;*/
  border-radius: 12px;
  bottom: -80px;
  right: -80px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 0;
  animation: rollMobReverse 0.5s;
}
.pr-landing-mobile img {
  /*width: 200px;*/
}
.pr-landing-mobile.landing {
  right: 75px;
}

/*.pr-landing-lapi::after, .pr-landing-mobile::after {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	bottom: -18px;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	background: #6c6c6c;
	border-radius: 50%;
}
.pr-landing-lapi::before, .pr-landing-mobile::before {
	position: absolute;
	content: " ";
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60px;
	height: 4px;
	border-radius: 20px;
	background: #6c6c6c;
}*/

.pr-landing-mobile::after {
  bottom: -16px;
}
.pr-landing-mobile::before {
  top: -11px;
}

.pr-landing-lapi:hover + .pr-landing-mobile {
  animation: rollMob 0.75s;
}

.pr-landing-desktop {
  position: relative;
}
.pr-landing-desktop-cover {
  width: 700px;
}

.pr-landing-desktop-img {
  position: absolute;
  width: 530px;
  top: 24px;
  left: 85px;
  z-index: -1;
}
/*.pr-landing-desktop::after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/images/landing/1.png');
	background-size: 550px;
	background-repeat: no-repeat;
	background-position-x: 84px;
	background-position-y: 26px;
}*/

@keyframes rollMob {
  50% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
  }
  0%,
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.pr-hero-caption {
  position: absolute;
  width: 100%;
  /*background: red;*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pr-hero-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-size: cover !important;
  background-position: bottom !important;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.pr-hero-slide.active-slide {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.pr-hero-slide::after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.pr-hero-content {
  position: relative;
  height: var(--hero-height);
  padding-top: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.pr-hero-middle-ico {
  position: relative;
  width: 100%;
  top: 100%;
}
.pr-hero-middle-ico::after {
  position: absolute;
  content: " ";
  top: -25px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f9fa;
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 auto;
  z-index: 1;
}
.pr-hero-middle-ico img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  bottom: -55px;
  z-index: 9;
  -webkit-animation: rotatePr 5s infinite linear;
  -o-animation: rotatePr 5s infinite linear;
  animation: rotatePr 5s infinite linear;
}
@keyframes rotatePr {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  12.5% {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  25% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
}
.pr-hero-btn {
  display: inline-block;
  padding: 12px 50px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-family: var(--primary-ff);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  background: var(--clr-dark-blue);
  /*background: linear-gradient(to right, #5ebad1 0%, #267baa 100%);*/
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-hero-btn:hover {
  background: var(--clr-light-blue);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
}
.pr-hero-title {
  font-family: var(--primary-ff);
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
}
.pr-hero-title.dark {
  color: var(--clr-dark-blue);
}
.pr-hero-tagline {
  font-family: var(--primary-ff);
  color: #fff;
}
.pr-hero-tagline.dark {
  color: var(--clr-gray);
}

.pr-title {
  position: relative;
  background-clip: text;
  display: inline-block;
  font-family: var(--primary-ff);
  font-weight: 700;
  color: var(--clr-dark-blue);
  /*background: linear-gradient(to bottom, var(--clr-light-blue) 0%, #124472 100%);*/
  /*background-clip: text;
	-webkit-background-clip: text;*/
  /*color: transparent;*/
}
.pr-title.light {
  color: #fff;
}
.pr-title.red {
  color: #ff0000;
}
.pr-subheading {
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #6c6c6c;
  padding: 0;
  margin: 0;
}
.under-c-txt {
  font-family: var(--primary-ff);
  padding: 30px 0;
  color: #acacac;
}
.lbl-required {
  color: darkred;
  font-size: 12px;
}
.pr-h3 {
  font-family: var(--primary-ff);
  font-weight: 600;
  color: var(--clr-dark-blue);
}
.pr-txt {
  font-family: var(--primary-ff);
  color: #4c4c4c;
  font-size: 16px;
  margin: 0;
}
.pr-txt.light {
  color: #fff;
}
.pr-txt.white {
  color: #fff;
}
.pr-b-txt {
  font-family: var(--primary-ff);
  font-size: 15px;
  line-height: 34px;
  color: #4c4c4c;
}
.pr-txt-b {
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #6c6c6c;
  font-size: 16px;
  letter-spacing: 1px;
}
.pr-lbl {
  font-family: var(--primary-ff);
  color: #7c7c7c;
}
.pr-info-lbl {
  font-family: var(--primary-ff);
  color: #9c9c9c;
  font-weight: 200;
}
/*Alerts*/
.pr-info-alert {
  background: #fee05c;
  border: 2px solid #fcaf17;
  /*background: #FCAF17;*/
  padding: 10px;
  border-radius: 4px;
}
.pr-info-alert label {
  margin: 0;
  font-family: var(--primary-ff);
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-gray);
}
.pr-title.with-line::before,
.pr-title.with-line::after {
  position: absolute;
  content: " ";
  top: 50%;
  /*	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
*/
  width: var(--line-width);
  height: 2px;
  background: var(--clr-light-blue);
}
.pr-title.with-line::before {
  right: calc(100% + 15px);
}
.pr-title.with-line::after {
  left: calc(100% + 15px);
}
.pr-title-line {
  position: relative;
  background: url("../images/logo-ico.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pr-title-line::before,
.pr-title-line::after {
  position: absolute;
  content: " ";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: var(--line-width);
  height: 2px;
}
.pr-light-heading {
  font-family: var(--primary-ff);
  font-size: 25px;
  color: #6c6c6c;
}
.pr-light-heading span {
  color: var(--clr-dark-blue);
  border-bottom: 1px solid var(--clr-dark-blue);
}
.pr-title-line::before {
  background: var(--clr-light-blue);
  right: calc(100% + 15px);
}
.pr-title-line::after {
  background: var(--clr-dark-blue);
  left: calc(100% + 15px);
}
/* Navbar */
.navbar-nav.pr-nav > li {
  margin: 0 15px;
}
.navbar-nav.pr-nav li a.nav-link {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #fff;
  -webkit-transition: all var(--transition);
  -moz-transition: all var(--transition);
  -ms-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}
.navbar-nav.pr-nav > li:not(.nav-auth-link) > a.nav-link {
  padding: 20px 0;
}
/*.navbar-nav.pr-nav li a.nav-link.nav-auth-link {
	margin-top: 10px;
}*/
/*.navbar-nav.pr-nav li a.nav-auth-link {
	border: 2px solid #fff;
	border-radius: 40px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 -10px;
}*/
.navbar-nav.pr-nav > li > a.nav-auth-link.primary {
  background: #267baa;
  color: #fff !important;
  border-color: #267baa;
}
/*.navbar.navbar-white .navbar-nav.pr-nav li a.nav-auth-link {
	border-color: #267baa;
}*/
.navbar.navbar-white {
  padding: 0;
}

.navbar .navbar-nav.pr-nav > li:not(.nav-auth-link) > a::after {
  position: absolute;
  content: " ";
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #fff;
  -webkit-transition: all var(--transition);
  -moz-transition: all var(--transition);
  -ms-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}
.navbar.navbar-white .navbar-nav.pr-nav li:not(.nav-auth-link) a::after {
  background: var(--clr-light-blue);
}
.navbar .navbar-nav.pr-nav li.active:not(.nav-auth-link) a::after {
  width: 100%;
}

.navbar .navbar-nav.pr-nav li:not(.nav-auth-link) a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.navbar.navbar-white {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.navbar.navbar-white .navbar-nav.pr-nav > li:not(.nav-auth-link) > a {
  padding-top: 18px;
  padding-bottom: 18px;
  color: var(--clr-dark-blue);
}
.navbar .navbar-nav.pr-nav li.nav-item.nav-auth-link {
  position: relative;
}
.navbar .navbar-nav.pr-nav li.nav-item.nav-auth-link span {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  line-height: 20px;
  border: 2px solid #fff;
  padding: 0 10px;
  border-radius: 25px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar .navbar-nav.pr-nav li.nav-item.nav-auth-link span a:last-child {
  color: #6c6c6c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar .navbar-nav.pr-nav li.nav-item.nav-auth-link span a:last-child::after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: -2px;
  right: -12px;
  background: #fff;
  z-index: -1;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar.navbar-white .navbar-nav.pr-nav li.nav-item.nav-auth-link span {
  border-color: var(--clr-dark-blue);
}
.navbar.navbar-white
  .navbar-nav.pr-nav
  li.nav-item.nav-auth-link
  span
  a:first-child {
  color: var(--clr-dark-blue);
}
.navbar.navbar-white
  .navbar-nav.pr-nav
  li.nav-item.nav-auth-link
  span
  a:last-child {
  color: #fff;
}
.navbar.navbar-white
  .navbar-nav.pr-nav
  li.nav-item.nav-auth-link
  span
  a:last-child::after {
  background: var(--clr-dark-blue);
}

.navbar .navbar-nav.pr-nav li.nav-item.nav-auth-link span.nav-auth-link-user {
  font-family: var(--primary-ff);
  font-weight: 700;
}
.navbar
  .navbar-nav.pr-nav
  li.nav-item.nav-auth-link
  span.nav-auth-link-user
  a::after {
  -webkit-transform: skew(0);
  -moz-transform: skew(0);
  -ms-transform: skew(0);
  -o-transform: skew(0);
  transform: skew(0);
  left: -15px;
}

.navbar .navbar-nav.pr-nav li.nav-item.nav-auth-link a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-dropdown {
  position: absolute;
  list-style: none;
  width: 175px;
  padding: 0;
  margin: 0;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(25px) scaleY(0.9);
  -moz-transform: translateY(25px) scaleY(0.9);
  -ms-transform: translateY(25px) scaleY(0.9);
  -o-transform: translateY(25px) scaleY(0.9);
  transform: translateY(25px) scaleY(0.9);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform-origin: top;
}

.nav-item.nav-demo-link .form-btn {
  margin-top: 2px;
  padding: 10px 30px !important;
  color: #fff !important;
  text-decoration: none;
}
.nav-item.nav-demo-link .form-btn.btn-white {
  color: var(--clr-dark-blue) !important;
}
.nav-item.nav-demo-link .form-btn:hover::after {
  display: none;
}

.navbar.navbar-white .nav-dropdown {
  background: var(--clr-dark-blue);
}
.nav-dropdown::after {
  position: absolute;
  content: " ";
  top: -8px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.navbar.navbar-white .nav-dropdown::after {
  background: var(--clr-dark-blue);
}
.nav-dropdown li a {
  position: relative;
  display: inline-block;
  padding: 7px 15px;
  width: 100%;
  font-family: var(--primary-ff);
  font-weight: 500;
  color: #4c4c4c;
  opacity: 0.75;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.navbar.navbar-white .nav-dropdown li a {
  color: #fff;
}
.nav-dropdown li a:hover {
  background: #4ea8c6;
  color: #fff;
  opacity: 1;
}
.nav-list-dropdown.nav-link-dropdown {
  position: relative;
}
.nav-list-dropdown.nav-link-dropdown a::after {
  display: none;
}
.navbar
  .navbar-nav.pr-nav
  li.nav-item.nav-auth-link.nav-link-dropdown
  .nav-dropdown
  li
  a {
  padding: 7px 15px;
}
.navbar .navbar-nav.pr-nav li.nav-item.nav-link-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) scaleY(1);
  -moz-transform: translateY(0) scaleY(1);
  -ms-transform: translateY(0) scaleY(1);
  -o-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
}

/*.navbar.navbar-white .navbar-nav.pr-nav li a.nav-auth-link {
	color: var(--clr-dark-blue);
	margin-top: 7px;
}*/

.navbar.navbar-white .navbar-nav.pr-nav > li > a:hover {
  color: var(--clr-light-blue);
}
.navbar.navbar-white .pr-logo {
  filter: brightness(1);
}

/* Request a demo */
.pr-rd-section {
  padding: 50px 0;
}
.pr-rd-img img {
  border-radius: 3px;
  width: 100%;
  /*box-shadow: 0 0 30px 1px rgba(0, 0, 0, .25);*/
}
.title-bold--light {
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #4c4c4c;
}

/* Landing page: Features; */
.pr-frame-mac {
  position: relative;
  max-width: 80%;
  border-top: 25px solid #4e4e4e;
  border-radius: 5px;
  /*margin: 0 auto;*/
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.pr-frame-mac.lg {
  width: 100%;
  max-width: 100%;
}
.left-5 {
  margin-left: 5% !important;
}
.pr-frame-mac::after {
  /*position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  background: #ccc;
  width: 100px;
  height: 2px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);*/
}
.pr-frame-mac img {
  width: 100%;
}
.pr-frame-app {
  position: absolute;
  width: 170px;
  left: 75%;
  bottom: -20px;
  border: 3px solid #4e4e4e;
  border-top: 20px solid #4e4e4e;
  border-bottom: 20px solid #4e4e4e;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.pr-frame-app::after {
  position: absolute;
  content: " ";
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  border-radius: 4px;
  background: #ccc;
}
.pr-frame-app img {
  width: 100%;
}
.pr-landing-mobile.landing .pr-frame-app {
  width: 160px;
  bottom: 0;
}
.pr-frame-btns {
  position: absolute;
  top: -17px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: #fd5754;
  border-radius: 50%;
}
.pr-frame-btns::after,
.pr-frame-btns::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pr-frame-btns::before {
  left: 20px;
  background: #febd41;
}
.pr-frame-btns::after {
  left: 40px;
  background: #34c848;
}
.pr-feature-section {
  padding: 50px 0;
  background: #f5f9fa;
  margin-top: -50px;
}
.pr-feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 3px;
  border-top: 10px solid transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-feature-card:hover {
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.pr-feature-card.v1 {
  border-color: #124472;
}
.pr-feature-card.v2 {
  border-color: #3a7693;
}
.pr-feature-card.v3 {
  border-color: #5ebad1;
}

.pr-feature-card i {
  font-size: 60px;
  background-clip: text;
  background: linear-gradient(to right, var(--clr-light-blue) 0%, #124472 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.pr-feature-card--title {
  position: relative;
  font-family: var(--primary-ff);
  color: #4c4c4c;
  font-size: 22px;
}
.pr-feature-card--title.underline-mini::after {
  position: absolute;
  content: " ";
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #ccc;
}
.pr-feature-list {
  list-style: none;
}
.pr-feature-list li {
  position: relative;
  font-family: var(--primary-ff);
  font-weight: 500;
  color: #7c7c7c;
  line-height: 40px;
}
.pr-feature-list li::before {
  position: absolute;
  content: " ✓ ";
  font-size: 24px;
  top: 0;
  left: -30px;
  color: var(--clr-dark-blue);
}
.icon-svg {
  width: 75px;
}

/* Landing page: CTA; */
.pr-cta-section {
  position: relative;
  background-blend-mode: overlay;
  background-image: url("../images/bg-overlay.jpg"),
    linear-gradient(to bottom, #267baa 0%, #124472 100%);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  box-shadow: 0 5px 10px -3px #333 inset, 0 -5px 10px -5px #333 inset;
  height: 50vh;
  z-index: 1;
}
.pr-cta-section::after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.pr-cta-center {
  position: relative;
  height: 50vh;
  width: 100vw;
  display: table-cell;
  vertical-align: middle;
}
.pr-cta-title {
  font-family: var(--primary-ff);
  font-weight: 900;
  color: #fff;
  font-size: 40px;
  letter-spacing: 5px;
}
.pr-cta-btn {
  display: inline-block;
  font-family: var(--primary-ff);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #3c3c3c;
  background: #fff;
  border: 0;
  border-radius: 50px;
  height: 50px;
  padding: 0 75px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-cta-btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: var(--clr-dark-blue);
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.pr-card {
  position: relative;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
.pr-card.pr-testimonial-card {
  /* padding: 15px; */
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 20px;
}
.pr-card.pr-testimonial-card .par-testimonial-content {
  padding: 15px;
}
.pr-card.par-card--common {
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.pr-card-heading {
  padding: 10px;
  text-align: center;
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #6c6c6c;
  background: #f5f9fa;
}
.pr-card-ico i {
  font-size: 175px;
  color: #6c6c6c;
  background-clip: text;
  background: linear-gradient(to right, var(--clr-light-blue) 0%, #124472 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.card.card-block {
  margin-bottom: 10px;
}

.pr-shadow-card {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.card-profile-avatar {
  height: 150px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 3px;
}
/* Landing: Testimonial Section; */
.pr-testimonial-section {
  padding: 50px 0;
  background: #f5f9fa;
}

/* Landing page: Services; */
.pr-services-section {
  padding: 50px 0;
  background: #f5f9fa;
}
.pr-service-crads {
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-service-crads:hover {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.pr-service-crads .pr-service-crad-cover.yellow {
  background: #f2b971;
}
.pr-service-crads .pr-service-crad-cover.blue {
  background: #1091a3;
}
.pr-service-crads .pr-service-crad-cover.pink {
  background: #e17773;
}
.pr-service-crads .pr-service-crad-cover.teal {
  background: #333e53;
}

.pr-service-crads img {
  width: 100%;
}
.pr-service-crad-body {
  padding: 15px;
}
.pr-service-crad-title {
  text-align: center;
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #6c6c6c;
}
.pr-service-image {
  height: 80px !important;
  width: 80px !important;
  object-fit: contain !important;
}
.sticky-quote-header {
  position: fixed;
  top: 0;
  width: 76%;
  z-index: 101;
  background-color: #F5F9FA;
}

/* Landing: List section; */
.pr-list-section {
  position: relative;
  padding: 100px 0;
}
.pr-list-container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.pr-list-content {
  position: relative;
  padding: 15px;
  max-width: 1500px;
  margin: 0 auto;
}
.pr-list-title {
  font-family: var(--primary-ff);
  font-weight: 700;
  font-size: 32px;
  color: var(--clr-dark-blue);
}
.pr-list-img {
  width: 300px;
  margin: 0 auto;
}
.list-btns {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.list-btns li {
  display: inline-block;
  background: #6c6c6c;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  font-family: var(--primary-ff);
  cursor: pointer;
  transition: all 0.25s;
}
.list-btns li.active {
  background: var(--clr-dark-blue);
}
.list-btns li:hover {
  background: var(--clr-light-blue);
}
/* Landing: Pricing ; */
.pr-pricing-section {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(to bottom, #267baa 0%, #5ebad1 75%, #fff 100%);
  /*background-blend-mode: overlay;
	background-image: url('/images/bg-overlay.jpg'), linear-gradient(to bottom, var(--clr-light-blue) 0%, var(--clr-dark-blue) 100%);*/
  z-index: 1;
}
/*.pr-pricing-section::after {
	position: absolute;
	content: ' ';
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	background: #fff;
	z-index: -1;
}*/

.row-pricing {
  max-width: 1000px;
  margin: 0 auto !important;
}

.pr-pricing-card {
  position: relative;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  padding-bottom: 40px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-pricing-card-f-lbl {
  position: absolute;
  width: 200px;
  top: 15px;
  right: -60px;
  height: 40px;
  line-height: 40px;
  background: var(--clr-dark-blue);
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 0 0 3px var(--clr-dark-blue);
  border: 1px dashed #fff;
}
.pr-pricing-card:hover {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}
.pr-pricing-card-price {
  position: absolute;
  margin-left: -25px;
  margin-top: 3px;
}
.pr-pricing-card-title {
  position: relative;
  font-family: var(--primary-ff);
  font-weight: 700;
  background: #f5f5f5;
  color: #4c4c4c;
  font-size: 26px;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
/*.pr-pricing-card-title::after {
	position: absolute;
	content: ' ';
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 2px;
	background: #ccc;
}*/
.pr-pricing-card-lbl {
  margin: 0;
  padding: 20px;
  font-family: var(--primary-ff);
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.pr-pricing-card-lbl span {
  font-size: 28px;
  color: #6c6c6c;
}
.pr-pricing-card-lbl label {
  font-size: 36px;
  margin: 0 -5px;
  color: var(--clr-dark-blue);
}
.pr-pricing-card-lbl small {
  font-size: 18px;
  color: #6c6c6c;
}
.pr-pricing-f-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 9px;
}
.pr-pricing-f-list li {
  border-bottom: 1px dashed #ccc;
  /*line-height: 50px;*/
  padding: 5px 15px;
  font-family: var(--primary-ff);
  font-weight: 500;
  color: #6c6c6c;
}
.pr-pricing-btn {
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: var(--clr-dark-blue);
  border: none;
  color: #fff;
  font-family: var(--primary-ff);
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-pricing-btn:hover {
  color: #fff;
  text-decoration: none;
  background: var(--clr-light-blue);
}
.pr-pricing-faq {
  margin-top: 50px;
}

/* Landing page: Owl  */
.owl-nav {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  outline: none;
}
.owl-nav::before,
.owl-nav::after {
  position: absolute;
  content: " ";
  top: 0;
  width: 2px;
  height: 100%;
  /*background: var(--clr-dark-blue);*/
}
.owl-nav::before {
  left: -2px;
}
.owl-nav::after {
  right: -2px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  background: var(--clr-dark-blue) !important;
  border-radius: 50%;
  outline: none;
}
.owl-nav .owl-prev {
  left: -50px;
}
.owl-nav .owl-next {
  right: -50px;
}

/* Go to top */
.pr-go-top {
  position: fixed;
  bottom: -25px;
  right: 10px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-go-top.in {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
.pr-go-top:hover {
  bottom: 20px;
}
.pr-go-top label {
  position: absolute;
  cursor: pointer;
  font-family: var(--primary-ff);
  font-weight: 700;
  font-size: 14px;
  bottom: -25px;
  left: 50%;
  color: var(--clr-light-blue);
  -webkit-transform: scaleY(0) translateX(-50%);
  -moz-transform: scaleY(0) translateX(-50%);
  -ms-transform: scaleY(0) translateX(-50%);
  -o-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-go-top:hover label {
  -webkit-transform: scaleY(1) translateX(-50%);
  -moz-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  -o-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}
.pr-go-top img {
  width: 50px;
  -webkit-animation: rotatePr 3s 5s infinite;
  -moz-animation: rotatePr 3s 5s infinite;
  -ms-animation: rotatePr 3s 5s infinite;
  -o-animation: rotatePr 3s 5s infinite;
  animation: rotatePr 3s 5s infinite;
}

.pr-overlay-bg-section {
  position: relative;
  background-blend-mode: overlay;
  background-image: url("../images/bg-overlay.jpg"),
    linear-gradient(to bottom, #267baa 0%, #124472 100%);
  background-attachment: fixed;
  padding-top: 60px;
}
/* How it works */
.pr-how-it-work-section {
  position: relative;
  padding: 50px;
  min-height: 75vh;
  background-blend-mode: overlay;
  background-image: url("../images/bg-overlay.jpg"),
    linear-gradient(to bottom, #267baa 0%, #124472 100%);
  background-attachment: fixed;
}
.pr-how-it-work-container {
  position: relative;
  margin-top: 15vh;
}
.pr-work-video-frame {
  position: relative;
  bottom: -75px;
  width: 100%;
  height: 50vh;
  background-blend-mode: overlay;
  background: url("../images/video-play-1.png"), rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-blend-mode: overlay;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pr-work-video-frame:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.pr-work-video-frame i {
  position: absolute;
  top: 50%;
  left: calc(50% - 50px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 100px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pr-work-video-frame:hover i {
  -webkit-transform: translateY(-50%) scale(1.25);
  -moz-transform: translateY(-50%) scale(1.25);
  -ms-transform: translateY(-50%) scale(1.25);
  -o-transform: translateY(-50%) scale(1.25);
  transform: translateY(-50%) scale(1.25);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.pr-company-partners {
  padding: 25px 0;
}
.pr-company-partner-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pr-company-partner-list li {
  display: inline-block;
  width: 19.5%;
}
.pr-company-partner-list li img {
  width: 75%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(35%);
}
.pr-company-partner-list:hover li img {
  -webkit-filter: grayscale(85%) blur(1px);
  filter: grayscale(85%) blur(1px);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.pr-company-partner-list li:hover img {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* Features */
.pr-features-page-section {
  position: relative;
  background-blend-mode: overlay;
  background-image: url("../images/bg-overlay.jpg"),
    linear-gradient(to bottom, #267baa 0%, #124472 100%);
  margin-top: 60px;
  min-height: 40vh;
}
.pr-features-page-center {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pr-features-page-card {
  position: relative;
  margin-top: -40px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.dynamic-field-btn {
  margin-top: 13px;
  cursor: pointer;
  margin-left: -20px;
}
.fa-plus.dynamic-field-btn {
  color: #267baa;
}
.fa-pencil.dynamic-field-btn {
  color: #267baa;
}
.fa-remove.dynamic-field-btn {
  color: red;
}
.form-input .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
  width: 100% !important;
}
.form-input .select2-search__field {
  width: 100% !important;
}

.modal-mm{
  width: 560px;
  max-width: 560px !important;
}

.modal-dialog.modal-lg.modal-xlg {
  max-width: 1000px;
}

.modal-dialog.modal-lg.modal-xxlg {
  max-width: 1150px;
}

.modal-dialog.modal-lg.ex-lg {
  /*min-width: 1200px;*/
  min-width: 1100px;
}

.modal-dialog.modal-mlg {
  min-width: 850px;
}

@media (max-width: 992px) {
  .modal-dialog.modal-lg.ex-lg {
    max-width: 900px;
  }
}

.grid {
  display: grid;
}
.grid.grid2 {
  grid-template-columns: 1fr 1fr;
}
.grid.grid3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.brdr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: -1px;
}
.item {
  padding: 20px;
}

/* Dropdown */
.pr-dropdown-group {
  position: relative;
  display: inline-block;
}
.pr-dropdown {
  position: absolute;
  top: -5px;
  left: calc(100% + 10px);
  border-radius: 3px;
  list-style: none;
  padding: 0;
  width: 125px;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  z-index: 9;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.pr-dropdown.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin-left: -10px;
}
.pr-dropdown::after {
  position: absolute;
  content: " ";
  top: 16px;
  left: -7px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}
.pr-dropdown li a {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  font-family: var(--primary-ff);
  font-weight: 500;
  color: #6c6c6c;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-dropdown li a.badge-success {
  color: #fff;
}
.pr-dropdown li a.badge-success.badge-light {
  color: #6c6c6c;
}
.pr-dropdown li a:hover {
  text-decoration: none;
  background: var(--clr-dark-blue);
  color: #fff;
}
.dropdown-menu > a:hover {
  text-decoration: none;
  background: var(--clr-dark-blue) !important;
  color: #fff;
}
.dropdown-menu {
  padding: 0px !important;
}
.pr-thumbnail {
  height: 120px;
  /*width: auto;*/
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  object-fit: cover;
}
.pr-email-thumbnail {
  height: 80px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  object-fit: cover;
}
.form-btn.btn-square {
  padding: 4px 20px !important;
  border-radius: 0.2rem !important;
  font-size: 15px !important;
}
.pr-lightbox-link {
  display: inline-block;
  font-family: var(--primary-ff);
  font-weight: 500;
  color: #6c6c6c;
  font-size: 14px;
  min-height: 160px;
}

.pr-lightbox-link.mini {
  min-height: 100px;
}

/* File - Reasons */
.reason-options {
  /*margin-left: 25px;*/
  margin-top: 15px;
}

/* Quatation Invoice */
.pr-quote-section-overlay {
}
.pr-quote-input {
  text-align: right;
  border-radius: 3px;
  outline: none;
  padding: 3px;
  color: #6c6c6c;
  border: 2px dashed transparent;
}
.pr-quote-input:hover,
.pr-quote-input:focus {
  border: 2px dashed rgba(0, 0, 0, 0.1);
  background: #f5f9fa;
}

.pr-total-quote-card {
  padding: 10px;
  background: #f5f9fa;
}

.pr-quote-title {
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #6c6c6c;
  outline: none;
  padding: 5px;
  border: 2px solid transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.pr-quote-title:hover {
  background: #fcfcfc;
  border: 2px dashed rgba(0, 0, 0, 0.1);
}
.pr-quote-title:focus {
  border: 2px dashed rgba(0, 0, 0, 0.15);
  background: #f9f9fa;
}
.pr-quote-sidebar-list {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  gap: 15px;
  padding-bottom: 10px;
}
.pr-quote-sidebar-list li {
  position: relative;
  font-family: var(--primary-ff);
  font-weight: 500;
  color: #4c4c4c;
  display: inline-block;
  width: 100%;
  padding: 5px 30px;
  width: fit-content;
  border-radius: 20px;
  background: #d5d5d5;
  margin: 5px 0;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.pr-quote-sidebar-list li:hover {
  color: #fff;
}
.pr-quote-sidebar-list li::after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  border-radius: 20px;
  left: 0;
  right: 0;
  background: var(--clr-light-blue);
  width: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.pr-quote-sidebar-list li:hover::after {
  width: 100%;
  opacity: 2;
}

.pr-quote-card {
  position: relative;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
}
.pr-quote-company-avatar {
  position: relative;
  display: inline-block;
}
.pr-quote-remove-logo {
  position: absolute;
  cursor: pointer;
  display: none;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: darkred;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.pr-quote-logo-img {
  position: relative;
  max-height: 100px;
  width: auto;
}
.pr-quote-logo {
  position: relative;
  background: #f5f5f5;
  border: 2px dashed #ccc;
  border-radius: 5px;
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #6c6c6c;
  width: 100%;
  max-width: 200px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-quote-logo label {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.pr-quote-logo:hover {
  color: var(--clr-light-blue);
  border-color: var(--clr-light-blue);
}
.pr-quote-logo i {
  font-size: 20px;
}

.pr-quote-table tbody tr td {
  padding: 7px;
}
.pr-quote-table-head tr th {
  font-size: 14px;
  padding: 7px;
  background: #f5f5f5;
  color: #6c6c6c;
}

.pr-quote-editable {
  font-family: var(--primary-ff);
  font-weight: 500;
  color: #6c6c6c;
  display: inline-block;
  width: 100%;
}

.pr-quote-popups {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
  min-width: 400px;
  max-width: 750px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.pr-quote-popups.in {
  opacity: 1;
  visibility: visible;
}
.pr-quote-popups::after {
  position: fixed;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -99;
}
.pr-quote-body {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: scale(1.2) translateY(-25px);
  -moz-transform: scale(1.2) translateY(-25px);
  -ms-transform: scale(1.2) translateY(-25px);
  -o-transform: scale(1.2) translateY(-25px);
  transform: scale(1.2) translateY(-25px);
}
.pr-quote-popup-close {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  border-radius: 3px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #fff;
  color: #2c2c2c;
  font-size: 24px;
  /*box-shadow: 0 0 0 2px #2c2c2c;*/
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.pr-quote-popup-close:hover {
  background: #2c2c2c;
  color: #fff;
}
.pr-quote-popups.in .pr-quote-body {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.pr-quote-popup-search {
}

.pr-quote-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pr-quote-list li {
  position: relative;
  display: inline-block;
  width: 31.33%;
  margin: 1%;
  background: #f5f9fa;
  border: 1px dashed #ccc;
  border-radius: 5px;
  font-family: var(--primary-ff);
  font-weight: 500;
  color: #6c6c6c;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-quote-list li:hover {
  background: #f5f9fa;
  color: #4c4c4c;
}
.pr-quote-list li label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  cursor: pointer;
  margin: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.pr-quote-list li label::after {
  position: absolute;
  content: "\F12C";
  top: 5px;
  right: 10px;
  font-family: "Material Design Icons";
}
.pr-quote-list li input[type="radio"] {
  display: none;
}
.pr-quote-list li input[type="radio"]:checked + label {
  background: var(--clr-light-blue);
  box-shadow: 0 0 0 2px var(--clr-light-blue);
  color: #fff;
  border-radius: 5px;
}

.form-quote-input {
  position: relative;
  display: table;
  width: 100%;
  font-family: var(--primary-ff);
  color: #4c4c4c;
  border: 1px solid transparent;
  padding: 0 5px;
  /*margin: -5px 0;*/
  /*line-height: 24px;*/
  font-size: 13px;
  height: 20px;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.form-quote-input-bold {
  font-family: var(--primary-ff);
  color: #000000;
  font-weight: 900;
}
/*.form-quote-input:hover {
	z-index: 99 !important;
	background: #f5f9fa;
}*/
.form-quote-input:focus {
  z-index: 99 !important;
  background: #f5f9fa;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}

/* Footer */
.footer {
  background: linear-gradient(to bottom, #267baa 0%, #124472 100%);
}
.footer-content {
  padding: 20px 0;
}
.sub-footer {
  background: #0c3254;
  padding: 20px;
}
.footer-copy {
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0;
}
.footer-logo {
  width: 60%;
  max-width: 170px;
}
.footer-title {
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li a {
  position: relative;
  display: inline-block;
  font-family: var(--primary-ff);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-list li a:hover {
  color: #fff;
}
.footer-list li a::after {
  position: absolute;
  content: " ";
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-list li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.footer-contact-list i {
  color: #fff;
}
.footer-contact-list p {
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.footer-subscribe {
  position: relative;
  display: inline-block;
  width: 100%;
}
.footer-subscribe input {
  font-family: var(--primary-ff);
  font-weight: 500;
  background: rgba(0, 0, 0, 0.25);
  color: #ccc;
  height: 40px;
  border-radius: 3px;
  padding-left: 10px;
  border: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  outline: none;
}
.footer-subscribe input:focus {
  background: #fff;
  color: #6c6c6c;
}
.footer-subscribe button {
  position: absolute;
  display: inline-block;
  right: 5px;
  top: 5px;
  height: 30px;
  font-family: var(--primary-ff);
  font-weight: 700;
  background: var(--clr-dark-blue);
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  border: 0;
}

.footer-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social-list li {
  display: inline;
}
.footer-social-list .mdi-facebook {
  color: #3b5998;
}
.footer-social-list .mdi-twitter {
  color: #1da1f2;
}
.footer-social-list .mdi-linkedin {
  color: #0077b5;
}
.footer-social-list .mdi-google-plus {
  color: #dd4b39;
}
.footer-social-list li a {
  position: relative;
  display: inline-block;
  width: 50px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  height: 50px;
  z-index: 9;
  margin: 4px;
}
.footer-social-list li a::after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 50px;
  width: 50px;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 50%,
    70% 85%,
    50% 65%,
    30% 85%,
    0 50%
  );
  clip-path: polygon(50% 0%, 100% 50%, 70% 85%, 50% 65%, 30% 85%, 0 50%);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-social-list li a:hover::after {
  -webkit-transform: rotateY(180deg) scale(1.2);
  -moz-transform: rotateY(180deg) scale(1.2);
  -ms-transform: rotateY(180deg) scale(1.2);
  -o-transform: rotateY(180deg) scale(1.2);
  transform: rotateY(180deg) scale(1.2);
}

/* Sidebar */
.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar{
  /* width: 18%; */
  max-width: 275px;
  height: 100vh; 
  min-height: 100vh;
  overflow: auto;
  position: sticky;
  top: 0;
  background: linear-gradient(
    to top,
    var(--clr-light-blue) 0%,
    var(--clr-dark-blue) 40%
  );
  color: #fff;
  transition: all 0.3s;
  font-family: var(--primary-ff);
}

#sidebar.active {
  min-width: 130px;
  max-width: 80px;
  text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

.pr-sidebar-toggle-btn {
  /* position: absolute; */
  /* top: calc(50vh - 25px); */
  /* width: 25px; */
  /* right: -20px; */
  height: 49px;
  line-height: 49px;
  border-radius: 0 3px 3px 0;
  background: #fff;
  color: var(--clr-dark-blue);
  border: none;
  /* -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; */
  cursor: pointer;
  outline: none !important;
}
/* #sidebar:hover .pr-sidebar-toggle-btn {
  right: -25px;
  outline: none;
}
#sidebar:not(.active) .pr-sidebar-toggle-btn i {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#sidebar:hover .pr-sidebar-toggle-btn i {
  margin-left: -5px;
}

#sidebar .pr-sidebar-toggle-btn span {
  display: inline-block;
  outline: none;
} */
#sidebarCollapse.active {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before,
#sidebar.active a[aria-expanded="true"]::before {
  top: auto;
  bottom: 5px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 20px;
  background: var(--clr-dark-blue);
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul li a {
  padding: 10px;
  font-family: var(--primary-ff);
  font-weight: 700;
  font-size: 1.1em;
  display: block;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar > ul > li > a {
  margin-bottom: 1px;
  /*border-bottom: 1px solid rgba(0, 0, 0, .1);*/
}
#sidebar ul li ul {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1) inset;
}
#sidebar ul li ul li a {
  font-family: var(--primary-ff);
  padding-left: 25px;
}
#sidebar ul li a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
#sidebar ul li a i {
  margin-right: 10px;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 4px 0 0 0 var(--clr-light-blue) inset;
}

a[data-toggle="collapse"] {
  position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
  content: "\F140";
  display: block;
  position: absolute;
  right: 20px;
  font-family: "Material Design Icons";
  font-size: 0.9em;
  margin-top: 5px;
}
a[aria-expanded="true"]::before {
  content: "\F143";
}

ul.CTAs a {
  font-family: var(--primary-ff);
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #135075;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}
.pr-nav-link {
  display: inline-block;
}
.pr-sys-navbar {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 50px;
  padding: 0 20px;
  z-index: 9;
}
.pr-sys-title {
  position: relative;
  line-height: 50px;
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #6c6c6c;
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-shadow: none;
}
.pr-sys-droddown-link {
  position: relative;
  display: inline-block;
  height: 49px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f9f9fa;
  line-height: 50px;
  padding: 0 10px;
  margin: 0;
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #6c6c6c;
  cursor: pointer;
}

.pr-sys-dropdown {
  position: relative;
}
.pr-sys-dropdown-list {
  position: absolute;
  right: 0;
  width: 150px;
  top: 100%;
  list-style: none;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
}
.pr-sys-dropdown:hover > .pr-sys-dropdown-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.pr-sys-dropdown-list li a {
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
  font-family: var(--primary-ff);
  color: #6c6c6c;
  text-decoration: none;
}
.pr-sys-dropdown-list li a:hover {
  background: #f5f5f5;
  color: #4c4c4c;
  font-family: var(--primary-ff);
  font-weight: 700;
}

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}
#content .content-p {
  padding: 0 20px;
}

.pr-upload-lbl span {
  cursor: pointer;
}
.pr-profile-picture {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: var(--primary-ff);
  font-weight: 700;
  cursor: pointer;
}
.img-container:hover .profile-image {
  filter: brightness(0.3);
}
.img-container:hover .pr-profile-picture {
  opacity: 1;
}
.pr-pro-img-block {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.img-container.pr-pro-img-block {
  position: relative;
}

.uploader-preview_box {
  padding: 50px;
  overflow: hidden;
  background: darkgrey;
}
.avatar-uploader__lbl {
  position: relative;
  display: inline-block;
  height: 300px;
  width: 500px;
  border: 2px dashed #ccc;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.avatar-uploader__lbl i {
  font-size: 60px;
  color: #666;
}
.avatar-uploader__lbl p {
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #666;
  font-size: 24px;
}
.avatar-uploader__lbl:hover {
  cursor: pointer;
  border-color: #666;
  background: #f5f5f5;
}
.avatar-uploader__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cropit-preview {
  border: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f8f8f8;
  background-size: cover;
  /*border: 1px solid #ccc;*/
  border-radius: 3px;
  margin-top: 7px;
  width: 300px;
  height: 300px;
}

.uploader-preview_box.business .cropit-preview {
  width: 400px;
  height: 250px;
}

.uploader-preview_box.business .cropit-preview-image-container {
  border-radius: 0;
}

.cropit-image-input {
  visibility: hidden;
  display: none;
}

.cropit-preview-image-container {
  border: 0;
  cursor: move;
  border-radius: 50%;
}

.user-profile-sidebar {
  position: relative;
  width: 300px;
  float: left;
}
.user-profile-content {
  width: calc(100% - 300px);
  float: left;
}

.company-profile-sidebar {
  position: relative;
  width: 400px;
  float: left;
}
.company-profile-content {
  width: calc(100% - 400px);
  float: left;
}

.profile-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.company-avatar {
  width: 320px;
  height: 200px;
  border-radius: 4px;
}

.user-profile-body {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  cursor: pointer;
}
.user-profile-body.company {
  width: 320px;
  height: 200px;
}
.user-profile-body::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.user-profile-body.company::after {
  border-radius: 4px;
}
.user-profile-body:hover::after,
.user-profile-body:hover .user-profile-lbl {
  opacity: 1;
  visibility: visible;
}
.user-profile-lbl {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  text-shadow: 0 0 3px #000;
  font-family: var(--primary-ff);
  font-weight: 700;
  color: #fff;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

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

.cropit-preview-background-container {
}
.cropit-preview-image-container {
  cursor: move;
}

.cropit-preview-background {
  opacity: 0.2;
  cursor: auto;
}

.image-size-label {
  margin-top: 10px;
}

.rotate-cw,
.rotate-ccw {
  font-size: 20px;
  color: #666;
  margin-right: 5px;
}

.slider-range_img {
  color: #9c9c9c;
}
.slider-range_img.left {
  font-size: 15px;
}
.slider-range_img.right {
  font-size: 30px;
}

.slider-range {
  min-width: 150px;
  -webkit-appearance: none;
  height: 7px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider-range:hover {
  opacity: 1;
}

.slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--clr-dark-blue);
  cursor: pointer;
}

.slider-range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4caf50;
  cursor: pointer;
}

.pr-ol-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.pr-ol-modal.in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.pr-ol-modal-close {
  position: absolute;
  right: 50px;
  top: 50px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.pr-ol-modal-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pr-ol-modal .pr-ol-modal-dialog {
  position: relative;
  width: 50%;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.8);
  -moz-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  -o-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-ol-modal.in .pr-ol-modal-dialog {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.pr-ol-modal-body {
  padding: 20px;
}
.pr-ol-modal-header {
  padding: 10px;
  text-align: center;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: inline-block;
}
.profile-cover {
  position: relative;
  display: inline-block;
  width: 500px;
  height: 350px;
  background: red;
}
.profile-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: yellow;
}

.profile-image {
  opacity: 1;
  display: block;
  transition: 0.5s ease;
  backface-visibility: hidden;
  max-width: 100%;
  cursor: pointer;
}
.pr-reason-date {
  font-weight: 600;
}
.pr-edit-popup-body {
  box-shadow: 0 1px 29px 0px #666;
}
.pr-reason-status-item {
  font-family: var(--primary-ff);
  font-weight: 900;
  font-size: 18px;
  margin-top: 15px;
}
.pr-label {
  font-family: var(--primary-ff);
  font-weight: 900;
  font-size: 18px;
  margin-top: 3px;
}
.btn-disabled {
  background: grey !important;
  pointer-events: none;
}
.pr-nav-menu {
  display: none;
}
/* Media Query */
@media (max-width: 768px) {
  .pr-nav-menu {
    display: inherit;
  }
  .pr-landing-desktop-cover {
    width: 450px;
  }
  .pr-landing-desktop-img {
    width: 350px;
    left: 50px;
    top: 15px;
  }
  .pr-hero-container {
    width: 90%;
  }
  /* Navbar Menu */
  .pr-nav-menu.navbar-toggler {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 0 3px;
    outline: none;
  }
  .pr-nav-menu i {
    outline: none;
    color: var(--clr-dark-blue);
    font-size: 30px;
  }
  .pr-navbar.pr-xs-nav {
    background: var(--clr-dark-blue);
  }
  .navbar .navbar-nav.pr-nav li.nav-item.nav-auth-link span {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    top: inherit;
    margin: 10px 0;
  }
  .navbar.navbar-white .pr-nav-menu.navbar-toggler {
    background: var(--clr-dark-blue);
  }
  .navbar.navbar-white .pr-nav-menu.navbar-toggler i {
    color: #fff;
  }
  .navbar.navbar-white.pr-navbar.pr-xs-nav {
    background: #fff;
  }

  .pr-landing-mobile {
    width: 180px;
    height: 250px;
    right: -30px;
  }
  .pr-hero-title {
    font-size: 25px;
  }
  .pr-landing-assets {
    margin-top: 15px;
  }
  .pr-hero {
    height: 100vh;
  }
  .pr-hero-btn {
    padding: 8px 30px;
    font-size: 15px;
  }
  .pr-hero-middle-ico img {
    width: 60px;
    bottom: -20px;
  }
  .pr-title {
    font-size: 28px;
  }
  .pr-list-title {
    font-size: 30px;
  }
  .pr-list-img {
    width: 60%;
    margin: 15px;
  }
  .pr-list-section,
  .pr-list-content {
    height: inherit;
    max-height: inherit;
    padding: 15px 0;
  }
  .pr-feature-card,
  .pr-card {
    margin-bottom: 15px;
  }
  .pr-pricing-card {
    width: 90%;
    margin-bottom: 15px;
  }
  .owl-nav {
    z-index: 99;
  }
  .owl-nav .owl-prev {
    left: -15px;
  }
  .owl-nav .owl-next {
    right: -15px;
  }
  .pr-company-partner-list li {
    width: 49%;
  }
  .pr-company-partner-list li img {
    width: 90%;
  }
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important ;
  }
  a[aria-expanded="false"]::before,
  a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sidebar.active {
    margin-left: 0 !important;
    /* min-width: 80px; */
  }

  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }

  #sidebar .sidebar-header strong {
    display: block;
  }

  #sidebar ul li a {
    padding: 20px 10px;
  }

  #sidebar ul li a span {
    font-size: 0.85em;
  }
  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }

  #sidebar ul ul a {
    padding: 10px !important;
  }

  #sidebar ul li a i {
    font-size: 1.3em;
  }
  #sidebar {
    margin-left: 0;
  }
  #sidebarCollapse span {
    /* display: none; */
  }
}
@media (min-width: 100px) and (max-width: 1600px) {
  .pr-hero-container {
    width: 85%;
  }
  .pr-landing-mobile {
    width: 170px;
  }
  .pr-quote-product-popup {
    max-width: 80% !important;
  }
}
@media (max-width: 1200px) {
  .pr-quote-product-popup {
    display: inline-block;
    width: 100%;
    overflow: auto;
  }
  .pr-quote-table.table-borderless tbody tr td {
    min-width: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .pr-hero-img {
    min-width: 900px;
    /*width: 70%;
		left: -150px;
		top: -150px;*/
  }
  .pr-landing-assets {
    margin-top: 15px;
  }
}

.pr-form-tbl-head tr th {
  padding: 5px !important;
}

#quote_items_table .pr-form-tbl-head{
  position: sticky;
  top: 112px;
  z-index: 100;
}

.pr-form-tbl tbody tr td {
  padding: 3px;
}

.p-5-1{
  padding: 5px 1px !important
}

.ws-pw{
  white-space: pre-wrap !important;
}

.opacity-6{
  opacity: 0.6;
}

#addServiceForm .select2-search.select2-search--inline {
  width: 100% !important;
}

#addServiceForm .select2-search__field {
  width: 100% !important;
}

.move-to-top-btn {
  position: fixed;
  bottom: 65px;
  right: 15px;
}

.pr-radio-btn-container{
  display: flex; 
  flex-wrap: wrap; 
  width: 100%; 
  gap: 0.5rem;
}

.dfc{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w-49{
  width: 49%;
}

.w-85{
  width: 85%;
}
.w-86{
  width: 86%;
}
.w-150{
  width: 150px;
}

.w-235{
  width: 235px;
}

.pr-sms-btn{
  width: 134px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: dotted;
}

.pr-arrow-light{
  color: #bcbdbe;
}

.min-width-150{
  min-width: 150px !important;
}

.user-select-none{
  user-select: none;
}

.align-items-baseline{
  align-items: baseline;
}

.justify-content-between{
  justify-content: space-between;
}

.gap-2{
  gap: 2px;
}

.bill-status-color {
  height: 20px;
  width: 20px;
  background-color: gray;
  border-radius: 50%;
  display: inline-block;
}

.p-fixed-b-2-l-15 {
  z-index: 1000;
  position: fixed;
  bottom: 2%;
  left: 15%;
  width: 57%;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.flex-wrap{
  flex-wrap: wrap;
}

.gap-10{
  gap: 10px;
}

.gap-05{
  gap: 0.5rem;
}

.gap-1rem{
  gap: 1rem;
}

.gap-2rem{
  gap: 2rem;
}

.justify-content-left {
  justify-content: left !important;
}

.flex-end {
  justify-content: flex-end;
}

.toggle-btn {
  border: 3px solid #267BAA;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
  width: 190px;
}

.toggle-bar input[type=radio].toggle {
  display: none;
}
.toggle-bar input[type=radio].toggle + label {
  cursor: pointer;
  min-width: 60px;
}
.toggle-bar input[type=radio].toggle + label:hover {
  background: none;
  color: #267BAA;
}
.toggle-bar input[type=radio].toggle + label:after {
  background: #267BAA;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}
.toggle-bar input[type=radio].toggle.toggle-left + label {
  border-right: 0;
}
.toggle-bar input[type=radio].toggle.toggle-left + label:after {
  left: 100%;
}
.toggle-bar input[type=radio].toggle.toggle-right + label {
  margin-left: -5px;
}
.toggle-bar input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
}
.toggle-bar input[type=radio].toggle:checked + label {
  cursor: default;
  color: #fff;
  transition: color 200ms;
}
.toggle-bar input[type=radio].toggle:checked + label:after {
  left: 0;
}

.fc-dayGridWeek-view .fc-event-time{
  min-width: fit-content !important;
}

.client-user-info{
  display: flex;
  align-items: center;
  gap: 10px;
}

.client-user-lbl{
  display: flex;
  align-items: center;
  gap: 5px;
}

.client-details-div{
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.w32{
  width: 32% !important;
}

.w49{
  width: 49% !important;
}

.mb-10{
  margin-bottom: 10px !important;
}

.white-space-nowrap{
  white-space: nowrap;
}

.client-details-pencil{
  color: #267baa;
  cursor: pointer;
}

.tag-label{
  max-width: 100%;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.modal-dialog.modal-lg.modal-w90 {
  max-width: 90% !important;
}

.calendar-toggle input[type="radio"].toggle {
    display: none;
    & + label{
        cursor: pointer;
        min-width: 60px;
        &:hover{
            background: none;
            color: #1a1a1a;
        }
        &:after{
            background: #1a1a1a;
            content: "";
            height: 100%;
            position: absolute;
            top: 0;
            transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
            width: 100%;
            z-index: -1;
        }
    }
    &.toggle-left + label {
        border-right: 0;
        &:after{
            left: 100%
        }
    }
    &.toggle-right + label{
        margin-left: -5px;
        &:after{
            left: -100%;
        }
    }
    &:checked + label {
        cursor: default;
        color: #fff;
        background: #267BAA;
        transition: color 200ms;
        &:after{
            left: 0;
        }
    }
}

.w100{
  width: 100%;
}

.attachment-input{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.flex{
  display: flex;
}

.gap{
  gap: 1rem;
}

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

.align-flex-start{
  align-items: flex-start;
}

.flex-space-around{
  justify-content: space-around;
}

/* new page to show information for client & reason */
.detail-header{
  padding: 0.75rem 1.25rem;
  background-color: #267baa;
  color: #fff;
}

.detail-lbl{
  font-weight: 500;
  color: #3e7ca5;
  display: inline-block;
  float: left;
  font-size: 16px !important;
}

.detail-p{
  font-weight: 500;
  color: #6c6c6c;
  display: inline-block;
  font-size: 16px !important;
  margin-left: 10px;
}

.color-dim-gray{
  color: #6c6c6c;
}

.h-60{
  height: 60px;
}

.reason-page-container{
  min-height: calc(100vh - 311.2px);
  width: 90%;
}

.mt-10{
  margin-top: 10px;
}

.mb-10{
  margin-bottom: 10px;
}

.border-1{
  border: 1px solid black;
}

.p-1-25{
  padding: 1.25rem;
}

.detail-address-lbl{
  font-weight: 500;
  color: #6c6c6c;
  display: inline-block;
  font-size: 16px !important;
}

.detail-address-lbl-light{
  font-weight: 500;
  color: #3e7ca5;
  display: inline-block;
  font-size: 16px !important;
}

.total-table{
  border-collapse: separate;
  border-spacing: 1.25rem 0;
}

.card-center{
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.75rem;
}

.card-min-height{
  min-height: calc(100vh - 3rem);
}

.drop-down-btn{
  display: flex;
  align-items: center;
  gap: 5px;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
/* Fix: Intervention modal scroll issue */
.intervention-modal{
  overflow: auto !important;
}

.sub-user-image{
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
}
.sub-user-info-box{
  width: calc(100% - 120px);
}
.sub-user-lbl{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.align-center{
  align-items: center;
}
.align-center{
  align-items: center;
}
.justify-flex-end{
  align-items: flex-end
}
.main-color{
  color: #267baa;
}
.sub-user-info-container{
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.fs-12{
  font-size: 12px;
}
.w32-3{
  width: 32.33%;
}
.p-1rem{
  padding: 1rem;
}
.mw-350{
  max-width: 350px;
}
.pr-nav-div {
  border: 1px solid #dee2e6;
  padding: 20px;
  border-top: none;
}
.miw-100{
  min-width: 100px;
}
.miw-125 {
  min-width: 125px;
}
.miw-145{
  min-width: 145px;
}
.miw-150{
  min-width: 150px;
}
.miw-162{
  min-width: 162px;
}
.miw-200{
  min-width: 200px;
}
.miw-300{
  min-width: 300px;
}
.badge-lbl{
  font-size: 14px;
  padding: 0.5rem 0.75rem;
}
.attachment-link{
  margin-left: 10px;
  color: #267baa;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
}
.round-btn{
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-responsive-with-sidebar{
  width: calc(100vw - 405px) !important;
}
.btn-icon{
  transition: all .3s;
}