@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBold.woff') format('woff'),
      url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
      url('../fonts/Poppins-Italic.woff') format('woff'),
      url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff'),
      url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
      url('../fonts/Poppins-MediumItalic.woff') format('woff'),
      url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
      url('../fonts/Poppins-LightItalic.woff') format('woff'),
      url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff'),
      url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff'),
      url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff'),
      url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff'),
      url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff'),
      url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBoldItalic.woff') format('woff'),
      url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-BoldItalic.woff') format('woff'),
      url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* Custom Font Icons */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?hepib6');
  src:  url('../fonts/icomoon.eot?hepib6#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hepib6') format('truetype'),
    url('../fonts/icomoon.woff?hepib6') format('woff'),
    url('../fonts/icomoon.svg?hepib6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fontIcon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {content: "\e900";}
.icon-user:before {content: "\e901";}
.icon-play:before {content: "\e902";}
.icon-robocall:before {content: "\e903";}
.icon-complaint:before {content: "\e904";}
.icon-call-type-missed:before {content: "\e905";}
.icon-call-type-insurance:before {content: "\e906";}
.icon-clock:before {content: "\e907";}
.icon-patient-type-existing:before {content: "\e908";}
.icon-patient-type-new:before {content: "\e909";}
.icon-camplaint-call:before {content: "\e90a";}
.icon-missed-call-2:before {content: "\e90b";}
.icon-outgoing-call:before {content: "\e90c";}
.icon-incoming-call:before {content: "\e90d";}
.icon-calendar-2:before {content: "\e90e";}
.icon-saved:before {content: "\e90f";}
.icon-history:before {content: "\e910";}
.icon-dollar-sign:before {content: "\e911";}
.icon-chevron-right:before {content: "\e912";}
.icon-chevron-left:before {content: "\e913";}
.icon-notification-2:before {content: "\e914";}
.icon-ignore:before {content: "\e915";}
.icon-open:before {content: "\e916";}
.icon-orange-blue-check .path1:before {content: "\e917";}
.icon-orange-blue-check .path2:before {content: "\e918";}
.icon-operatory:before {content: "\e919";}
.icon-settings-2:before {content: "\e91a";}
.icon-search-2:before {content: "\e91b";}
.icon-calendar:before {content: "\e91c";}
.icon-schedule:before {content: "\e91d";}
.icon-missed-call:before {content: "\e91e";}
.icon-views:before {content: "\e91f";}
.icon-close:before {content: "\e920";}
.icon-filter:before {content: "\e921";}
.icon-menu-toggle:before {content: "\e922";}
.icon-updates-a:before {content: "\e923";}
.icon-my-notifications:before {
  content: "\e924";
  font-weight: bold;
}
.icon-practice-notifications:before {content: "\e925";}
.icon-settings:before {content: "\e926";}
.icon-help:before {content: "\e927";}
.icon-alert:before {content: "\e928";}
.icon-plus:before {content: "\e929";}
.icon-call:before {content: "\e92a";}
.icon-search:before {content: "\e92b";}
.icon-location:before {content: "\e92c";}
.icon-resports:before {content: "\e92d";}
.icon-patient-call:before {content: "\e92e";}
.icon-call-tracking:before {content: "\e92f";}
.icon-telemed:before {content: "\e930";}
.icon-patients:before {content: "\e931";}
.icon-email-campaigns:before {content: "\e932";}
.icon-rcm:before {content: "\e933";}
.icon-financing:before {content: "\e934";}
.icon-adit-pay:before {content: "\e935";}
.icon-pozative:before {content: "\e936";}
.icon-online-scheduling:before {content: "\e937";}
.icon-patient-form:before {content: "\e938";}
.icon-internal-chat:before {content: "\e939";}
.icon-tasks:before {content: "\e93a";}
.icon-engage:before {content: "\e93b";}
.icon-practice-analytics:before {content: "\e93c";}

/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Start: Default CSS */
html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #072B40;
  line-height: 1.5;
  background-color: #F7F8F8;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  overflow: hidden !important;
  position: relative;
}
a, a:focus {text-decoration: none;}
input, input:focus, select, select:focus, .form-select:focus {
  outline: none;
  box-shadow: inherit;
}
img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: auto;
}
p:last-child {margin-bottom: 0;}
p:empty {display: none;}
::-webkit-scrollbar{width:12px;height:12px;background-color:rgba(0,0,0,0)}
::-webkit-scrollbar:hover{background-color:rgba(0,0,0,0.12);}
::-webkit-scrollbar-thumb{border:2px solid transparent;box-shadow:inset 0 0 0 24px rgba(0,0,0,0.37);border-radius:24px}
::-webkit-scrollbar-thumb:active{box-shadow:inset 0 0 0 24px rgba(0,0,0,0.54);border-radius:24px}
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
  color: #072B40;
  opacity: 0.5;
}
input::-moz-placeholder, 
textarea::-moz-placeholder {
  color: #072B40;
  opacity: 0.5;
}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder {
  color: #072B40;
  opacity: 0.5;
}
input:-moz-placeholder, 
textarea:-moz-placeholder {
  color: #072B40;
  opacity: 0.5;
}

/* Start: Intro JS Tooltip Popup */
div.introjs-tooltip {width: 472px;border-radius: 12px;}
.introtooltip-small div.introjs-tooltip {width: 340px;}
.introjs-tooltip .introjs-tooltip-header {background-color: #F4891F;border-radius: 5px 5px 0 0;color: #ffffff;padding: 5px 8px;display: none;}
.introjs-tooltip .introjs-tooltip-title {font-family: 'Poppins', sans-serif;font-size: 16px;font-weight: 600;color: #ffffff;width: 100%;}
.introjs-tooltip .introbox-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  background: linear-gradient(90deg, #F4891F 40%, #25A8E0 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}
.introjs-tooltip .introjs-tooltiptext {font-family: 'Poppins', sans-serif;font-size: 15px;font-weight: 400;line-height: 1.35;color: #072B40;padding: 12px 12px 0 12px;}
.introjs-tooltip .introjs-tooltiptext * {font-family: 'Poppins', sans-serif;}
.introjs-tooltiptext h2 {font-size: 22px;font-weight: 700;margin: 0 0 10px 0;}
.introjs-tooltiptext h3 {font-size: 20px;font-weight: 700;margin: 0 0 10px 0;}
.introjs-tooltip .introjs-tooltipbuttons {padding: 12px;border: none;}
.introjs-tooltipbuttons .introjs-button, 
.introjs-tooltipbuttons .introjs-button:focus, 
.introjs-tooltipbuttons .introjs-button:active {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  padding: 10px 28px;
  display: inline-block;
  vertical-align: top;
  border: none;
  border-radius: 30px;
  text-shadow: inherit;
  outline: none;
  box-shadow: none;
}
.introjs-tooltipbuttons .introjs-nextbutton, 
.introjs-tooltipbuttons .introjs-nextbutton:focus, 
.introjs-tooltipbuttons .introjs-nextbutton:active {
  background-color: #F4891F;
}
.introjs-tooltipbuttons .introjs-nextbutton:hover {background-color: #21AAE0;color: #ffffff;}
.introjs-tooltipbuttons .introjs-prevbutton {display: none;}
.introjs-tooltipbuttons .introjs-prevbutton, 
.introjs-tooltipbuttons .introjs-prevbutton:focus, 
.introjs-tooltipbuttons .introjs-prevbutton:active, 
.introjs-tooltip .introjs-tooltipbuttons .introjs-disabled:hover {
  background-color: rgb(242 136 32 / 85%);
}
.introjs-tooltipbuttons .introjs-disabled {opacity: 0.5;}
.introjs-tooltipbuttons .introjs-prevbutton:hover {background-color: #21AAE0;color: #ffffff;}
.introjs-skipbutton{display: none !important;}
.introjs-tooltip .introjs-arrow {border-width: 16px;}
.introjs-tooltip .introjs-arrow.top {top: -30px;left: 45px;}
.introjs-tooltip .introjs-arrow.right {right: -30px;top: 45px;}
.introjs-tooltip .introjs-arrow.bottom {bottom: -32px;left: 45px;}
.introjs-tooltip .introjs-arrow.left {left: -30px;top: 45px;}
.introjs-tooltip .introjs-arrow.top-right {top: -30px;right: 45px;}
.introjs-tooltip .introjs-arrow.top-middle{top:-30px;}
.introjs-tooltip .introjs-arrow.right-bottom {right: -30px;bottom: 45px;}
.introjs-tooltip .introjs-arrow.bottom-right {bottom: -30px;right: 45px;}
.introjs-tooltip .introjs-arrow.bottom-middle {bottom: -30px;}
.introjs-tooltip .introjs-arrow.left-bottom {left: -30px;bottom: 45px;}
.introtooltip_list {list-style: none;padding: 8px 0 0 0;margin: 0;}
.introtooltip_list li {position: relative;padding-left: 20px;margin-bottom: 4px;}
.introtooltip_list li:last-child {margin-bottom: 0;}
.introtooltip_list li:before {content: "";background: url(../images/lists-checkmark-icon.svg) center no-repeat;background-size: contain;position: absolute;top: 3.4px;left: 0;width: 15px;height: 15px;}
.introjs-helperLayer {
  box-shadow: transparent 0px 0px 1px 2px, rgba(0, 0, 0, 0.4) 0px 0px 0px 5000px !important;
  z-index: 99999989;
}
/* End: Intro JS Tooltip Popup */
/* Start: Fixed Progress Bar */
.screenprogress-bar {
  position: fixed;
  bottom: 75px;
  left: 0;
  right: 0;
  width: 45%;
  margin: 0 auto;
  max-width: 1000px;
  transform: translateY(calc(100% + 150px));
  transition: transform 1s cubic-bezier(.3,1,.3,1);
  z-index: 99999999;
}
.screenprogress-bar.active {transform: translateY(0);}
.dashbordnotifi-show .screenprogress-bar {z-index: 999;}
.screenprogress-bar .progress {
  background-color: #071E2D;
  border-radius: 50px;
  height: 4px;
  display: flex;
  margin: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  position: relative;
}
.progress-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 6px 8px 4px 8px;
  background-color: #F4891F;
  background: linear-gradient(180deg, #25A8E0 0%, #F4891F 70%);
  border-radius: 5px;
  position: absolute;
  top: -36px;
  margin-left: -18px;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.progress-label:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 20px;
  color: #f4891f;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.screenprogress-bar .progress-bar-striped {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  background-color: #F4891F;
  background: linear-gradient(90deg, #F4891F 0%, #25A8E0 100%);
  border-radius: 30px 0 0 30px;
  width: 8px;
}
.progress-1 .progress-label {left: 5%;margin-left: -20px;}
.progress-1 .progress-bar {width: 5%;}
.progress-2 .progress-label {left: 10%;margin-left: -24px;}
.progress-2 .progress-bar {width: 10%;}
.progress-2a .progress-label {left: 15%;}
.progress-2a .progress-bar {width: 15%;}
.progress-3 .progress-label {left: 20%;margin-left: -24px;}
.progress-3 .progress-bar {width: 20%;}
.progress-4 .progress-label {left: 25%;margin-left: -25px;}
.progress-4 .progress-bar {width: 25%;}
.progress-5 .progress-label {left: 30%;margin-left: -25px;}
.progress-5 .progress-bar {width: 30%;}
.progress-6 .progress-label {left: 40%;margin-left: -28px;}
.progress-6 .progress-bar {width: 40%;}
.progress-7 .progress-label {left: 45%;margin-left: -30px;}
.progress-7 .progress-bar {width: 45%;}
.progress-8 .progress-label {left: 50%;margin-left: -25px;}
.progress-8 .progress-bar {width: 50%;}
.progress-8a .progress-label {left: 55%;}
.progress-8a .progress-bar {width: 55%;}
.progress-9 .progress-label {left: 60%;margin-left: -25px;}
.progress-9 .progress-bar {width: 60%;}
.progress-10 .progress-label {left: 70%;margin-left: -25px;}
.progress-10 .progress-bar {width: 70%;}
.progress-11 .progress-label {left: 80%;}
.progress-11 .progress-bar {width: 80%;}
.progress-12 .progress-label {left: 90%;margin-left: -25px;}
.progress-12 .progress-bar {width: 90%;}
.progress-13 .progress-label {left: 100%;margin-left: -28px;}
.progress-13 .progress-bar {width: 100%;}


.screenprogress-backgradient {
  background-color: #000000;
  background: linear-gradient(0deg, #000000 0%, rgba(4, 26, 38, 0) 84.21%);
  opacity: 0.5;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  z-index: 9999999;
}

.citour-nostrip .screenprogress-bar {bottom: 24px;}
.citour-nostrip .screenprogress-backgradient {height: 100px;}
.citour-nostrip .BFoffer-strip {display: none !important;}
/* End: Fixed Progress Bar */
/* Start: Black Friday Offer Strip */
.BFoffer-strip {
  background-color: #072B40;
  background-image: url(../images/black-friday-strip-bgimg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 12px 8px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
}
.BFofferstrip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.BFofferstrip-img {
  width: 72px;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 4px solid #737373;
}
.BFofferstrip-inner strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  display: block;
  color: #fff;
  /*text-transform: capitalize;*/
}
.BFofferstrip-inner strong span {color: #F28820;}

.BFtopstriptime-block {
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 6px;
  padding: 0 8px;
  width: 142px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 16px;
}
.BFtopstrip-timend {
  font-size: 9px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: right;
}
.BFtopstrip-count {
  font-size: 24px;
  font-weight: 700;
  background-color: #25A8E0;
  background: linear-gradient(360deg, #25A8E0 0%, #F28820 100%);
  border-radius: 4px;
  text-align: center;
  width: 40px;
  height: 42px;
  line-height: 42px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.BFtopstrip-count:after {
  content: "";
  background-color: #25A8E0;
  background: linear-gradient(360deg, rgba(37, 168, 224, 0) 0%, #012737 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  opacity: 0.5;
  z-index: -1;
}
.BFtopstripcount-day {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 3px;
}

/* Start: Cyber Monday */
.cyberoffer-strip.BFoffer-strip {
  background-color: #02071a;
  background-image: url(../images/year-end-promo-strip-bgimg.png);
}
.cyberoffer-strip .BFofferstrip-img {width: 156px;}
.cyber-blinkLogo {
  background-size: cover;
  background-position: center;
  animation: CyberlogoFade 0.1s infinite alternate;
  aspect-ratio: 140 / 36;
  position: relative;
  display: block;
  width: 140px;
}

@keyframes CyberlogoFade {
  0% {
    background-image: url(../images/year-end-promo-logo.webp);
    opacity: 1;
  }
  100% {
    background-image: url(../images/year-end-promo-logo-v2.webp);
    opacity: 1;
  }
}
/* End: Cyber Monday */
/* Start: New Year */
.newyearpromo-strip.BFoffer-strip {
  background-color: #120e29;
  background-image: url(https://adit.com/storage/files/new-year-promo-strip-bgimg-v3.png);
}
.newyearpromo-strip .BFofferstrip-img {
  width: 112px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.newyearpromo-strip .BFofferstrip-inner strong {font-weight: 400;}

/* End: New Year */

.aifdpromo-strip.BFoffer-strip {
  background-color: #0e6c7e;
  background-image: url(https://adit.com/storage/files/aifd-promo-strip-bgimg-v2.png);
}
.aifdpromo-strip .BFofferstrip-inner strong {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.aifdpromo-strip .BFofferstrip-inner strong .color_blink {margin-right: 5px;}
.aifdpromo-strip .BFofferstrip-inner strong img {
  max-height: 25px;
  margin: -2px 5px 0 5px;
}

.gfpromo26-strip.BFoffer-strip {
  background-image: url(https://adit.com/sgt-front-desk/images/black-friday-promo-strip-bgimg.webp);
  overflow: hidden;
}

.color_blink {
  -webkit-animation: color_blink 2s steps(1, end) infinite;
  animation: color_blink 2s steps(1, end) infinite;
}

@-webkit-keyframes color_blink {
  0% { color: #F28820; }
  50% { color: #ffffff; }
  100% { color: #F28820; }
}

@keyframes color_blink {
  0% { color: #F28820; }
  50% { color: #ffffff; }
  100% { color: #F28820; }
}

.dark_color_blink {
  -webkit-animation: dark_color_blink 2s steps(1, end) infinite;
  animation: dark_color_blink 2s steps(1, end) infinite;
}

@-webkit-keyframes dark_color_blink {
  0% { color: #092a3d; }
  50% { color: #ffffff; }
  100% { color: #092a3d; }
}

@keyframes dark_color_blink {
  0% { color: #092a3d; }
  50% { color: #ffffff; }
  100% { color: #092a3d; }
}

.dark_orange_blink {
  -webkit-animation: dark_orange_blink 2s steps(1, end) infinite;
  animation: dark_orange_blink 2s steps(1, end) infinite;
}

@-webkit-keyframes dark_orange_blink {
  0% { color: #092a3d; }
  50% { color: #F28820; }
  100% { color: #092a3d; }
}

@keyframes dark_orange_blink {
  0% { color: #092a3d; }
  50% { color: #F28820; }
  100% { color: #092a3d; }
}
/* End: Offer Strip */
/* Start: Main Popup */
.productour-popup {position: fixed;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.7);width: 100%;height: 100%;transform: scale(0);opacity: 0;transition: transform 0.5s ease-in-out;z-index: 99999;padding: 8px;}
.productour-popup.active {transform: scale(1);opacity: 1;}
.prodctourpop-inner {max-width: 940px;margin: auto;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;height: 100%;overflow: auto;}
.prodctourpop-main {overflow: auto;background-color: #ffffff;border-radius: 20px;position: relative;width: 100%;}
.prodctourpop-closebtn {font-size: 18px;position: absolute;top: 0;right: 0;background-color: #F28820;color: #ffffff;width: 30px;height: 30px;line-height: 32px;display: block;text-align: center;border-radius: 0px 0px 0px 10px;}
.prodctourpop-closebtn:hover {background-color: #21aae0;color: #ffffff;}
/* End: Main Popup */
/* Start: Popup */
.dashboard-popup {position: fixed;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.7);width: 100%;height: 100%;transform: scale(0);opacity: 0;transition: transform 0.5s ease-in-out;z-index: 99999;padding: 10px;}
.dashboard-popup.active {transform: scale(1);opacity: 1;}
.dashbordpopup-inner {max-width: 940px;margin: auto;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;height: calc(100% - 70px);overflow: auto;}
.dashbordpop-main {overflow: auto;background-color: #ffffff;border-radius: 20px;position: relative;width: 100%;}
.dashbordpop-closebtn {font-size: 18px;position: absolute;top: 0;right: 0;background-color: #F28820;color: #ffffff;width: 30px;height: 30px;line-height: 32px;display: block;text-align: center;border-radius: 0px 0px 0px 10px;}
.dashbordpop-closebtn:hover {background-color: #21aae0;color: #ffffff;}
.dashbordpop-head {
  background-color: #21AAE0;
  background: linear-gradient(270deg, #25A8E0 5.38%, #F4891F 103%);
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  padding: 18px 10px;
}
.dashbordpop-head h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
}
.dashbordpop-desc {padding: 30px 80px;}
.dashbordpop-desc p {font-size: 18px;font-weight: 400;color: #072B40;}
.dashbordpop-desc p:last-child {margin-bottom: 0;}
.schedulebenefit-row {display: flex;flex-wrap: wrap;align-items: center;margin: 0 -15px;}
.schedulebenefitpop-imgcol {width: 50%;padding: 0 15px;}
.schedulebenefitpop-textcol {width: 50%;padding: 0 15px;}
.dashboardpop-title {font-size: 40px;font-weight: 700;line-height: 1.2; color: #002E42;}
.schedulebenefit-popinfo .dashboardpop-title {margin-bottom: 20px;}
.schedulebenefit-poplist {list-style: none;padding: 0;margin: 0;}
.schedulebenefit-poplist li {font-size: 20px;color: #072b40;position: relative;padding-left: 25px;}
.schedulebenefit-poplist li + li {margin-top: 16px;}
.schedulebenefit-poplist li:before {content: "";background-image: url(../images/lists-checkmark-icon.svg);background-size: contain;background-position: center;background-repeat: no-repeat;position: absolute;top: 6.2px;left: 0;width: 16px;height: 16px;}
.dashbordpop-next {margin-top: 20px;text-align: right;}
.dashbordpop-next button {font-size: 18px;font-weight: 500;line-height: 1;background-color: #F4891F;color: #ffffff;padding: 12px 40px;display: inline-block;vertical-align: top;border: none;border-radius: 40px;outline: none;}
.dashbordpop-next button:hover {background-color: #21AAE0;color: #ffffff;}
.topquestion-popinfo .dashboardpop-title {margin-bottom: 20px;}
.dashboardpop-accrdion .accordion-item {background-color: transparent;border: none;}
.dashboardpop-accrdion .accordion-item + .accordion-item {border-top: 1px solid #25A8E0;}
.popaccrdion-btn.accordion-button.popaccrdion-btn {font-size: 22px;font-weight: 500;color: #002D42;outline: none;box-shadow: inherit;padding-left: 5px;padding-right: 30px;position: relative;}
.popaccrdion-btn.accordion-button:not(.collapsed) {background-color: transparent;color: #002D42;}
.popaccrdion-btn.accordion-button:after {content: "\f078";font-family: "Font Awesome 6 Free";font-weight: 900;color: #939598;position: absolute;top: 17px;right: 5px;background-image: inherit;line-height: 20px;height: 20px;}
.popaccrdion-btn.accordion-button:not(.collapsed):after {color: #21AAE0;}
.popaccrdion-desc {font-size: 18px;color: #002D42;padding-top: 0;}
.popaccrdion-desc p:last-child {margin-bottom: 0;}
.patientformpop-pmsinfo , .patientformpop-pmsinfo .dashbordpop-next {text-align: center;}
.wlcmdashbrd-popup .dashbordpopup-inner {max-width: 540px;}
.wlcmdashbrd-popup .dashbordpop-desc {text-align: center;}

/* Start: Notification Popup */
.dashbordnotifi-toast {position: fixed;bottom: 150px;right: 20px;max-width: 900px;width: 50%;z-index: 9999;transform: translateX(120%);transition: all 1s cubic-bezier(.3,1,.3,1);}
.dashbordnotifi-toast.active {transform: translateX(0);}
.dashbordnotifi-toast .notifitoast-cardbox {border-radius: 15px;}
.notifitoast-cardbox .dashboardnotifi-icon {padding: 8px 6px;width: 200px;min-height: 200px;border-radius: 15px 0 0 15px;}
.notifitoast-cardbox .dashboardnotifi-icon i {font-size: 72px;}
.notifitoast-cardbox .dashboardnotifi-icon img {max-width: 50px;margin: 0 auto 8px auto;display: block;}
.notifitoast-cardbox .dashboardnotifi-icon span {font-size: 20px;line-height: normal;}
.notifitoast-cardbox .dashboardnotifi-content {font-size: 20px;line-height: 22px;padding: 20px;width: calc(100% - 200px);}
.notifitoast-cardbox .dashboardnotifi-content h3 {font-size: 28px;line-height: normal;margin-bottom: 6px;}
.notifitoast-cardbox .dashboardnotifi-content a {color: #464646;}
.notifitoast-cardbox .dashboardnotifi-content a:hover {color: #F28820;}
.notifitoast-cardbox .dashboardnotifi-content p {margin-top: 6px;}
.notifitoast-cardbox .dashboardnotifi-links {width: 200px;}
.notifitoast-cardbox .dashboardnotifi-urls a {color: #464646;justify-content: center;}
.notifitoast-cardbox .dashboardnotifi-urls a:hover {color: #F28820;}
/* End: Notification Popup */
/* New */
.dashbordnotifi-toast.dashbrd-callnotifi {max-width: 417px;width: 100%;}
.callnotifi-box {
  color: #ffffff;
  line-height: 1;
  padding: 16px 20px;
  border-radius: 10px;
  background-color: #092A3D;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.callnotifi-incoming {font-size: 18px;color: #ffffff;letter-spacing: -0.7px;margin-bottom: 12px;display: block;}
.callnotifi-incoming i {
  font-size: 16px;
  width: auto;
}
.callnotifi-incoming i:nth-child(1) {opacity: 0.25;}
.callnotifi-incoming i:nth-child(2) {opacity: 0.5;}
.callnotifi-incoming i:nth-child(3) {opacity: 0.75;}
.notifiprofile-row {display: flex;flex-wrap: wrap;align-items: center;margin-bottom: 16px;}
.notifiprofile-thumb {width: 125px;height: 125px;}
.notifiprofile-thumb img {width: 100%;height: 100%;border: 10px solid rgba(46, 74, 90, 0.50);border-radius: 50%;object-position: center;object-fit: cover;}
.notifiprofile-info {padding-left: 10px;}
.notifiprofile-info h3 {font-size: 24px;font-weight: 600;line-height: 1.15;margin-bottom: 10px;}
.notifiprofile-info p {font-size: 14px;margin-bottom: 10px;}
.notifiprofile-info p a {color: #fff;}
.notifiprofile-info p:last-child {margin-bottom: 0;}
.notifiprofile-info p b {font-weight: 600;}
.callnotifi-icons {display: flex;flex-wrap: wrap;justify-content: center;margin: 0 -15px;}
.callnotifi-icon-item {font-size: 14px;letter-spacing: -0.7px;text-align: center;padding: 0 15px;}
.callnotifi-iconbox {
  background-color: #294555;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.callnotifi-icon-ignore .callnotifi-iconbox {background-color: #559BC3;}
.callnotifi-icon-accept .callnotifi-iconbox {background: linear-gradient(90deg, #48CC7A 0%, #2DDC96 100%);}
.callnotifi-iconbox i {font-size: 28px;line-height: 1;display: inline-block;vertical-align: top;}
/* End: New */
/* Start: Patient Card Popup */
.patientcard-callnotifi {position: fixed;top: 50%;left: 0;right: 0;transform: scale(0) translateY(-50%);opacity: 0;z-index: 99999;transition: transform 1s cubic-bezier(.3,1,.3,1);}
.patientcardinfo_step .patientcard-callnotifi {transform: scale(1) translateY(-50%);opacity: 1;}
.patientcard-callnotifi .callnotifi-box {max-width: 400px;margin: auto;}
.patientcard-incominginfo {display: flex;align-items: center;justify-content: space-between;margin-bottom: 60px;}
.patientcard-incominginfo .callnotifi-incoming {margin-bottom: 0;}
.patientcard-dwnldicon {background-color: #294555;display: block;width: 40px;height: 40px;border-radius: 50%;text-align: center;}
.patientcard-dwnldicon i {font-size: 18px;line-height: 40px;display: inline-block;vertical-align: top;}
.patientcard-callnotifi .notifiprofile-row {margin-bottom: 180px;}
/* End: Patient Card Popup */
/* Start: Patient Card Popup */
.patientcardinfo-block {display: none;}
.patientcardinfo_step .patientcardinfo-block {display: block;}
.txplnstatus-popup {position: fixed;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.7);width: 100%;height: 100%;transform: scale(0);opacity: 0;transition: transform 0.5s ease-in-out;z-index: 99999;padding: 10px;}
.txplnstatus-popup.active {transform: scale(1);opacity: 1;}
.txplnstatuspopup-innr {max-width: 500px;margin: auto;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;height: calc(100% - 70px);overflow: auto;}
.txplnstatspop-main {overflow: auto;background-color: #ffffff;border-radius: 3px;position: relative;width: 100%;padding: 30px 50px;}

.patientcardinfo_step div.introjs-tooltip {top: 30px;}

.patientcard-block {position: fixed;top: 0;right: 0;background-color: #ffffff;color: #072B40;padding: 30px 10px;width: 600px;transform: translateX(610px);height: 100vh;z-index: 9999;transition: all 1s cubic-bezier(.3,1,.3,1);/*overflow-y: auto;*/}
.patientcardinfo_step .patientcard-block {transform: translateX(0);z-index: 999999;pointer-events: none2;}
.patientcardinfo_step .introjs-tooltipReferenceLayer {z-index: 9999999999;}
.patientcard-close {font-size: 15px;position: absolute;top: 12px;right: 12px;cursor: pointer;}
.txplnstats-profil {display: flex;}
.txplnstats-prflimg {width: 80px;}
.txplnstats-prflimgNav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.txplnstats-prflimg img {
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1.28px rgba(0, 0, 0, 0.07) inset;
}
.txplnstats-prflimg span {font-size: 14px;font-weight: 700;background-color: #E0E0E0;display: block;width: 48px;height: 48px;line-height: 48px;border-radius: 50%;text-align: center;}
.txplnstats-patientnav {
  background-color: rgba(10, 37, 55, 0.1);
  padding: 4px;
  border-radius: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.txplnstats-patientnav i {
  font-size: 10px;
  color: #ffffff;
  background-color: #2E4A5A;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.patientnav-prev {opacity: 0.2;}
.txplnstats-prflinfo {width: calc(100% - 80px);padding-left: 15px;}
.txplnstats-prflinfo h3 {font-size: 24px;font-weight: 600;color: #072B40;line-height: 1.1;margin-bottom: 4px;}
.txplnstats-prflinfo p {
  font-weight: 300;
  line-height: 1.3;
}
.txplnstats-social {display: flex;list-style: none;padding: 0;margin: 0;}
.txplnstats-social li {margin-right: 10px;}
.txplnstats-social li:last-child {margin-right: 0;}
.txplnstats-social a {
  font-size: 20px;
  color: #F4891F;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(242, 136, 32, 0.1);
  border-radius: 50%;
  padding-top: 2px;
}
.txplnstats-social a .icon-plus {font-size: 80%;}
.txplnstats-social .active a, 
.txplnstats-social a:hover {
  background-color: #39B54A;
  color: #ffffff;
}
.seperate-line {
  border-bottom: 1px solid #E7EAEC;
  margin: 10px -10px;
}
.txplnstatsvisitbox-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 8px -6px;
}
.txplnstatsvisitbox-row .item {
  width: 50%;
  padding: 0 6px;
}
.txplnstatsvisit-box {
  padding: 12px 16px;
  background-color: rgba(218, 33, 40, 0.05);
  border-radius: 10px;
/*  width: 182px;*/
  height: 100%;
}
.txplnstatsvisit-lbl {
  font-size: 15px;
  font-weight: 300;
  color: #072B40;
  display: block;
  margin-bottom: 4px;
}
.txplnstatsvisit-box h4 {font-size: 21px;font-weight: 500;color: #072B40;margin-bottom: 4px;}
.txplnstatsvisit-box h4 small {font-size: 14px;font-weight: 400;letter-spacing: inherit;display: block;padding-top: 2px;}
.txplnstatsvisit-type span {color: #939598;display: block;}
.txplnstatsvisit-type b {font-weight: 600;color: #F14336;display: block;padding-top: 2px;}
.txplnstatsnxtvisit-box.txplnstatsvisit-box {
  background-color: rgba(57, 181, 74, 0.08);
}
.txplnstatsnxtvisit-box .txplnstatsvisit-type span {color: #F4891F;}
.txplnstatsnxtvisit-box .txplnstatsvisit-type b {color: #939598;}
.txplnstats-tablist {display: flex;list-style: none;padding: 0;margin: 0 0 16px 0;border-bottom: 2px solid #E5E5E5;}
.txplnstats-tablist li {width: 50%;}
.txplnstats-tablist a {color: #072B40;display: block;padding: 8px 6px;text-align: center;position: relative;}
.txplnstats-tablist a:after {content: "";background-color: #F4891F;width: 0;height: 2px;position: absolute;bottom: -1px;left: 0;}
.txplnstats-tablist .active a {
  color: #F4891F;
  font-weight: 600;
}
.txplnstats-tablist .active a:after {width: 100%;}
.txplnstatsactivty-box {border: 1px solid #939598;border-radius: 5px;padding: 12px;}
.txplnstatsactivty-box + .txplnstatsactivty-box {margin-top: 12px;}
.txplnstatsactivty-icntext {display: flex;align-items: center;position: relative;line-height: 1;}
.txplnstatsactivty-icon {font-size: 24px;width: 24px;color: #F4891F;text-align: center;}
.txplnstatsactivty-icon i {
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}
.txplnstatsactivty-icon img {
  max-width: 20px;
  margin-top: -3px;
}
.txplnstatsactivty-icntext strong {
  font-weight: 600;
  display: block;
  padding-left: 8px;
  width: calc(100% - 24px);
}
.txplnstatsactivty-formicntext strong {padding-right: 8px;}
.txplnstatsactivty-icntext .txplnstatsactivty-title-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.txplnstatsactivty-title-button span {
  font-size: 14px;
  color: #F4891F;
  background-color: rgba(242, 136, 32, 0.1);
  border-radius: 6px;
  padding: 6px;
}
.txplnstatsactivty-title-button span i {
  font-size: 13px;
  padding-right: 4px;
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}
.txplnstatsactivty-formicntext .mat-icon {
  font-size: 24px;
  color: #58595B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
.txplnstatsactivty-icntext .carecredit-ehr-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carecredit-ehr-title span {
  display: flex;
  align-items: center;
  width: 95px;
}
.txplnstatsactivty-icntext .carecredit-ehr-title img {
  width: 16px;
  margin-right: 4px;
}
.carecredit-ehr-title span small {
  font-weight: 400;
  font-size: 80%;
}
.pendingform-list {margin-top: 20px;max-height: 145px;overflow-y: auto;}
.pendingform-list .item {border-bottom: 1px dashed #58595B;margin-bottom: 8px;padding-bottom: 8px;}
.pendingform-list .item:last-child {border-bottom-width: 0;margin-bottom: 0;padding-bottom: 0;}
.pendingform-checklbl {display: flex;align-items: center;}
.pendingform-checklbl .table-checkmark.form-check-input {border-width: 2px;width: 18px;height: 18px;margin-right: 8px;}
.pendingform-btns {margin-top: 12px;display: flex;justify-content: center;}
.pendingform-btns .main-button {padding: 4px 8px;}
.pendingform-btns .disabled-btn {opacity: 0.5;pointer-events: none;}
.pendingform-btns .main-button + .main-button {margin-left: 8px;}
.txplnstatsactivty-box-disable {border-color: #E5E5E5;}
.txplnstatsactivty-box-disable strong {color: #939598;}
.txplnhistry-tophead {display: flex;align-items: center;justify-content: space-between;margin-top: 30px;margin-bottom: 12px;border-bottom: 2px solid #E5E5E5;padding-bottom: 10px;}
.txplnhistry-tophead strong {font-weight: 600;color: #F4891F;}
.txplnhistry-tophead .border-btn {color: #F28820;height: 24px;line-height: 22px;}
.txplnhistry-tophead .border-btn:hover {color: #ffffff;}
.txplnhistry-box {display: flex;align-items: center;justify-content: space-between;border: 1px solid #939598;border-radius: 5px;padding: 12px;line-height: 1;}
.txplnhistry-box + .txplnhistry-box {margin-top: 12px;}
.txplnhistry-left {display: flex;align-items: center;}
.txplnhistry-left i {font-size: 24px;width: 24px;color: #F4891F;text-align: center;}
.txplnhistry-left strong {font-weight: 600;display: block;padding-left: 8px;}
.txplnfollwup-box {display: flex;align-items: center;justify-content: space-between;border: 1px solid #e5e5e5;border-radius: 5px;padding: 12px;line-height: 1;}
.txplnfollwup-box + .txplnfollwup-box {margin-top: 12px;}
.txplnfollwupbox-left span {font-size: 12px;color: #ffffff;background-color: #F4891F;display: inline-block;vertical-align: top;padding: 4px 8px;border-radius: 25px;}
.txplnfollwupbox-left small {font-size: 12px;color: #939598;display: block;padding-top: 6px;}
.txplnfollwupbox-right {display: flex;}
.txplnfollwupbox-right i {display: inline-block;vertical-align: top;width: 28px;height: 28px;line-height: 28px;text-align: center;background-color: #F2F2F2;border-radius: 50%;}
.txplnfollwupbox-right i + i {font-size: 12px;margin-left: 8px;}
.txplnfollwupbox-left .blue-bgcolor {background-color: #21AAE0;}
.txplnnotes-textarea {position: relative;}
.txplnnotes-textarea textarea {color: #939598;border: 1px solid #E5E5E5;background-color: #ffffff;padding: 12px 26px 12px 12px;border-radius: 5px;width: 100%;height: 86px;resize: none;outline: none;}
.txplnotstext-sendicn {position: absolute;bottom: 12px;right: 6px;}
.txplncommnt-list {margin-top: 20px;}
.txplncommnt-list .item {position: relative;padding-bottom: 20px;}
.txplncommnt-list .item:last-child {padding-bottom: 0;}
.txplncommnt-list .item:before {content: "";border-left: 1px dashed #e5e5e5;position: absolute;top: 0;left: 17.5px;height: 100%;}
.txplncommnt-list .item:last-child:before {border-width: 0;}
.txpln-commnts {display: flex;}
.txplncommnt-profilimg {width: 36px;}
.txplncommnt-profilimg span {width: 36px;height: 36px;background-color: #E5E5E5;border-radius: 50%;display: block;}
.commnts-info {padding-left: 15px;width: calc(100% - 36px);}
.commnts-info p {color: #58595B;}
.commntsauthr-date {color: #939598;display: block;}
/* End: Patient Card Popup */
/* Start: PMS/EHR Popup */
/*.pmsehr-popup.dashboard-popup {z-index: 999999999;}*/
.pmsehr-popup .dashbordpop-desc {padding: 30px 40px;}
.pmsehr-popup .dashbordpop-main {
  background-color: #041621;
  border: 1px solid #28A2DA;
  border-radius: 16px;
}
.pmspopup-content {text-align: center;}
.pmspopup-content p {
  font-size: 20px;
  color: #ffffff;
}
.pmspopup-content p:last-child {margin-bottom: 0;}
.ehrpopup-content .dashboardpop-title {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.ehrpopup-content .fdehrpopup-subtitle {color: #F28820;}
.ehrpoplogos-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px -5px 0 -5px;
}
.ehrpoplogos-list li {
  width: 20%;
  padding: 10px 5px 0 5px;
}
.ehrpoplogos-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 2px solid #039BE5;
  border-radius: 8px;
  height: 42px;
  padding: 4px 8px;
}
.ehrpoplogos-box img {
  width: auto;
  max-height: 28px;
}
.ehrpoplogos-box:hover {border-color: #F28820;}
.ehrpoplogos-box.selected-ehr {
  box-shadow: 0 0 0 1px #F28820;
  border-color: #F28820;
}
.ehrpoplogos-btn {
  text-align: center;
  margin-top: 20px;
}


.pmsehr_popupStep .introjs-tooltipReferenceLayer {z-index: 999999999;}

/* End: PMS/EHR Popup */
/* End: Popup */

.main-button {
  font-size: 14px;
  font-weight: 400;
  background-color: #F28820;
  color: #ffffff;
  padding: 10px 12px;
  display: inline-block;
  vertical-align: top;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.main-button:hover {
  background-color: #072b40;
  color: #ffffff;
}
.border-btn {font-size: 14px;font-weight: 400;background-color: transparent;color: #58595b;padding: 0 12px;display: inline-block;vertical-align: top;border: 1px solid #F28820;border-radius: 4px;height: 36px;line-height: 34px;}
.border-btn:hover {background-color: #F28820;color: #ffffff;}
.green_color {color: #00a14b !important;}
.orange_color {color: #F28820 !important;}
.red_color {color: #ec1c24 !important;}
.red_color2 {color: #F14336 !important;}
.blue_color {color: #21aae0 !important;}
.dark_color {color: #58595B !important;}
.blue_bgcolor {background-color: #21aae0 !important;}
.cursor-pointer {cursor: pointer;}

.require, 
.required {
  border-color: #ff0000 !important;
}


.sgtour-v2 .loader + #wrapper > #header {display: none !important;}
.sgtour-v2 .loader + #wrapper > #header + #container {padding-top: 0;}
.sgtour-v2 footer#footer {display: none;}
.sgtour-v2 .grecaptcha-badge {display: none !important;}
.sgtour-v2 .fixedbfhead-strip {display: none;}

body .asw-menu-btn {
  z-index: 999999999;
  box-shadow: 0px 0px 20px 0px rgb(255 255 255 / 40%);
}

.loader {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../images/load-screen.svg) 50% 50% no-repeat rgb(249, 249, 249);
}
/*************************************
          End: Default CSS
*************************************/
/*************************************
          Start: Header
*************************************/
.appheader {line-height: 1;}
.appheader-inner {display: flex;}
.appheader-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #072B40;
  text-align: center;
  width: 90px;
}
.appheader-logo a {
  display: inline-block;
  vertical-align: top;
  padding: 4px;
}
.appheader-main {
  width: calc(100% - 90px);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headlocation {
  display: flex;
  align-items: center;
}
.headlocation span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  padding: 0 2px 0 4px;
}
.headlocation .icon-location {font-size: 21px;}
.headsearch-group {
  position: relative;
  width: 400px;
}
.headsearch-group input {
  border: 1px solid #E7EAEC;
  padding: 5px 10px 5px 35px;
  background-color: #fff;
  border-radius: 50px;
  height: 40px;
  width: 100%;
}
.headsearch-group i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  margin-top: 1px;
}
.head-iconlist {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.head-iconlist li {margin-right: 15px;}
.head-iconlist li:last-child {margin-right: 0;}
.head-iconlist a {
  font-size: 18px;
  color: #092A3D;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #E7EAEC;
}
.head-iconlist .head-call a {
  background-color: #48CC7A;
  background: linear-gradient(90deg, #48CC7A 0%, #2DDC96 100%);
  border-color: #48CC7A;
  color: #fff;
}
.head-iconlist .head-plus a {
  background-color: #21AAE0;
  border-color: #21AAE0;
  color: #fff;
}
.head-iconlist img {max-height: 21px;}
.head-iconlist .head-profile a {
  border: none;
}
.head-iconlist .head-profile img {max-height: inherit;}
/*************************************
          End: Header
*************************************/
/*************************************
        Start: App Dashboard
*************************************/
.appdashboard-main {
  height: calc(100vh - 64px);
  overflow: hidden;
}
.appdashboard-inner {display: flex;}
/* Start: Sidebar Panel */
.appsidebar-panel {
  background-color: #072B40;
  width: 90px;
  height: calc(100vh - 64px);
}
.appsidebar-panel ::-webkit-scrollbar{width:5px;height:5px;background-color: rgba(0,0,0,0)}
.appsidebar-panel ::-webkit-scrollbar:hover{background-color:rgba(255,255,255,0.12);}
.appsidebar-panel ::-webkit-scrollbar-thumb{border:2px solid transparent;box-shadow:inset 0 0 0 24px rgba(255,255,255,0.37);border-radius:24px}
.appsidebar-panel ::-webkit-scrollbar-thumb:active{box-shadow:inset 0 0 0 24px rgba(255,255,255,0.54);border-radius:24px}
.appsidepanel-block {
  background-color: #072B40;
  height: calc(100vh - 140px);
  overflow: auto;
}
.appsidepanel-list a {
  font-size: 32px;
  color: rgba(255,255,255,0.85);
  line-height: 1;
  display: block;
  text-align: center;
  padding: 10px 4px;
  border-bottom: 1px solid rgba(239,239,239, 0.2);
}
.appsidepanel-list .item:first-child a {border-top: 1px solid rgba(239, 239, 239, 0.2);}
.appsidepanel-box.active {
  background-color: #F4891F;
  border-radius: 0 4px 4px 0;
  border: 2px solid #fff;
  border-left: 0;
  position: relative;
}
.appsidepanel-boximg.appsidepanel-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.appsidepanel-boximg img {
  height: 32px;
  width: auto;
}
#ai_iconMenu.appsidepanel-box.active {
  background-color: #ffffff;
  border-color: #F4891F;
}
/* End: Sidebar Panel */

.appdashboard-block {
  width: calc(100% - 90px);
  padding: 12px 12px 24px 12px;
}
.appdashboard-row {display: flex;}
.appdashboard-left {width: 35%;}
.appdashboard-right {
  width: 65%;
  padding-left: 12px;
}
.appdashtab-block {
  height: calc(100vh - 100px);
}
.appdash-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appdashtab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.appdashtab-list li + li {margin-left: 3px;}
.appdashtab-list a {
  font-size: 18px;
  color: #072B40;
  line-height: 1;
  background-color: #E6ECF4;
  border-radius: 10px 10px 0 0;
  padding: 12px 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
}
.appdashtab-list a.active {
  font-weight: 600;
  color: #F4891F;
  background-color: #fff;
}
.appdashtab-list a i {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.appdashtab-list a i.fa-circle {
  font-size: 8px;
  color: #F4891F;
  margin-right: 6px;
}
.appdashtab-togglemenu {
  font-size: 20px;
  line-height: 1;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 8px 12px 3px 12px;
}
.appdashtab-content {
  background-color: #ffffff;
  padding: 16px 12px;
}
.appdashtab-info h1,
.appdashtab-info h2 {
  font-size: 30px;
  font-weight: 600;
  color: #072B40;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
}
.appdashtabinfo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 8px;
}
.appdashtabinfo-topright {
  display: flex;
  align-items: center;
}
.appdashtabtop-search,
.appdashtabtop-filter {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.appdashtabtop-search i {
  font-size: 14px;
  padding-top: 3px;
  padding-right: 4px;
}
.appdashtabtop-filter {
  background-color: rgba(244, 137, 31, 0.1);
  color: #F4891F;
  border-radius: 2px;
  padding: 10px 8px;
}
.appdashtabtop-filter span {padding: 0 12px 0 6px;}
.appdashtabtop-filter .icon-close {
  font-size: 8px;
  background-color: rgba(244, 137, 31, 0.15);
  border-radius: 2px;
  padding: 4px 4px 3px 4px;
}
.appdashtabtop-view {
  display: flex;
  align-items: center;
}
.appdashtabtop-view i {
  font-size: 14px;
  padding-top: 3px;
  padding-right: 4px;
}
/*.dashnotification-lists {
  height: calc(100vh - 250px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #c7c7c7 #ffffff;
}*/
.dashnotification-lists .item {margin-bottom: 20px;}
.dashnotifitop-time {margin-bottom: 8px;}
.dashnotifi-box {
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.dashnotifibox-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #25A8E0;
}
.dashnotifiboxtop-left {
  background-color: #54B8E2;
  color: #fff;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  border-radius: 8px 8px 0 0;
  position: relative;
  height: 32px;
}
.dashnotifiboxtop-left:after {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  bottom: 0;
  border: 30px solid transparent;
  border-bottom-width: 0;
  border-left-color: #54B8E2;
  border-left-width: 12px;
}
.dashnotifiboxtop-left i {
  font-size: 18px;
  padding-right: 5px;
}
.dashnotifiboxtop-left i.icon-engage {padding-top: 4px;}
.dashnotifiboxtop-right {
  display: block;
  font-style: italic;
  padding-right: 10px;
}
.dashnotifibox-body {padding: 12px 10px;}
.dashnotifibox-body p {
  margin-bottom: 12px;
  line-height: 1.2;
}
.dashnotifibox-body p a {color: #072B40;}
.dashnotifibox-body p:last-child {margin-bottom: 0;}
.dashnotifibox-body p .fa-circle {
  font-size: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.dashnotifibox-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.dashnotifibox-btm strong {
  font-size: 16px;
  font-weight: 700;
  color: #072B40;
  display: block;
}
.dashnotifiboxbtm-right {
  display: flex;
  align-items: center;
}
.dashnotifiboxbtm-right a {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: #25A8E0;
  padding-right: 5px;
  border-right: 1px solid #E7EAEC;
}
.dashnotifiboxbtm-right a:last-child {
  padding-right: 0;
  padding-left: 5px;
  border: none;
}
.dashnotifibox-yellow .dashnotifibox-top {border-color: #FDB913;}
.dashnotifibox-yellow .dashnotifiboxtop-left {background-color: #FBC84B;}
.dashnotifibox-yellow .dashnotifiboxtop-left:after {border-left-color: #FBC84B;}
.dashnotifibox-red .dashnotifibox-top {border-color: #DA2128;}
.dashnotifibox-red .dashnotifiboxtop-left {background-color: #ED666B;}
.dashnotifibox-red .dashnotifiboxtop-left:after {border-left-color: #ED666B;}
.dashnotifibox-green .dashnotifibox-top {border-color: #2ddc96;}
.dashnotifibox-green .dashnotifiboxtop-left {background-color: #2ddc96;}
.dashnotifibox-green .dashnotifiboxtop-left:after {border-left-color: #2ddc96;}

.appdashboard-schedule-img {
  height: calc(100vh - 130px);
  overflow: hidden;
}
#appdashrow_step1, 
#appdashrow_step2 {
  display: none;
}
#appdashrow_step1.active, 
#appdashrow_step2.active {
  display: flex;
}
.appdashboard-row2 {display: flex;}
.appdashmenu-leftcol {width: 15%;}
.appdashmenu-rightcol {
  width: 85%;
  padding-left: 20px;
}
.appdashmenu-title {
  font-size: 18px;
  font-weight: 600;
  color: #092A3D;
  line-height: 1.25;
  display: block;
  margin-bottom: 12px;
}
.appdashmenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.appdashmenu-list a {
  font-size: 16px;
  color: #092A3D;
  line-height: 1;
  display: block;
  padding: 10px;
  border-radius: 8px;
}
.appdashmenu-list a.parent_active {font-weight: 600;}
.appdashmenu-list a.active {
  font-weight: 600;
  background-color: #fff;
  color: #F28820;
}
.appdashmenu-list a i {
  font-size: 70%;
  padding-left: 4px;
  display: inline-block;
  vertical-align: middle;
}

.appdashmenu-list li ul {
  padding-left: 15px;
  list-style: none;
}
.appdashmenu-list ul li a {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.appdashmenu-list ul li a:before {
  content: "\f111";
  font-family: 'Font Awesome 7 Free';
  font-weight: normal;
  font-size: 42%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  line-height: 1;
  margin-top: 0.5px;
}

.appdashmenuinfo-img {
  height: calc(100vh - 76px);
  overflow: hidden;
}
.appdashmenuinfo-messageimg img {
  width: auto;
  height: 82vh;
}
.appdashmenuAR_submenu {display: none;}
#engage_iconMenu.active,
#appdashmenu_message.active,
.appdashmenuAR_AR.active,
.appdashmenuAR_MCT.active,
#patientForm_iconMenu.active,
.appdashmenu_submission.active,
#aditPay_iconMenu.active,
.appdashmenuAP_payment.active,
#PA_iconMenu.active,
.appdashmenuPA_MH.active,
#appdashmenuPA_practice.active,
#rcm_iconMenu.active,
.appdashmenuRCM_veri.active,
#aiCallTrack_iconMenu.active,
#appdashmenucalls_AC.active {
  z-index: 99999999;
}
#appdashmenu_message,
.appdashmenuAR_AR.active,
.appdashmenuAR_MCT.active,
.appdashmenu_submission.active,
.appdashmenuAP_payment.active,
.appdashmenuPA_MH.active,
#appdashmenuPA_practice.active,
.appdashmenuRCM_veri.active,
#appdashmenucalls_AC.active {
  position: relative;
}
#patientFormDashInfo.active,
#PADashInfo.active,
#rcmDashInfo.active {
  position: relative;
  z-index: 99999999;
}
.pmsehr_popupStep .appdashmenu_submission {z-index: 9999;}
.aditpayDash_step .introjs-tooltip.introjs-top-left-aligned {margin-left: 70px;}

.callAIModuleinfo_step .introjs-tooltipReferenceLayer {margin-top: -44px;}

.calltrack-dashboard {
  background-color: #ffffff;
  padding: 12px 6px;
  border-radius: 12px;
  display: none;
}
.calltrackdash-row {
  display: flex;
  flex-wrap: wrap;
}
.callogdash-col {width: 23%;}
.callogdash-title {
  position: relative;
  padding-right: 24px;
  margin-bottom: 8px;
}
.callogdash-title:after {
  content: "";
  background-image: url(../images/call-logs-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.callogdashtitle-noicon.callogdash-title:after {display: none;}
.callogdash-title strong {
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.callogsearchbox {margin-bottom: 8px;}
.callogsearch-group {position: relative;}
.callogsearch-group input {
  font-size: 14px;
  background-color: rgba(9, 42, 61, 0.05);
  padding: 4px 10px 4px 24px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: inherit;
  height: 32px;
  width: 100%;
}
.callogsearch-group i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  margin-top: 1px;
}
.calloginfo-box {padding: 12px 8px;}
.calloginfo-box.active {
  background-color: #F2F7FE;
  border-radius: 8px;
}
.calloginfobox-inner {display: flex;}
.calloginfobox-icon {
  font-size: 17px;
  color: #F28820;
  width: 22px;
  display: block;
  padding-top: 3px;
}
.calloginfobox-icon.icon-missed-call {font-size: 19px;}
.calloginfobox-icon.icon-camplaint-call {
  font-size: 21px;
  padding-top: 0;
}
.calloginfobox-dtls {
  width: calc(100% - 22px);
  padding-left: 6px;
  color: #072B40;
}
.calloginfobox-dtls strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.15;
  display: block;
  margin-bottom: 4px;
}
.calloginfobox-dtls p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.15;
  margin-bottom: 5px;
}
.calloginfobox-dtls p:last-child {margin-bottom: 0;}
.calloginfobox-dtls p a {color: #072B40;}
.calloginfobox-dtls p .fa-circle {
  font-size: 30%;
  display: inline-block;
  vertical-align: middle;
}
.calltrackdash-col {
  width: 40%;
  padding-left: 10px;
}
.calltrackdash-block {padding-left: 6px;}
.calltask_step .calltrackdash-block {
  height: calc(100vh - 120px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #ffffff;
}
.caller-info {
  color: #072B40;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.callerinfo-left strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  margin-bottom: 8px;
}
.callerinfo-left strong a {color: #072B40;}
.callerinfo-left strong span {color: #21AAE0;}
.callerinfo-left p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 5px;
}
.callerinfo-left p i {font-size: 12px;}
.callerinfo-loc {
  display: flex;
  align-items: center;
}
.callerinfo-loc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}
.callerinfo-loc i {
  font-size: 14px;
  padding-right: 3px;
}
.callerinfo-thumb {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.callerinfo-thumb img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  object-position: center;
}
.callerinfo-thumb span {
  font-weight: 400;
  padding-left: 4px;
}
.callerinfo-thumb b {
  font-size: 16px;
  font-weight: 500;
  color: #21AAE0;
  display: block;
  padding-left: 5px;
}
.callerinfo-btns {
  display: flex;
  gap: 5px;
}
.callerinfo-btns span {
  font-size: 16px;
  color: #F4891F;
  background-color: rgba(242, 136, 32, 0.1);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.callerinfo-btns .material-icons {font-size: 25px;}
.callrecord-info {margin-bottom: 10px;}
.callrecord-info img {
  width: 100%;
  height: auto;
}
.calltracktab-links {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid rgba(7, 43, 64, 0.1);
  margin-bottom: 10px;
}
.calltracktab-links li {
  font-size: 14px;
  color: #072B40;
  line-height: 1.2;
  position: relative;
  padding: 0 5px 5px 5px;
}
.calltracktab-links li:after {
  content: "";
  background-color: #F4891F;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
}
.calltracktab-links li.active {
  font-weight: 600;
  color: #F4891F;
}
.calltracktab-links li.active:after {opacity: 1;}
.callsummary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.callsummarytop-label {
  font-size: 15px;
  font-weight: 600;
  color: #072B40;
  line-height: 1.2;
  display: block;
}
.callsummarytop-right {
  display: flex;
  align-items: center;
}
.callsummarytop-right img {width: 20px;}
.callsummarytop-right span {
  font-size: 13px;
  color: #072B40;
  line-height: 1.1;
  padding-left: 5px;
}
.callsummarytop-right span b {font-weight: 600;}
.callsummary-box {
  background-color: rgba(9, 42, 61, 0.05);
  border-radius: 6px;
  padding: 8px;
}
.callsummary-box p {
  font-size: 14px;
  color: #072B40;
}
.calltrackai-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.calltrackaitag-logo img {
  width: 20px;
  height: auto;
  display: inline-block;
  vertical-align: text-top;
}
.calltrackai-tags button {
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px 5px 10px;
  background-color: #39B54A;
  border-radius: 40px;
  border: none;
  outline: none;
}
.calltrackai-tags button.tagschedule_btn {background-color: #2DDC96;}
.calltrackai-tags button.tagnotbook_btn {background-color: #F04236;}
.calltrackai-tags .fa-circle {font-size: 5px;}
.callanalysis-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 8px;
}
.callanalysis-top strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}
.callanalysis-editbtn {
  font-size: 12px;
  font-weight: 500;
  color: #F28820;
  background-color: rgba(242, 136, 32, 0.1);
  border-radius: 5px;
  padding: 4px 6px;
  display: flex;
  align-items: center;
}
.callanalysis-editbtn span {
  font-size: 13px;
  padding-right: 3px;
}
.callanalysis-box {
  background-color: #ffffff;
  border: 1px solid #E6ECF4;
  border-radius: 6px;
}
.callanalysis-item {
  border: 1px dashed #DBE3EB;
  padding: 8px 0;
}
.callanalysis-field {
  display: flex;
  align-items: center;
}
.callanalysis-field strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 10px;
  display: block;
  width: 215px;
  text-align: right;
}
.callanalysis-right {
  font-size: 14px;
  width: calc(100% - 215px);
  padding-left: 8px;
}
.callanalysis_happyicn {
  max-width: 20px;
  height: auto;
}
.callanalysis-right b {font-weight: 600;}
.callanalysis-right button {
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px 5px 10px;
  background-color: #39B54A;
  border-radius: 40px;
  border: none;
  outline: none;
}
.callanalysis-right button.tagschedule_btn {background-color: #2DDC96;}
.callanalysis-right button.tagnotbook_btn {background-color: #F04236;}
.calltrackaitag-logo b {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  vertical-align: text-bottom;
}
.calltrackai-tags button.tagfollow_btn {background-color: #FDAE12;}
.calltrackai-tags button.tagrootcanal_btn {background-color: #0065B3;}
.calltrackai-tags button.taginsurance_btn {background-color: #42C1C7;}
.calltrack_addtag {
  font-size: 18px;
  color: #21AAE0;
}
.callanalysis-notefield {
  margin-top: 32px;
}
.callanalysis-notefield strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 6px;
}
.callanalysis-notefield textarea {
  font-size: 15px;
  background-color: rgba(9, 42, 61, 0.1);
  border-radius: 6px;
  border: none;
  padding: 8px;
  width: 100%;
  height: 60px;
  resize: none;
}
.calltasks-block {
  margin-top: 20px;
  margin-bottom: 120px;
}
.citour-nostrip .calltasks-block {margin-bottom: 72px;}
.calltasks-block img {
  width: 100%;
  height: auto;
}

.calltrack-scorecardtab {display: none;}
.callscorecard-block {
  border: 1px solid #E6ECF4;
  border-radius: 6px;
  padding: 8px;
  color: #072B40;
}
.callscorecard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.callscorecard-thumb img {width: 30px;}
.callscorecard-thumb span {font-size: 15px;}
.callscorecard-rating i {
  font-size: 11px;
  color: #F4891F;
  display: inline-block;
  vertical-align: middle;
}
.callscorecard-rating .grey_star {color: #CDD5D9;}
.callscorecard-rating span {
  font-size: 15px;
  padding-left: 4px;
}
.callscorecard-select {
  font-size: 15px;
  background-color: rgba(9, 42, 61, 0.05);
  border-radius: 6px;
  padding: 8px;
  line-height: 1;
}
.callscorecard-list {
  max-height: 340px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #c7c7c7 #ffffff;
}
.callscorecard-item {margin-bottom: 12px;}
.callscorecard-info {display: flex;}
.callscorecard-no {
  font-size: 14px;
  font-weight: 500;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E7EAEC;
  border-radius: 50%;
}
.callscorecard-desc {
  font-size: 15px;
  width: calc(100% - 36px);
  padding-left: 8px;
  line-height: 1.3;
}
.callai-answer {display: flex;}
.callaianswer-yesno {
  font-size: 17px;
  font-weight: 600;
  color: #2DDC96;
  line-height: 1;
  background-color: rgba(45, 220, 150, 0.15);
  border-radius: 30px;
  width: 56px;
  height: 30px;
  text-align: center;
  padding: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.callaianswer-yesno.callaianswer-no {
  background-color: rgba(218, 33, 40, 0.15);
  color: #DA2128;
}
.callaianswer-desc {
  width: calc(100% - 60px);
  padding-top: 2px;
  padding-left: 27px;
  position: relative;
}
.callaianswer-desc:before {
  content: "";
  background-image: url(../images/adit-ai-logo-v2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 14px;
  height: 16px;
}

.missedcalldashboard-block {
  display: none;
}
.dashboard-tableoptions {
  width: 45%;
  margin-left: auto;
  margin-bottom: 90px;
}
.missedcalldashboard-img {
  overflow: hidden;
  max-height: calc(100vh - 240px);
}
.dashscreen-notableOpt {padding-top: 128px;}
.screenimg_steps .dashboard-tableoptions {margin-bottom: 60px;}
.screenimg_steps .missedcalldashboard-img {max-height: calc(100vh - 260px);}
.citour-nostrip.screenimg_steps .dashboard-tableoptions {margin-bottom: 90px;}
.no-display {display: none;}
.appdashmenu-list .no-display {display: none;}

.oppnewpatients_step .introjs-tooltip .introjs-arrow.bottom {left: 45%;}
.oppexistingpatients_step .introjs-tooltip.introjs-top-left-aligned {margin-left: 60px;}
.oppexistingpatients_step .introjs-tooltip .introjs-arrow.bottom {left: 78%;}
.callscorecard_step .introjs-tooltip .introjs-arrow.bottom {left: 53%;}
.calltask_step .introjs-tooltip.introjs-right {margin-top: -80px;}
.calltask_step .introjs-tooltip.introjs-right .introjs-arrow.left {top: 100px;}
.callAnalysis_step .introjs-tooltip.introjs-left {margin-top: 328px;}
.callAnalysis_step .introjs-tooltip .introjs-arrow.right {
  top: auto;
  bottom: 40px;
}
.callAnalysis_step .introjs-tooltip.introjs-right {margin-top: 160px;}
.callAnalysis_step .introjs-tooltip .introjs-arrow.left {
  top: auto;
  bottom: 48px;
}

.patientFormSteps .introjs-tooltip.introjs-right,
.practiceAnalytice_step .introjs-tooltip.introjs-right,
.RCM_step .introjs-tooltip.introjs-right {
  margin-top: -40px;
}

/*************************************
        End: App Dashboard
*************************************/
/*************************************
        Start: Upgrade Screen
*************************************/
.upgradescreen-block {
  background-image: url(../images/upgrade-screen-bg-pattern.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.upgradescreen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.upscreen-logo {
  width: 33.33%;
  padding-left: 60px;
}
.upscreentop-right {
  margin-left: 12px;
  width: 66.67%;
}
.upscreentop-titleblock {position: relative;}
.upscreentop-titleblock h1 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  background-color: #25A8E0;
  background: linear-gradient(90deg, #092A3D -67.92%, #25A8E0 100%);
  border-radius: 20px 0 0 20px;
  padding: 20px 180px 20px 30px;
  margin: 26px 0;
}
.upscreentop-arrowIcon {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 20px;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.upgradescreeninfo-block {
  display: none;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 340px);
}
.upgradescreeninfo-block.active {display: flex;}
.upgradeinfo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.upgradeinfo-textcol {
  width: 30%;
  padding-left: 60px;
}
.upgradeinfo-imgcol {
  width: 70%;
  padding-left: 80px;
  padding-right: 15px;
}
.upgradescreeninfo-img img {max-height: 430px;}
.upgradeinfo-textbox {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.upgradeinfo-textbox:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  width: auto;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.upgradeinfo-textbox p {margin-bottom: 10px;}
.upgradetextbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.upgradetextbox-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
.upgradetextbox-list li:last-child {margin-bottom: 0;}
.upgradetextbox-list li:before {
  content: "";
  background: url(../images/lists-checkmark-icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
}
.upgradetextbox-list ul {
  padding-top: 6px;
  padding-left: 1.25rem;
  list-style: disc;
}
.upgradetextbox-list ul li {
  padding-left: 0;
  margin-bottom: 2px;
}
.upgradetextbox-list ul li:last-child {margin-bottom: 0;}
.upgradetextbox-list ul li:before {display: none;}
.upgradetextbox-list ul li::marker {
  font-size: 18px;
  color: #F4891F;
  line-height: 10px;
}
.custom-pauseicon {
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  padding: 4px 8px;
  margin: 0 2px;
  border: 1px solid #676767;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  letter-spacing: 2px;
}
.upgradetextbox-btn {
  margin-top: 12px;
  text-align: right;
}
.upgradetextbox-nextbtn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-color: #F4891F;
  border-radius: 40px;
  border: none;
  outline: none;
  padding: 12px 32px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.upgradetextbox-nextbtn:hover {
  background-color: #25A8E0;
  color: #ffffff;
}

/* Start: Option 2 */
.ciupgradscreen-page {
  background-color: #072B40;
  background-image: url(../images/form-screen-bg-pattern-v2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: auto !important;
  min-height: 100vh;
}
.ciupscreen-main {height: 100vh;}
.ciupscreen-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ciupscreen-content {max-width: 1200px;}
.ciupscreen-logo {
  padding: 30px 40px 0 0;
  text-align: right;
  position: relative;
  z-index: 99;
}
.ciupscreen-logo img {max-width: 100px;}
.ciupscreen-block {
  padding-top: 30px;
  padding-bottom: 90px;
  margin: auto;
}
.citourupgradscreen-page .ciupscreen-block {padding-bottom: 30px;}
.ciupscreen-img-mobile {display: none;}
.ciupscreen-btmbtn {
  text-align: center;
  margin-top: 30px;
}
.ciupscreen-btn {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  background-color: #F4891F;
  border-radius: 40px;
  border: none;
  outline: none;
  padding: 16px 54px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.ciupscreen-btn:hover {
  background-color: #25A8E0;
  color: #ffffff;
}
/* End: Option 2 */
/*************************************
        End: Upgrade Screen
*************************************/
/*************************************
        Start: Form Screen
*************************************/
body.sgtourv2-thanks {
  background-color: #01121C;
  /*background-image: url(../images/ehr-screen-bg-pattern.png);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: auto !important;
  position: relative;
  z-index: 9;
  min-height: 100vh;
  min-height: 100dvh;
}
.sgtform-main {
  height: 100vh;
  height: 100dvh;
}
.sgtour-completed .sgtform-main {overflow: hidden;}
.sgtform-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sgtform-logo {
  padding: 30px 30px 0 30px;
  position: relative;
  text-align: right;
  z-index: 99;
}
.sgtform-logo img {max-height: 38px;}
.sgtform-block,
.sgt-form-thankblock {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  margin: auto;
  display: none;
}

.citourend-page .sgt-form-thankblock {padding-bottom: 30px;}
.cidemotourend-page .sgtform-block,
.cidemotourend-page .sgt-form-thankblock {
  padding-bottom: 30px;
}

.sgtform-block.active,
.sgt-form-thankblock.active {
  display: block;
}
.sgtform-box {
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  width: 100%;
  position: relative;
}
.sgtform-box:after {
  content: "";
  background-image: url(../images/form-bottom-shadow-pattern.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 48px;
}
.sgtformbox-row {
  display: flex;
  flex-wrap: wrap;
}
.sgtformbox-leftcol {
  width: 40%;
  background-color: #D2FFED;
  border-radius: 12px 0 0 12px;
}
.sgtformbox-formcol {width: 60%;}
.sgtformgiftcard-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.sgtformgiftcard-block h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #002D42;
  margin: 0 0 20px 0;
}
.sgtformbox-form {
  padding: 28px 20px;
}
.sgtformbox-head {
  text-align: center;
  margin-bottom: 24px;
}
.sgtformbox-head h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #002D42;
  margin: 0;
}
.sgtfield-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.sgtfield-col {
  width: 100%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.sgtfield-col-50 {width: 50%;}
.sgtfield-col label {
  font-size: 14px;
  display: block;
  line-height: 1.2;
  margin-bottom: 4px;
}
.sgtfield-col input,
.sgtfield-col select, 
.sgtfield-col textarea {
  font-size: 13px;
  font-weight: 400;
  color: #002D42;
  background-color: #EEFAFF;
  border: 1px solid #EEFAFF;
  border-radius: 5px;
  padding: 8px 12px;
  width: 100%;
  height: 44px;
}

.sgtform-submitbtn {margin-top: 8px;}
.sgtform-btn {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background-color: #F4891F;
  border-radius: 50px;
  border: none;
  outline: none;
  padding: 15px 32px;
  display: block;
  width: 100%;
  cursor: pointer;
}
.sgtform-btn:hover {
  background-color: #25A8E0;
  color: #ffffff;
}
.sgtcallintel-thankblock .thankscreen-block h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sgtcallintel-thankblock .thankscreen-img {margin-top: -10px;}
.thankscreen-icon2 {
  width: 340px;
  display: block;
  position: relative;
  z-index: 1;
}
.thankscreen-icon2:before {
  content: "";
  background-image: url(https://adit.com/sgt-call-intel/images/thankscreen-check-bgpattern-shadow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -80%;
  transform: translateY(-50%);
  width: 1724px;
  height: 1080px;
}
.thankscreen-icon2:after {
  content: "";
  background-image: url(../images/thankscreen-check-bgpattern-v2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1814px;
  height: 1080px;
  z-index: -1;
}
.thankscreen-icon2 img {
  position: relative;
  /*-webkit-animation: zoomEffect 2s linear infinite;
  animation: zoomEffect 2s linear infinite;*/
}
/*
@keyframes zoomEffect {
  0% {transform: scale(0.92);}
  50% {transform: scale(1);}
  100% {transform: scale(0.92);}
}
*/

.thankscreen-icon3 {display: block;}


.sgtform-popup.callintel-popup {background-color: rgba(0, 0, 0, 0.5);}
.sgtform-popup .callintelpop-inner {max-width: 100%;}
.sgtform-popup .sgtform-block {padding: 0;}
.sgtform-popup .sgtform-box {margin: auto;}
.sgtform-popup .sgtform-box:after {display: none;}

.sgtonlyform-popup .sgtform-box {max-width: 650px;}
.sgtonlyform-popup .sgtformbox-leftcol {display: none;}
.sgtonlyform-popup .sgtformbox-formcol {width: 100%;}


.moesgtform-box .sgtformbox-leftcol {
  background: linear-gradient(180deg, #FFF8F2 44.7%, #7CCCF1 299.29%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.moesgtform-box .sgtformbox-leftcol:after {
  content: "";
  background-image: url(../images/moepromobox-pattern.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  right: 0;
  width: 111px;
  height: 156px;
  z-index: -1;
}
.moesgtform-box .sgtformgiftcard-block {
  padding-top: 24px;
  padding-bottom: 24px;
}
.moegiftcard-logo {
  position: relative;
  padding-bottom: 20px;
}
.moegiftcard-logo img {max-height: 155px;}
.moegiftcard-logo:after {
  content: "";
  background-image: url(../images/seperation-line-shadow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  max-width: 250px;
  margin: 0 auto;
  z-index: -1;
}
.moegiftcard-starbuck {padding-top: 30px;}
.moegiftcard-starbuck img {
  max-width: 120px;
  height: auto;
}
.moegiftcard-starbuck strong {
  font-size: 18px;
  line-height: 1.2;
  color: #002E42;
  display: block;
  padding-top: 12px;
}
.moegiftcard-starbuck strong span {color: #00643C;}

.sgtpartnerform-box .sgtformgiftcard-block {
  padding-top: 24px;
  padding-bottom: 24px;
}
.sgtpartnerform-box .sgtformbox-leftcol {
  background: linear-gradient(180deg, #FFFBF4 44.7%, #203E7C 299.29%);
}
.sgtformgiftcard-logo {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 12px;
  z-index: 1;
}
.sgtformgiftcard-logo img {
  max-height: 38px;
  height: auto;
}
.sgtformgiftcard-logo:after {
  content: "";
  background-image: url(../images/seperation-line-shadow2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  margin: 0 auto;
  z-index: -1;
}
.sgtpartnerform-box .sgtformgiftcard-block h2 {font-size: 26px;}
.sgtpartnerform-box .sgtformgiftcard-block h2 span {color: #00643C;}
.sgtpartnerform-box .sgtformgiftcard-img img {max-height: 145px;}

.odwiresgtform-box .sgtformbox-leftcol {
  background-color: #e6ecfa;
  background-image: url(https://adit.com/sgt-front-desk/images/odwire-sgtform-popup-bgimg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.odwiresgtform-box .sgtformgiftcard-logo img {max-height: 50px;}
.odwiresgtform-box.sgtpartnerform-box .sgtformgiftcard-img img {max-height: 135px;}
/*************************************
        End: Form Screen
*************************************/

/*************************************
      Start: Thankyou Screen
*************************************/
.thankscreen-main {background-image: url(../images/darkblue-with-icons-bg-pattern-img.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;height: 100vh;z-index: 1;}
.thankscreen-main:before {content: "";background-color: #072B40;opacity: 0.44;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}
.fixdtouragain-btn {position: fixed;top: 30px;left: 30px;z-index: 999;}
.fixdtouragain-btn a {font-size: 22px;font-weight: 500;letter-spacing: -0.02em;color: #FFFFFF;background-color: transparent;display: inline-block;vertical-align: top;height: 60px;line-height: 60px;padding: 0 8px;border-radius: 60px;overflow: hidden;}
.fixdtouragain-btn a i {font-size: 26px;width: 48px;height: 48px;line-height: 48px;margin-top: 6px;background-color: #F4891F;color: #092A3D;border-radius: 50%;text-align: center;display: inline-block;vertical-align: top;padding: 2px 0 0 2px;position: relative;z-index: 1;}
.fixdtouragain-btn a span {display: inline-block;vertical-align: top;transform: translateX(-30%);width: 0;opacity: 0;overflow: hidden;transition: all 0.3s linear, opacity 0s linear;}
.fixdtouragain-btn a:hover {background-color: #F4891F;}
.fixdtouragain-btn a:hover i {background-color: #ffffff;color: #F4891F;}
.fixdtouragain-btn a:hover span {transform: translateX(0);width: auto;opacity: 1;padding: 0 12px;}
.thankscreenman-block {display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100vh;}
.thankscreen-inner {padding: 50px 0;width: 100%;overflow: auto;overflow-x: hidden;}
.thankscreen-block {max-width: 1080px;margin: 0 auto;}
.thankscreen-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.thankscreen-imgcol {width: 35%;padding: 0 15px;}
.thankscreen-textcol {
  width: 65%;
  padding: 0 15px;
  position: relative;
  z-index: 9;
}
.thankscreen-img {text-align: center;}
.thankscreen-icon {display: inline-block;vertical-align: top;position: relative;width: 207px;height: 207px;line-height: 207px;z-index: 1;}
.thankscreen-icon:before {content: "";background-image: url(../images/thankyou-checkmark-icon-pattern.svg);background-size: contain;background-position: center;background-repeat: no-repeat;position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-animation: spin 20s linear infinite;animation: spin 20s linear infinite;z-index: -1;}
.thankscreen-block h1, 
.thankscreen-block h2 {
  font-style: italic;
  color: #ffffff;
  line-height: 1.15;
}
.thankscreen-block h1 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
}
.thankscreen-block h1 img {
  display: inline-block;
  vertical-align: inherit;
}
.thankscreen-block h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 32px;
}
.thankscreen-links a {font-size: 22px;font-weight: 600;color: #ffffff;padding: 0 40px;background-color: #F4891F;border-radius: 80px;height: 56px;line-height: 56px;border: none;outline: none;display: inline-block;vertical-align: top;position: relative;}
.thankscreen-links a img, .thankscreen-links a i {font-size: 24px;max-width: 24px;color: #ffffff;display: inline-block;vertical-align: top;position: absolute;top: 50%;transform: translateY(-50%);left: 30px;}
.thankscreen-links a.retaketour-btn {
  padding-left: 60px;
  margin-left: 8px;
}
.thankscreen-links a:hover {background-color: #22a9e1;color: #ffffff;}
.thankscreen-ortext {font-size: 36px;font-weight: 500;color: #ffffff;text-transform: uppercase;margin: 0 15px;}

.chiro-thankblock .thankscreen-block h1 {
  font-style: normal;
}


.addnotesform-block {
  padding: 12px 16px;
  background: rgba(1, 25, 39, 0.5);
  border: 1px solid transparent;
  border-radius: 16px;
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
.addnotesform-block::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  padding: 1px;
  background: linear-gradient(90deg, #F4891F 0%, #25A8E0 100%);
  -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude; 
  border-radius: 16px;
  z-index: -1;
}
.addnotesform-block input::-webkit-input-placeholder, 
.addnotesform-block textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.addnotesform-block input::-moz-placeholder, 
.addnotesform-block textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.addnotesform-block input:-ms-input-placeholder, 
.addnotesform-block textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.addnotesform-block input:-moz-placeholder, 
.addnotesform-block textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.addnotesform-textarea textarea {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 0;
  display: block;
  resize: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  width: 100%;
  outline: none;
  box-shadow: inherit;
  height: 120px;
}
.addnotesform-btn {
  text-align: right;
  margin-top: 12px;
}
.addnotesformsub-btn {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 42px;
  background-color: #F4891F;
  border-radius: 80px;
  height: auto;
  line-height: 1;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: top;
}
.addnotesformsub-btn:hover {
  background-color: #25A8E0;
  color: #ffffff;
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@-ms-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Start: Popup */
.callintel-popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  z-index: 99999999;
  padding: 5px;
}
.callintel-popup.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.callintelpop-inner {
  max-width: 540px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: auto;
}
.callintelpop-main {
  border-radius: 12px;
  position: relative;
  overflow: auto;
  width: 100%;
}
.callintelpop_close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F28820;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
  border-radius: 0px 0px 0px 12px;
  z-index: 2;
}
.callintelpop_close:hover {
  background-color: #22a9e1;
  color: #ffffff;
}
.cipop-block {
  background-color: #ffffff;
  border: 2px solid #25A8E0;
  border-radius: 12px;
}
.callintelpop-top {
  background-color: #25102a;
  background: linear-gradient(90deg, #060c1f 4.92%, #642f2b 100%);
  position: relative;
  padding: 16px;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.callintelpop-top:after {
  content: "";
  background-image: url(../images/call-intelligence-tour-popup-bgimg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cipoptop-inner {
  display: flex;
  align-items: center;
}
.cipoptop-img {
  width: 160px;
  padding-right: 20px;
  position: relative;
}
.cipoptop-img:after {
  content: "";
  background-image: url(../images/call-intelligence-tour-popup-seperation-line-v2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
}
.cipoptop-desc {
  color: #ffffff;
  width: calc(100% - 160px);
  padding-left: 16px;
}
.cipoptop-smtext {
  font-size: 22px;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.cipoptop-desc strong {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(90deg, #25A8E0 30%, #F4891F 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: block;
  margin-bottom: 2px;
}
.cipoptop-desc p {
  font-size: 20px;
  line-height: 1.25;
}
.cipopform-block {
  padding: 0 20px 20px 20px;
}
.cipopform-subhead {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #002D42;
  text-align: center;
  padding: 12px 0 14px 0;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.cipopform-subhead:after {
  content: "";
  background-image: url(https://adit.com/storage/files/ivpopupform-seperation-lineshadow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
  width: 100%;
  height: 16px;
  z-index: -1;
}
.cipop-form .sgtfield-col > label {display: none;}
.cipop-form .sgtfield-col input, 
.cipop-form .sgtfield-col select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #7CCCF1;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
  height: 32px;
}
.cipop-form .sgtfield-col textarea {
  background-color: transparent;
  border: 1px solid #7CCCF1;
  border-radius: 5px;
  display: block;
  outline: none;
  resize: none;
  height: 72px;
}
.formopt-check {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.formopt-check input {
  height: auto !important;
  margin: 0px 4px 0 0;
  display: block;
}
.formopt-check label {
  font-size: 12px;
  font-weight: 500;
  color: #002D42;
  line-height: 1;
}

.cipop-nopromo .callintelpop-top {display: none;}
.cipop-nopromo .cipopform-block {padding: 20px;}
.cipop-nopromo .cipopform-subhead:after {display: none;}
.cipop-nopromo .cipopform-subhead {
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

body .cipop-form .selection .select2-selection {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #7CCCF1;
  border-radius: 0;
  min-height: 32px;
  height: 32px;
}
.cipop-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 32px;
}
body .select2-container--open .select2-dropdown {
  background-color: #ffffff;
  z-index: 999999999 !important;
}
body .select2-container--default .select2-results>.select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: #c7c7c7 #ffffff;
}


.newyear-tourpopup .cipop-block {border: none;}
.newyear-tourpopup .cipoptop-inner {justify-content: center;}
.newyear-tourpopup .callintelpop-top:after {
  background-image: url(../images/new-year-promo-popup-bgimg.png);
}
.newyear-tourpopup .cipoptop-img:after {
  background-image: inherit;
  background-color: #ffffff;
  opacity: 0.2;
  width: 1.15px;
}
.newyear-tourpopup .cipoptop-img {
  width: 120px;
  padding-right: 14px;
}
.newyear-tourpopup .cipoptop-desc {
  font-size: 24px;
  line-height: 1.15;
  width: auto;
  padding-left: 12px;
}
/* End: Popup */

/* Start: Custom Thanks Popup */
.custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.5s ease-in-out;
  z-index: 99999;
  padding: 5px;
}
.custom-popup.active {
  transform: scale(1);
  opacity: 1;
}
.custompop-inner {
  max-width: 540px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: auto;
}
.custompopmain-block {
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 40px 10px 20px 10px;
  width: 100%;
  overflow: auto;
}
.custompop-closebtn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f28820;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 0px 0px 0px 10px;
}
.custompop-closebtn:hover {
  background-color: #22a9e1;
  color: #ffffff;
}


.citour-thankspopup.custom-popup {background-color: transparent;}
.citour-thankspopup .custompopmain-block {padding: 50px 20px;}
.citourthankpop-main {text-align: center;}
.citourthankpop-img {margin-bottom: 30px;}
.citourthankpop-main strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  display: block;
  border-bottom: 1px solid #21AAE0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.citourthankpop-main p {font-size: 20px;}
/* End: Custom Thanks Popup */

/*************************************
      End: Thankyou Screen
*************************************/
/*************************************
          Start: EHR Screen
*************************************/
body.PFehr_screen {
  background-color: #01121C;
  /*background-image: url(../images/ehr-screen-bg-pattern.png);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: auto !important;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  z-index: 9;
}
.ehrscreen-main {
  position: relative;
  height: 100vh;
  height: 100dvh;
}
/*.ehrscreen-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}*/
.ehrscreen-logo {
  padding: 30px 30px 0 30px;
  position: relative;
  text-align: right;
  z-index: 99;
}
.ehrscreen-logo img {max-height: 38px;}
.ehrscreenmain-block {
  padding-top: 20px;
  padding-bottom: 102px;
  margin: auto;
}
.ehrscreen-tophead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 15px;
}
.ehrscreen-tophead h1 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.15;
  margin: 0;
}
.ehrscreen-tophead .ehrpoplogos-box {
  height: 48px;
  max-width: 170px;
  min-width: 100px;
}
.ehrscreen-tophead .ehrpoplogos-box:hover {border-color: #039BE5;}
.ehrscreen-tophead .ehrpoplogos-box img {max-height: 32px;}
.ehrscreen-img {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  /*background: rgba(0, 20, 29, 0.33);
  border: 1px solid #28A2DA;
  border-radius: 12px;
  padding: 15px;*/
}
.ehrscreen-nxtbtn {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 999999999;
}
/*************************************
          End: EHR Screen
*************************************/
/*************************************
    Start: Front desk chat Screens
*************************************/
.videobg-block {
  background-color: #00141F;
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  z-index: 1;
}
.frontdeskbg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 20%;
}
.logo-header {
  padding: 30px 30px 0 30px;
  text-align: right;
}
.logo-header img {max-height: 38px;}

.fdstart-block {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px 12px;
  max-width: 700px;
  margin: 0 auto;
}
.fdstart-block p {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 24px;
}
.fdstart-block .main-button {
  font-size: 20px;
  font-weight: 600;
  border-radius: 40px;
  padding: 14px 48px;
  line-height: 1;
}
.fdstart-block .main-button:hover {
  background-color: #25A8E0;
  color: #ffffff;
}
#fdagentPopup.dashboard-popup {
  background-color: transparent;
  transform: scale(1);
  display: none;
}
#fdagentPopup.dashboard-popup.active {display: block;}

#frontdeskChats {display: none;}
.chatgroup-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: calc(100% - 58px);
}
#frontdeskAudio {display: none;}
.chatgroup-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 0;
  min-height: 432px;
}
#chatStart_text {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding: 0 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 160px;
  opacity: 0.5;
}
.chatgroup-items {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  text-align: center;
  transition: all 0.5s;
  max-width: 610px;
  margin: 0 auto;
  padding-top: 12px;
}
.chatgroup-item {transition: all 0.4s ease-in-out;}
.chatgroup-item.active {opacity: 1;}
.chatprev_1 {opacity: 0.4;}
.chatprev_2 {opacity: 0.2;}
.chat-maskname {position: relative;}
.chat-maskname:after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chatinfo-box {
  font-size: 15px;
  background-color: #ffffff;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px 20px 12px 20px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  display: none;
  opacity: 0;
  transform: translateY(-30px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.chatinfo-box.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.chatinfo-box:after {
  content: "";
  border: 16px solid transparent;
  border-width: 20px 16px 0 16px;
  border-top-color: #ffffff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.chatinfo-box strong {
  font-size: 21px;
  font-weight: 600;
  background: linear-gradient(90deg, #F4891F 40%, #25A8E0 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
}
.chatinfobox-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
}
.chatinfobox-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}
.chatinfobox-list li:before {
  content: "";
  background: url(../images/lists-checkmark-icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.4px;
  left: 0;
  width: 15px;
  height: 15px;
}
.chatinfobox-btn {text-align: right;}
.chatinfobox-btn .main-button {
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  padding: 10px 24px;
  line-height: 1;
}
.chatinfobox-btn .main-button:hover {
  background-color: #25A8E0;
  color: #ffffff;
}

.chatgroupblock-skip .chatgroup-info {
  padding-top: 8px;
  padding-bottom: 54px;
  position: relative;
  min-height: 470px;
}
.chatskip-btn {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#chatskipBtn {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#chatskipBtn.active {
  opacity: 1;
  transform: translateY(0);
}
.chatskip-btn .main-button {
  font-weight: 600;
  border-radius: 40px;
  padding: 10px 32px;
  line-height: 1;
}
.chatskip-btn .main-button:hover {
  background-color: #25A8E0;
  color: #ffffff;
}
/*************************************
    End: Front desk chat Screens
*************************************/