@font-face {
  font-family: 'Retroica';
  src: url('/fonts/retroica.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Visby CF Thin';
  src: url('/fonts/visby cf thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
font-family: 'poppins-black';
src: url('/fonts/poppins/Poppins-Black.ttf');
}
@font-face {
font-family: 'poppins-light';
src: url('/fonts/poppins/Poppins-Light.ttf');
}
@font-face {
font-family: 'poppins-thin';
src: url('/fonts/poppins/Poppins-Thin.ttf');
}
@font-face {
font-family: 'poppins-medium';
src: url('/fonts/poppins/Poppins-Medium.ttf');
}
@font-face {
font-family: 'poppins-semibold';
src: url('/fonts/poppins/Poppins-SemiBold.ttf');
}
@font-face {
font-family: 'poppins-semibold-italic';
src: url('/fonts/poppins/SemiBoldItalic.ttf');
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: #000;
}


.hide-scrollbar::-webkit-scrollbar {
  /*Chrome, Safari, Edge*/
  display: none;
}

html {
background-color: white;
}

body {
margin: 0;
}

head {
margin: 0;
}

a {
text-decoration: none;
cursor: pointer;
}

html, body {
  height: 100%;
}

#content-wrapper {
min-height: 100%;
width: 100%;
margin-left: 216px;
}

#main {
overflow: auto;
height: 100%;
}

a {
color: #1D43FF;
}

h1, h2, h3, h4, h5, p {
  margin: 0px;
}

b {
font-family: 'poppins-medium';
}

/* Policy acceptance */

/* Backdrop & modal container */
.ec-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.5);
  opacity: 0; pointer-events: none; transition: opacity .2s ease;
  z-index: 9998;
}
.ec-backdrop.ec--open { opacity: 1; pointer-events: auto; }

.ec-modal {
  position: fixed; inset: 0; display: grid; place-items: center;
  z-index: 9999; opacity: 0; pointer-events: none; transition: opacity .2s ease;
  padding: 16px;
}
.ec-modal.ec--open { opacity: 1; pointer-events: auto; }

.ec-modal > .ec-modal__header,
.ec-modal > .ec-modal__body {
  width: min(680px, 100%);
}

.ec-modal__body {
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px 20px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.ec-modal__title {
  margin: 0;
  font-size: 1.25rem;
  font-family: 'poppins-medium';
  line-height: 1.3;
  padding-bottom: 12px;
}
.ec-modal__intro {
  margin: 8px 0 16px;
  font-size: 14px;
  font-family: 'poppins-light';
  color: #333;
}

/* Fields */
.ec-label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 14px;
  font-family: 'poppins-medium';
  font-weight: 600;
}
.ec-req { color: #D93025; }
.ec-select, .ec-input, .ec-textarea {
  width: 100%; padding: 10px 12px;
  border: 1px solid #d4d7e3; border-radius: 10px; font-size: 14px;
  outline: none; transition: border-color .15s ease, box-shadow .15s ease;
  background: #fff;
}
.ec-select:focus, .ec-input:focus, .ec-textarea:focus {
  border-color: #1D43FF; box-shadow: 0 0 0 3px rgba(29,67,255,.15);
}

/* Checkbox */
.ec-check { display: flex; align-items: flex-start; gap: 10px; margin: 10px 0 4px; }
.ec-check__input { margin-top: 3px; transform: scale(1.1); }
.ec-check__label a { color: #1D43FF; text-decoration: underline; }

/* Buttons */
.ec-actions { display: flex; gap: 12px; margin-top: 10px; }
.ec-btn {
  appearance: none; border: none; border-radius: 12px; padding: 12px 16px;
  font-weight: 700; cursor: pointer; font-size: 15px;
}
.ec-btn--primary {
  background: #1D43FF; color: #fff; box-shadow: 0 6px 18px rgba(29,67,255,.3);
}
.ec-btn[disabled] { opacity: .6; cursor: not-allowed; }

/* Errors */
.ec-error, .ec-submit-error { color: #D93025; font-size: 13px; margin: 6px 0 0; min-height: 1em; }

/* Mobile tweaks */
@media (max-width: 480px) {
  .ec-modal__title { font-size: 1.1rem; }
  .ec-btn { width: 100%; }
}

input[disabled] {
color: #aba9a9 !important;
background-color: #ececec !important;
}

/* Froala Editor Style */
.fr-view p {
  margin-bottom: 10px;
}

#loaderBox {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
background: #272727;
height: 65px;
width: 65px;
border-radius: 10px;
z-index: 26;
}

.loader svg {
height: 42px;
}

/*
Set the color of the icon
*/
svg path,
svg rect{
fill: #1D43FF;
}

.profile-photo-selector-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 28px;
}

.profile-photo-preview {
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
  box-shadow: 0px 3px 7px -3px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 0px 3px 7px -3px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 3px 7px -3px rgb(0 0 0 / 75%);
}

.profile-photo-preview img {
  /* width: 100%; */
  height: 100%;
}

.port-phone-number-text {
font-size: 17px;
font-family: 'poppins-light';
color: grey;
text-align: center;
margin-top: 46px;
}

/* TOGGLE */
.switch-input {
display: none;
}
.switch-label {
position: relative;
cursor: pointer;
padding: 9px 16px;
}
.switch-label:before, .switch-label:after {
content: "";
position: absolute;
margin: 0;
outline: 0;
top: 50%;
-ms-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.switch-label:before {
left: 1px;
width: 30px;
height: 10px;
background-color: #9E9E9E;
border-radius: 8px;
}
.switch-label:after {
left: 0;
width: 16px;
height: 16px;
background-color: #EC7063;
border-radius: 50%;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle--on {
display: none;
}
.switch-label .toggle--off {
display: inline-block;
}
.switch-input:checked + .switch-label:before {
background-color: #A5D6A7;
}
.switch-input:checked + .switch-label:after {
background-color: #4CAF50;
-ms-transform: translate(100%, -50%);
-webkit-transform: translate(100%, -50%);
transform: translate(100%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
display: none;
}



/* HEADER STYLES */

.application-header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #272727;
  padding: 8px 15px;
  /* box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -webkit-box-shadow: 5px -2px 11px 12px rgb(0 0 0 / 24%);
  -moz-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%); */
  z-index: 11;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
}

.application-header-left-col {
  display: flex;
  align-items: center;
  gap: 29px;
}

.application-header-plan-badge-link {
  display: flex;
  margin-right: 12px;
}

.application-header-logo {
  height: 35px;
}

.application-header-nav-link {
  display: flex;
  cursor: pointer;
}

.application-header-nav-link i {
  font-size: 23px;
  color: #C1C1C1;
}

.application-header-nav-link i:hover {
  color: white;
}

.application-header-right-col {
  display: flex;
  align-items: center;
  gap: 20px;
}

.application-header-profile-square {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(11deg, #1d43ff 32%, #5973fb 89%);
  border-radius: 5px;
  height: 35px;
  width: 37px;
  cursor: pointer;
}

.application-header-profile-square p {
  font-size: 15px;
  font-family: 'poppins-medium';
  color: white;
}


.mobile-nav-dropdown-items {
display:none;
}

.application-header-nav-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.application-header-nav-quick-actions-container {
  display: table;
  position: relative;
}

.application-header-nav-quick-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 8px;
  height: 32px;
  width: 32px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

.notification-box-pulse-container {
  position: relative;
  cursor: pointer;
}

.notification-box-container {
  display: flex;
}

.notification-box-container i {
  font-size: 20px;
  color: #ff0500;
}

.pulse {
  position: absolute;
  top: -7px;
  left: -4px;
  height: 33px;
  width: 33px;
  z-index: 10;
  border: 5px solid #ff0500;
  border-radius: 70px;
  animation: pulse 1s ease-out infinite;
}

@keyframes pulse {
  0% {
      -webkit-transform: scale(0);
      opacity: 0.0;
  }

  25% {
      -webkit-transform: scale(0.1);
      opacity: 0.3;
  }

  50% {
      -webkit-transform: scale(0.5);
      opacity: 0.5;
  }

  75% {
      -webkit-transform: scale(0.8);
      opacity: 0.8;
    }

  100% {
      -webkit-transform: scale(1);
      opacity: 0.0;
  }
}

.application-header-nav-integrations-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  height: 32px;
  width: 32px;
  margin: 0px 5px;
}

.application-header-nav-integrations-btn i {
  font-size: 19px;
  color: white;
}

.application-header-nav-profile-main-container {
position: relative;
margin-top: auto;
margin-bottom: auto;
}

.application-header-nav-profile-box {
display: flex;
background-color: #091f2d;
border-radius: 5px;
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;
padding: 7px 7px;
cursor: pointer;
}

.application-header-nav-profile-box:hover {
  background-color: #0d2d42;
}

.application-header-profile-image {
display:none;
height: 30px;
width: 30px;
border-radius: 100%;
}

.application-header-nav-profile-box p {
font-size: 13px;
font-family: 'poppins-light';
color: white;
margin-top: auto;
margin-left: 6px;
margin-right: 15px;
margin-bottom: auto;
}

.application-header-profile-arrow-down {
  color: white;
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.application-header-nav-profile-dropdown-container {
  position: absolute;
  top: 40px;
  right: 0;
  width: 245px;
  background: linear-gradient(11deg, #1d43ff 32%, #5973fb 89%);
  border-radius: 5px;
  padding: 10px 0px;
  box-shadow: 0px 2px 7px 3px rgb(0 0 0 / 22%);
  -webkit-box-shadow: 0px 2px 7px 3px rgb(0 0 0 / 22%);
  -moz-box-shadow: 0px 2px 7px 3px rgb(0 0 0 / 22%);
  z-index: 10;
}

.application-header-nav-profile-dropdown-item {
  padding: 10px 15px 10px 15px;
}

.application-header-nav-profile-dropdown-item:hover {
  background-color: #2541cc;
}

.application-header-nav-profile-dropdown-item p {
  font-size: 15px;
  font-family: 'poppins-light';
  color: white;
}

.header-nav-dropdown-divider {
  background-color: #93a5fe;
  height: 1px;
  width: 70%;
  margin: 5px 15px 5px 15px;
  margin-right: auto;
}


/* System Helper Box */

.system-helper-box {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 22px 28px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -webkit-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -moz-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  /* max-width: 900px; */
}

.system-helper-top-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.system-helper-top-container i {
  font-size: 22px;
  color: #0000ff;
}

.system-helper-top-container h4 {
  font-size: 18px;
  font-family: 'poppins-medium';
}

.system-helper-box p {
  font-size: 15px;
  font-family: 'poppins-light';
}

.system-helper-box-link {
  display: table;
  background-color: #0000ff;
  border-radius: 5px;
  padding: 6px 12px;
  margin-top: 15px;
  font-size: 15px;
  font-family: 'poppins-light';
  color: white;
}

.basic-no-content-found-message {
  font-size: 16px;
  font-family: 'poppins-light';
  font-style: italic;
  text-align: center;
  color: red;
  margin: 28px 0px;
}


/* Onpage Upgrade Prompt */

.onpage-upgrade-prompt-container {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 55px 15px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -webkit-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -moz-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
}

.onpage-upgrade-prompt-icon {
  display: table;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.onpage-upgrade-prompt-title {
  font-size: 22px;
  font-family: 'poppins-light';
  text-align: center;
  color: #196290;
  margin-top: 15px;
}

.onpage-upgrade-prompt-text {
  font-size: 15px;
  font-family: 'poppins-light';
  font-style: italic;
  text-align: center;
  color: #a7a7a7;
  max-width: 280px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.onpage-upgrade-prompt-button {
  display: table;
  background-color: #1d43ff;
  border-radius: 25px;
  border: none;
  padding: 14px 37px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.onpage-upgrade-prompt-button:hover {
  background-color: #183ae4;
}

.onpage-upgrade-prompt-button p {
  font-size: 15px;
  font-family: 'poppins-light';
  color: white;
}


/* Pull Down Refresh (Mobile App) */

.refresh-container {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: margin-top 0.5s;
  margin-bottom: -50px;
}

.refresh-container .spinner {
  margin-top: -115px;
  width: 30px;
  height: 30px;
  z-index: 5;
  transition: transform 0.5s;
}

.refresh-container.load-init .spinner * {
  fill: #ffffff;
}

.refresh-container.load-init::after {
  content: "";
  background-color: #0430e2;
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  z-index: 4;
  transition: 1.5s;
}

.refresh-container.load-start .spinner {
  animation: spin 0.5s linear infinite;
}

.refresh-container.load-start .spinner * {
  fill: #000000;
}

.refresh-container.load-start::after {
  content: "";
  background-color: transparent;
  transform: scale(50);
  z-index: 999;
}


/* Video Assistance Sidebar */

.video-assistance-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 32px;
}

.video-assistance-link i {
  font-size: 16px;
}

.video-assistance-link p {
  font-size: 16px;
  font-family: 'poppins-medium';
}

.video-assistance-sidebar {
  background-color: white;
  border-left: 1px solid #f3f3f3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  width: 395px;
  overflow: scroll;
  box-sizing: border-box;
  box-shadow: 9px 0px 34px 4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 9px 0px 34px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px 0px 34px 4px rgba(0, 0, 0, 0.75);
  z-index: 15;
}

.close-video-assistance-sidebar {
  display: table;
  font-size: 20px;
  color: #cecece;
  margin-left: auto;
  cursor: pointer;
}

.video-assistance-series-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #f2f2f2;
  border-radius: 0px 7px 7px 0px;
  border-left: 2px solid #0605ff;
  padding: 10px 15px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.video-assistance-series-label h6 {
  font-size: 14px;
  font-family: 'poppins-light';
  margin-top: 0px;
  margin-bottom: 0px;
}

.video-assistance-series-label h5 {
  font-size: 13px;
  font-family: 'poppins-light';
  margin-top: 1px;
  margin-bottom: 0px;
}

.video-assistance-series-label p {
  font-size: 11px;
  font-family: 'poppins-light';
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 0px;
}

.video-assistance-series-button {
  display: table;
  background-color: #0603ff;
  border-radius: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.video-assistance-series-button p {
  font-size: 13px;
  font-family: 'poppins-light';
  color: white;
}

.video-assistance-content-container {
  padding-top: 35px;
}

.video-assistance-content-container h3 {
  font-size: 27px;
  font-family: 'poppins-medium';
  text-align: center;
  line-height: 30px;
}

.video-assistance-buttons-container {
  display: flex;
  justify-content: space-between;
  background-color: #ececec;
  border-radius: 50px;
  padding: 5px 5px;
  margin-top: 22px;
}

.video-assistance-button {
  width: 50%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

.active-video-assistance-page {
  background-color: blue;
  border-radius: 50px;
  color: white;
  padding: 2px;
  box-shadow: 0px 0px 12px -2px rgba(158, 158, 158, 0.75);
    -webkit-box-shadow: 0px 0px 12px -2px rgba(158, 158, 158, 0.75);
    -moz-box-shadow: 0px 0px 12px -2px rgba(158, 158, 158, 0.75);
  cursor: pointer;
}

.video-assistance-button p {
  font-size: 13px;
  font-family: 'poppins-light';
  margin-top: auto;
  margin-bottom: auto;
}

#videoAssistanceList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-assistance-item {
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
}

.video-assistance-item iframe {
  width: 100%;
  height: 185px;
  border-radius: 10px;
}

.video-assistance-item p {
  font-size: 15px;
  font-family: 'poppins-light';
  text-align: center;
  margin-top: 5px;
}

.no-videos-found {
  font-size: 14px;
  font-family: 'poppins-light';
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 420px) {
  .video-assistance-sidebar {
    padding: 30px 15px;
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .video-assistance-content-container h3 {
    font-size: 22px;
  }
}

/* Todo List */

.no-todos-found {
  font-size: 14px;
  font-family: 'poppins-light';
  text-align: center;
  color: #ff1212;
}

#todoContactContainer {
  position: relative;
}

/* .application-header-nav-video-btn {
  margin-right: 10px;
}

.application-header-nav-video-btn i {
  font-size: 23px;
  color: white;
  cursor: pointer;
}*/

.todo-popup-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  padding: 68px 20px;
  overflow: scroll;
  width: 98%;
  max-width: 325px;
  box-shadow: -2px -2px 57px -24px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px -2px 57px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px -2px 57px -24px rgba(0, 0, 0, 0.75);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11;
}

.todo-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 23px;
  color: #c0c0c0;
  cursor: pointer;
}

.todo-popup-content h3 {
  font-size: 21px;
  font-family: 'poppins-medium';
}

.inline-create-todo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

#inlineTodoTitle {
  background-color: #f0f0f0;
  border: none;
  border-radius: 5px;
  color: #196190;
  padding: 4px 10px;
  font-size: 13px;
  font-family: 'poppins-light';
  width: 82%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inlineCreateTodoButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #86ef81;
  border-radius: 5px;
  min-width: 18px;
  min-height: 18px;
  padding: 6px;
  margin-left: 5px;
  cursor: pointer;
}

.inlineCreateTodoButton i {
  font-size: 14px;
  color: white;
}

.todo-popup-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.todo-popup-item-content {
  width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

.todo-popup-item-content h6 {
  font-size: 14px;
  font-family: 'poppins-medium';
  margin: 0px;
}

.todo-popup-item-content p {
  font-size: 12px;
  font-family: 'poppins-light';
  color: #b1b1b1;
}

.expiredTodo {
  color:red !important;
}

.todo-popup-item-actions {
  display: flex;
  align-items: center;
}

.todo-popup-action {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: grey;
  border-radius: 5px;
  min-width: 18px;
  min-height: 18px;
  padding: 6px;
  margin-left: 5px;
  cursor: pointer;
}

.todo-popup-action-delete {
  background-color: #df0000;
}

.todo-popup-action-check {
  background-color: #86ef81;
}

.todo-popup-action i {
  font-size: 14px;
  color: white;
}

.todo-create-button {
  display: flex;
  color: #1d43ff;
  cursor: pointer;
}

.todo-create-button i {
  font-size: 14px;
  margin-top: auto;
  margin-right: 5px;
  margin-bottom: auto;
}

.todo-create-button p {
  font-size: 14px;
  font-family: 'poppins-light';
  margin-top: auto;
  margin-bottom: auto;
}

.todo-popup-title-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.todo-popup-title-container i {
  font-size: 13px;
  color: #1d43ff;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 6px;
  cursor: pointer;
}

.todo-item-input {
  background-color: #f0f0f0;
  border: none;
  border-radius: 5px;
  color: #196190;
  padding: 7px 10px;
  margin-bottom: 11px;
  font-size: 15px;
  font-family: 'poppins-light';
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.todo-item-edit-button {
  display: table;
  background-color: #1d43ff;
  border-radius: 5px;
  border: none;
  padding: 7px 35px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.todo-item-edit-button p {
  font-size: 15px;
  font-family: 'poppins-light';
  color: white;
}

.todo-item-collapsed-actions-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.todo-item-collapsed-action {
  display: flex;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 6px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
  cursor: pointer;
}

.todo-item-collapsed-action:hover {
  background-color: #f6f6f6;
}

.todo-item-collapsed-action i {
  font-size: 15px;
  color: #ccc;
  margin-top: auto;
  margin-bottom: auto;
}

.todo-item-collapsed-action p {
  font-size: 12px;
  font-family: 'poppins-light';
  margin-left: 5px;
}

.completed-todos-toggle {
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
}

.completed-todos-toggle i {
  font-size: 17px;
  line-height: 14px;
  margin-right: 6px;
}

.completed-todos-toggle p {
  font-size: 14px;
  font-family: 'poppins-light';
  margin-top: auto;
  margin-bottom: auto;
}

.todo-popup-action-delete {
  background-color: #df0000;
}

.todo-reminder-group {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 20px 12px;
}

.todo-reminder-group h5 {
  font-size: 14px;
  font-family: 'poppins-medium';
  margin-bottom: 2px;
}

.todo-reminder-group p {
  font-size: 12px;
  font-family: 'poppins-light';
}

.todo-reminder-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0px;
}

.todo-reminder-checkbox input {
  margin: 0px;
  margin-right: 7px;
}

.todo-reminder-checkbox label {
  font-size: 14px;
  font-family: 'poppins-light';
}

.todo-reminder-input label {
  display: table;
  font-size: 12px;
  font-family: 'poppins-medium';
  margin-bottom: 3px;
}

.todo-reminder-select {
  background-color: white;
}

.todo-reminder-requirements {
  background-color: #F4D03F;
  border-radius: 5px;
  padding: 10px;
}

.todo-reminder-requirements h6 {
  font-size: 12px;
  font-family: 'poppins-medium';
  margin: 0px;
  margin-bottom: 3px;
}


/* Phone System */

.application-header-nav-phone-btn {
  margin-right: 10px;
}

.application-header-nav-phone-btn i {
  font-size: 22px;
  color: white;
  cursor: pointer;
  transform: rotate(90deg);
}

.dialpad-mini-dialer {
  position: absolute;
  top: 50px;
  right: 0px;
  width: auto;
  max-width: 420px;
  height: auto;
  max-height: 520px;
  z-index: 1002;
  box-shadow: -3px 3px 7px 1px rgb(80 80 80 / 60%);
  background: transparent;
  display: none;
}

.dialpad-mini-dialer.open { display: block; } 

.dialpad-mini-dialer iframe {
  border: none;
  display: block;
}

/* Optional: fine-tune when Dialpad widget is in "right" mode */
.dialpad-mini-dialer .Adapter_root.Adapter_right { position: relative; }

/* If you used :has() before for nudging, keep it non-layout-affecting */
.dialpad-mini-dialer:has(.Adapter_root.Adapter_right) { top: 56px; right: 12px; }
.dialpad-mini-dialer:has(.Adapter_root.Adapter_right.Adapter_minimized) { box-shadow: none; }


.phone-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-icon {
  color: #c1c1c1;
  font-size: 20px;
  cursor: pointer;
  transform: rotate(90deg);
}

.phone-icon.ringing {
  color: #00ca36;
  animation: ring 2s infinite;
}

.gear-settings-icon {
  font-size: 19px;
  color: #196190;
  cursor: pointer;
}

.gear-settings-icon:hover {
  color: #1d43ff;
}

.gear-settings-icon.active {
  color: #1d43ff;
}

.general-table {
  width: 80%;
  border-collapse: collapse;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.general-table th,
.general-table td {
  text-align: left;
  padding: 12px 15px;
  font-family: 'poppins-light';
}

.general-table th {
  color: black;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}

.general-table td {
  border-bottom: 1px solid #ddd;
}

.general-select {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #196190;
  padding: 12px;
  font-size: 17px;
  font-family: 'poppins-light';
}

.general-save-button {
  background-color: #1d43ff;
  border: none;
  border-radius: 5px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding: 13px 10px;
  font-size: 18px;
  font-family: 'poppins-light';
  color: white;
  cursor: pointer;
  text-align: center;
}

.flex-center-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}


@keyframes ring {
  0% { transform: rotate(90deg); }
  10% { transform: rotate(105deg); }
  20% { transform: rotate(80deg); }
  30% { transform: rotate(95deg); }
  40% { transform: rotate(85deg); }
  50% { transform: rotate(90deg); }
  100% { transform: rotate(90deg); }
}

.ring-background {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 202, 54, 0.7);
  border-radius: 50%;
  animation: phonePulse 2s infinite;
}

@keyframes phonePulse {
  0% { transform: scale(0.25); opacity: 0.8; }
  100% { transform: scale(1); opacity: 0; }
}


.application-header-mobile-nav-btn {
  display:none;
  margin-right: 30px;
}

.application-header-mobile-nav-btn i {
  font-size: 22px;
  color: white;
  cursor: pointer;
}

.inbox-selector-back-button {
  display:none;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 7px;
}

.inbox-selector-back-button i {
  font-size: 25px;
  cursor: pointer;
}

/* .application-header-todo-actions {
  margin-left: 5px;
  margin-right: 20px;
}

.application-header-nav-todo-btn i {
  font-size: 25px;
  color: white;
  cursor: pointer;
} */


/* Modal Styles */

.modal-title {
  font-size: 23px;
  font-family: 'poppins-medium';
  text-align: center;
  margin-bottom: 18px;
}

.modal-input {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #196190;
  padding: 10px 17px;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: 'poppins-light';
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-button {
  display: table;
  background-color: #1d43ff;
  border-radius: 25px;
  border: none;
  padding: 14px 37px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.modal-button p {
  font-size: 17px;
  font-family: 'poppins-light';
  color: white;
}

.clip_todoCreatorContainer {
  max-height: 500px;
  overflow: scroll;
}

.clip-todo-reminder-group {
  margin-top: 25px;
}

/* Contact Search Suggestions */

#suggestions {
  display: none;
  border: 1px solid #ccc;
  padding: 7px 0px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  background: white;
  z-index: 999;
  width: 96%;
}

.suggestion-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 8px 15px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #D1E4FF;
}

.suggestion-item .contact-name {
  font-size: 13px;
  font-family: 'poppins-medium';
}

.suggestion-item .contact-phone {
  font-size: 13px;
  font-family: 'poppins-light';
}

.suggestion-item.active-suggestion {
  background-color: #D1E4FF;
}

.suggestionsList {
  position: absolute;
  top: 40px;
  z-index: 10;
  background-color: white;
  border: 1px solid #ccc;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 0px;
  width: 100%;
  max-width: 310px;
  max-height: 215px;
  height: fit-content;
  box-shadow: 0px 8px 24px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 8px 24px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 24px -10px rgba(0,0,0,0.75);
  overflow: scroll;
}

.suggestion-item-container:hover {
  background-color: #f3f3f3;
}

.suggestion-item-container {
  display: flex;
  font-size: 15px;
  font-family: 'poppins-light';
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
}

.suggestion-item-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: blue;
  border-radius: 30px;
  height: 28px;
  width: 28px;
  margin-right: 8px;
}

.suggestion-item-initials p {
  font-size: 11px;
  color: white;
}

.suggestion-item-data {
  margin-top: auto;
  margin-bottom: auto;
}


.contact-information-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-information-header h1 {
  font-size: 35px;
  font-family: 'poppins-medium';
  margin-bottom: 4px;
}

.contact-information-header h3 {
  font-size: 18px;
  font-family: 'poppins-light';
  margin-top: -2px;
}

.contact-information-header h4 {
  font-size: 15px;
  font-family: 'poppins-light';
  margin-top: -2px;
}

.contact-information-header h5 {
  font-size: 15px;
  font-family: 'poppins-light';
  color: #1c43fe;
  margin-top: 6px;
}

.contact-actions-bar {
  display: flex;
  justify-content: space-between;
  background-color: #1e44ff;
  border-radius: 60px;
  max-width: 530px;
  width: 100%;
  padding: 8px 56px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  box-shadow: 0px 7px 47px -11px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 7px 47px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 47px -11px rgba(0, 0, 0, 0.75);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-action {
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
}

.contact-action:hover {
  background-color: #4f4fff;
}

.contact-action p {
  font-size: 18px;
  font-family: 'poppins-medium';
  color: white;
}

.contact-data-section {
  width: 100%;
  max-width: 835px;
  padding: 30px 0px;
  margin-left: auto;
  margin-right: auto;
}

.contact-data-section-divider {
  display: flex;
  margin-bottom: 22px;
}

.contact-data-section-divider h6 {
  font-size: 20px;
  font-family: 'poppins-light';
  color: grey;
  min-width: 68px;
  margin-top: auto;
  margin-bottom: auto;
}

.contact-divider-line {
  background-color: #ccc;
  height: 2px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin-top: auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: auto;
}

.contact-divider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e44ff;
  border-radius: 5px;
  width: 9%;
  min-width: 82px;
  margin-left: auto;
  cursor: pointer;
}

.contact-divider-button i {
  font-size: 13px;
  color: white;
  margin-right: 5px;
}

.contact-divider-button p {
  font-size: 14px;
  font-family: 'poppins-light';
  color: white;
}

.contact-note-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contact-note-content {
  width: 85%;
}

.contact-note-container h5 {
  font-size: 17px;
  font-family: 'poppins-medium';
  color: black;
  margin-bottom: 5px;
}

.contact-note-container p {
  font-size: 15px;
  font-family: 'poppins-light';
  color: grey;
  white-space-collapse: preserve;
}

.contact-note-actions {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 13%;
  min-width: 95px;
}

.contact-note-container:hover .contact-note-actions {
  display: flex;
}

.contact-note-action {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: grey;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.contact-note-action i {
  font-size: 12px;
  color: white;
}

.note-action-pin {
  background-color: #c6c6c6;
}

.currently-pinned {
  background-color: #252525;
}

.note-action-edit {
  background-color: #1e44ff;
}

.note-action-delete {
  background-color: #ef0a0a;
}

.contact-todo-item h6 {
  font-size: 17px !important;
}

.contact-todo-item p {
  font-size: 14px !important;
}


/* SIGNUP/ONBOARDING STYLES */

/* Send new message */

#send_new_email_modal {
  max-width: 850px;
}

#send_new_outlook_modal {
  max-width: 850px;
}

.dm-search-button {
  display: flex;
  background: linear-gradient(11deg, rgb(39 39 39) 1%, #1D43FF 56%);
  height: fit-content;
  border-radius: 5px;
  padding: 6px 10px;
  margin-right: 9px;
  cursor: pointer;
}

.send-composer-modal-box-content-container {
  padding: 20px 20px 40px 20px !important;
  overflow: auto;
  max-height: 570px;
}

.composer-attachments-container {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 5px;
}

.composer-attachment {
  padding: 8px 12px;
  font-size: 13px;
  font-family: 'poppins-light';
  color: #1D43FF;
  background-color: #e9e9e9;
  border-radius: 5px;
  transition: background .3s;
  width: 33%;
  cursor: pointer;
}

.composer-attachment i {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.composer-file-upload__input {
  display: none;
}

.contact-card-dot {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 10px;
  height: 10px;
  background-color: #ff3b30;
  border-radius: 50%;
  display: none;
}

/* Ensure button can position the dot properly */
#composerContactCardButton,
#replyContactCardButton {
  position: relative;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.dm-search-button i {
  font-size: 13px;
  color: white;
  margin-top: auto;
  margin-right: 5px;
  margin-bottom: auto;
}

.dm-search-button p {
  font-size: 14px;
  font-family: 'poppins-light';
  color: white;
}

.single-message-field-container {
  position: relative;
  margin-top: 13px;
}

.single-message-field-label {
  font-size: 15px;
  font-family: 'poppins-light';
  color: grey;
  margin-bottom: 6px;
}

.single-message-field-instruction-text {
  font-size: 12px;
  font-family: 'poppins-light';
  font-style: italic;
  color: grey;
  margin-top: 4px;
  margin-bottom: 6px;
}

#textComposerRecipients {
  display: flex;
  gap: 5px;
  margin-top: 16px;
  margin-bottom: -10px;
}

.group-text-recipient {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  background-color: #D1E4FF;
  border-radius: 4px;
  width: 24%;
}

.additional-text-recipients {
  font-size: 13px;
  font-family: 'poppins-light';
  background-color: transparent;
  color: #556D8F;
  border: 0px;
  margin: auto 0px;
  padding: 0px;
  width: 75%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.group-text-recipient i {
  font-size: 12px;
  color: #556D8F;
  cursor: pointer;
}

.add-text-composer-recipient {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-message-recipient-field {
  display: table;
  font-size: 16px;
  font-family: 'poppins-light';
  background-color: white;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 12px;
  width: 85%;
}

.add-text-composer-recipient i {
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  font-size: 20px;
  color: #1e43ff;
  height: 20px;
  margin-bottom: auto;
  margin-top: auto;
  cursor: pointer;
  z-index: 1;
}

.send-message-textarea {
  font-size: 16px;
  font-family: 'poppins-light';
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.insert-message-template-composer {
  display: flex;
  margin-top: 5px;
  cursor: pointer;
}

.insert-message-template-composer i {
  font-size: 14px;
  color: #1d43ff;
  margin-top: auto;
  margin-bottom: auto;
}

.insert-message-template-composer p {
  font-size: 15px;
  font-family: 'poppins-light';
  color: #1d43ff;
  margin-left: 7px;
}

.user-twilio-numbers-select {
  display: table;
  font-size: 16px;
  font-family: 'poppins-light';
  background-color: white;
  /* border: 0px; */
  /* border-bottom: 1px solid #ccc; */
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 12px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.single-message-recipient-field {
  display: table;
  font-size: 16px;
  font-family: 'poppins-light';
  background-color: white;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 12px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.tox-tinymce {
  border-radius: 0px !important;
}

/* .send-message-textarea {
  font-size: 17px;
  font-family: 'poppins-light';
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px 10px;
  width: -webkit-fill-available;
  height: 85px;
  margin-top: 0px;
  margin-bottom: 10px;
} */

#fr-logo {
  display: none !important;
}

.send-message-attachment-container {
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.send-message-attachment-container label {
  font-size: 13px;
  font-family: 'poppins-light';
}

.loading-twilio-image-container {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-top: 8px;
}

.loading-twilio-image-container i {
  font-size: 28px;
  color: #ccc;
}

.loading-twilio-image-container p {
  font-size: 15px;
  font-family: 'poppins-light';
  text-align: center;
  color: #ccc;
  margin-top: 5px;
}

.message-composer-button-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.single-message-button {
  display: table;
  background-color: #1d43ff;
  border-radius: 25px;
  border: none;
  font-size: 17px;
  font-family: 'poppins-light';
  color: white;
  padding: 12px 28px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  cursor: pointer;
}

.include-schedule-addition {
  border-radius: 0px;;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-left: unset;
  margin-right: unset;
  margin-top: 0px;
}

.single-message-button:hover {
  background-color: #183ae4;
}

.message-composer-scheduler {
  background-color: #1234dd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: none;
  font-size: 22px;
  font-family: 'poppins-light';
  color: white;
  padding: 9px 16px;
  cursor: pointer;
}

/* End send new message */

/* Appointment type popup */

.appointment-type-link-options {
  border-top: 1px solid #ccc;
  max-width: 420px;
  max-height: 355px;
  overflow: scroll;
  padding-top: 18px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

.appointment-type-link-option-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.appointment-type-link-option-content {
  display: flex;
}

.appointment-type-link-option-content i {
  font-size: 18px;
  color: #196290;
  margin-top: auto;
  margin-right: 10px;
  margin-bottom: auto;
}

.appointment-type-link-option-content p {
  font-size: 16px;
  font-family: 'poppins-light';
  color: #196290;
  margin-top: auto;
  margin-bottom: auto;
}

.contact-card-item {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 8px 15px;
  margin-bottom: 10px;
}

.contact-card-item div {
  display: flex;
  gap: 14px;
}

.contact-card-item p {
  color: #5a5a5a;
}

.message-template-actions-container {
  display: flex;
  align-items: center;
}

.create-message-template-link {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-family: 'poppins-light';
}

.create-message-template-link i {
  font-size: 18px;
  margin-top: auto;
  margin-right: 8px;
  margin-bottom: auto;
}

.message-template-actions-container i {
  font-size: 20px;
  color: #1d43ff;
  margin-right: 10px;
  cursor: pointer;
}

.appointment-type-link-option-button {
  display: table;
  background-color: #1d43ff;
  font-size: 15px;
  font-family: 'poppins-light';
  color: white;
  min-width: 61px;
  border-radius: 6px;
  border: none;
  padding: 9px 22px;
  margin-top: auto;
  margin-left: 10px;
  margin-bottom: auto;
  cursor: pointer;
}

.appointment-type-link-option-button:hover {
  background-color: #183ae4;
}

/* End appointment type popup */

/* Review Request Modal */

.preview-reviews-link-tree-page {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 24px;
}

.preview-reviews-link-tree-page i {
  margin-top: auto;
  margin-bottom: auto;
}

.preview-reviews-link-tree-page p {
  font-size: 15px;
  font-family: 'poppins-light';
  margin-left: 6px;
}

.request-review-message-label {
  font-size: 15px;
  font-family: 'poppins-light';
  color: #4b4b4b;
  text-align: center;
}

.request-review-message {
  background-color: whitesmoke;
  border: none;
  border-radius: 5px;
  height: 150px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  font-size: 14px;
  font-family: 'poppins-light';
  padding: 15px 12px;
}

.copy-review-request-message {
  display: table;
  background-color: #1d43ff;
  font-size: 15px;
  font-family: 'poppins-light';
  color: white;
  min-width: 61px;
  border-radius: 6px;
  border: none;
  padding: 9px 22px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

/* End Review Request Modal */


.onboarding-page-title {
  font-size: 18px;
  font-family: 'poppins-medium';
  text-align: center;
  color: white;
  margin-bottom: 23px;
}

.onboarding-page-container {
  display: flex;
  justify-content: center;
  height: 735px;
}

.onboarding-page-action-title {
  font-size: 27px;
  font-family: 'poppins-medium';
  text-align: center;
}

.onboarding-page-action-text {
  font-size: 15px;
  font-family: 'poppins-light';
  text-align: center;
  color: #6e6e6e;
  margin-top: 4px;
}

video#onboarding_page_video {
  height: 100%;
  border-top-left-radius: 56px;
  border-bottom-left-radius: 56px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.onboarding-page-action-section {
  display: flex;
  overflow: scroll;
  background-color: white;
  border-top-right-radius: 56px;
  border-bottom-right-radius: 56px;
  padding: 39px 62px;
  width: 675px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#permission-level-explanation {
  font-size: 13px;
  font-family: 'poppins-light';
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .inbox-search-container {
    position: relative;
  }

  .suggestionsList {
    top: 32px;
    max-width: unset;
  }
}

@media screen and (max-width: 850px) {

  .onboarding-page-container {
    height: unset;
    min-height: 665px;
  }

  .onboarding-page-action-section {
    overflow: scroll;
  }

  .onboarding-page-video-section {
    position: fixed;
    right: 8px;
    bottom: 0px;
    cursor: pointer;
  }

  video#onboarding_page_video {
    height: 200px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: 20px;
    border: 2px solid white;
  }

  .onboarding-page-action-section {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-radius: 56px;
    margin-bottom: 30px;
    padding: 39px 62px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }

}

@media screen and (max-width: 845px) {
  .inbox-search-container {
    position: unset;
  }

  .suggestionsList {
    max-width: 343px;
    top: 38px;
  }
}

@media screen and (max-width: 680px) {
  .suggestionsList {
    max-width: 315px;
  }
}

@media screen and (max-width: 650px) {
  .suggestionsList {
    max-width: 343px;
    top: 49px;
  }
}

@media screen and (max-width: 600px) {
  video#onboarding_page_video {
    height: 145px;
  }
}

@media screen and (max-width: 515px) {
  .onboarding-page-action-section {
    border-radius: 16px;
    padding: 39px 10px;
  }
}

@media screen and (max-width: 375px) {
  .onboarding-page-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .onboarding-page-title {
    font-size: 13px;
  }
}

/* ALERT BOXES */

.application-success-message-container {
display: none;
position: fixed;
top: 9px;
left: 15px;
right: 5px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
background-color: #86ef81;
border-radius: 4px;
padding: 8px 10px;
box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
-webkit-box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
-moz-box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
margin-right: auto;
z-index: 99;
}

.application-success-message-container p {
font-size: 16px;
font-family: 'poppins-light';
font-weight: 100;
text-align: center;
color: #2e7524;
}

.error-message-displayed {
display:block;
}

.application-error-message-container {
display: none;
position: fixed;
top: 9px;
left: 15px;
right: 5px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
background-color: #d80000;
border-radius: 4px;
padding: 8px 10px;
box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
-webkit-box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
-moz-box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
margin-right: auto;
  z-index: 1000;
}

.application-error-message-container p {
font-size: 16px;
font-family: 'poppins-light';
font-weight: 100;
text-align: center;
color: white;
}

.alertMessageLink {
text-decoration: underline;
font-style: italic;
color: white;
}

.application-alert-message-container {
display: none;
position: fixed;
top: 9px;
left: 15px;
right: 5px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
background-color: #F4D03F;
border-radius: 4px;
padding: 8px 10px;
box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
-webkit-box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
-moz-box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
margin-right: auto;
z-index: 30;
}

.application-alert-message-container p {
font-size: 16px;
font-family: 'poppins-light';
font-weight: 100;
text-align: center;
color: #8d7206;
}

.application-full-width-error-message {
  position: fixed;
  top: 60px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
  background-color: #d80000;
  border-radius: 4px;
  padding: 8px 10px;
  box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
  -webkit-box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
  -moz-box-shadow: 0px 2px 4px 2px rgb(80 80 80 / 30%);
  margin-right: auto;
  z-index: 30;
}

.full-width-error-message-text {
  font-size: 15px;
  font-family: 'poppins-light';
  margin-right: 10px;
  color: white;
}

.full-width-error-message-button {
  font-size: 17px;
  color: white;
  cursor: pointer;
}

/* LOW/NO CREDITS WARNING */

.application-low-credits-container {
position: fixed;
left: 0;
right: 0;
bottom: 0;
width: 100%;
z-index: 9;
}

.application-low-credits-close {
display: table;
background-color: #ff4343;
border-top-left-radius: 10px;
padding: 10px 20px;
margin-left: auto;
cursor: pointer;
}

.application-low-credits-close:hover {
background-color: #d03030;
}

.application-low-credits-close i {
font-size: 17px;
color: white;
}

.application-low-credits-banner {
display: table;
background-color: #ff4343;
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;
padding: 20px 10px;
}

.application-low-credits-banner:hover {
background-color: #d03030;
}

.application-low-credits-banner p {
font-size: 18px;
color: white;
font-family: retroica;
text-align: center;
}

.application-example-content-active-container {
  position: fixed;
  left: 12px;
  right: 92px;
  bottom: 10px;
  width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
  z-index: 12;
}

.application-example-content-active-banner {
  display: flex;
  justify-content: space-between;
  background: #091f2d;
  background: linear-gradient( 48deg, rgba(15,57,84,1) 0%, #091f2d 50%);
  border: 1px solid #6f99b4;
  border-radius: 150px;
  padding: 12px 36px;
  box-shadow: 0px -3px 7px 1px rgb(80 80 80 / 30%);
  -webkit-box-shadow: 0px -3px 7px 1px rgb(80 80 80 / 30%);
  -moz-box-shadow: 0px -3px 7px 1px rgb(80 80 80 / 30%);
}

.application-example-content-active-banner p {
  font-size: 17px;
  color: white;
  font-family: 'poppins-light';
  margin-top: auto;
  margin-right: 10px;
  margin-bottom: auto;
}

.example-content-form-button {
  display: flex;
  justify-content: center;
  background-color: #1d43ff;
  border-radius: 5px;
  border: none;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'poppins-light';
  color: white;
  min-width: 65px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

/* MODAL BOX */

.modal-background-shadow {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d43ff;
  /* background: linear-gradient(48deg, rgb(38 39 39) 0%, #1d43ff 50%); */
  background: linear-gradient(48deg, rgb(38 39 39) 0%, #000000 50%);
  opacity: 0.75;
  z-index: 1000;
}

.modal-box-container {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: white;
border-radius: 10px;
max-width: 500px;
width: 95%;
height: fit-content;
margin: auto;
z-index: 1001;
box-shadow: 0px 1px 8px -3px rgb(152 152 152 / 75%);
-webkit-box-shadow: 0px 1px 8px -3px rgb(152 152 152 / 75%);
-moz-box-shadow: 0px 1px 8px -3px rgb(152 152 152 / 75%);
}

.modal-box-container-mobile {
  height: fit-content;
  max-height: 95vh;
  overflow-y: auto;
}

#addVerifiedRecipientModal {
  position: absolute;
}

.modal-box-toolbar-container {
display: flex;
justify-content: space-between;
background-color: white;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding: 15px;
box-shadow: 0px 1px 8px -3px rgb(152 152 152 / 75%);
-webkit-box-shadow: 0px 1px 8px -3px rgb(152 152 152 / 75%);
-moz-box-shadow: 0px 1px 8px -3px rgb(152 152 152 / 75%);
}

.modal-box-toolbar-close {
background-color: #ff5252;
border-radius: 100%;
height: 18px;
width: 18px;
margin-top: auto;
margin-bottom: auto;
cursor: pointer;
}

.modal-box-toolbar-close-icon {
display: table;
font-size: 11px;
color: white;
margin-left: 5.5px;
line-height: 18.9px;
}

.modal-sub-title {
  font-size: 17px;
  font-family: 'poppins-light';
  text-align: center;
  color: #1d43ff;
  margin-bottom: -15px;
}

.modal-box-toolbar-title {
font-size: 16px;
font-family: 'poppins-thin';
font-weight: 400;
color: black;
margin-top: auto;
margin-bottom: auto;
}

.modal-box-toolbar-help-icon-link {
margin-top: auto;
margin-bottom: auto;
}

.modal-box-toolbar-help-icon {
font-size: 16px;
color: #bfbfbf;
margin-top: auto;
margin-bottom: auto;
}

.modal-box-content-container {
padding: 46px 15px;
}

.modal-box-instructions {
font-size: 16px;
font-family: 'poppins-light';
color: #a2a2a2;
text-align: center;
}


/* Verified Recipient Modal Box */

.verified-recipient-subtitle {
  font-size: 14px;
  font-family: 'poppins-light';
  text-align: center;
  color: #1d43ff;
  margin-bottom: 6px;
}

.verified-recipient-title {
  font-size: 26px;
  font-family: 'poppins-light';
  text-align: center;
}

.verified-recipient-text {
  font-size: 15px;
  font-family: 'poppins-light';
  text-align: center;
  color: #6b6b6b;
  margin-bottom: 18px;
}

.verified-recipient-input {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #196190;
  font-family: 'poppins-light';
  font-size: 16px;
  width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
  padding: 10px 12px;
  margin-bottom: 9px;
}

.verified-recipient-button {
  display: table;
  background-color: #1d43ff;
  border-radius: 25px;
  border: none;
  margin-top: 12px;
  padding: 12px 37px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.verified-recipient-button p {
  font-size: 16px;
  font-family: 'poppins-light';
  text-align: center;
  color: white;
}


.assign-team-member-dropdown {
display: table;
font-size: 17px;
font-family: 'poppins-light';
background-color: white;
border: 1px solid #ccc;
border-radius: 6px;
padding: 15px;
width: 100%;
max-width: 405px;
margin-top: 12px;
margin-left: auto;
margin-right: auto;
}

.assign-team-member-dropdown-form button {
display: table;
background-color: #1d43ff;
font-size: 17px;
font-family: 'poppins-light';
color: white;
border-radius: 25px;
border: none;
padding: 14px 37px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}

#unassignTeamMemberForm button {
display: table;
background-color: #ff5252;
font-size: 17px;
font-family: 'poppins-light';
color: white;
border-radius: 25px;
border: none;
padding: 14px 37px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}

.assign-team-member-dropdown-form button:hover {
background-color: #183ae4;
}

.modal-box-close {
  display: table;
  font-size: 16px;
  font-family: 'poppins-light';
  text-align: center;
  color: #929292;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

/* SHARE CALENDAR LINK MODAL */

.share-calendar-link-buttons-format {
display: flex;
justify-content: space-between;
max-width: 407px;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
}

.share-calendar-link-button-container {
display: table;
background-color: #1d43ff;
border-radius: 6px;
border: none;
padding: 13px 26px;
cursor: pointer;
}

.share-calendar-link-button-container:hover {
background-color: #183ae4;
}

.share-calendar-link-button-container p {
font-size: 17px;
font-family: 'poppins-light';
color: white;
}

.send-calendar-link-title {
font-size: 26px;
font-family: 'poppins-light';
text-align: center;
margin-bottom: 5px;
}

.send-calendar-link-text {
font-size: 16px;
font-family: 'poppins-light';
color: #a2a2a2;
text-align: center;
max-width: 370px;
margin-left: auto;
margin-right: auto;
margin-bottom: 12px;
}

.send-calendar-link-button-container {
display: table;
background-color: #1d43ff;
border-radius: 25px;
border: none;
padding: 14px 37px;
margin-top: 35px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}

.send-calendar-link-button-container:hover {
background-color: #183ae4;
}

.send-calendar-link-button-container p {
font-size: 17px;
font-family: 'poppins-light';
color: white;
}

/* UPGRADE PLAN MODAL */

.upgrade-plan-modal-container {
width: 465px;
}

.upgrade-plan-prompt-modal-container {
max-width: 385px;
margin-left: auto;
margin-right: auto;
padding: 85px 15px;
}

.onpage-upgrade-modal-icon {
display: table;
height: 85px;
margin-left: auto;
margin-right: auto;
}

.onpage-upgrade-modal-title {
font-size: 26px;
font-family: 'poppins-light';
text-align: center;
color: #196290;
margin-top: 22px;
}

.onpage-upgrade-modal-text {
font-size: 18px;
font-family: 'poppins-light';
font-style: italic;
text-align: center;
line-height: 29px;
color: #949494;
margin-top: 8px;
margin-bottom: 0px;
}

.onpage-upgrade-modal-button {
  display: table;
  background-color: #1d43ff;
  border-radius: 25px;
  border: none;
  padding: 14px 37px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  color: white;
}

.onpage-upgrade-modal-button:hover {
background-color: #183ae4;
}

.onpage-upgrade-modal-button p {
font-size: 17px;
font-family: 'poppins-light';
color: white;
}

/* LOW SMS CREDITS MODAL */

.sms-credits-prompt-modal-container {
max-width: 385px;
margin-left: auto;
margin-right: auto;
padding: 85px 15px;
}

.sms-credits-modal-container {
  max-width: 465px;
}

#messaging_page_brand_registration_prompt_modal {
  position: absolute;
}

#messaging_page_brand_registration_prompt_modal .onpage-sms-credits-modal-title {
  margin-top: 0px;
}

#messaging_page_brand_registration_prompt_modal .sms-credits-prompt-modal-container {
  padding: 55px 15px;
}

.onpage-sms-credits-modal-icon {
display: table;
height: 85px;
margin-left: auto;
margin-right: auto;
}

.onpage-sms-credits-modal-title {
font-size: 26px;
font-family: 'poppins-light';
text-align: center;
color: #ff4343;
margin-top: 22px;
}

.modal-dark-title {
  color: black;
}

.onpage-sms-credits-modal-text {
  font-size: 17px;
  font-family: 'poppins-light';
  text-align: center;
  line-height: 29px;
  color: #5a5a5a;
  margin-top: 8px;
  margin-bottom: 0px;
}

.onpage-sms-credits-modal-button {
display: table;
background-color: #ff4343;
border-radius: 25px;
border: none;
padding: 14px 37px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}

.onpage-sms-credits-modal-button p {
  font-size: 18px;
  font-family: 'poppins-light';
  text-align: center;
  color: white;
}

#registration-modal-button {
  background-color: #1d43ff;
}

.modal-standard-blue-btn {
  background-color: #1D43FF;
}


/* GENERAL PAGE/LAYOUT STYLES */

.application-col-mobile-expansion-container {
  display: none;
  justify-content: space-between;
  background-color: white;
  border-radius: 10px;
  padding: 14px 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -webkit-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -moz-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  cursor: pointer;
}

.application-col-mobile-expansion-container p {
font-size: 18px;
font-family: 'poppins-light';
font-weight: 500;
color: #1d44ff;
margin-right: 10px;
}

.application-col-mobile-expansion-container i {
font-size: 20px;
color: #1d44ff;
margin-top: auto;
margin-bottom: auto;
}

.application-content-container {
  max-width: 1800px;
  min-height: 735px;
  padding: 35px 18px 94px 18px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

.content-container-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
}

.application-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.application-page-title h1 {
  font-size: 27px;
  font-family: 'poppins-medium';
}

.application-page-actions-container {
  display: flex;
  align-items: center;
  gap: 17px;
}

.application-page-action-tags-link {
  font-size: 20px;
  color: black;
}

.application-page-action-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  background-color: #1d44ff;
  border-radius: 5px;
  padding: 10px 10px;
  cursor: pointer;
}

.application-page-action-button i {
  font-size: 15px;
  color: white;
}

.application-page-action-button p {
  font-size: 14px;
  font-family: 'poppins-light';
  color: white;
}

.search-form-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 30px;
}

#contact-search-type {
  position: relative;
  background-color: white;
  border: 1px solid #0000ff;
  border-radius: 10px;
  color: #0000ff;
  padding: 10px;
  font-size: 17px;
  font-family: 'poppins-light';
  max-height: 48px;
  z-index: 2;
}

.search-form {
  position: relative;
  background-color: white;
  border: 0px;
  border-radius: 10px;
  padding: 3px 10px 3px 132px;
  font-size: 15px;
  font-family: 'poppins-light';
  color: black;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  min-height: 50px;
  margin-left: -115px;
  z-index: 1;
}

.search-form-no-dropdown {
  padding: 3px 10px 3px 26px;
  margin-left: 0px;
}

.search-form-container button {
  display: table;
  background-color: #1d43ff;
  font-size: 13px;
  font-family: 'poppins-light';
  color: white;
  border: 0px;
  border-radius: 5px;
  min-width: 120px;
  padding: 7px;
  cursor: pointer;
}

.modal-content-container {
  padding: 39px 25px;
}

.application-col-one {
  width: 25%;
  min-width: 375px;
  border-right: 1px solid #ebebeb;
}

.application-col-one-header-container {
  display: flex;
  justify-content: space-between;
}

.application-col-one-header {
  font-size: 24px;
  font-family: 'poppins-light';
  color: #091f2d;
  margin-top: auto;
  margin-bottom: auto;
}

.application-col-one-content-box {
  margin-top: 10px;
  padding-right: 20px;
}

.application-col-two {
  width: 75%;
  box-sizing: border-box;
  padding: 0px 42px;
}

.application-col-two-header {
  font-size: 24px;
  font-family: 'poppins-light';
  color: #091f2d;
  margin-top: auto;
  margin-bottom: auto;
}

#col-two-mobile-display {
  margin-top: 10px;
}

.application-col-two-content-box {
  position: relative;
  background-color: white;
  border: 1px solid #ccc;
  min-height: 560px;
  padding: 30px 20px;
  box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -webkit-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -moz-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
}

/* Calendar View Styles */

.application-col-full-width {
  width: 100%;
}

.application-col-full-width-content-box {
  background-color: white;
  border-radius: 10px;
  padding: 30px 20px;
  min-height: 485px;
  box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -webkit-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -moz-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
}

.application-calendar-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.no-content-notice-container {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 70px 15px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -webkit-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -moz-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
}

.no-content-notice-icon {
  display: table;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.no-content-notice-title {
  font-size: 27px;
  font-family: 'poppins-light';
  text-align: center;
  color: #196290;
  margin-top: 15px;
}

.no-content-notice-text {
  font-size: 15px;
  font-family: 'poppins-light';
  font-style: italic;
  text-align: center;
  color: #555555;
  max-width: 730px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.no-content-notice-button {
  display: table;
  background-color: #1d43ff;
  border-radius: 25px;
  border: none;
  padding: 14px 37px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.no-content-notice-button:hover {
  background-color: #183ae4;
}

.no-content-notice-button p {
  font-size: 17px;
  font-family: 'poppins-light';
  color: white;
}

.application-calendar-box {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  width: 26%;
  padding: 40px 20px;
  margin: 0px 6px 26px 6px;
  background: #1D43FF;
  background: linear-gradient( 48deg, rgba(15,57,84,1) 0%, #1D43FF 50%);
}

.application-calendar-day-of-week {
  font-size: 14px;
  font-family: 'poppins-light';
  font-style: italic;
  color: white;
}

.application-calendar-date {
  font-size: 25px;
  font-family: 'poppins-light';
  color: white;
  margin-top: 3px;
  margin-bottom: 4px;
}

.application-calendar-appt-type {
  font-size: 15px;
  font-family: 'poppins-light';
  color: white;
}

.application-calendar-attendee {
  font-size: 14px;
  font-family: 'poppins-light';
  font-style: italic;
  color: white;
  margin-top: 3px;
}

.application-calendar-button-flex-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex: 1 1 0%;
}

.application-calendar-details-link {
  display: table;
  width: 100%;
  margin-top: 35px;
}

.application-calendar-details-button {
  background-color: white;
  border-radius: 5px;
  padding: 8px 15px;
}

.application-calendar-details-button p {
  font-size: 17px;
  font-family: 'poppins-light';
  color: #1D43FF;
  text-align: center;
}

/* Conversation Box Styles */

.application-conversation-box {
position: relative;
display: block;
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;
background-color: whitesmoke;
border-radius: 10px;
padding: 15px;
margin-bottom: 15px;
box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
-webkit-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
-moz-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
cursor: pointer;
}

.application-conversation-format {
  display: flex;
  width: 100%;
}

.application-conversation-image {
  display: block;
  height: 50px;
  min-width: 50px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 8px;
  border-radius: 100%;
}

.application-conversation-details {
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
}

.application-conversation-name {
  font-size: 16px;
  font-family: 'poppins-light';
  font-weight: 600;
  color: #2f2f2f;
  height: 21px;
  width: 93%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
}

.application-conversation-snippet {
  font-size: 14px;
  font-family: 'poppins-light';
  max-width: 236px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: grey;
}

/* .application-conversation-assign-member-icon {
position: absolute;
top: 12px;
right: 12px;
color: #d2d2d2;
cursor: pointer;
z-index: 5;
} */

.application-conversation-assign-member-icon:hover {
color: #196290;
}

.conversation-unread {
background-color: white;
border-left: 3px solid #1e43ff;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}

/* .application-assigned-team-members-container {
position: absolute;
bottom: -5px;
right: -3px;
}

.assigned-team-member-display-item {
display: flex;
align-items: center;
justify-content: center;
background-color: #1d43ff;
border-radius: 100%;
width: 19px;
min-height: 19px;
padding: 3px;
}

.assigned-team-member-display-item p {
font-family: 'poppins-light';
font-size: 10px;
text-align: center;
color: white;
} */

/* Col-One Dropdown Box Settings */

.application-two-one-header-container {
  display: flex;
  justify-content: space-between;
}

.application-two-one-header-container {
display: flex;
justify-content: space-between;
}

.application-settings-dropdown-main-container {
  position: relative;
  width: 120px;
}

.application-settings-dropdown-box {
  display: flex;
  background-color: #1d43ff;
  border-radius: 5px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding: 8px 13px;
  cursor: pointer;
}

.application-settings-dropdown-box:hover {
  background-color: #183ae4;
}

.application-settings-dropdown-box p {
  font-size: 13px;
  font-family: 'poppins-light';
  color: white;
  margin-top: auto;
  margin-left: 0px;
  margin-bottom: auto;
}

.application-settings-dropdown-arrow-down {
  color: white;
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.application-settings-dropdown-options-container {
position: absolute;
top: 38px;
right: 0;
width: 185px;
background-color: #091f2d;
border-radius: 5px;
padding: 10px 0px;
box-shadow: 0px 2px 7px 3px rgb(0 0 0 / 22%);
-webkit-box-shadow: 0px 2px 7px 3px rgb(0 0 0 / 22%);
-moz-box-shadow: 0px 2px 7px 3px rgb(0 0 0 / 22%);
z-index: 6;
}

.application-settings-dropdown-item:hover {
  background-color: #0d2d42;
}

.application-settings-dropdown-item {
display: table;
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;
padding: 10px 15px 10px 15px;
cursor: pointer;
}

.application-settings-dropdown-item p {
  font-size: 14px;
  font-family: 'poppins-light';
  color: white;
}

/* Appointment Type Settings - Sub Navigation */

.sub-nav-item-link-half {
  width: 46% !important;
}

.appt-type-sub-nav-container {
  display: flex;
  justify-content: space-between;
}

.sub-nav-item-link {
  display: table;
  background-color: white;
  border-radius: 5px;
  width: 29%;
  padding: 6px;
  box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -webkit-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -moz-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  transition: all 0.3s;
}

.sub-nav-item-link:hover {
  background: rgb(30 68 255);
  background: linear-gradient(48deg, rgb(30 68 255) 0%, rgb(87 113 251) 50%);
}

.sub-nav-item-link:hover .sub-nav-icon {
  color:white;
}

.sub-nav-item-link:hover .sub-nav-item-name {
  color:white;
}

.sub-nav-item-format {
  display: flex;
  justify-content: center;
}

.sub-nav-icon {
  display: table !important;
  font-size: 17px;
  color: #909497;
  margin-top: auto;
  margin-right: 8px;
  margin-bottom: auto;
  transition: all 0.3s;
}

.sub-nav-item-name {
  font-size: 16px;
  font-family: 'poppins-light';
  color: #909497;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.3s;
}

.active-subnav-link {
  background: rgb(30 68 255);
  background: linear-gradient(48deg, rgb(30 68 255) 0%, rgb(87 113 251) 50%);
}

.active-subnav-text {
  color: white;
}

/* General Appointment Type Styles */

.appt-type-dropdown-options-container {
  left: -115px !important;
  width: 235px !important;
}

.application-appt-type-settings-box {
  display: block;
  padding: 5px 15px;
  margin-bottom: 15px;
  transition: all .3s;
  cursor: pointer;
}

.application-appt-type-settings-active-box {
  border-left: 3px solid #1e43ff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.application-appt-type-settings-box:hover {
  border-left: 3px solid #1e43ff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.application-appt-type-settings-box-format {
  display: flex;
}

.application-appt-type-settings-details {
  margin-top: auto;
  margin-bottom: auto;
}

.application-appt-type-settings-image {
  font-size: 22px;
  color: #272727;
  margin-top: auto;
  margin-right: 16px;
  margin-bottom: auto;
}

.application-appt-type-settings-name {
  font-size: 16px;
  font-family: 'poppins-light';
  font-weight: 600;
  color: black;
  width: 100%;
}

.exit-appt-type-editor-box {
  background-color: #1e43ff;
  border-radius: 5px;
}

.exit-appt-type-editor-box .application-appt-type-settings-image {
  color: white;
}

.exit-appt-type-editor-box .application-appt-type-settings-name {
  color: white;
}

.application-appt-type-settings-snippet {
  display: none;
  font-size: 14px;
  font-family: 'poppins-light';
  color: black;
  width: 100%;
}

.appt-type-settings-col-two-content-box {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.application-appt-type-settings-information-banner {
  background: rgb(15,57,84);
  background: linear-gradient(48deg, rgba(15,57,84,1) 0%, rgba(25,98,144,1) 50%);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding: 12px 20px;
  box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -webkit-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
  -moz-box-shadow: 0px 2px 7px 1px rgb(80 80 80 / 11%);
}

.application-appt-type-settings-title {
  font-size: 20px;
  font-family: 'poppins-light';
  color: white;
  margin-top: auto;
  margin-bottom: auto;
}


/* New Settings Page Design */

.col-one-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.col-one-header-actions-container {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 10px;
}

.col-one-header-button {
  background-color: blue;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
}

.settings-dropdown-no-width {
  width: unset !important;
}

.col-one-header-button p {
  font-size: 13px;
  font-family: 'poppins-light';
  color: white;
}


/* === One-Column Master→Detail mode (added by ChatGPT) === */
.application-content-container.onecol { display: block; }
.application-content-container.onecol .application-col-one,
.application-content-container.onecol .application-col-one, .application-content-container.onecol .application-col-two {
  width: 100%;
  border-right: 0px;
}

/* Hide detail by default in onecol mode */
.application-content-container.onecol .application-col-two { display: none; }

/* When in detail mode, hide list and show detail */
.application-content-container.onecol.onecol--detail .application-col-one { display: none; }
.application-content-container.onecol.onecol--detail .application-col-two { display: block; }

/* Back button */
.onecol-backbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 28px;
}

.onecol-backbar button { 
  cursor: pointer; 
  border: none; 
  border-radius: 5px; 
  padding: 10px 14px; 
  font-weight: 600; 
  background: #1D43FF; 
  color: white; 
}

.onecol-backbar a {
  cursor: pointer;
  border: none;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 13px;
  font-family: 'poppins-medium';
  font-weight: 600;
  background: #1D43FF;
  color: white;
}

.onecol-backbar .label {
  font-size: 16px;
  font-weight: 700;
  font-family: 'poppins-medium';
}

.settings-page-two {
  position: relative;
  min-height: 560px;
}

.subject-deletion-button-text {
  display: table;
  font-size: 15px;
  font-family: 'poppins-light';
  background-color: #ff4343;
  color: white;
  border-radius: 5px;
  padding: 6px 10px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

/* (End) New Settings Page Design */


.application-calendar-settings-button-container {
  min-width: 175px;
}

.calendar-status-toggle-container {
display: flex;
justify-content: center;
margin-bottom: 32px;
}

.calendar-status-toggle-container p {
font-size: 17px;
font-family: 'poppins-light';
margin-left: 12px;
}

#shareable_calendar_link {
display: table;
font-size: 16px;
font-family: 'poppins-light';
color: #868686;
text-align: center;
background-color: white;
border: 1px solid #ccc;
border-radius: 6px;
padding: 12px 9px;
max-width: 385px;
width: 91%;
margin-left: auto;
margin-right: auto;
margin-bottom: 6px;
}

.copy-link-button-container {
display: table;
background-color: #1d43ff;
border-radius: 25px;
border: none;
padding: 14px 37px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}

.copy-link-button-container:hover {
background-color: #183ae4;
}

.copy-link-button-container p {
font-size: 17px;
font-family: 'poppins-light';
color: white;
}

.calendar-options-alternative-title {
font-size: 23px;
font-family: 'poppins-light';
text-align: center;
margin-bottom: 5px;
}

.calendar-options-alternative-text {
font-size: 16px;
font-family: 'poppins-light';
color: #a2a2a2;
text-align: center;
}

.delete-notice-modal-title {
  font-size: 26px;
  font-family: 'poppins-light';
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.delete-notice-modal-text {
  font-size: 16px;
  font-family: 'poppins-light';
  color: #a2a2a2;
  text-align: center;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.delete-notice-modal-button-container {
  display: table;
  background-color: #ff4343;
  font-size: 17px;
  font-family: 'poppins-light';
  color: white;
  border-radius: 25px;
  border: none;
  padding: 14px 37px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.delete-appointment-type-option-container {
display: flex;
width: fit-content;
border-bottom: 2px solid #ff4343;
margin-top: 42px;
margin-left: auto;
margin-right: auto;
padding: 10px 18px;
cursor: pointer;
}

.delete-appointment-type-option-container i {
font-size: 12px;
color: #ff4343;
margin-top: auto;
margin-bottom: auto;
}

.delete-appointment-type-option-container p {
font-size: 14px;
font-family: 'poppins-light';
color: #ff4343;
margin-left: 8px;
}

.delete-appt-type-title {
font-size: 26px;
font-family: 'poppins-light';
text-align: center;
margin-bottom: 5px;
}

.delete-appt-type-text {
font-size: 16px;
font-family: 'poppins-light';
color: #a2a2a2;
text-align: center;
max-width: 370px;
margin-left: auto;
margin-right: auto;
}

.delete-appt-type-button {
display: table;
background-color: #ff4343;
font-size: 17px;
font-family: 'poppins-light';
color: white;
border-radius: 25px;
border: none;
padding: 14px 37px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}

.default-font {
  font-family: 'poppins-light';
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

/* FORM STYLES */

.application-appt-type-settings-field-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.application-appt-type-settings-field-container.full-width {
  max-width: 100%;
}

.full-width {
  max-width: 100%;
  width: 100%;
}

.application-appt-type-settings-field-label {
  font-size: 14px;
  font-family: 'poppins-light';
  color: #6e6e6e;
  padding-bottom: 2px;
}

.application-appt-type-settings-field-label.black {
  color: black;
  font-weight: bold;
  font-family: 'poppins-medium';
}

.application-appt-type-settings-field {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #196190;
  padding: 12px;
  font-size: 17px;
  font-family: 'poppins-light';
}

.application-select-input-field {
  font-size: 18px;
  font-family: 'poppins-light';
  color: #196190;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.application-appt-type-settings-form-submit {
background-color: #1d43ff;
border: none;
border-radius: 5px;
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;
padding: 13px 10px;
font-size: 18px;
font-family: 'poppins-light';
color: white;
cursor: pointer;
}

.application-appt-type-settings-form-submit:hover {
background-color: #183ae4;
}


/* OPENAI Assistant */

#chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#chat-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1D43FF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#chat-button img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

#chat-container {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 9999;
}

#chat-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1D43FF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#chat-button img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

#chat-dialog {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1065px;
  height: 600px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

#chat-dialog.show {
  display: block;
}

#chat-dialog-format {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
  height: 87.7%;
}

#chat-messages {
  flex: 1;
  overflow-y: auto;
  overflow-x: scroll;
  /* overflow: auto;
  display: flex;
  flex-direction: column-reverse; */
}

#chat-messages {
  flex: 1;
  overflow-y: auto;
}

.chat-message {
  display: flex;
  font-size: 16px;
  font-family: 'poppins-light';
  padding: 12px 28px;
}

.chat-message img {
  height: 28px;
  margin-right: 18px;
}

.chat-message-initials {
  font-size: 13px;
  font-family: poppins-medium;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  background: linear-gradient( 48deg, rgba(15,57,84,1) 0%, #1D43FF 50%);
  border-radius: 4px;
  margin-right: 18px;
}

.chat-message p {
  margin-top: auto;
  margin-bottom: auto;
}

.chat-message.reply {
  background-color: #e9f7ff;
  border-radius: 8px;
}

.ai-assistant-loader-box p {
  font-style: italic;
}

.ai-assistant-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #272727;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  margin-right: 18px;
}

.ai-assistant-loader svg {
  height: 18px;
}

.ai-assistant-loader svg path {
  fill: white;
}

.ai-assistant-loader svg rect {
  fill: white;
}

/* #chat-container {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: -webkit-fill-available;
} */

#chat-input-container {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

#chat-input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  max-height: 100px;
  overflow-y: auto;
}

#chat-submit {
  margin-left: 10px;
  padding: 10px 20px;
  background-color: #1D43FF;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
}


/* Add more CSS rules for other elements as needed */


/* FEATURE TODO LIST */

#featureTodoListContainer {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 25;
}

#featureTodoListDismiss {
  display: flex;
  background-color: #1D43FF;
  border: 1px solid black;
  border-radius: 5px;
  width: fit-content;
  padding: 3px 7px;
  margin-left: auto;
  margin-bottom: 6px;
  cursor: pointer;
}

#featureTodoListDismiss p {
  font-size: 12px;
  font-family: 'poppins-light';
  color: white;
}

#featureTodoListDismiss i {
  font-size: 10px;
  color: white;
  margin-top: auto;
  margin-left: 6px;
  margin-bottom: auto;
}

#featureTodoList {
  background-color: white;
  border-radius: 8px;
  width: 345px;
  margin-bottom: 12px;
  box-shadow: -9px 10px 22px -18px rgba(0,0,0,0.75);
  -webkit-box-shadow: -9px 10px 22px -18px rgba(0,0,0,0.75);
  -moz-box-shadow: -9px 10px 22px -18px rgba(0,0,0,0.75);
}

#featureTodoList-title {
  background: #091f2d;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 12px 15px;
}

#featureTodoList-title h4 {
  font-size: 18px;
  font-family: 'poppins-medium';
  color: white;
}

#featureTodoList-title p {
  font-size: 13px;
  font-family: 'poppins-light';
  color: white;
  margin-top: 0px;
}

#featureTodoList-items {
  padding: 10px 10px 25px 10px;
}

.featureTodoList-item .fa-exclamation {
  color: #F4D03F;
}

.featureTodoList-content-format .fa-check-circle {
  color: #399934;
}

.featureTodoList-parent-item {
  background-color: #f4f4f4;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.featureTodoList-content-format {
  display: flex;
}

.featureTodoList-content-format i {
  font-size: 16px;
  margin-top: auto;
  margin-right: 5px;
  margin-bottom: auto;
}

.featureTodoList-content-format p {
  font-size: 14px;
  font-family: 'poppins-light';
  margin-top: auto;
  margin-bottom: auto;
}

.featureTodoList-content-format .fa-inbox {
  color: #1D43FF;
}

.featureTodoList-item {
  display: flex;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.featureTodo-subItem {
  display: flex;
  justify-content: space-between;
  background-color: white;
}

.featureTodoList-link {
  display: flex;
  justify-content: center;
  background-color: #1D43FF;
  border-radius: 5px;
  min-width: 24px;
  min-height: 24px;
}

.featureTodoList-link i {
  font-size: 12px;
  color: white;
  margin-top: auto;
  margin-bottom: auto;
}

#featureTodoListButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #091f2d;
  background: linear-gradient( 48deg, rgba(15,57,84,1) 0%, #091f2d 50%);
  border: 1px solid #6f99b4;
  height: 60px;
  width: 60px;
  border-radius: 150px;
  margin-left: auto;
  box-shadow: -9px 10px 26px -7px rgba(0,0,0,0.75);
  -webkit-box-shadow: -9px 10px 26px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: -9px 10px 26px -7px rgba(0,0,0,0.75);
  cursor: pointer;
}

#featureTodoListButton i {
  font-size: 28px;
  color: white;
}


/* User Reviews Link Tree */
.company-review-html {
  height: auto !important;
}


.company-review-body {
  background-color: white;
  height: auto !important;
  display: flex;
  justify-content: center;
  padding: 30px 40px;
}

.nps-survey-container {
  background-color: white;
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 40px 30px;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  width: 98%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 7px 7px 37px -23px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 7px 37px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 37px -23px rgba(0,0,0,0.75);
}

.contact-info-layout-container {
  background-color: white;
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 40px 30px;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 680px;
  width: 98%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: 7px 7px 37px -23px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 7px 37px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 37px -23px rgba(0,0,0,0.75);
}

.nps-survey-brand-image-container {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.nps-survey-brand-image {
  min-width: 150px;
  max-width: 250px;
}

/* .nps-survey-brand-image {
  min-width: 150px;
  width: 30%;
} */

.nps-survey-text-first {
  font-size: 18px;
  font-family: 'poppins-light';
  text-align: center;
  line-height: 1.5;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.nps-survey-text-second {
  font-size: 20px;
  font-family: 'poppins-light';
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}

.nps-survey-image-container {
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: center;
  align-items: center;
}

.nps-survey-image-button {
  background: none;
  cursor: pointer;
  width: 25%;
  border: none;
}

.nps-survey-image {
  width: 100%;
}

.review-container .feedback-text-container {
  margin-top: 40px;
}
.review-container .feedback-button-container {
  align-self: center;
}

.review-container {
  background-color: white;
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 40px 30px;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  width: 98%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 7px 7px 37px -23px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 7px 37px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 37px -23px rgba(0,0,0,0.75);
}

.review-text-container {
  padding-top: 10px;
}

.review-text-first {
  font-size: 25px;
  font-family: 'poppins-semibold';
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}

.review-text-second {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  font-family: 'poppins-light';
  max-width: 575px;
}

.review-button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.review-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b43fe;
  border: none;
  border-radius: 45px;
  padding: 13px 30px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'poppins-light';
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
}

.review-button-content {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 250px;
  justify-content: center;
}

.review-button-icon {
  font-size: 20px;
  line-height: 1;
}

.feedback-container {
  background-color: white;
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 40px 30px;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  width: 98%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 7px 7px 37px -23px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 7px 37px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 37px -23px rgba(0,0,0,0.75);
}

.feedback-header-container {
  margin-bottom: 60px;
}

.feedback-header {
  font-size: 22px;
  font-family: 'poppins-semibold';
  text-align: center;
}

.feedback-text-container {
  width: 100%;
  align-self: center;
}

.feedback-text {
  display: table;
  width: 100%;
  height: 150px;
  min-height: 60px;
  resize: vertical;
  padding: 10px 26px;
  border: none;
  border-radius: 5px;
  color: black;
  background-color: #f7f5f8;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: 'poppins-medium';
  margin-top: -24px;
  margin-left: auto;
  margin-right: auto;
}

.feedback-text::placeholder {
  color: #bebfc8;
  opacity: 1;
}

.onpage-upgrade-modal-button.cancel {
  background-color: white !important;
  padding: 0px !important;
  margin: 20px auto !important;
}

.onpage-upgrade-modal-button.cancel:hover {
  background-color: white !important;
}

.onpage-upgrade-modal-button.cancel p {
  color: red !important;
}

.feedback-button-container {
  padding-top: 35px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}

.feedback-button {
  background-color: #1b43fe;
  border: none;
  border-radius: 7px;
  padding: 13px 25px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 17px;
  font-family: 'poppins-light';
  text-decoration: none;
  color: #ffffff;
}

.pointer {
  cursor: pointer;
}

@media screen and (max-width: 880px) {
  .company-review-body {
    padding: 10px 20px;
  }

  .contact-info-layout-container {
    width: 100%;
  }

  .nps-survey-text-container {
    width: 100%;
    align-self: center;
  }

  .review-container {
    width: 100%;
  }

  .feedback-header {
    font-size: 18px;
  }

  .feedback-button {
    font-size: 14px;
  }

  .review-button {
    font-size: 14px;
  }
}

@media screen and (max-width: 555px) {
  .company-review-body {
    padding: 5px 5px;
  }
}

@media screen and (max-height: 530px) {
  .company-review-body {
    overflow: scroll;
  }

  .feedback-header-container {
    margin-bottom: 20px;
    width: 80%;
  }

  .feedback-container {
    overflow: scroll;
  }

  .feedback-header {
    font-size: 14px;
  }
}

@media screen and (max-width: 512px) {
  .contact-actions-bar {
    padding: 8px 22px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-action {
    padding: 3px 8px;
  }

  .contact-action p {
    font-size: 16px;
  }

  /* #review_action_bar {
    top: 32px;
    right: -55px;
  } */
}

@media screen and (max-width: 500px) {
  .onpage-sms-credits-modal-title {
    font-size: 24px;
  }

  .onpage-sms-credits-modal-text {
    font-size: 16px;
  }

  .onpage-sms-credits-modal-button p {
    font-size: 16px;
  }

  .nps-survey-image-button {
    width: 30%;
  }
}

@media screen and (max-width: 450px) {
  .nps-survey-text-first {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .nps-survey-brand-image {
    max-width: 205px;
  }

  .contact-info-layout-container {
    padding: 20px 18px;
  }
}

@media screen and (max-width: 330px) {
  .feedback-container {
    padding: 20px 18px;
  }

  .nps-survey-container {
    padding: 20px 18px;
  }

  .review-container {
    padding: 20px 18px;
  }

  .feedback-header {
    font-size: 15px;
  }

  .feedback-text {
    font-size: 16px;
  }

  .review-button {
    padding: 13px 30px;
  }

  .review-button-content {
    width: unset;
  }

}

@media screen and (max-width: 325px) {
  .onpage-sms-credits-modal-button {
    padding: 12px 23px;
  }
}

/* SMS Opt-in Form */

#company-opt-in-page-body {
  background: url(/img/light-grey-rectangle-vector-background.jpeg);
  background-size: cover;
  background-position: center;
  padding: 75px 18px;
}

.opt-in-page-container {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.opt-in-page-title {
  font-size: 35px;
  font-family: 'poppins-medium';
  line-height: 44px;
  text-align: left;
  margin-top: 18px;
}

.opt-in-page-subtitle {
  font-size: 17px;
  font-family: 'poppins-light';
  text-align: left;
  margin-top: 10px;
  margin-bottom: 28px;
}

.opt-in-page-checkbox {
  display: flex;
  margin-bottom: 35px;
}

.opt-in-page-checkbox p {
  font-size: 16px;
  font-family: 'poppins-light';
  margin-left: 5px;
}


/* FOOTER STYLES */

.application-footer-container {
  background-color: #272727;
  padding: 12px 10px;
}

.application-footer-container p {
  font-size: 13px;
  font-family: 'poppins-light';
  color: white;
  text-align: center;
}

.modalPopup-close {
  font-size: 24px;
  color: #acacac;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}

.ec-notifications {
  position: fixed;
  top: 60px;
  z-index: 3;
}

.notification-card {
  display: flex;
  flex-direction: row;
  width: 350px;
  max-height: 200px;
  max-width: 330px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  transition: bottom 0.5s ease-in-out, zIndex 0.5s ease-in-out;
  font-family: 'poppins-medium';
  font-size: 13px !important;
  gap: 10px;
}

.right-side-panel.white .notification-card {
  box-shadow: 1px 2px 5px 0px rgba(35,35,35,0.5);
  background-color: white;
}

.right-side-panel.glass .notification-card {

}

.notification-card-close {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.notification-card-list ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 2px;
  margin-bottom: 4px;
  margin-left: 2px;
}

.notification-card.fixed {
  position: fixed;
}

.notification-card.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.ec-notifications li:nth-child(1) {
  z-index: 3;
  right: 20px;
  top: 60px;
}

.ec-notifications li:nth-child(2) {
  z-index: 2;
  right: 23px;
  top: 65px;
  width: 295px;
}

.ec-notifications li:nth-child(3) {
  z-index: 1;
  right: 25px;
  top: 70px;
  width: 290px;
}

.ec-notifications li:nth-child(n+4) {
  z-index: 0;
  right: 25px;
  top: 70px;
  width: 290px;
}

.ec-notifications li:nth-child(2) .gray-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  transition: background-color 0.5s ease-in-out;
  background-color: rgba(158, 158, 158, 0.50);
}

.ec-notifications li:nth-child(3) .gray-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  transition: background-color 0.5s ease-in-out;
  background-color: rgba(158, 158, 158, 1);
}

.notification-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  font-family: 'poppins-medium';
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid darkgray;
  box-shadow: none;
  background-color: white; 
  color: black; 
  padding: 10px; 
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 300px;
  max-width: 300px;
  max-height: 200px;
  border-radius: 10px;
  gap: 10px;
}

.notification-title {
  width: 100%;
}

.notification-card-header .far.fa-comments {
  color: #1d43ff;
  align-self: center;
}

.notification-card-header .far.fa-phone {
  color: #1d43ff;
  align-self: center;
}

.notification-card-header .fa.fa-solid.fa-close {
  align-self: center;
  cursor: pointer;
}

.notification-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.notification-card .sender {
  font-weight: bold;
}

.notification-arrows {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.notification-arrows .fas.fa-chevron-down, .notification-arrows .fas.fa-chevron-up {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

progress[value] {
  --color: #36c371;
  --background: lightgrey;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 5px;
  background: var(--background);
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin: 10px 0px;
}

progress[value]::-webkit-progress-bar {
  border-radius: 5px;
  background: var(--background);
}

progress[value]::-webkit-progress-value {
  border-radius: 5px;
  background: var(--color);
}

progress[value]::-moz-progress-bar {
  border-radius: 5px;
  background: var(--color);
}

.progressHeader {
  font-size: 15px;
  font-family: 'poppins-light';
}

.progressHeader .right {
  font-weight: bold;
  float: right;
}

@keyframes scaleUp {
  0% {
    transform: scale(1.2) translateY(50px);
    opacity: 0;
  }
  20% {
    transform: scale(1.15) translateY(40px);
    opacity: 0.1;
  }
  40% {
    transform: scale(1.1) translateY(30px);
    opacity: 0.2;
  }
  60% {
    transform: scale(1.05) translateY(20px);
    opacity: 0.4;
  }
  80% {
    transform: scale(1.01) translateY(10px);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  20% {
    transform: scale(1.01) translateY(5px);
    opacity: 0.8;
  }
  40% {
    transform: scale(1.05) translateY(10px);
    opacity: 0.4;
  }
  60% {
    transform: scale(1.1) translateY(15px);
    opacity: 0.2;
  }
  80% {
    transform: scale(1.15) translateY(20px);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.2) translateY(25px);
    opacity: 0;
  }
}

.notification-card.moveToBack {
  animation: scaleDown 250ms;
}

.notification-card.moveToFront{
  animation: scaleUp 250ms;
}

.rounded-border-6px img {
  border-radius: 6px;
}

.right-side-panel {
  font-family: 'poppins-light';
  position: fixed;
  top: 0;
  right: 0; 
  width: 300px;
  height: 100vh;
  max-height: 100vh;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow-y: hidden;
  transition: transform 0.5s ease-in-out;
}

.right-side-panel.glass {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
}

.right-side-panel.white {
  background-color: white;
}

.right-side-panel h2 {
  font-family: 'poppins-medium';
  margin-top: 0;
  color: black;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  text-align: center;
  margin-bottom: 10px;
}

.right-side-panel p {
  color: rgba(255, 255, 255, 0.8);
}

.right-side-panel.offscreen {
  transform: translateX(100%); /* Move completely off-screen to the right */
}

.notification-card-list {
  padding: 0px; 
  max-height: 88vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 314px;
}

.notification-card-list::-webkit-scrollbar {
  width: 8px; 
}

.notification-card-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.notification-card-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.notification-card-body {
  position: relative;
  width: 100%;
}

.notification-card-body label {
  font-size: 11px;
  display: block;
  max-width: 230px;
  word-wrap: break-word;
}

.notification-card .icon-container {
  font-size: 25px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex; 
  align-items: center;
  align-self: center; 
  justify-content: center;
  color: white;
  background-color: #ffb82e;
}

.notification-card.outlook .icon-container {
  background-color: #2044f8;
}

.notification-card.sms .icon-container {
  background-color: #00CA36;
}

.notification-card.teamChat .icon-container {
  background-color: #2044f8;
}

.notification-card.phone .icon-container {
  background-color: #6C3DFF;
}


@media screen and (max-width: 1153px) {
.application-calendar-box {
  width: 42%;
  margin: 0px 3px 26px 3px;
}
}

@media screen and (max-width: 1060px) {
.application-settings-dropdown-main-container {
    width: 100px;
}

.application-calendar-settings-button-container {
  min-width: 165px;
}
}

@media screen and (max-width: 1030px) {
/* .application-header-logo {
  height: 30px;
} */

/* .application-header-nav-item p {
  font-size: 17px;
} */

.header-dropdown-last-name {
  display: none;
}
}

@media screen and (max-width: 975px) {
.application-appt-type-settings-box-format {
  flex-direction: column;
}

.application-appt-type-settings-image {
  font-size: 20px;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: 5px;
}

.exit-appt-type-editor-box .application-appt-type-settings-image {
  font-size: 20px;
}
}

@media screen and (max-width: 972px) {
.application-calendar-box {
  width: 41%;
}
}

@media screen and (max-width: 950px) {
  .application-col-one {
    width: 38%;
  }

  .application-col-two {
    width: 60%;
  }

  .application-calendar-box {
    width: 100%;
    margin: 0px 3px 12px 3px;
  }

  .notification-card {
    padding: 10px 8px;
  }

  .ec-notifications li:nth-child(1) {
    width: unset;
    max-width: unset;
    left: 10px !important;
    right: 10px !important;
  }

  .ec-notifications li:nth-child(2) {
    width: unset;
    max-width: unset;
    left: 15px !important;
    right: 15px !important;
  }

  .ec-notifications li:nth-child(3) {
    width: unset;
    max-width: unset;
    left: 20px !important;
    right: 20px !important;
  }

  .ec-notifications li:nth-child(n+4) {
    width: unset;
    max-width: unset;
    left: 20px !important;
    right: 20px !important;
  }
}

@media screen and (max-width: 905px) {
  .application-example-content-active-banner p {
    font-size: 15px;
  }

  .application-example-content-active-container {
    right: 82px;
  }
}

@media screen and (max-width: 875px) {
.desktop-nav-items {
  display: none;
}

.mobile-nav-dropdown-items {
  display: block;
}

.application-header-logo {
  height: 40px;
}

.application-header-nav-profile-box {
  background-color: #091f2d6e;
}

.application-header-profile-image {
  height: 22px;
  width: 22px;
  border-radius: 100%;
}

.application-header-nav-profile-box p {
  font-size: 14px;
}

.profile-input-url {
  font-size: 16px;
}

.application-appt-type-settings-field {
  font-size: 16px;
}

.application-appt-type-settings-form-submit {
  font-size: 16px;
}
}

@media screen and (max-width: 980px) {
.content-container-flex {
  flex-direction: column;
  justify-content: unset;
}

.application-col-one {
  border-right: 0px;
}

.application-col-mobile-expansion-container {
  display: flex;
}

#col-one-mobile-display {
  padding: 12px;
  display: none;
}

#col-two-mobile-display {
  display: block;
}

/* .application-content-container {
  flex-direction: column;
} */

.application-col-one {
  width: 100%;
}

.application-col-two {
  width: 100%;
  margin-top: 25px;
  padding: 0px;
}

.application-col-two-header {
  color: #125077;
}

.application-calendar-box {
  width: 41%;
  margin: 0px 3px 26px 3px;
}

.application-calendar-settings-button-container {
  min-width: 170px;
}

.mobile-page-features-dividing-line {
  display: block;
}

.application-col-two {
  margin-top: 22px;
}

.application-appt-type-settings-box-format {
  flex-direction: row;
}

.application-appt-type-settings-image {
  margin-top: auto;
  margin-right: 10px;
  margin-bottom: auto;
}
}

@media screen and (max-width: 630px) {
.application-appt-type-settings-title {
  font-size: 17px;
}
}

@media screen and (max-width: 600px) {
.application-calendar-box {
  width: 100%;
  margin: 0px 3px 12px 3px;
}
}

@media screen and (max-width: 570px) {
  .application-example-content-active-banner {
    padding: 10px 36px;
  }

  .application-example-content-active-banner p {
    font-size: 13px;
  }

  .example-content-form-button {
    font-size: 13px;
  }
}

@media screen and (max-width: 580px) {

  /* .application-header-nav-profile-main-container {
    display:none;
  } */

  .application-header-mobile-nav-btn {
    display:block;
    margin-right: 24px;
  }

  .conversations-col-top-bar {
    padding: 8px 10px;
  }

  #tc-mobile-sidebar-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center !important;
  }

  #mobile_channel_list {
    width: 100%;
  }

  .application-header-nav-video-btn {
    display:none;
  }

  .dashboardNavLink {
    display:none;
  }

  .messagingNavLink {
    display:none;
  }

  .bulkTextingNavLink {
    display:none;
  }

  .contactsNavLink {
    display:none;
  }

  .schedulingNavLink {
    display:none;
  }

  .websiteChatNavLink {
    display:none;
  }

  .teamMembersNavLink {
    display:none;
  }

  .smsComplianceNavLink {
    display:none;
  }

  .accountPlanNavLink {
    display:none;
  }

  .mobile-nav-dropdown-items {
    display:none;
  }

  #tc-mobile-sidebar-header .mobile-channels-list {
    margin-bottom: 0px;
  }

  #tc-mobile-sidebar-header .mobile-channel-icon {
    padding: 4px 13px;
  }

  /* DISABLED FEATURE: CHANNEL BUTTON LOCATED TOP OF THE INBOX */

    /* .inbox-filters-container {
    margin-bottom: 16px;
  } */

  /*
  .inbox-filter-title {
    display: none;
  }

  .inbox-filter-icon {
    margin-right: 0px;
  }

  .inbox-channel-name {
    display: none;
  }

  .inbox-filters-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .inbox-filter {
    background-color: #272727;
    justify-content: center;
    display: flex;
    padding: 8px;
    flex-wrap: wrap;
  }

  .inbox-selector {
    display: flex;
    gap: 10px;
  }

  .inbox-selection-filter {
    min-width: 148px;
  }

  .inbox-selection-filter i {
    margin-right: 5px;
  }

  .available-inbox-options {
    margin-top: auto;
    margin-bottom: auto;
  } */

}

@media screen and (max-width: 510px) {
.application-low-credits-banner {
  padding: 15px 10px;
}

.application-low-credits-banner p {
  font-size: 16px;
  line-height: 20px;
}
}

@media screen and (max-width: 500px) {
  .application-col-one {
    min-width: 200px;
  }

  .application-col-mobile-expansion-container p {
    font-size: 16px;
  }

  .application-page-title h1 {
    font-size: 20px;
  }

  .application-page-action-button p {
    display: none;
  }

  #contact-search-type {
    border-radius: 6px;
    padding: 4px;
    font-size: 14px;
    max-height: 48px;
  }

  .search-form {
    font-size: 14px;
    padding: 3px 10px 3px 102px;
    min-height: 40px;
    margin-left: -93px;
  }

  #contactSearchButton {
    min-width: 39px;
    font-size: 16px;
  }
}

@media screen and (max-width: 485px) {
.appt-type-sub-nav-container {
  flex-direction: column;
}

.sub-nav-item-link {
  margin-bottom: 8px;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
}}

@media screen and (max-width:460px) {

  .application-header-container {
    padding: 8px 8px;
  }

  .application-header-plan-badge-link {
    margin-right: 0px;
  }

  .application-header-logo {
    height: 26px;
  }

  .application-header-nav-link i {
    font-size: 20px;
  }

  .application-header-profile-square {
    height: 30px;
    width: 33px;
  }

  #profileSettingsNavLink {
    display: none;
  }

  #helpVideosNavLink {
    display:none;
  }

}

@media screen and (max-width: 445px) {
  .application-example-content-active-banner {
    flex-direction: column;
    border-radius: 20px;
    padding: 10px 36px;
  }

  .application-example-content-active-banner p {
    text-align: center;
    margin-bottom: 7px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 440px) {
/* .application-header-content-container {
  padding: 25px 12px 170px 12px;
} */

/* .application-header-logo {
  height: 27px;
} */

.application-header-nav-profile-box p {
  font-size: 13px;
  margin-left: 0px;
}

.application-header-nav-profile-box {
  padding: 8px 13px;
}

/* .application-header-nav-profile-box {
  background-color: unset;
  padding: 0px;
} */

/* .application-header-nav-profile-box:hover {
  background-color: unset;
} */

/* .application-header-profile-image {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  margin-right: 9px;
} */

/* .application-header-nav-profile-box p {
  display: none;
} */

.application-content-container {
  padding: 28px 12px 94px 12px;
}

.modal-box-toolbar-title {
  font-size: 15px;
}

.application-calendar-settings-button-container {
  min-width: 140px;
}

.application-settings-dropdown-arrow-down {
  display: none;
}

.calendar-status-toggle-container {
  flex-direction: column;
  align-items: center;
}

.share-calendar-link-button-container {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }

.calendar-status-toggle-container p {
  font-size: 17px;
  margin-top: 10px;
  margin-left: 0px;
  text-align: center;
}

.modal-box-instructions {
  font-size: 15px;
}

#shareable_calendar_link {
  font-size: 16px;
}

.share-calendar-link-buttons-format {
  flex-direction: column;
}

.share-calendar-link-button-container {
  margin-bottom: 5px;
}

.share-calendar-link-button-container p {
  text-align: center;
}

}

@media screen and (max-width: 410px) {
  .system-helper-top-container h4 {
    font-size: 16px;
  }

  .system-helper-box p {
    font-size: 14px;
  }

  .application-appt-type-settings-title {
    font-size: 17px;
  }

  .search-form-container {
    padding: 8px;
  }

  #contact-search-type {
    font-size: 14px;
  }

  .search-form {
    min-height: 40px;
    margin-left: -90px;
  }
}

@media screen and (max-width: 405px) {
.delete-appt-type-title {
  font-size: 24px;
}

.delete-appt-type-button {
  font-size: 15px;
  padding: 14px 20px;
}
}

@media screen and (max-width: 400px) {
  .general-table {
    width: 100%;
    font-size: 10px;
  }

  .general-select {
    font-size: 10px;
    padding: 8px;
  }

.application-col-one-header {
  font-size: 22px;
}

.application-col-mobile-expansion-container p {
  font-size: 14px;
}

.application-col-two-header {
  font-size: 22px;
}

.application-col-full-width-content-box {
  padding: 30px 10px;
}
}

@media screen and (max-width: 395px) {
.modal-box-content-container {
  padding: 38px 15px;
  overflow: scroll;
  height: 410px;
}

.modalPopup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  margin-top: 0px;
}


.application-col-two-content-box {
  padding: 22px 12px;
}

.send-calendar-link-title {
  font-size: 24px;
}

.application-appt-type-settings-field {
  font-size: 15px;
}

.send-calendar-link-text {
  margin-bottom: 19px;
}

.send-calendar-link-button-container p {
  font-size: 16px;
}

.modal-box-close {
  font-size: 15px;
}

.modal-box-content-container {
  overflow: scroll;
  height: 410px;
}

.modal-box-container-mobile .upgrade-plan-prompt-modal-container {
  height: 100%;
  height: fit-content;
}
}

@media screen and (max-width: 385px) {
  .application-full-width-error-message {
    left: 6px;
    right: 6px;
  }

  .full-width-error-message-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 375px) {
  #featureTodoListContainer {
    width: 94%;
  }

  #featureTodoList {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }

  .opt-in-page-title {
    font-size: 30px;
    line-height: 38px;
  }

  .opt-in-page-subtitle {
    font-size: 16px;
  }

  .search-form-container {
    flex-direction: column;
    padding: 8px;
    gap: 8px;
  }

  #contact-search-type {
    width: -webkit-fill-available;
  }

  .search-form {
    padding: 10px;
    margin-left: 0px;
    height: 22px;
    min-height: 0px;
  }

}

@media screen and (max-width: 350px) {
  .application-example-content-active-banner {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 348px) {
  .application-col-one-header {
    font-size: 18px;
  }

  .application-col-two-header {
    font-size: 18px;
  }
}

@media screen and (max-width:345px) {
  #col-one-mobile-display {
    padding: 1px;}

  .application-header-mobile-nav-btn {
    margin-right: 18px;
  }

.application-header-nav-profile-box p {
  display: none;
}

.application-header-profile-image {
  display:block !important;
  height: 25px;
  width: 25px;
  margin-right:5px;
}

/* .application-appt-type-settings-image {
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: 5px;
} */
}

@media screen and (max-width: 330px) {
  .application-header-left-col {
    gap: 22px;
}

.application-error-message-container p {
  font-size: 15px;
}

.application-success-message-container p {
  font-size: 15px;
}

.application-alert-message-container p {
  font-size: 15px;
}

.featureTodoList-content-format p {
  font-size: 12px;
}

.featureTodoList-link {
  min-width: 22px;
  min-height: 22px;
}

.featureTodoList-link i {
  font-size: 10px;
}

.todo-item-input {
  font-size: 13px;
}

.todo-popup-action {
  min-width: 15px;
  min-height: 15px;
}

.todo-popup-action i {
  font-size: 12px;
}

#unassignTeamMemberForm button {
  font-size: 14px;
}

.single-message-button {
  font-size: 15px;
}

}

@media screen and (max-width: 320px) {
.send-calendar-link-title {
  font-size: 22px;
}

.no-content-notice-button {
  padding: 14px 25px;
}

.no-content-notice-title {
  font-size: 25px;
}

.no-content-notice-button p {
  font-size: 14px;
}
}