﻿/* base */
body, html {
  min-height: 100vh;
  font-size: 14px;
  font-family: Open Sans,-apple-system,system-ui,BlinkMacSystemFont,Helvetica,Arial,Segoe UI,Roboto,sans-serif;
  color: #6a7283;
  margin: 0;
  background-color: #fff;
  padding: 0;
  font-weight: 400;
}

body > .container:first-child,
body > .wrapper:first-child{ min-height: inherit; }

body > .wrapper:first-child{ padding-bottom: 30px; }

li, p { line-height: 1.25; font-weight: 400; letter-spacing: .2px; }
p + p { margin-top: 5px; }
label { margin-bottom: 0; }

li strong, p strong { color: #1a1b25; }

.strong { color: #1a1b25; font-weight: 700; }

/* Force form width to content */
form { width: auto; }

/* headers */
h1 { font-size: 4rem; }
h2 { font-size: 3rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.2rem; margin-bottom: 0; }
h1, h2, h3, h4, h5 { font-family: Open Sans,-apple-system,system-ui,BlinkMacSystemFont,Helvetica,Arial,Segoe UI,Roboto,sans-serif;
                 margin-top: 1rem; margin-bottom: 1rem; font-weight: 700; color: #222; line-height: 1; }
h4 .headnote { color: #888; font-weight: normal; margin-left: 10px; font-size: 15px; }

select.noselect2 { background-color: inherit; border: 1px solid #ccc; border-radius: 5px; padding: 4px 4px 5px; }
select.noselect2:hover,
select.noselect2:focus { outline: none; border-color: #634CFF; box-shadow: 0 0 0 4px #d2ccff; transition: box-shadow 0.2s; }

.tab-panel > h4:first-child { margin-bottom: 2rem; }
/* links */
a, a:hover, a:active, a:focus, a:visited { color: #634cff; }
a.far { text-decoration: none !important; }

.fa, .fab, .fal, .far, .fas { line-height: unset !important; } /* undo fontawesome setting */

/* Don't display these elements until they've been appended by js. */
*[data-appendTo] { display: none; }

/* Bootstrap overrides */
section.content { position: relative; }
section.content.fullheight { position: relative; }
.wrapper { height: 100%; position: relative; overflow-x: hidden; overflow-y: auto; }
.content-frame { padding-top: 6rem; padding-left: 200px; display: flex; margin: 0px auto; width: 100%; }
.main-content-holder { width: 100%; padding-left: 2rem; padding-right: 2rem; }
.wrapper .content-wrapper { min-height: 100%; background-color: #fff; }
.content { width: 100%; padding: 0px; margin-left: 0; }

/* Content & table width limits */
@media only screen and (min-width: 1400px) {
  .table.table-limit-width,
  .content.content-limit-width { max-width: 1150px } /* left sidebar is ~250 */
  .table.table-limit-width-lg,
  .content.content-limit-width-lg { max-width: 1150px }
}
@media only screen and (min-width: 1600px) {
  .table.table-limit-width,
  .content.content-limit-width { max-width: 1150px }
  .table.table-limit-width-lg,
  .content.content-limit-width-lg { max-width: 1350px }
}
@media only screen and (min-width: 2000px) {
  .table.table-limit-width,
  .content.content-limit-width { max-width: 1500px }
  .table.table-limit-width-lg,
  .content.content-limit-width-lg { max-width: 1700px }
}

/* tables */
.table-responsive { overflow-x: auto; display: block; width: auto; max-width: 100%; border-radius: 0.5rem; border-spacing: 0;
                    box-shadow: 0 3px 5px rgb(0 0 100 / 5%); border: 1px solid #d5dbe1; margin: 0; margin-bottom: 15px; }
table.table { width: 100%; margin: 0; }
table.table table.table { background-color: inherit; }
table.table > tbody > tr > td, table.table > tfoot > tr > td { height: 60px; } /* minimum height of rows */
table table.table > tbody > tr > td { height: auto; } /* not for nested tables */
table.table > thead > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td { padding: 10px 12px; }
table.table > thead { border-bottom: 1px solid #ebeef1; background-color: #f5f8fa; }
table.table > thead > tr > th { color: #6a7283; padding-bottom: 1rem; padding-top: 1rem; font-size: .8rem; }
table.table > tbody > tr > td { border-bottom: 1px solid #ebeef1; vertical-align: middle; }
table.table > tfoot > tr > td { vertical-align: middle; }
table.table > tfoot > tr > td:first-child { font-weight: 700; }

table.table.noborder { border: none; box-shadow: none; }
table.table.noborder > tbody > tr > td { border: none; }
table.table.nomargin { margin: 0; }

/* Table row hover effect for "table-hover" class */
table.table.table-rowlink > tbody > tr:focus { outline: 2px solid #D2CCFF; }
table.table.table-rowlink > tbody > tr:focus,
table.table-hover > tbody > tr.hover,
table.table-hover > tbody > tr:hover,
table[data-rowlink-url] > tbody > tr.hover:not([data-rowlink-id=""]),
table[data-rowlink-url] > tbody > tr:hover:not([data-rowlink-id=""])
{ cursor: pointer; opacity: 1; background-color: rgba(245, 248, 250, 0.3); color: #1a1b25; }

/* provide visual feedback for links inside tables */
table.table-hover > tbody > tr > td a:hover,
table.table-hover > tbody > tr > td a:focus { text-decoration: underline; }

table.table > tfoot { border-top: 1px solid ; }
table.table > tfoot > tr > td:first-child { font-weight: bold; }

.table.table-halfgap > thead > tr > th,
.table.table-halfgap > thead > tr > td,
.table.table-halfgap > tbody > tr > td,
.table.table-halfgap > tfoot > tr > td { padding-top: 5px; padding-bottom: 5px; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td { border: 1px solid #fff; }

.table-title { margin: 0 0 0.5rem; font-size: 1.5rem; color: #6a7283; font-weight: 700; }
.table-responsive + .table-title { margin-top: 20px; }

/* Table cell data types */

table.table > * > tr > .type-date { text-align: center; min-width: 130px; max-width: 200px; width: 200px; padding-left: 0; padding-right: 0; }
table.table > * > tr > .type-time { text-align: center; width: 120px; min-width: 90px; max-width: 120px; padding-left: 0; padding-right: 0; }
table.table > * > tr > .type-time-range { width: 180px; min-width: 150px; max-width: 180px; padding-left: 0; padding-right: 0; text-align: center; }
table.table > * > tr > .type-datetime { text-align: center; min-width: 200px; max-width: 250px; width: 250px; }
table.table > * > tr > .type-date-withclosed { text-align: center; width: 250px; min-width: 230px; max-width: 250px; }
table.table > * > tr > .type-datetime-2lines { text-align: center; width: 150px; min-width: 110px; max-width: 150px; padding-left: 0; padding-right: 0; }
table.table > * > tr > .type-date-range { text-align: center; width: 250px; min-width: 180px; max-width: 250px; padding-left: 0; padding-right: 0; }
table.table > * > tr > .type-user-nameWithAvatar { width: 250px; min-width: 250px; max-width: 250px; }
table.table > * > tr > .type-money { width: 120px; min-width: 120px; max-width: 120px; text-align: right; padding-right: 20px; }
table.table > * > tr > .type-money-sm { width: 110px; min-width: 110px; max-width: 110px; text-align: right; }
table.table > * > tr > .type-money-lg { width: 130px; min-width: 130px; max-width: 130px; text-align: right; }
table.table > * > tr > .type-money-xlg { width: 150px; min-width: 150px; max-width: 150px; text-align: right; }
table.table > thead > tr > .type-money,
table.table > thead > tr > .type-money-sm,
table.table > thead > tr > .type-money-lg,
table.table > thead > tr > .type-money-xlg { text-align: center; }
table.table > thead > tr > .type-percentage { width: 120px; min-width: 120px; max-width: 120px; }
table.table > * > tr > .type-checkbox-sm { width: 50px; min-width: 50px; max-width: 75px; text-align: center; padding-left: 0; padding-right: 0; }
table.table > * > tr > .type-qty,
table.table > * > tr > .type-icon,
table.table > * > tr > .type-checkbox,
table.table > * > tr > .type-actionbutton,
table.table > * > tr > .type-yesno,
table.table > * > tr > .type-evalscore { width: 150px; min-width: 75px; max-width: 150px; text-align: center; padding-left: 0; padding-right: 0; }
table.table > * > tr > .type-qty-lg { width: 150px; min-width: 100px; max-width: 150px; text-align: center; padding-left: 0; padding-right: 0; }
table.table > * > tr > .type-sessdur { width: 150px; min-width: 100px; max-width: 150px; text-align: center; padding-left: 0; padding-right: 0; }
table.table > * > tr > .type-revenueprogress { width: 270px; min-width: 140px; max-width: 270px; text-align: center; }
table.table > * > tr > .type-progress { width: 130px; min-width: 100px; max-width: 130px; text-align: center; }
table.table > * > tr > .type-progress-lg { width: 180px; min-width: 150px; max-width: 180px; text-align: center; }
table.table > * > tr > .type-delivery,
table.table > * > tr > .type-status { width: 150px; min-width: 120px; max-width: 150px; text-align: center; padding-left: 0; padding-right: 0; }
table.table > * > tr > .type-module-name { width: 180px; min-width: 145px; max-width: 180px; text-align: center; padding-left: 2px; padding-right: 2px; }
table.table > * > tr > .type-viewcontent { width: 150px; min-width: 130px; max-width: 150px; text-align: center; }
table.table > * > tr > .type-phone,
table.table > * > tr > .type-raters { width: 150px; min-width: 120px; max-width: 150px; text-align: center; }
table.table > * > tr > .type-jobnumber,
table.table > * > tr > .type-xeronumber { width: 150px; min-width: 120px; max-width: 150px; text-align: center; }
table.table > * > tr > .type-rater-completed { width: 130px; min-width: 115px; max-width: 130px; text-align: center; }
table.table > * > tr > .type-fullname { min-width: 200px; max-width: 300px; width: 300px; }
table.table > * > tr > .type-email,
table.table > * > tr > .type-company-name,
table.table > * > tr > .type-project-name,
table.table > * > tr > .type-program-name,
table.table > * > tr > .type-subscription-name
table.table > * > tr > .type-quoteitem { width: 300px; min-width: 200px; max-width: 300px; }
table.table > * > tr > .type-component-money,
table.table > * > tr > .type-component-date { width: 200px; min-width: 120px; max-width: 200px; text-align: center; }
table.table > * > tr > .type-description { width: 500px; min-width: 200px; max-width: 500px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
table.table > * > tr > .type-rater-completed { width: 130px; min-width: 115px; max-width: 130px; text-align: center; }
table.table > * > tr > .total-title { font-weight: bold; text-align: right; padding-right: 20px; }
table.table > * > tr > .type-eventtypeicon { width: 75px; text-align: center; }

table.table > tbody > tr > td small { display: inline-block; line-height: 18px; }

.proj-components .quoteItemInfo .table > thead > tr > .type-components-money { width: 13%; text-align:center; }
.proj-components .quoteNotes .table > tbody > tr > .type-components-money,
.proj-components .quoteItemInfo .table > thead > tr > .type-components-chart,
.proj-components .quoteNotes .table > tbody > tr > .type-components-chart { width: 10%; text-align:center; }
.type-workshop-title,
.type-quotereq-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* table strong */
table.table td .strong,
table.table td .title-info,
table.table td strong,
table.table th .strong,
table.table th .title-info,
table.table th strong { color: #1a1b25; display: block; font-weight: 700; }

/* table bottom - pagination */
.table-bottom, .table-bottom .left { display: flex; flex-direction: row; align-items: center; }
.table-bottom { justify-content: space-between; }
.table-bottom .left { justify-content: flex-start; }
.table-bottom .right { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }
.table-bottom .pagination-button { margin-left: 0.5rem; }

/* table row link helper - one per page */
#table-rowlink-helper { background: none; top: -20px; left: -20px; position: absolute; z-index: 99; display: inline-block;
                        overflow: hidden; width: 10px; height: 10px; color: transparent; cursor: pointer; }
/* Ensure links within table cells are on top of the rowlink helper */
table[data-rowlink-url] a,
table[data-rowlink-url] button,
table[data-rowlink-url] .iconTooltip { z-index: 100; position: relative; }
table[data-rowlink-url] > tbody > tr[data-rowlink-id=""] > td { cursor: default; }

table > tbody > tr.template-row { display: none; }

/* DataTables component */
.content table.dataTable { box-sizing: border-box; } /* prevents datatables from going over page width when it has a border */
.content table.dataTable > thead > tr > th,
.content table.dataTable > thead > tr > td { border-bottom: none; }  /* prevents tables with filters to get a black border */
.content table.dataTable.no-footer { border-bottom-color: #D5DBE1; } /* change default datatables border colours */
.content table.dataTable > tbody > tr > td.dataTables_empty,
.content table.dataTable > tbody > tr > td.dataTables_empty { background-color: #fff; cursor: unset; }
.content table.dataTable > thead .filter select { max-width: 160px; } /* limit filter dropdown width to stop columns getting too wide */

/* page title */
.content-header { width: 100%; margin-bottom: 1rem; padding: 0px; }
.content-header h1.pageTitle { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0.25rem 0; }
.content-header > h1 { font-size: 2rem; margin: 0 0 0.5rem; }

/* content maintains full height */
.main-content-holder > .content-fullheight { height: calc(100vh - 170px); }
.main-content-holder > .content-fullheight > :first-child { height: 100%; }

/* main content flex layout */
.main-content-holder > .content > .content-layout { display: flex; }
.main-content-holder > .content > .content-layout > div { flex: 1; }
.main-content-holder > .content-fullheight > .content-layout { display: flex; height: 100%; }

/* breadcrumbs */
.breadcrumbs { display: flex; margin-bottom: 10px; flex-wrap: wrap; gap: 2px; align-items: center; }
.breadcrumbs > .firstBread { color: #2d19b6; }
.breadcrumbs > a { color: #634cff; }
.breadcrumbs > i { font-size: 16px; margin: 0 6px; font-weight: 500; color: #aaa; }
.breadcrumbs > span:last-child { color: #666; }

.content-action-bar,
.content-action-bar .left,
.content-action-bar .right { display: flex; flex-direction: row; align-items: center; gap: 25px; width: 100%; }
.content-action-bar { justify-content: space-between; padding-left: 10px; margin-bottom: 15px; }
.content-action-bar .left { justify-content: flex-start; }
.content-action-bar .right { justify-content: flex-end; }
.content-action-bar label { padding-right: 20px; }

/* navbar - main header (top) */
.main-header { position: fixed; width: 100%; height: 65px; display: flex; z-index: 999; background-color: #f5f8fa; }

.nav-main { padding: 0; display: flex; width: 100%; }
.nav-main > div.container { display: flex; flex-direction: row; justify-content: space-between; align-items: center; max-width: none; padding: 0 20px; width: 100%; }
.nav-main > div.container .main-left { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; }
.nav-main > div.container .main-center { flex: 1; }
.nav-main > div.container .main-right { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }
.nav-main > div.container .main-right .dropdown-menu-right > a > i.fa-sm { color: #d1d3e2; margin-right: 0.5rem; }

.nav-main .nav-logo { height: 1.75rem; }

.nav-main .navbar-nav { list-style: none; margin: 0; display: flex; flex-direction: row; }
.nav-main .navbar-nav > li { margin: 0; display: flex; }
.nav-main .navbar-nav > li, nav > .navbar-nav > li > a { margin: 0; }
.nav-main .navbar-nav > li > a { white-space: nowrap; display: flex; color: #1a1b25; font-weight: 500; border-radius: 0.5rem;
                                 align-items: center; justify-content: space-between; padding: 5px 15px; margin: 0 5px; }
.nav-main .navbar-nav > li > a:hover,
.nav-main .navbar-nav > li > a:focus { background-color: #EBF1F5; }
.nav-main .navbar-nav > li > a > i { margin-right: 0.35rem; font-size: 1.2rem; display: inline-block; opacity: .6; min-width: 1.5rem; }
.nav-main .navbar-nav > li > a ion-icon { font-size: 1.3rem; }
.nav-main .nav-icons { margin: 10px 15px; }
ion-icon { pointer-events: none; }

.navbar-nav > .user-menu { display: flex; align-items: center; border-radius: 1.5rem; width: fit-content; }
.navbar-nav > .user-menu .user-image, .user-avatar { width: 42px; height: 42px; background-size: cover; box-shadow: 0 3px 5px rgb(0 0 100 / 5%); }
.navbar-nav > .user-menu span.user-name { color: #1a1b25; font-weight: 500; white-space: nowrap; padding-left: 10px; }
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .dropdown-item:last-child { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }

/* user dropdown-menu*/
@media (min-width: 576px) {
  .navbar-nav .dropdown .dropdown-menu { width: auto; right: 0; }
}

.navbar-nav .dropdown .dropdown-menu { width: calc(100% - 1.5rem); right: 0.75rem; }
.nav-main .navbar-nav .dropdown-menu { position: absolute; margin: 7px; }
.dropdown .dropdown-menu { font-size: 1.1rem; }
.navbar-nav .dropdown-menu { position: static; float: none; }

.dropdown-menu { background-color: #fff; box-shadow: 0 6px 12px rgb(0 0 0 / 18%); }
.dropdown-menu.show { display: block; }
.dropdown-item { display: block; width: 100%; padding: 0.65rem 1.5rem; clear: both; font-weight: 400; color: #3a3b45;
  text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; cursor: pointer; }

.dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #eaecf4; }

/* dropdown submenu */
.dropdown-submenu { position: relative; }
.dropdown-submenu .submenu-toggle { color: #634cff; }
.dropdown-submenu .submenu-toggle::after { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); }
.dropdown-submenu .submenu-toggle i.fa-sm { color: #d1d3e2; margin-right: 0.5rem; }

.dropdown-submenu .submenu-content {
  display: none; position: absolute; top: 0; right: 100%; min-width: 150px; background-color: #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18); z-index: 9999;
  border-top-left-radius: 10px; border-bottom-left-radius: 10px; padding: 0.5rem 0; margin-top: -7px; }

.dropdown-item:focus-within > .submenu-content,
.dropdown-item:hover > .submenu-content,
.dropdown-item:focus > .submenu-content { display: block !important; }

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:focus-within,
.dropdown-submenu .submenu-toggle:hover,
.dropdown-submenu .submenu-toggle:focus { color: #fff; text-decoration: none; background-color: #634cff; }

/* navbar - main-sidebar  */
.main-sidebar { position: fixed; width: 200px; left: 0; top: 0; padding-top: 5rem; height: 100%;
                flex: 0 0 auto; margin-right: 2rem; border-right: 1px solid #d5dbe1; }

ul.sidebar-menu .submenu > li { border-left: 0; }

ul.sidebar-menu,
ul.sidebar-menu .submenu{ list-style: none; margin: 0; padding: 0.5rem 0.25rem 0; display: flex; flex-direction: row; }

.sidebar ul.sidebar-menu,
.sidebar ul.sidebar-menu .submenu { flex-direction: column; padding: 3px 0.3rem; }

ul.sidebar-menu > li { border-left: 3px solid transparent; }
ul.sidebar-menu > li > a { padding: 7px 7px; }
ul.sidebar-menu > li.activeparent > a { border-bottom: 0; border-radius: 0.5rem; color: #000; /*padding: 0.5rem;*/
                                        position: relative; z-index: 3; /*margin-bottom: 0.25rem;*/ }
ul.sidebar-menu li > a { white-space: nowrap; display: block;
                         color: #1a1b25; display: flex; font-weight: 500; border-radius: 0.5rem;
                         align-items: center; justify-content: space-between; }
ul.sidebar-menu > li > a > span,
ul.sidebar-menu .submenu > li > a > span { display: flex; align-items: center; }
ul.sidebar-menu > li.submenu > ul.submenu { margin-top: 2px; }
ul.sidebar-menu ul.submenu { padding: 0; margin-left: 6px; border-left: 3px solid #634cff; }
ul.sidebar-menu ul.submenu > li { padding: 0 0.25rem; border-left: 3px solid transparent; margin: 0 0 0.25rem; }
ul.sidebar-menu ul.submenu > li > a { font-size: .9rem; padding: 5px 7px; border-radius: 5px; position: relative; z-index: 3; }
ul.sidebar-menu > li.active > a,
ul.sidebar-menu .submenu > li.active > a,
ul.sidebar-menu > li.activePage > a,
ul.sidebar-menu .submenu > li.activePage > a { background-color: #e7eef3; color: #000; box-shadow: 0 0 0px 2px #e7eef3; margin-right: 2px; }
ul.sidebar-menu > li.removeHighlight > a { background-color: transparent !important; box-shadow: none !important; }

ul.sidebar-menu > li a:hover,
ul.sidebar-menu > li a:focus,
ul.sidebar-menu .submenu > li a:hover,
ul.sidebar-menu .submenu > li a:focus{ background-color: #f5f8fa; }

ul.sidebar-menu > li > a > span ion-icon,
ul.sidebar-menu .submenu > li > a > span ion-icon { margin-right: 0.35rem; font-size: 21px; display: inline-block; opacity: .6; min-width: 1.5rem; width: 21px; height: 21px; }
ul.sidebar-menu > li.activeparent > a ion-icon,
ul.sidebar-menu ul.submenu > li.active > a ion-icon { opacity: 1; }
ul.sidebar-menu .submenu > li > a ion-icon,
ul.sidebar-menu .submenu > li > a > span ion-icon { font-size: 1.2rem; width: 17px; height: 17px; }
ul.sidebar-menu > li.menuThirdLayerActive > a { border-bottom: 0; border-radius: 0.5rem; color: #000; padding: 0.5rem; position: relative; z-index: 3; }
ul.sidebar-menu .menuThirdLayerActive { background-color: #e7eef3; padding-top: 0.25rem; border-radius: 0.5rem; }
.sidebar li.sidebar-menu .menuThirdLayerHolder > .submenu { margin-left: -3px; border-color: transparent; }
.sidebar ul.sidebar-menu .submenu .menuThirdLayerHolder { background-color: #fff; border-radius: 0.5rem; border-left: 3px solid #634cff;
                                                          border-top-left-radius: 0; border-bottom-left-radius: 0; padding-right: 0; }
.sidebar ul.sidebar-menu .menuThirdLayer { margin-left: -8px; border-color: transparent; padding-top: .2rem; }
.sidebar ul.sidebar-menu .submenu .menuThirdLayerHolder > a { border-bottom: 1px solid #d5dbe1; border-radius: 0; font-weight: 700; margin-bottom: 0.5rem; padding: 0.5rem; }
ul.sidebar-menu > li.activeparent > a .nav-chevron { margin-right: 0; }
.nav-chevron { font-size: 1.2rem; }

/* controls */

.form-horizontal .form-group { min-height: 50px; margin-bottom: 0; margin-top: 1rem; display: flex; justify-content: flex-start; align-items: center; flex-wrap: nowrap; }
.form-horizontal.half-height .form-group { min-height: 25px; }
.form-horizontal .form-group::before, .form-horizontal .form-group::after { display: none; } /* remove bootstrap artifacts if using flex */
.form-horizontal > .form-group:first-of-type,
.form-group.checkboxRow + .form-group.checkboxRow { margin-top: 0; }
.addpaxinfo .form-group { min-height: 25px !important; }

.form-control, .form-group input[type=text], .form-group input[type=email], .form-group input[type=password], .form-group select, .form-group textarea, textarea,
.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
  padding: 1rem; border-radius: 0.5rem; border: 1px solid #d5dbe1; color: #1a1b25; position: relative; min-height: 3.5rem; transition: box-shadow 0.2s; }

/* textarea - tox */
textarea, textarea.form-control { height: 8rem; }
textarea.tinymce { opacity: 0; }
textarea.resize-none { resize: none; }
div .tox-tinymce { border: 2px solid rgb(238, 238, 238); border-radius: 10px; }
div .tox:not(.tox-tinymce-inline) .tox-editor-header { background-color: rgb(255, 255, 255); border-bottom: none;
                                                   box-shadow: rgb(34 47 62 / 10%) 0px 2px 2px -2px, rgb(34 47 62 / 7%) 0px 8px 8px -4px;
                                                   padding: 4px 0px; transition: box-shadow 0.5s ease 0s; }
div .tox .tox-toolbar,
div .tox .tox-toolbar__overflow,
div .tox .tox-toolbar__primary { background-color: rgb(255, 255, 255);
                             background-image: repeating-linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 1px, transparent 1px, transparent 39px);
                             background-position: center top 40px;  background-repeat: no-repeat; background-size: calc(100% - 22px) calc(100% - 41px);
                             flex-wrap: wrap;  padding: 0px; transform: perspective(1px); }

div .tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,
div .tox .tox-toolbar-overlord .tox-toolbar__primary { background-position: center top 39px; }

div .tox .tox-toolbar-overlord > .tox-toolbar,
div .tox .tox-toolbar-overlord > .tox-toolbar__overflow,
div .tox .tox-toolbar-overlord > .tox-toolbar__primary { background-position: center top 0px; background-size: calc(100% - 22px) calc(100% - 0px); }

div .tox:not([dir="rtl"]) .tox-toolbar__group:not(:last-of-type) { border-right: 1px solid transparent; }
div .tox .tox-toolbar__group { margin: 0px; padding: 0px 11px 0px 12px; }
div .tox .tox-edit-area { flex: 1 1 0%; margin-top: 5px; }

.form-control.inp-currency { text-align: right; }

.form-control[disabled], .form-control[readonly],
.form-group .form-control[disabled], .form-group .form-control[readonly],
select[disabled] + .select2 .select2-selection, select[readonly] + .select2 .select2-selection,
fieldset[disabled] .form-control,
.input-group.date input[disabled], .input-group.date input[readonly],
.input-group.date input[disabled] + .input-group-addon, .input-group.date input[readonly] + .input-group-addon { opacity: 1; background-color: #f5f8fa; color: #91a2b2; }
select[disabled] + .select2 .select2-selection__rendered, select[readonly] + .select2 .select2-selection__rendered { color: #91a2b2; }

.form-row input:focus,
.form-group input:focus,
.form-group textarea:focus,
.form-control:focus,
.select2-container.select2-container--focus .select2-selection,
.select2-container.select2-container--open { z-index: 10000; }
.select2-container.select2-container--open .select2-selection { border: 1px solid #634cff; color: #1a1b25; box-shadow: 0 0 0 4px #d2ccff; }
.row.form-group.display-only > label + div { padding-top: 0; }

/* allow  text in span inline before or after an input */
.row.form-group > div[class*="col-"] > span,
.row.form-group > div[class*="col-"] > .form-control,
.row.form-group > div[class*="col-"] > .form-control + span { display: inline-block; }

/* multi input */
.input-text-dual { display: flex; border-radius: 0.5rem; width: 100%; transition: box-shadow 0.2s; border: 1px solid #d5dbe1; }
.input-text-dual > input[type="text"] { flex: 1 1 50%; width: 50%; display: inline-block; border: none; }
.input-text-dual > input[type="text"]:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 1px solid #d5dbe1; }
.input-text-dual > input[type="text"]:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.input-text-dual > input[type="text"]:focus { box-shadow: none; }
.input-text-dual:focus-within { border-color: #634cff; box-shadow: 0 0 0 4px #d2ccff; }

/* checkboxes */
.form-horizontal .checkbox, .form-horizontal .radio { margin-right: 1rem; }
.form-horizontal .checkbox, .form-horizontal .checkbox .checkbox { padding-top: 0; }

.iCheck-helper { z-index: 10; }
.icheck-holder { position: relative; display: inline-block; width: 28px; height: 28px; vertical-align: middle; }
.icheck-holder-margin { margin-top: 5px; margin-bottom: 5px; }
.checkbox label.icheck-holder, .radio label.icheck-holder, label.icheck-holder { padding-left: 0; }
.checkbox label.icheck-label, .radio label.icheck-label, label.icheck-label { line-height: 28px; }
.form-horizontal .control-label.icheck-label { padding-top: 0; text-align: left; float: left; }

.icheck-holder:before { content: ""; position: absolute; top: 0; left: 0; display: inline-block; width: 30px; height: 30px; border: 2px solid #ddd; border-radius: 3px; }
label.icheck-holder > div.icheck { position: absolute; left: 0; top: 0; }
label.icheck-holder > div.icheck > input.icheck { visibility: hidden; }
.icheck-holder ins { display: none; }
.icheck-holder.icheck-focus:before, .icheck-holder.hover:before { border-color: #634cff; }
.icheck-holder:after { position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 2px; content: ""; font: normal 13px 'Glyphicons Halflings'; line-height: 23px; color: #333; text-align: center; padding-right: 0px; }
.icheck-holder.icheck-on:after { background-color: #634cff; content: "\e013"; color: #fff; }
.icheck-holder.icheck-on.icheck-disabled:before { border-color: #D5DBE1; }
.icheck-holder.icheck-disabled:after { background-color: #F5F8FA; color: #999; }
label.icheck-holder > .control-comment, .icheck-holder + .control-comment { color: #5A6578; font-size: 13px; }
label.icheck-holder + .control-comment { margin-left: 35px; margin-top: -5px; }
label.icheck-holder.hasComment { line-height: 20px; }
.checkbox-table { min-height: 30px; }
td > .checkbox { display: inline-block; margin: 0; z-index: 1000; }
td.align-center > .checkbox > .checkbox-table { margin-left: auto; margin-right: auto; line-height: 10px; }
.checkbox-table .col-control { width: 30px; vertical-align: middle; }
.checkbox-table .col-text.has-content { padding-left: 15px; line-height: 17px; display: inline-flex; padding-top: 7px; }
.checkbox-table .col-text.no-content { display: none; }
.table .icheck.item-optional { z-index: 2; }

/* select2 */

.select2-container .select2-dropdown { border-radius: 0 0 0.5rem 0.5rem; overflow: hidden; box-shadow: 0 0 0 4px #d2ccff; }
.select2-container .select2-dropdown .select2-search__field { padding: 8px 10px; border: none; background-color: #F5F8FA; border-radius: 5px; }
.select2-search.select2-search--dropdown { padding: 4px 5px 4px 5px; }

.select2-container .select2-search--inline .select2-search__field { padding: 0.25rem; background-color: #f5f8fa; border-radius: 0.25rem; margin: 0 0.5rem 0 0; }
.select2-container .select2-search--inline .select2-search__field:active,
.select2-container .select2-search--inline .select2-search__field:focus { border-color: #d5dbe1; }
.select2-container .select2-selection--single { display: flex; align-items: center; }
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered { color: #1a1b25; }
.select2-container .select2-selection--single .select2-selection__rendered { padding-left: 0; padding-right: 15px; margin: 0; line-height: 17px; white-space: normal; }
.select2-container .select2-selection--multiple .select2-selection__rendered { padding-top: 0.25rem; padding-bottom: 1rem; line-height: unset; }
@media only screen and (max-device-width: 1366px) {
  .select2-container .select2-selection--single .select2-selection__rendered { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--multiple .select2-selection__arrow { height: 1.5rem; top: 0.9rem; right: 0.5rem; }
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline { float: none; padding: 0; padding-bottom: 1px; }
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field { padding: 0; border: none; margin: 0; background: none; }

.select2-container .select2-selection--multiple ul.select2-selection__rendered { display: flex; min-height: 42px; align-items: center; gap: 4px 4px; padding: 8px 10px; flex-wrap: wrap; }
.select2-container .select2-selection--multiple ul.select2-selection__rendered li { flex: 0; padding: 2px 9px 2px 7px; border: none; margin: 0; line-height: 25px; }
.select2-container .select2-selection--multiple ul.select2-selection__rendered li .dropdown-avatar { width: 2rem; height: 2rem; }
.select2-container .select2-selection--multiple .select2-selection__choice { color: #fff; background-color: #634cff; }
.select2-container .select2-selection--multiple .select2-selection__choice__remove { color: #fff; margin-left: -4px; width: 15px; text-align: center; line-height: 18px; border-radius: 3px; }
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover { color: #fff; background-color: #d71010; }
.select2-container .select2-results ul.select2-results__options .select2-results__option { margin-bottom: 0; padding: 8px 10px; color: #6a7283; }
.select2-container .select2-results ul.select2-results__options .select2-results__option[aria-selected=true] { background-color: #f5f8fa; color: #6a7283; }
.select2-container .select2-results ul.select2-results__options .select2-results__option--highlighted[role="option"] { background-color: #634cff; color: #fff; }
.select2-container .select2-selection--multiple { padding: 0; }

.select2-container.select2-container--disabled .select2-selection { border-color: #ccc; }

select.busy-load-active + .select2-container { pointer-events: none; position: relative; }
select.busy-load-active + .select2-container .select2-selection { border-color: #ccc; }
select.busy-load-active + .select2-container .select2-selection input::placeholder { opacity: 0; }
select.busy-load-active + .select2-container .select2-selection::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.01); background-image: url(/images/dual-ring-spinner-100.svg);
  background-repeat: no-repeat; background-size: 25px; background-position: 8px center; }
.select2-results__option.loading-results.busy-load-active::after {
  content: ''; width: 18px; height: 16px; background-image: url(/images/dual-ring-spinner-100.svg);
  background-repeat: no-repeat; background-size: 16px; background-position: right center;
  display: inline-block; vertical-align: top; margin-left: 3px; }
.select2-results__option.loading-results.busy-load-active .busy-load-container { display: none !important; }

/* https://piccard21.github.io/busy-load */
body.busy-load-active:not(.modal-open) { overflow: visible; }
.busy-load-container { cursor: progress; }
.xbusy-load-container .double-bounce1,
.xbusy-load-container .double-bounce2 { background-color: #634CFF !important; }
.xbusy-load-active button { opacity: 0.5; }

/* tag rows */
.multipleTagsRow { display: flex; gap: 10px; column-gap: 30px; align-items: flex-start; margin-bottom: 30px; }
.multipleTagsRow .eachTagContent { display: grid; width: 270px; }

/* label */
.form-horizontal .row > .control-label { padding-top: 0; flex: 0 0 250px; max-width: 100%; text-align: left; }
.form-horizontal .row > .control-label.col-md-1 { flex: 0 0 150px; max-width: 100%; text-align: left; }
.form-horizontal.label-narrow .row > .control-label { flex: 0 0 160px; }

.infoLabel { padding: 1rem 0; }
.select-percentages .control-label { flex: 0 0 240px; }

/* form label note */
.form-group > .control-label > .control-label-note {
  font-size: 13px;
  font-weight: normal;
  display: block;
  line-height: 1.4;
}

.input-group > label + .btn-xsm { vertical-align: top; margin-top: 1px; }
.input-group .form-control:last-child,
.input-group .form-control:first-child { border-radius: 0.5rem; }

/* date picker */
.input-group.date.bsdatepicker { width: 230px; margin-left: 15px; }
.form-group > .datePickerCol > .bsdatepicker > .form-control:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.form-group > .datePickerCol > .bsdatepicker > .input-group-addon { border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; }
.datepicker-dropdown .datepicker-days tfoot .today { background-color: #fde19a; }
.datepicker-dropdown .datepicker-days tfoot .today:hover { filter: brightness(103%); }

/* time picker */
.timePickerFlex { display: flex; width: 230px; gap: 10px; align-items: center; }
.form-group > .timePickerCol .select2-container { flex: 0 0 70px; }

.form-group > .extra-text { float: none; display: flex; justify-content: flex-start; flex-wrap: wrap; align-content: center; align-items: center; gap: 10px; }
.form-group > .extra-text > *:not(.btn) { flex: 0; margin: 0; padding: 0; white-space: nowrap; }
.extra-text.mt15 { margin-top: 0 !important; }
.extra-text .checkbox-table .col-control { vertical-align: middle; padding-top: 0; }

/* buttons */
.btn { height: 42px; border-radius: 0.5rem; padding: 0 13px; position: relative; transition: background-color .2s;
       cursor: pointer; white-space: nowrap; border: none; font-weight: 700; line-height: 40px; }
.btn-lg { height: auto; padding: 8px 18px 6px; font-size: .8rem; line-height: normal; }
.btn-sm { height: auto; padding: 5px 10px 6px; font-size: 13px; line-height: 1.5; }
.btn-xsm { height: auto; padding: 0px 7px 1px; font-size: 12px; line-height: 19px; border-radius: 5px; }

.btn-default, .btn-primary,
a.btn-default, a.btn-primary { background-color: #634cff; border: 1px solid transparent; color: #fff;  }
.open > .dropdown-toggle.btn-primary { color: #fff; background-color: #615CC9; }

.btn:focus,
.btn.focus,
.btn:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default.hover,
.btn-default:active,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.focus:active,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.focus:active,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-group .dropdown-toggle.focus,
.btn-group .dropdown-toggle:focus,
.btn-group .dropdown-toggle:hover { background-color: #513ed5; color: #fff; border-color: #634cff; box-shadow: 0 0 0 4px #d2ccff; outline: none; }

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger.hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.focus:active,
.btn-danger.active:hover,
.btn-danger:active:focus,
.btn-danger:active:hover { background-color: #d73925; border-color: #e6887c; box-shadow: 0 0 0 4px #ffb8af; }

.btn.btn-secondary, .btn.btnCancel,
.modal-footer .btnClose { background-color: #f8f8f8; color: #333; border: 1px solid #ddd; }
.btn.btn-secondary:focus, .btn.btn-secondary:hover,
.btn.btnCancel:focus, .btn.btnCancel:hover ,
.modal-footer .btnClose:focus, .modal-footer .btnClose:hover { color: #333; }

.btn.btn-info { background-color: #099cf4; }
.btn.btn-info:focus,
.btn.btn-info:hover,
.btn.btn-into:active { background-color: #0094ec; box-shadow: 0 0 0px 1px #0094ec; }

.btn.disabled, .btn[disabled], .btn[readonly],
.btn.disabled:hover, .btn[disabled]:hover, .btn[readonly]:hover,
.btn.disabled:focus, .btn[disabled]:focus, .btn[readonly]:focus {
  background-color: #f0f0f0; color: #666; border-color: #d5dbe1; box-shadow: 1px 2px 2px rgba(0,0,100,.05); }

.btn-warning, .btn-danger { background-color: #ee6363; margin-inline: auto; }
.btn-warning:hover, .btn-warning:focus,
.btn-danger:hover, .btn-danger:focus { background-color: #f84040; box-shadow: 0 0 0 4px #fab2b2; outline: none; }
.btnCancel { margin-right: 100px; }
.btnholder { margin: 30px 0px 90px 0px; }
.btnholder-header { margin: 4px 0px 0px 35px; }
.btnBookSession {font-size: 8pt; width: 65px; height: 50px; }
.btn.btn-primary.btn-sparkles { width: 58px; background-image: url(/images/icons/sparkles-white.svg);
                                background-size: 21px; background-repeat: no-repeat; background-position: center;
}
/* button group */
.btn-group > .btn { height: auto; display: inline-block; border-radius: 0.5rem; font-size: .85rem; font-weight: 500; padding: 0.5rem 0.75rem;
  background-color: #ebeef1; color: #6a7283; display: flex; align-items: center; width: fit-content; white-space: nowrap; line-height: normal; }
.btn-group>.btn.active { background-color: #634cff; color: #fff; }
.btn-group > .btn:active { box-shadow:none; }
.btn-group .btn.active.focus,
.btn-group .btn.active:focus,
.btn-group .btn.focus,
.btn-group .btn:active.focus,
.btn-group .btn:active:focus,
.btn-group .btn:focus { outline: none; border: none; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) { border-radius: 0.5rem; margin: 0 0.35rem 0 0; }

.btn-group.disabled { opacity: 0.5; cursor: not-allowed; } /* disabled button group */

.btn-group .dropdown-toggle { background-color: #634cff; color: #fff; height: 42px; font-size: 14px; padding: 0 13px; font-weight: 700; }
.btn-group .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: .6em; font-size: 18px; vertical-align: 0.255em; content: "";
                                     border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent;
}

/* action buttons */
.action-button-list { display: flex; align-items: center; align-content: center; gap: 15px; }
.action-button { overflow: hidden; text-overflow: ellipsis; border-radius: 0.5rem; height: 35px; padding: 0 5px; min-width: 36px; white-space: nowrap;
                 display: inline-flex; flex-direction: row; gap: 5px; align-items: center; justify-content: center; flex-wrap: nowrap; }
.action-button:not(.btn) { background-color: #fff; color: #6a7283; border: 1px solid #bec7d0; box-shadow: 1px 2px 2px rgb(0 0 100 / 5%); }
.action-button ion-icon { font-size: 18px; }
.action-button .fontawesome { font-size: 18px; }
.action-button:not(.disabled):not([disabled]):hover,
.action-button:not(.disabled):not([disabled]):focus { outline: none; border: 1px solid #98a0b1; box-shadow: 0 0 0 4px #d2ccff; }
.action-button-list img { max-height: 28px; max-width: 30px; }
.action-button.disabled { pointer-events: all; }
.action-button:not(.btn).disabled { opacity: 0.8; background-color: #eee; }
.action-button:hover,
.action-button:focus { text-decoration: none !important; }
.action-button.align-center { justify-content: center; }
.action-button.hastext { padding: 0 10px; }
.action-button.hastext ion-icon,
.action-button.hastext .fontawesome { font-size: 18px; margin-right: 5px; }
.action-button.hastext.btn ion-icon { margin-right: 0; }

/* Tooltips */
.jBox-Tooltip .jBox-title { font-size: 13px; }
.ui-tooltip {
  display: none !important; border: 1px solid #ccc; background: #fff; box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  font-size: 13px; letter-spacing: 0.2px; font-family: 'open sans', helvetica, sans-serif; padding: 7px 10px; }
.iconTooltip { display: inline-block; }
.iconTooltip > span > ion-icon { margin-bottom: -3px; color: #634cff; font-weight: bold; }
.iconTooltip > span > ion-icon { font-size: 22px !important; }
.iconActiveStatus > span > ion-icon { color: #179509  !important; }
.iconInactiveStatus > span > ion-icon { color: #d32e2e !important; }
.infoIcon > span > ion-icon    { margin-bottom: -3px; color: #634cff; font-weight: bold; }
.infoIcon { float: right; margin-right: 220px; margin-top: -70px; position: relative; z-index: 1; }
.infoIcon > span { font-size: 21px; }

/* Toggle tab buttons */
.status-toggle > .btn { font-size: 1rem; list-style: none; align-items: center;
                        border: 3px solid transparent; border-radius: 0; border-width: 0 0 3px 0; padding: 3px 1px; font-weight: 400; }
.status-toggle > .btn + .btn { margin-left: 10px; }
.status-toggle > .btn.active { background: none; color: #634cff; border-bottom-color: #634cff; box-shadow: none; }
.status-toggle > .btn:not(.active):hover { border-bottom-color: #D4CEFD; box-shadow: none; background: none; color: #634cff; }

/* pagination */
.pagination { margin: 0px; }
.pagination-page { display: flex; float: right; }
.pagination-pagebuttons { margin-left: 10px; }
.pagination-pagebutton { display: inline-block; width: 22px; height: 22px; font: normal 12px arial,sans-serif; line-height: 21px; color: #666;
                          border: 1px solid #ccc; vertical-align: middle; text-align: center; border-radius: 6px; margin-left: 1px; }
.pagination-pagebutton:first-child { border-left-width: 1px; }
.pagination-pagebutton.current { background-color: #634cff; color: #fff; border-color: #aaa; font-weight: bold; }
.pagination-pagebutton:hover { background-color: #ebeef1; color: #444; cursor: pointer; font-weight: bold;}

/* search input */
.input-row.with-icon:focus-within { border: 1px solid #634cff; box-shadow: 0 0 0 4px #d2ccff; }
.input-row.with-icon { border: 1px solid #ebeef1; display: flex; align-items: center; padding: 0 0 0 1rem; overflow: hidden; border-radius: 0.5rem; }
.content-action-bar .search-input { width: 300px; }
.input-row.with-icon.search-input > input { outline: none; }
.input-row.with-icon:focus-within .fa { color: #6a7283; }
.input-row.with-icon i { color: #cad0d7; flex: 0; }
.input-row.with-icon input { border: 0; border-radius: 0; margin: 0; flex: 1; padding-top: 0.8rem; padding-bottom: 0.8rem; padding-left: 0.8rem; }
.input-row.with-icon input:focus-visible,
.input-row.with-icon input:focus { outline-width: 0; }
.input-row.with-icon input:active, .input-row.with-icon input:focus { border: 0; box-shadow: none; }

/* nav tabs */

.nav-tabs { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid #d5dbe1; }
.nav-tabs > li { padding: 0; display: inline-block; margin: 0 0.5rem -1px 0; float: inherit; }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover  { border-top: 3px solid #634cff; color: #634cff; font-weight: 700; border-bottom: 1px solid transparent; }
.nav-tabs > li > a:hover  { border-top: 3px solid #cfcfcf; }
.nav-tabs > li > a { display: block; padding: 1rem 1.5rem; border: 1px solid #d5dbe1; border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; cursor: pointer; color: #6a7283; line-height: inherit; }
.nav.nav-tabs > li.disabled > a { background-color: #f8f8f8; color: #777; }

.nav-tabs > li > a.pdflink { color: #AA0B00; padding: 12px; font-size: 19px; }
.nav-tabs > li.tab-pdflink { margin-right: 0; float: right; }
.nav-tabs > li > a.pdflink:hover,
.nav-tabs > li > a.pdflink:focus { border-top: 2px solid #634cff; font-weight: 700; border-bottom: 1px solid transparent; }

.nav.nav-tabs-style-links { border: none; display: flex; flex-direction: row; align-items: center; gap: 10px; width: 100%; margin-bottom: 20px; }
.nav.nav-tabs-style-links > li { height: auto; padding: 0; margin: 0; }
.nav.nav-tabs-style-links > li > a { border: none; border-bottom: 3px solid transparent; border-radius: 0; margin: 0;
                                     padding: 3px 1px; font-weight: 400; font-size: 14px; line-height: 40px; height: 42px;}
.nav.nav-tabs-style-links > li.active > a { background: none; border: none; border-bottom: 3px solid #634cff; color: #634cff; font-weight: 400; }
.nav.nav-tabs-style-links > li:not(.active) > a:hover,
.nav.nav-tabs-style-links > li:not(.active) > a:focus { background: none; border: none; border-bottom: 3px solid #D4CEFD; color: #634cff; box-shadow: none; }
.nav.nav-tabs-style-links + .tab-content { padding: 0; }

/* tab panels */

.tab-content { padding: 20px; }
.tab-panel { min-height: 200px; }

/* teams page cards / photo / container */
.team-person{ display: inline-block; max-height: 360px; vertical-align: top; }
.team-person { display: inline-block; width: 300px; margin: 0px 40px 40px 0px; }
.team-photo, .team-photo-sm { margin-bottom: 15px; border-radius: 50%; background: url("/images/partner-profile-photo-missing-round.png") no-repeat; background-size: cover; }
.team-photo-sm { width: 120px; height: 120px; }
.team-photo { width: 225px; height: 225px; }
.team-photo img, .team-photo-sm img { width: 100%; height: 100%; border-radius: 50%; }
.team-photo img.no-img, img.no-img { display: none; }
.team-name { font-weight: bold; }
.team-role { font-weight: bold; }
.team-bio { margin-top: 5px; text-align: justify; }
.team-link { margin-top: 5px; font-size: 11pt; text-decoration: underline; }

/* Sub content in Page with Details */
.pageContentDetails { border: 2px solid #e1e9ee; border-radius: 1rem; background-color: #f5f8fa; padding: 10px 30px; }
.pageContentDetails > .form-group { margin-left: 0; margin-right: 0; gap: 10px; }
.pageContentDetails > .form-group > *[class*="col-"] { padding-left: 0; padding-right: 0; }
.pageContentDetails > .form-group > .control-label:first-of-type { flex-basis: 200px; }
.pageContentDetails > .form-group > div { width: auto; }
.pageContentDetails > .form-group > div:last-of-type { flex-basis: 50px; }

/* no action when disabled/read-only */
input:read-only, input:disabled, .form-control[disabled], .form-control[readonly],
select[readonly] ~ .select2.select2-container .selection [role="combobox"],
.disabled { pointer-events: none; }

.coachEdit input:read-only,
.coachEdit .form-control[readonly],
.coachEdit .form-control[readonly]:focus { pointer-events: unset; border-color: #d5dbe1; box-shadow: none; }

/* iFrame */
.externalFrame { min-width:320px; height:900px; }

/* password reset page */
.fieldTitle { color: #687790; margin: 30px 0 10px; }

/* Quote Public View */
.quoteView { background-color: inherit; }
.quoteView .heading { padding: 25px 30px 20px; position: fixed; z-index: 1000; background-color: inherit; height: 120px; display: flex; gap: 30px; }
.quoteView .heading-pdf { padding: 20px 30px 0px; border-bottom: 1px solid #ddd; position: static; margin-bottom: 0; }
.quoteView .heading .logo { flex: 0 0 230px; }
.quoteView .heading .logo img { max-height: 100%; max-width: 100%; }
.quoteView .heading-pdf .title { margin-left: 30px; }
.quoteView .heading h2 { line-height: normal; font-size: 23px; margin: 0; padding: 0; font-weight: bold; }
.quoteView .heading p { padding: 4px 0 0; margin: 0; font-size: 15px; margin-left: 90px; }
.quoteView .heading p:last-child { padding-bottom: 0; }

.quoteView .tab-content { padding-top: 80px; } /* account for fixed-position tabs at top */

.quoteView section.signform, .quoteView section.thankyou { margin-top: 100px; background-color: inherit; }
.quoteView section.thankyou { margin-top: 100px; padding-top: 20px; border-top: 1px solid #ddd; }
.quoteView .main-tabs-outer { position: fixed; z-index: 1000; padding-bottom: 20px; background-color: inherit; }

.quoteView .overview-box { font-size: 15px; color: #222; }
.quoteView .overview-box p { margin: 0; }
.quoteView .overview-box ul,
.quoteView .overview-box ol { margin-top: 8px; margin-bottom: 10px; }

.quoteView .team-list { display: flex; gap: 50px; flex-flow: wrap; }
.quoteView .team-list .team-person-info { width: 390px; }

.quoteView .content { padding: 0 30px 25px; margin-top: 125px; }
.quoteView .iframe-parent { overflow-x: visible; }
.quoteView .proposal-frame { border: none; width: 100%; height: 100%; position: fixed; }

.quoteView .total-amount { text-align: right; color: #333; padding: 10px; font-size: 1.5em; }
.quoteView .total-amount .amount { font-weight: bold; }
.quoteView .total-amount small { font-size: 10pt; }

.quoteView #btnSign { width: 100%; font-size: 13pt; padding: 10px 45% 13px; margin-top: 30px; }
.quoteView .tblItems > tbody .icheck.item-optional { float: right; margin: 2px 0px 5px 10px }
.quoteView .cat-title { border-bottom: 1px solid #888; margin-bottom: 2px; display: inline-block; font-weight: bold; }

.quoteView h3 > span > ion-icon { margin-bottom: -3px; color: #634cff; font-weight: bold; }

@media only screen and (max-width: 480px) {
  .quoteView .heading, .main-tabs-outer { position: static; }
  .quoteView .heading .logo { float: none; margin-bottom: 10px; }
  .quoteView .heading .title { margin-left: 0; }
  .quoteView .heading { padding: 20px 20px 20px; font-size: 11pt; }
  .quoteView .heading h2 { line-height: 1.2; font-size: 22px; margin: 0; padding: 0; }
  .quoteView section.signform { margin-top: 0; padding-top: 0; }
  .quoteView .content { padding: 25px 20px; }
}

@media only screen and (max-width: 480px) {
  .quoteView .heading .logo { float: none; margin-bottom: 10px; }
  .quoteView .heading .title { margin-left: 0; }
  .quoteView .heading { padding: 20px 20px 20px; font-size: 11pt; width: 400px; }
  .quoteView .heading h2 { line-height: 1.2; font-size: 22px; margin: 0; padding: 0; }
  .quoteView .tblItems > tbody > tr { display: block; width: 100%; }
  .quoteView .tblItems > tbody td { padding: 0; display: block; width: 100%; margin-left: 100px; font-size: 16px; }
  .quoteView .tblItems > tbody td::before { content: "x"; display: inline-block; float:left; margin-left: -80px; }
  .quoteView .tblItems > tbody td.item-td-cat::before { content: "Type:"; }
  .quoteView .tblItems > tbody td.item-td-des::before { content: "Item:"; }
  .quoteView .tblItems > tbody td.item-td-opt::before { content: "Option:"; }
  .quoteView .tblItems > tbody td.item-td-qty::before { content: "Qty:"; }
  .quoteView .tblItems > tbody td.item-td-amt::before { content: "Price:"; }
  .quoteView .tblItems > tbody td.item-td-tot::before { content: "Total:"; }
}

.quoteView .tblItems { margin-bottom: 50px; border: 1px solid #d5dbe1; border-radius: 0.5rem; }
.quoteView .tblItems > thead th { background-color:#f5f8fa; font-weight: bold; }
.quoteView .tblItems th, .tblItems td { padding: 15px; font-size: 11pt; }
.quoteView .tblItems > tbody td { padding-top: 20px; }
.quoteView .tblItems > thead th { font-weight: bold; }
.quoteView .tblItems > tbody > tr.unchecked { opacity: 0.5; }
.quoteView .tblItems .total-amount { font-size: 13pt; text-align: right; font-weight: bold; }
.quoteView .tblItems tfoot tr td { border: none; margin: 0;}

/* row label-control */
.row-info { display: flex; align-items: center; padding: 1rem 0; }
.row-info-text { display: flex; align-items: center; padding: .5rem 0; }
.row-info label, .row-info-text label { flex: 1 1 5%; margin: 0; }
.row-info p { display: contents; margin-bottom: 0px; }
.row-info .form-holder { flex: 1 1 80%; display: flex; align-items: center; }
.row-info-text .textHolder { flex: 1 1 50%; display: flex; align-items: center; }
.form-holder select { width: 50%; }
.form-holder button { margin-left: 30px; }
.form-holder a { margin-left: 10px; }
.row-info .surveyContent { margin-top: 10px; width: 100%; }
.surveyContent .tab-pane { padding: 20px 0px; }

/* surveys page details */
a.survey-status-view-survey { padding: 0px 2px; }
a.survey-status-view-survey:hover { outline: 1px solid #605BCC; }

/* icon colours */
.icon-color-green { color: #11C811; }

/* modal */
.modal-content { border-radius: 8px; padding: 5px; }
.modal-header { padding: 0 0 10px 0; margin: 0 20px 10px 15px; border-bottom: none; background: none; }
.modal-header button { display: none; }
.modal-body { padding: 0 20px; min-height: 70px; }
.modal-footer { padding: 15px 15px; background: none; border-top: none; border-radius: 0 0 6px 6px; }

.modal-footer-buttons { display: flex; justify-content: space-between; align-items: center; }
.common-popupConfirm .modal-header .modal-title { padding: 10px 15px 20px; border-radius: 5px; margin: -12px -12px -15px; color: #352301; }

.modal-content .modal-table { width: 100%; border: none; border-collapse: collapse; }
.modal-content .modal-table td { padding: 0; border: 0; }
.modal-content .modal-table .modal-col-glyph { padding-top: 20px; width: 50px; background-color: none; border-radius: 5px; vertical-align: top; }
.modal-content .modal-table .glyphicon { font-weight: normal; font-size: 40px; color: #6C66DA; width: 40px; height: 40px; background-size: cover }

.dialogSuccess .modal-table .modal-col-glyph { }
.dialogSuccess .modal-table .glyphicon { color: #41d641; }
.dialogWarning .modal-table .modal-col-glyph { }
.dialogWarning .modal-table .glyphicon { color: #F57931; }

/* vertically centred modal - https://codepen.io/dimbslmh/full/mKfCc */
.modal.valign { text-align: center; padding: 0; }
.modal.valign:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.modal.valign .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; }

#siteModalTemplate .modal-content { padding: 15px 20px 0; }
#siteModalTemplate .modal-table td { padding: 0px; }
#siteModalTemplate .modal-header { padding: 5px 0 15px; border-bottom: 1px solid #eee; margin: 0px;}
#siteModalTemplate .modal-body { padding: 20px 0; margin: 0; }
#siteModalTemplate .modal-dialog.no-header .modal-body { font-size: 15px; }
#siteModalTemplate .modal-footer { margin: 0; padding: 15px 0; border-top: 1px solid #eee; }
#siteModalTemplate .modal-table .glyphicon { margin-top: 8px; }

.bootstrap-dialog .modal-dialog .modal-header { background-color: #f5f5f7; padding: 15px 20px; margin: 0 0 20px; border-radius: inherit; }
.bootstrap-dialog .bootstrap-dialog-title { color: #1a1b25; font-weight: 500; }
.bootstrap-dialog.no-title .modal-header { display: none; }
.bootstrap-dialog.no-title .modal-body { padding-top: 20px; }
/*.bootstrap-dialog-body { max-height: 65vh; overflow-y: auto; margin-right: -15px; padding-right: 10px; }*/
.bootstrap-dialog .bootstrap-dialog-message { min-height: 50px; font-size: 15px; color: #555; }
.bootstrap-dialog .bootstrap-dialog-message p { line-height: 1.4; }
.bootstrap-dialog.type-info .modal-header { background-color: #e7eef3; margin: 0 0 20px 0; }
.bootstrap-dialog-footer-buttons .btn { min-width: 70px; }
.bootstrap-dialog-footer-buttons .btn + .btn { margin-left: 15px; }
@media only screen and (max-width: 700px) {
  .bootstrap-dialog .bootstrap-dialog-title { font-size: 17px; font-weight: 600; }
  .bootstrap-dialog .bootstrap-dialog-message { font-size: 16px; }
}

.bootstrap-dialog.dialog-exception .modal-dialog { width: 1200px; }
.bootstrap-dialog-exception-sql pre { max-height: 150px; overflow-y: scroll; }
.bootstrap-dialog-exception-stacktrace pre { max-height: 300px; overflow-y: scroll; }

/* Quote Info */
.quoteInfo {}
.quoteInfo .ui-tooltip { display: none; }
.quoteInfo #ProductListBody .product-row label { display: none;  }
.quoteInfo #btnAddProduct { display: inline-block; background-color: inherit; }
.quoteInfo #btnAddProduct button { background-color: #fff; }
.quoteInfo #btnAddProduct i { font-size: 20pt; color: #6c66da; float: left; }
.quoteInfo #btnAddProduct label { line-height: 14px; margin: 4px 5px 0; color: #666; text-align: left; }
.quoteInfo #GrandTotalText { font-size: 12pt; text-align: right; }
.quoteInfo #GrandTotalAmount { font-size: 16pt; width: 250px; padding: 15px 50px; text-align: center; border: 1px solid #aaa; }
.quoteInfo .servicesContainer  { display: inline-block; height: auto; vertical-align: top; margin-top: 30px; padding: 0 40px 0 0; }
.quoteInfo .servicesContainer hr { max-width: 360px; margin-left: 0; }
.quoteInfo .quoteComponents .table { margin-bottom: 10px; }
.quoteInfo #ProductListFoot { padding: 30px 0 30px; }
.quoteInfo #ProductListBody .product-row .dragHandle { text-align: center; font-size: 22px; color: #888; cursor: ns-resize; }
.quoteInfo .quoteComponents .btnRemoveProduct { background: none; border: none; height: auto; width: auto; padding: 5px 13px; border-radius: 4px; }
.quoteInfo .lblPercentageValue { padding-left: 13px; }

/* Quote Public PDF */
.signformbox { max-width: 600px; }
.signformbox input[type="text"] { font-weight: bold; }
.signformbox .form-control { color: #333; font-weight: bold; }
.signformbox .form-control::placeholder { color: #666; opacity: 1; font-weight: normal; }
.signformbox .total-amount { display: inline-block; background-color: #fff; color: #333; padding: 10px; border: 2px solid #888; font-size: 20px; border-radius: 0; margin: 25px 0; }
.signformbox .total-amount .amount { font-weight: bold; }
.signformbox .total-amount small { font-size: 10pt; }
.signformbox label[for="id_agree"] { width: auto; }

/* Project Components */
.proj-components .quoteInfo { padding: 10px 20px 20px 20px; }
.proj-components .tblQuoteInfo { margin-bottom: 25px; }
.proj-components .tblQuoteInfo td { vertical-align: top; text-align: right; padding: 10px 20px 0; font-size: 1.05em; }
.proj-components .tblQuoteInfo p { margin: 0 0 5px; color: #666; }
.proj-components .tblQuoteInfo .amt { font-weight: bold; color: #333; }
.proj-components .tblQuoteInfo .quoteAccepted { font-size: 0.9em; }
.proj-components .tblQuoteInfo .quoteTotalAmt { font-size: 1.2em; }
.proj-components .tblQuoteInfo .zeroAmt { color: #25B840; }

.proj-components .quoteInfo .balance-bar { margin-top: 8px; width: 100%; height: 16px; background-color: #eee; position: relative; font-size: 10px; color: #666; line-height: 16px; }
.proj-components .quoteInfo .balance-bar .inner { background-color: #7cf; position: absolute; top: 0; bottom: 0; left: 0; height: 100%; overflow: visible; }
.proj-components .quoteInfo .balance-bar .inner span { padding: 1px 5px; }
.proj-components .quoteInfo .balance-bar .inner.full { background-color: #7bf427; }
.proj-components .quoteInfo .balance-bar .inner.over { background-color: #F15A13; }

.proj-components .quoteItemInfo { max-width: 97.5%; }
.proj-components .quoteItemInfo .compSubRow { display: inline-flex;  }
.proj-components .quoteItemInfo .compSubRow p { font-weight: 700; margin: 15px 0 0 0; }
.proj-components .quoteItemInfo .qiTitle { margin: 5px 0 15px; color: #333; }
.proj-components .quoteItemInfo .qiDescr { font-weight: bold; font-size: 1.05em; width: 80%; }
.proj-components .quoteItemInfo .noItems { margin-top: -10px; }
.proj-components .quoteItemInfo .tblQuoteItem  { margin: 15px 0px 15px 20px;}
.proj-components .quoteItemInfo .table { border: none; box-shadow: none; width: 100%; max-width: 100%; }
.title .quoteItemInfo .table { border: none; box-shadow: none; margin-left: 0px; margin-top: 10px; }
.proj-components .quoteItemInfo .table thead tr th { padding-bottom: 0; padding-top: 0; }
.proj-components .quoteItemInfo .table > thead > tr > th { border-color: transparent; }

.proj-components .componentsList { margin-left: 20px; margin-top: -10px; margin-bottom: 20px; margin-right: 20px; display: inline-block; }

.proj-components .components-chart { display: inline-block; width: 70px; height: 70px; vertical-align: top; }

.components-contour { overflow-x: auto; display: block; border-radius: 0.5rem; box-shadow: 0 3px 5px rgb(0 0 100 / 5%);
                      border: 1px solid #d5dbe1; border-spacing: 0; margin-bottom: 30px; }
.contour-full { max-width: 100%; width: 100%; margin: 0; }
.components-contour .title, .proj-components .componentsList .title { color: #6a7283; text-align: left; font-size: 1.2em;
                                                      border-bottom: 1px solid #ebeef1; background-color: #f5f8fa;}
.componentsList .title { padding: 0.7rem 0 0.5rem; }
.components-contour .title-main { padding: 1rem; }
.components-contour .title-inside { padding: 10px; font-size: .80em; }
.components-contour .title h4 { margin: 0; padding-left: 0.7rem; border: none;  }

.proj-components .quoteNotes .table > tbody > tr > td { border: none; }
.proj-components .quoteNotes .table > tbody > tr > .qiDescr { padding: 0; }

.components-modal .form-horizontal .form-group { margin-top: -5px; }
.cmp-modal-table > tbody > tr > td { border: none !important; }
.cmp-modal-invoice { margin-top: 35px; margin-bottom: 20px; margin-left: 10px; }

/* Project Invoicing */
.invoiceGenData { display: inline-block; vertical-align: top; margin-bottom: 20px; width: 40%; }
.invoiceInfo { }
.invoiceInfo .invHeading { margin: 5px 0 15px; color: #333; }
.invoiceInfo .invHeading .btnInvDate { display:inline; }
.invoiceInfo .invNumber { font-weight: bold; font-size: 1.05em;  }
.invoiceInfo .noInvoices { margin-top: -10px; }
.invoiceList { padding: 20px 20px 10px;  }

/* CoacheeSurveyStatus */
.coacheeSurvey .btnSendReminders { display: none; }
.coacheeSurvey .questionlist { width: 100%; }
.coacheeSurvey .qnrow { padding: 10px; padding-left: 45px; position: relative; margin-bottom: 25px; }
.coacheeSurvey .qnrow.withPrev { margin-top: 0; padding-top: 0; }
.coacheeSurvey .qnum { width: 30px; margin-left: -35px; display: inline-block; vertical-align: top; }
.coacheeSurvey .qnbody { width: 100%; display: inline-block; vertical-align: top; }
.coacheeSurvey .qnbody .qansnum { float: right; margin-left: 10px; margin-right: -40px; padding: 4px 6px; min-width: 40px; text-align: center; }
.coacheeSurvey .qnbody .qtxt { margin-bottom: 0px; padding-right: 40px; }
.coacheeSurvey .qnbody .qtxt h1, .qnbody .qtxt h2, .qnbody .qtxt h3 { font-size: 13pt; margin: 10px 0; color: royalblue; }
.coacheeSurvey .qnbody .qanstxt { padding: 6px 10px 7px; color: #111; margin-top: 10px; background-color: #fff; text-align: justify; }
.coacheeSurvey .qnbody .qansnum, .qnbody .qanstxt { border-radius: 0.5rem; border: 1px solid #d5dbe1; }
.coacheeSurvey .tab-content { padding-top: 0px; }

/* Coachees List */
.page-coachees .survey-date-scheduled { }
.page-coachees .survey-date-open { }
.page-coachees .survey-not-completed { color: gray; font-weight: 500; }
.page-coachees .survey-completed { color: green; font-weight: 500; }

/* image popup modal */
.image-selection input { border: none; pointer-events: all; }
.image-selection img.project-logo { max-width: 500px; max-height: 200px; }
.imageSelection { margin: 10px 0; }
#cropperModal .sidenote { font-size: 11pt; text-align: justify }
#imgProfilePic { width: 250px; height: 250px; border-radius: 50%; }
#imgCompanyLogo { max-width: 500px; max-height: 140px; }

/* Image cropper modal */
#cropperModal .cropperImage { width: 250px; height: 250px; }
#cropperModal > .modal-dialog { width: 500px; }
#cropperModal .cropper-view-box,
#cropperModal .cropper-face { border-radius: 50%; }

#cropperModal.IsLogo .cropperImage { width: 400px; height: 250px; }
#cropperModal.IsLogo > .modal-dialog { width: 650px; }
#cropperModal.IsLogo .cropper-view-box,
#cropperModal.IsLogo .cropper-face { border-radius: 0; }

#cropperModal .actions-titles { display: flex; margin-left: 30px; }
#cropperModal .actions .buttonset, #cropperModal .actions-titles .buttonset { display: inline-flex; }
#cropperModal .actions .buttonset:nth-of-type(1) { margin-right: 30px; }
#cropperModal .actions-titles .buttonset .title { font-size: 12px; text-align: center; line-height: 15px; padding: 0; margin: -20px 0 5px; }
#cropperModal .actions-titles .buttonset .title-sec { margin-left: 100px; }
#cropperModal .actions .buttonset button { padding: 0; width: 44px; height: 38px; font-size: 20px; line-height: 20px; margin: 0; margin-left: 10px; }
#cropperModal .actions .buttonset button:nth-of-type(1) { margin-left: 0; }
#cropperModal .actions button img, #cropperModal .actions .buttonset i { width: 20px; height: 20px; margin-left: 11px; }
#cropperModal .buttonsAction { display: flex; float: right; margin-top: 20px; }

/* FilePond */
[data-filepond-item-state="processing-complete"] .filepond--file-status .filepond--file-status-sub { display: none; }

/* badges */
.badge-table { margin: auto; }
.badge { display: inline-flex; border-radius: 0.5rem; font-size: .85rem; font-weight: 500; padding: 0.5rem 0.75rem; min-height: 32px;
         background-color: #ebeef1; color: #6a7283; align-items: center; width: fit-content; white-space: nowrap; line-height: 1.2; }
.badge.primary { background-color: #634cff; color: #fff; }

.badge-active,
.badge-confirmed,
.badge-accepted,
.badge-complete,
.badge-registered { color: #116b0d; background-color: #d8f9c2; } /*Green badge*/

.badge-setup,
.badge-on-boarding,
.badge-draft,
.badge-waiting-launch,
.badge-client-signing,
.badge-completed,
.badge-open { color: #004ebe; background-color: #d0f6f6; } /*Blue badge*/

.badge-paused,
.badge-estimated,
.badge-atrisk,
.badge-revised,
.badge-tobeclosed,
.badge-postponed { color: #a72503; background-color: #fbedb9; } /*Yellow badge*/

.badge-reg-inactive { color: #a72503; background-color: #f0cba9; } /*Orange badge*/

.badge-cancelled,
.badge-end-program,
.badge-lost,
.badge-notplanned,
.badge-inactive,
.badge-unregistered { color: #a72503; background-color: #ffadad; } /*Red badge*/

.badge-closed { color: #7812e9; background-color: #dfcdf8; } /*Purple badge*/

.badge-scheduled { color: #6a7283; background-color: #ebeef1; padding-top: 3px; padding-bottom: 5px; } /* Grey badge */

.badge-no-record { background-color: #f5f8fa; display: inline-block !important; padding: 0.5rem; border-radius: 0.5rem; color: #6a7283; }

/* sessions delivery */
.badge > span, .badge i.fa, .badge ion-icon { display: inline-block; }
.badge ion-icon { font-size: 1.5rem; min-width: 21px; min-height: 21px; }
.badge + .badge-text-right { margin-left: 15px; }

.badge-no-record { background-color: #f5f8fa; display: inline-block !important; padding: 0.5rem; border-radius: 0.5rem; color: #6a7283; }

#btnUpdatePartnerTags { height: max-content; align-self: center; }

/* Payouts - Payruns */
.payoutSelection { margin-bottom: 30px; }
.payoutSelection select { width: 250px }

.page-quoteinfo .select-services > .checkbox { margin-top: 10px; }

/* Progress bar */
.progress-bar { width: inherit; float: inherit; }
.progress-holder { margin-top: 10px; }
.progress-holder .progress-bar { height: 8px; background-color: #ebeef1; border-radius: 0.5rem; overflow: hidden; position: relative; }
.progress-holder .progress-bar .progress { background-color: #b9f591; position: absolute; left: 0; height: 8px; top: 0; width: 0; }
.progress-holder .progress-label { margin-top: 0.25rem; display: inline-block; }
.type-revenueprogress .progress-label { font-size: 12px; }
.table tr td .progress { margin-top: inherit; }

/* User's photo on table */
.user-avatar-horizontal { width: 225px; display: flex; justify-content: flex-start; align-items: center; padding: 0.35rem;
                          border-radius: 1.5rem; background-color: transparent; text-decoration: none !important; cursor: pointer; }
.user-avatar-horizontal .user-avatar { margin-right: 0.75rem; height: 3rem; width: 3rem; display: inline-block; border-radius: 50%; box-shadow: 0 3px 5px rgba(0,0,100,.05); }
.user-avatar-horizontal .user-details { display: flex; flex-direction: column; }
.user-avatar-horizontal .user-details span.user-name { margin-bottom: 0.25rem; color: #555; font-weight: 500; }
.user-avatar-horizontal .user-details span.user-title { font-size: 11px; color: #555; margin-top: -5px; }
.user-avatar-horizontal .user-details span.user-email { color: #6a7283; font-size: .9rem; }
.user-avatar-horizontal .user-avatar img { height: inherit; border-radius: 50%; }
.user-avatar-horizontal:hover { background-color: #f5f5fb; }
.user-avatar-horizontal:hover .user-details span.user-name { color: #111; }
.user-avatar-horizontal.nohover { cursor: inherit; }
.user-avatar-horizontal.nohover:hover { background-color: inherit; }

.team-users-photos { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: start; }
.team-users-photos img { border-radius: 50%; width: 3rem; height: 3rem; cursor: pointer; }
.team-users-photos img:not(:first-child) { margin-left: -10px; }

.dropdown-avatar { border-radius: 50%; width: 2.5rem; height: 2.5rem; }

/* "onboarding" - login, register and invite */
.onboarding-wrapper { background-color: #F5F8FA; min-height: 100vh; padding: 3rem 0 6rem; display: flex; flex-direction: column; align-items: center; }
.onboarding-wrapper > .able-logo { width: 8rem; margin-bottom: 3rem; }

.onboarding-wrapper input[readonly],
.onboarding-wrapper input[disabled] { background-color: #f4f4f4; color: #666; }
.onboarding-wrapper ::placeholder { color: #848c9c; opacity: 1; }
.onboarding-wrapper ::selection { background-color: #634cff; color: #fff; padding: .5rem; }
.onboarding-wrapper form { display: flex; flex-direction: column; }
.onboarding-wrapper h3 { margin-top: 0; margin-bottom: 2rem; }
.onboarding-wrapper .form-row { padding-bottom: 1rem; display: flex; justify-content: left; align-items: center; width: 100%; max-width: 800px; }
.onboarding-wrapper .form-row > * { flex: 1 1 auto; }
.onboarding-wrapper .form-row label { font-weight: 600; }
.onboarding-wrapper .form-row > .label-holder,
.onboarding-wrapper .form-row > label { margin: 0; flex: 0 0 190px; width: 200px; display: flex; align-items: center; }
.onboarding-wrapper .form-row > .label-holder { flex-direction: column; align-items: flex-start; }
.onboarding-wrapper .form-row > .label-holder span.label-description,
.onboarding-wrapper .form-row > label span.label-description { display: block; width: 95%; font-weight: 400; font-size: .9rem; opacity: .8; line-height: 1.2; }
.onboarding-wrapper .form-row > label span.label-description strong { font-weight: 500; }
.onboarding-wrapper .form-row.error-row { margin-top: -12px; padding-bottom: 8px; color: red; font-size: 0.9em; }
.onboarding-wrapper .form-row.error-row + .error-row { margin-top: -8px; }
.onboarding-wrapper .form-submit-holder { display: flex; }
.onboarding-wrapper .form-submit-holder button { font-size: .8em; }
.onboarding-wrapper span.form-footer { text-align: center; margin-top: 2rem; }
.onboarding-wrapper .content-box { display: flex; align-items: stretch; width: 1000px; min-height: 420px; border-radius: .5rem; margin: 0; background-color: #fff; overflow: hidden; }
.onboarding-wrapper .content-box-image { width: 350px; flex: 0 0 350px; background-position: 100%; background-size: cover; background-repeat: no-repeat; }
.onboarding-wrapper .content-box-form,
.onboarding-wrapper .content-box-success { padding: 4rem; flex: 1 1 auto; }
.onboarding-wrapper .content-success a,
.onboarding-wrapper .content-success a:hover { text-decoration: underline; }
.onboarding-wrapper .ajaxSubmit-errorMsg { font-size: 0.9em; }
.onboarding-wrapper.onboarding-registration .content-box { min-height: 720px; }

.page-booksession { height: 100%; background-color: #F5F8FA; padding-top: 0; }
.page-booksession > .container { }
.page-booksession > .container,
.page-booksession > .container > .flex-column { min-height: inherit; }
.page-booksession .page-top {
  flex: 0 0 20px;
  /* able logo
    min-height: 35px; margin: 20px 0; background: url(/images/able.svg) no-repeat center; background-size: contain;
  */
}
.page-booksession .page-body { background-color: #fff; border-radius: 5px; padding: 15px; }
.page-booksession .page-body > .instructions { text-align: center; font-size: 16px; color: #333; border-bottom: 1px solid #ddd; padding-bottom: 15px; }
.page-booksession .page-footer { flex: 0 0 50px; }
.page-booksession .able-logo { height: 20px; }
.page-booksession .body-sidebar { flex: 0 0 300px; padding: 20px 20px 0; }
.page-booksession .body-sidebar > .project-logo { text-align: center; }
.page-booksession .body-sidebar > .project-logo > img { width: 100%; }
.page-booksession .body-sidebar > .program-name { text-align: center; line-height: 24px; font-size: 18px; margin-top: 15px; font-weight: bold; color: #1a1b25; }
.page-booksession .body-sidebar > .coach-info { margin: 10px 0; box-shadow: none; text-align: center; }
.page-booksession .body-sidebar > .coach-info > .user-avatar { width: 85px; height: 85px; margin: 20px 0 15px; box-shadow: none; display: inline-block; }
.page-booksession .body-sidebar > .coach-info > .user-avatar > img { height: 100%; border-radius: 50%; border: 2px solid #858586; }
.page-booksession .body-sidebar > .coach-info > .coach-name { font-weight: 500; font-size: 17px; color: #444; }
.page-booksession .session-info { font-weight: bold; font-size: 18px; text-align: center; margin: 15px 0 30px; color: #333; }
.page-booksession .calendly-inline-widget iframe { height: 1200px; }
.page-booksession .session-list { text-align: center; }
.page-booksession .session-list > h5 { line-height: normal; font-size: 16px; margin-top: 15px; }
.page-booksession .session-buttons { display: flex; flex-direction: column; margin-top: 20px; }
.page-booksession .session-buttons > button { flex: 1; border: 1px solid #ddd; box-shadow: none !important; border-radius: 0;
                                              padding: 10px 10px; text-align: left; background: none; font-weight: normal; }
.page-booksession .session-buttons > button:not(:first-child) { border-top-width: 0; }
.page-booksession .session-buttons > button > i { float: right; vertical-align: baseline; margin-right: 5px; margin-top: 3px; }
.page-booksession .session-buttons > button:focus,
.page-booksession .session-buttons > button:hover { outline: none; box-shadow: none; background-color: #F7F6FF; color: #000; }
.page-booksession .session-buttons > button.active { border-top-width: 1px; border-color: #634CFF; color: #634CFF; background-color: #F7F6FF; }
.page-booksession .session-buttons > button:disabled,
.page-booksession .session-buttons > button.booked { color: #05b710; background-color: #FFF; font-weight: bold; }
.page-booksession .body-main { flex: 1; }
.page-booksession .body-main .busy-load-container { flex: 1; align-items: flex-start !important; padding-top: 50px; }
.page-booksession .body-main .calendly-inline-widget { height: 100%; }
.page-booksession .body-main .no-coaching-notice,
.page-booksession .body-main .session-instruction{ margin-top: 32px; margin-left: 30px; }

.page-developmentplanform .question-heading { color: #6A7283; margin: 25px 0; color: #888; font-size: 14px; }
.page-developmentplanform .question-heading h3 { color: #6A7283; font-size: 21px; margin: 8px 0; }
.page-developmentplanform hr { border-color: #D5DBE1; border-width: 2px; }
.page-developmentplanform .control-label { margin-top: 10px; }


@media only screen and (max-width: 700px) {
  .page-booksession { min-height: calc(100vh - 60px); }
  .page-booksession .body-content { display: block !important; }
  .page-booksession .body-sidebar { padding-top: 0; padding-bottom: 20px; }
  .page-booksession .body-sidebar > .program-name { font-size: 24px; line-height: 30px; }
  .page-booksession .body-sidebar > .coach-info { padding-top: 10px; }
  .page-booksession .body-sidebar > .coach-info > .user-avatar { width: 100px; height: 100px; margin: 15px 0; }
  .page-booksession .body-sidebar > .coach-info > .coach-name { font-size: 22px; text-align: center; }
  .page-booksession .session-info { font-size: 22px; margin-top: 5px; }
  .page-booksession .body-main { }
  .page-booksession .body-main .no-coaching-notice { font-size: 17px; font-weight: 500; }
  .page-booksession .body-main .all-booked-message { font-size: 17px; font-weight: 500; }
}

/* page-participantcoaching uses all the styling from page-booksession but with these adjustments to fit the page style */
.page-participantcoaching { background-color: inherit !important; }
.page-participantcoaching .page-top { flex: inherit !important; }
.page-participantcoaching .page-body { padding: inherit !important; }
.page-participantcoaching .body-sidebar { padding: 0 0 0 20px !important; }
.page-participantcoaching .body-main .no-coaching-notice { margin-left: inherit !important; margin-top: inherit !important; }
.page-participantcoaching .session-info { text-align: left !important; font-size: 15px; color: #6a7283; margin: 20px 0px 20px; }
.page-participantcoaching .body-sidebar > .coach-info,
.page-participantcoaching .body-sidebar > .program-name { padding-right: 30%; }
.page-participantcoaching .calendly-inline-widget iframe { margin-top: -50px; }

/* Partial Loader */

.partial-loader-container { position: relative; }
.partial-loader-reload-btn { border: none; background-color: #eee; border: 1px solid #ddd; width: 22px; height: 21px; border-radius: 50%;
                             position: absolute; left: -10px; top: -9px; display: flex; justify-content: center; align-items: center; }
.partial-loader-reload-btn:hover { border-color: #8E7EF9; }
.partial-loader-placeholder { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.partial-loader-placeholder-spinner { width: 60px; height: 60px; background-image: url(/images/busy-load-spinner-200.svg); background-size: cover; }
.partial-loader-style-chart .partial-loader-placeholder { border-radius: 10px; opacity: 0.4; background-color: #ccc; }
.partial-loader-style-chart .partial-loader-placeholder-spinner { width: 50px; height: 50px; background-image: url(/images/report-partial-spinner-200.svg);
                                                                   background-color: inherit; background-blend-mode: luminosity; }

/* Quote Items - Product Warning Message */
.quoteComponentWarningMessage { background-color: #634CFF; color: #fff; border-radius: 4px; padding: 15px; margin-bottom: 20px; }
.quoteComponentWarningMessage ul { margin: 0 !important; }
.quoteComponentWarningMessage li { letter-spacing: .5px !important; font-weight: 500 !important; font-size: 15px; }

.tab-panel > .alert { padding: 8px 10px; border: none; }
.tab-panel > .alert.alert-info { background-color: #8576f4; border: none; }

.page-workshops .eval-result label { font-weight: normal; }
.page-workshops .eval-result .score { font-weight: bold; }

.overview-score-box { display: flex; min-width: 180px; flex-direction: column; border: 1px solid #d5dbe1; border-radius: 0.5rem; padding: 0; }
.overview-score-box > .title { display: flex; flex-wrap: nowrap; justify-content: space-between; background-color: #F7F7F8; border-radius: 0.5rem 0.5rem 0 0;
                               border-bottom: 1px solid #ebeef1; padding: 14px 15px; margin: 0; font-size: 15px; font-weight: 500; color: #333; height: 40%; }
.overview-score-box > .title i[data-tooltip] { color: #888; margin-left: 5px; }
.overview-score-box > .body { margin: 10px; padding: 18px 30px 20px 20px; background-color: #F6FDF9; min-height: 50px; color: #1C9B6D; font-size: 10pt;
                              font-weight: 400; height: 46%; }
.overview-score-box > .body .score { font-size: 20px; font-weight: bold; }
.overview-score-box > .body .score .sub { font-size: 14px; font-weight: normal; margin-left: 6px; }

.overview-lead-box { cursor: pointer; }
.overview-lead-box > .title { display: block; text-align: center; }
.overview-lead-box > .lead-content { display: flex; flex-direction: column; align-items: center; padding: 10px; }
.overview-lead-box .user-avatar { box-shadow: none; }
.overview-lead-box img { width: 100%; height: 100%; background-size: cover; border-radius: 50%; }

a.overview-score-link { display: flex; }
a.overview-score-link:hover,
a.overview-score-link:focus,
div.overview-lead-box:hover,
div.overview-lead-box:focus { border-radius: 0.5rem; box-shadow: 0 0 0 4px #d2ccff; }

.page-coaches .coachListTags,
.slideout-body .coachListTags { display: flex; gap: 10px; flex-wrap: wrap; }
.page-coaches .coachListTags span,
.slideout-body .coachListTags span { flex: 0; white-space: nowrap; font-weight: 500; background-color: #F2F2F7; border-radius: 4px; padding: 2px 6px; color: #555; }
.page-coaches .coachListTags .moreTags,
.slideout-body .coachListTags .moreTags{ white-space: nowrap; }

.page-quotepublicview { padding: 0; margin: 0; }

/* slideout-panel */
body.slideout-show { overflow-y: hidden; padding-right: 18px; } /* right padding reduced content jump when scrollbar disappears */
body.slideout-show .slideout-backdrop { display: block; }
body.slideout-show .slideout-holder { overflow: visible; }
body.slideout-show .slideout-panel { right: 0; visibility: visible; }

.slideout-backdrop { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; background-color: rgba(0, 0, 0, 0.1); }
.slideout-holder { position: fixed; top: 0; left: 0; width: 100%; height: 0px; overflow: hidden; z-index: 1010; }
.slideout-panel { width: 700px; height: 100vh; background: #fff; position: absolute; top: 0; right:-700px; transition: right 0.3s;
                  border-left: 1px solid #d5dbe1; box-shadow: -10px 0 30px rgba(0,0,20,.15); display: flex; flex-direction: column; visibility: hidden;}
.slideout-header { flex: 0 0 50px; display: flex; gap: 0; border-bottom: 1px solid #D5DBE1; justify-content: space-between; padding: 5px; align-items: center; }
.slideout-header .slideout-closer { flex: 0; border-radius: 3px; min-width: 22px; max-width: 22px; height: 22px; padding: 3px; color: #6A7283; }
.slideout-header .slideout-closer:hover { background-color: #EBEEF1; }
.slideout-header .slideout-title { text-align: center; align-self: center; flex: 1; font-weight: 600; color: #1A1B25; }
.slideout-header .slideout-title h4.sparkles::after { content: ''; float: right; width: 30px; height: 30px; margin-right: 15px; margin-top: -6px;
                                                      background-image: url(/images/icons/sparkles.png); background-size: contain; background-repeat: no-repeat; }
.slideout-body { flex: 1; display: flex; flex-direction: column; overflow: auto; padding: 20px; }
.slideout-body .booking-iframe { flex: 1; width: 100%; height: 100%; border: 0; }

.slideout-body ul.details-list { margin: 0; padding: 0; list-style: none; }
.slideout-body ul.details-list li { padding: .5rem; margin: 0; display: flex; align-items: center; }
.slideout-body ul.details-list li label { flex: 0 0 150px; opacity: .6; margin: 0; font-weight: normal; }
.slideout-body ul.details-list li span { flex: 1; display: flex; align-items: center; }
.slideout-body ul.details-list li.instructions label { align-self: baseline; margin-top: .5rem; }
.slideout-body ul.details-list li.instructions span { padding: .5rem; border-radius: .5rem; background: #f5f8fa; position: relative; left: -0.5rem; }

.slideout-body #imgProfilePic { width: 180px !important; height: 180px !important; }
.slideout-body .coachListTags span { flex: 0 !important; }

/* Adjustments when including survey-viewer-common.css which has the boxBorder styles. */
.slideout-body .boxBorder { border: 1px solid #d5dbe1; border-radius: 0.5rem; }
.slideout-body .boxBorder > .boxTitle { padding: 2px 15px; }
.slideout-body .boxBorder > .boxTitle i[data-tooltip] { color: #888; margin-left: 5px; }

.page-ParticipantAICoach .content-chat.disabled { pointer-events: none; opacity: 0.6; }

/* right & bottom chat area border */
.chat-area-border { border: 1px solid #eee; border-radius: 0 0 10px 0; border-width: 0 1px 1px 0; padding: 0 20px 20px 0; }

/* AI chat message */
.chat-message { display: flex; width: 100%; }
.chat-message .chat-avatar { flex: 0 0 55px; }
.chat-message .chat-avatar img { width: 35px; height: 35px; border-radius: 50%; margin-top: 5px; }
.chat-message .chat-body { flex: 1; font-size: 15px; padding: 10px; border: 1px solid #f1f5fc; position: relative;
                           border-radius: 10px; box-shadow: 0 1px 1px rgba(0,0,0,.05);  }
.chat-message .chat-body:before { position: absolute; top: 10px; left: -8px; display: inline-block; background: #fff; width: 16px;
          height: 16px; border-top: 1px solid #f1f5fc; border-left: 1px solid #f1f5fc; content: ''; transform: rotate(-45deg); }
.chat-message .chat-body-sender { padding-bottom: 5px; font-weight: bold; color: #634cff; }
.chat-message .chat-body-text { display: inline-block; white-space: pre-line; line-height: 1.6; }
.chat-message .chat-body-text.spinner::after { content: ''; display: inline-block; width: 18px; height: 18px; background-image: url(/images/dual-ring-spinner-100.svg);
                                               background-size: contain; background-repeat: no-repeat; margin-left: 5px; vertical-align: text-top; }

/* AI chat nudges */
.chat-nudge { background-color: rgba(99, 76, 255, 0.8); color: #fff; padding: 7px 13px 7px 13px; border-radius: 0.5rem;
              cursor: pointer; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; }
.chat-nudge:hover { background-color: #513ed5; }
.chat-nudge-header { font-weight: bold; }
.chat-nudge-text { font-size: 14px; opacity: 0.8; text-align: justify; }

/* AI chat input box */
.chat-input-container .input-group { width: 100%; }
.chat-input-container .input-group .form-control { padding-right: 115px; height: auto; overflow-y: hidden; resize: none; max-height: 20rem; line-height: 20px; }
.chat-input-container .input-group-btn { width: 0%; }
.chat-input-container .input-group-btn:last-child > .btn {
  width: 3rem; height: 3rem; border-radius: 50%; display: flex; justify-content: center;
  align-items: center; margin-left: -60px; margin-top: 4px; z-index: 3; }
.chat-input-container .input-group-btn:last-child > .btn > span ion-icon { width: 25px; height: 25px; }

/* AI chat loading spinner */
.chat-input-container .input-group-btn .btn .spinner-icon,
.chat-input-container .input-group-btn .btn[disabled] .spinner-icon,
.chat-input-container .input-group-btn .btn[disabled] .button-text { display: none; }
.chat-input-container .input-group-btn .btn[disabled] .spinner-icon ion-icon { width: 25px; height: 25px; animation: spin 2s linear infinite; }
.chat-input-container .input-group-btn .btn.busy:not([disabled]) .spinner-icon { display: inline-block; }

/* Keyframe animation for the spinner */
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* chat send button */
.chat-input-container .input-group-btn .btn.busy .button-text { display: none; }
.chat-input-container .input-group-btn .btn.busy .spinner-icon { display: inline-block; }
.chat-input-container .input-group-btn .button-text,
.chat-input-container .input-group-btn .spinner-icon { padding: 13px 2px 0px 3px; }
.chat-input-container .input-group-btn .button-text { display: inline-block; }
.chat-input-container .input-group-btn .spinner-icon { display: none; }

/* Upcoming events Coaching/Workshops */
.event-item { padding: 3px 10px; border-left: 3px solid #634cff; margin-bottom: 25px; width: 300px; }
.event-item:hover { cursor: pointer; }
.event-item .evt-datetime,
.event-item .evt-actionname { font-size: 15px; font-weight: 600; color: #634cff; }
.event-item .evt-name { }
.event-item .evt-venue,
.event-item .evt-description { text-overflow: ellipsis; white-space: nowrap }
.event-item .evt-venueaddr { font-size: 10px; }
.event-item .evt-datetime,
.event-item .evt-name,
.event-item .evt-venue,
.event-item .evt-venueaddr { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

td .event-venue-link { width: 100px; margin-top: 10px; }
.slideout-panel .event-venue-link { width: 100%; }

@media (min-width: 700px) and (max-width: 1500px) {

  .chat-message .chat-body { font-size: 11px; }

  .chat-nudge-header { font-size: 11px; }
  .chat-nudge-text { font-size: 10px; }

  .event-item { width: 200px; margin-bottom: 10px; font-size: 11px; }
  .page-ParticipantAICoach .event-list h4 { font-size: 1rem; margin: 12px 0; }

  .page-ParticipantAICoach .event-actionname,
  .page-ParticipantAICoach .event-datetime,
  .iconTooltip > span > ion-icon { font-size: 12px; }

  .event-item .evt-description { font-size: 11px; }
  .event-item .btn-xsm { font-size: 10px; line-height: 14px; }
  .event-item .btn-xsm:hover { box-shadow: 0 0 0 1px #d2ccff; }
}

@media (max-height: 649px) {
  .chat-nudge-text { display: none; }
}

.page-participantsurveys .iconTooltip > span > ion-icon { color: #6a7283; font-size: 20px; margin-top: -2px; }

/* Participant Actions */
.action-cards-container { display: flex; justify-content: space-between; }
.action-cards-container-not-fullrow { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-start; }
.action-card { border-radius: 10px; border: 1px solid rgba(213, 219, 225, 0.94); box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.06);
               padding: 10px 15px 5px 15px; width: 32%; display: flex; flex-direction: column; }
.action-card:hover { background-color: #fafafa; border-color: #AEA1FF; box-shadow: 0 0 0 4px #d2ccff; transition: box-shadow 0.2s; }
.action-card hr { margin: 15px 10px 10px 0px !important; }
.action-card-header { display: flex; justify-content: space-between; align-items: center; }
.action-card-header p { margin-right: 5px; order: 1; color: #1A1B25; font-family: Open Sans; font-size: 16px; font-style: normal; font-weight: 700; line-height: 28px; }
.action-card-header img { order: 2; }
.action-card-icon.pulse { background-color: #F7DAED; }
.action-card-icon.intake { background-color: #C7EBD1; }
.action-card-icon.coaching-eval { background-color: #D0F6F6; }
.action-card-icon.workshop-eval { background-color: #FCDDC7; }
.action-card-icon.profile,
.action-card-icon.devplan { background-color: #D8F9C2; }
.action-card-icon.profile { background-color: #f9e0dbd6; }
.action-card-icon.pulse,
.action-card-icon.intake,
.action-card-icon.coaching-eval,
.action-card-icon.workshop-eval,
.action-card-icon.profile,
.action-card-icon.devplan { padding: 8px 4px; }
.action-card-icon.aicoach { padding: 4px 4px; }
.action-card-desc { flex: 1; color: #6A7283; font-family: Open Sans; font-size: 16px; font-style: normal; font-weight: 400; line-height: 25px; letter-spacing: 0.2px;
                    margin-bottom: 13px; padding-right: 40px; }
.action-card-click-area { border-top: 1px solid var(--Lines, #D5DBE1); display: flex; height: 40px; align-items: center; gap: 10px; }
.action-card-click-area p { color: #634CFF; font-family: Open Sans; font-size: 15px; font-style: normal; font-weight: 400; line-height: 20px; letter-spacing: 0.2px; }
.action-card-click-area svg { width: 23px; height: 18px; margin-top: 2px; }

.eventTypeTooltip,
.action-card-header img { margin-left: auto; width: 40px; height: 40px; border-radius: 10px; }
.eventTypeTooltip img { width: 100%; height: 100%; padding: 5px; }
.eventTypeTooltip.workshop { background-color: #FCDDC7 }
.eventTypeTooltip.coachingsession { background-color: #D0F6F6 }

.bulkaddinvoice .table tbody { max-height: 200px; overflow-y: auto; display: block; }
.bulkaddinvoice .table thead, .bulkaddinvoice .table tbody tr { display: table; width: 100%; table-layout: fixed; }
