/* PinpointMed Backend SCSS */
/* SCSS Variables */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
  font-weight: 400;
}

a {
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

* {
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html, body {
  min-height: 100vh;
  overflow-x: hidden;
  height: 100%;
  margin: 0px;
  padding: 0;
  font-weight: normal;
  font-family: "Lato", "Open Sans", sans-serif;
  background: #f9f9f9;
  color: #212121;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: inherit;
  font-weight: 500;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  display: block;
}

h1, .h1 {
  font-size: 24pt;
}

h2, .h2 {
  font-size: 18pt;
}

h3, .h3 {
  font-size: 16pt;
}

h4, .h4 {
  font-size: 14pt;
}

h5, .h5 {
  font-size: 13pt;
}

h6, .h6 {
  font-size: 12pt;
}

h1 a {
  align-items: center;
  display: inline-flex;
}
h1 a:hover {
  text-decoration: none;
}
h1 small {
  font-size: 12pt;
  margin: 8px 0 0;
}
h1 small i.material-icons {
  font-size: 1.5rem;
}

h2 > small {
  font-size: 12pt;
}

a {
  color: #8AC631;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.hidden-visibility {
  visibility: hidden;
}

body.login {
  min-width: auto !important;
}
body.login header {
  display: flex;
  flex-direction: row;
}
body.login header > a {
  justify-content: center;
  background: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 305px;
  height: 75px;
  margin: 1rem auto;
}

form {
  margin: 0;
}

.subheader {
  display: block;
  padding: 0 0 0.75rem;
  line-height: 1.2rem;
}

.subtext {
  display: block;
}

label .subheader {
  padding-bottom: 8px;
}

.text-muted {
  opacity: 0.6;
}

.text-xmuted {
  opacity: 0.382;
}

.text-xxmuted {
  opacity: 0.191;
}

.text-ac {
  text-transform: uppercase !important;
}

.d-block {
  display: block;
}

.btn.material-icons {
  text-transform: none !important;
}

.open > .btn-primary.dropdown-toggle.custom-file-control:before,
.open > .btn.btn-primary.dropdown-toggle {
  color: #FFFFFF;
}

#components-reconnect-modal {
  margin-top: 104px;
}

main {
  padding: 0;
  height: auto;
}
main .ppm-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  flex-direction: row;
  margin: auto;
}
main .ppm-form .ppm-form-details {
  width: 100%;
}

.hide {
  display: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem;
}

.font-weight-bold {
  font-weight: 600;
}

.float-right {
  float: right !important;
}

.card .card {
  box-shadow: none;
}

.card {
  background: #fff;
  border-radius: 0.2rem;
  color: initial;
  flex-grow: 1;
  background-clip: border-box;
  border: none;
  margin: auto;
  margin-bottom: 15px;
  padding: 1rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.015), 0 2px 1px -7px rgba(0, 0, 0, 0.015), 0 1px 7px 0 rgba(0, 0, 0, 0.15);
}
.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-radius: 0;
  background: transparent;
  border-bottom: 0;
  padding: 0;
}
.card .card-header h4, .card .card-header h5 {
  margin: 0;
}
.card .card-header h5 {
  color: #8AC631;
  line-height: 2;
}
.card .card-header .button-group {
  margin-left: auto;
}
.card .card-header .button-group > * {
  margin-left: 0.5em;
}
.card.search, .card.details {
  max-width: 100%;
}
.card .details .form-group {
  flex-basis: 50%;
}
.card table {
  flex-grow: 0;
  margin-right: auto;
}
.card .flexrow {
  display: flex;
  flex-direction: row;
}
.card .flexrow .row > .form-group {
  flex: 0 1 49% !important;
}
.card .subtitle {
  display: block;
  font-size: 0.8rem;
}

.card-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.card-body .barLoading {
  top: 0;
  left: 0;
  position: absolute;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.row.center {
  justify-content: center;
}
.row.card {
  padding-left: 0;
  padding-right: 0;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.card-footer {
  border-radius: 0;
  padding: 0.75rem 1rem;
  text-align: right;
  background: transparent;
}
.card-footer > * {
  display: inline-block;
}
.card-footer > form {
  float: left;
}
.card-footer .btn-delete {
  float: left;
}
.card-footer .button-group {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.card-footer .button-group > * {
  margin-left: 0.5em;
}

.contact-info-details {
  flex-grow: 1;
}

.body-content .panel-lists-wrap.row {
  margin-left: 0;
  margin-right: 0;
}

.card .card-body .contact-editor {
  display: flex;
  flex-wrap: wrap;
}
.card .card-body .contact-editor > .col {
  flex-basis: 60%;
}
.card .card-body .contact-item-editor {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.card .card-body .contact-item-editor.address-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
.card .card-body .primary-item label {
  background: #8AC631;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
}
.card .card-body label,
.card .card-body .lbl-primary,
.card .card-body .link-make-primary {
  display: block;
}
.card .card-body .coninfo-items-group > i {
  margin-top: 1.5rem;
  color: #6c757d;
}
.card .card-body .coninfo-items-group.coninfo-address-group > i {
  margin-top: 36px;
}
.card .card-body .coninfo-items-group .address-type-label {
  display: flex;
  align-items: center;
}
.card .card-body .coninfo-items-group .contact-address-editor input,
.card .card-body .coninfo-items-group .contact-address-editor select {
  width: 200px;
  max-width: 300px;
}
.card .card-body .coninfo-items-group .contact-address-editor label {
  margin-top: -8px;
}
.card .card-body .coninfo-items-group .contact-address-editor .form-group.address-primary {
  margin-top: -20px;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 16px;
}
.card .card-body .coninfo-items-group .contact-address-editor .form-group.address-primary label,
.card .card-body .coninfo-items-group .contact-address-editor .form-group.address-primary a.label {
  position: relative;
}
.card .card-body .coninfo-items-group .contact-address-editor .contact-items-group-listed {
  margin-top: -10px;
  margin-right: 0;
}
.card .card-body .coninfo-items-group .contact-items-group-listed {
  display: inline-block;
  min-height: 24px;
  margin: 0.5rem 0 0 1rem;
}
.card .card-body .coninfo-items-group .contact-items-group-listed.note {
  margin-top: 0;
}
.card .card-body .coninfo-items-group .contact-items-group-listed .contact-item-details .contact-label {
  font-size: 0.75rem;
  color: #999999;
  margin: 0.125rem 1rem 0 0.25rem;
  min-width: 120px;
}
.card .card-body .coninfo-items-group .contact-items-group-listed .contact-item-details .cont-value {
  color: #212121;
  font-size: 11pt;
  margin: 0 0.25rem 0 1rem;
}
.card .card-body .coninfo-items-group .contact-items-group-listed .form-group {
  margin-bottom: 0;
  margin-top: 10px;
}
.card .card-body .coninfo-items-group .contact-items-group-listed .form-group.address-group {
  max-width: 300px;
  margin-bottom: 10px;
}
.card .card-body .coninfo-items-group .contact-items-group-listed .form-group.address-group .form-control {
  margin-top: 10px;
}
.card .card-body .coninfo-items-group .contact-items-group-listed input.form-control.contact-item-edit,
.card .card-body .coninfo-items-group .contact-items-group-listed textarea {
  width: 200px;
  flex-grow: 1;
  margin-right: 1rem;
}
.card .card-body .coninfo-items-group .contact-items-group-listed textarea.form-control {
  height: initial;
}
.card .card-body .coninfo-items-group .contact-items-group-listed.contact-address-editor input,
.card .card-body .coninfo-items-group .contact-items-group-listed.contact-address-editor select {
  width: 200px;
  max-width: 300px;
}
.card .card-body .coninfo-items-group .btn,
.card .card-body .coninfo-items-group a.btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 24px;
  margin-left: 4px;
  margin-top: -5px;
  margin-bottom: -7px;
  width: 32px;
  height: 32px;
  text-transform: uppercase;
}
.card .card-body .coninfo-items-group .btn i,
.card .card-body .coninfo-items-group a.btn i {
  flex: 0 0 24px;
}
.card .card-body .coninfo-items-group .btn span,
.card .card-body .coninfo-items-group a.btn span {
  margin-left: 8px;
}
.card .card-body .coninfo-items-group a.btn.btn-sm {
  margin-top: 0px;
  border-radius: 3px;
}

.btn.fr {
  margin-left: auto;
}

/* Chat Channel */
main .channels-wrapper {
  flex-wrap: wrap;
}

main .channels-wrapper > div {
  width: 32% !important;
  display: inline-flex;
}

.chat-hidden {
  display: none !important; /*it is used in TypeScript to hide the chat on close click*/
}

.chat-disabled {
  /*it is used in TypeScript to disable the chat*/
  pointer-events: none;
}

.chat-status {
  position: absolute;
  background-color: sandybrown;
}

.chat-msg-unread-sign {
  background: #8AC631;
  text-indent: -999px;
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 44px;
  margin-top: 6px;
  border-radius: 50%;
}

#main-ajax-div-channel {
  display: flex;
}

.main-list.ppm-chat-list .code-refresh-section {
  height: calc(100vh - 230px);
  overflow: auto;
}

.main-list > div > div > div.code-refresh-section {
  overflow: auto;
  max-height: calc(100vh - 300px);
}

.bs-chat {
  height: calc(100vh - 104px);
  background: #FFFFFF;
  /* position: absolute; */
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  position: relative;
  border: 0px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  overflow: hidden;
  margin: 0;
}
.bs-chat .btn-close-chat {
  /* position: absolute;z-index: 4;right: 0;padding: 0;color: $primary-color-text;height: 50px;background: none; width: 56px;*/
  display: none;
}
.bs-chat h1 {
  background: #578316;
  color: #FFFFFF;
  font-size: 1.2em;
  /*padding: 10px 50px 6px 12px;
  margin-bottom: 0;*/
  padding: 0.5rem 1rem;
  float: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.bs-chat h1 span {
  margin-right: auto;
}
.bs-chat h1 button {
  background: rgba(33, 33, 33, 0.1);
  border-radius: 100%;
  display: flex;
  height: 44px;
  margin: 0;
  width: 44px;
  font-size: 1.5rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.bs-chat h1 button img {
  display: none;
}
.bs-chat h1 button:hover {
  background: rgba(33, 33, 33, 0.25);
}
.bs-chat .participants {
  padding: 8px 8px 4px;
  background: #578316;
  color: #212121;
  position: relative;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-chat .participants .user {
  float: none;
  display: inline-block;
  border-radius: 18px;
  padding: 4px 12px 4px 6px;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1.7em;
  margin-bottom: 4px;
  color: #FFFFFF;
  border: none;
  width: 56px;
  height: 56px;
  background: transparent;
  text-indent: -9999px;
  z-index: 8;
  margin-left: -28px;
}
.bs-chat .participants .user.badge-secondary {
  opacity: 0.7;
}
.bs-chat .participants .user.badge img {
  width: 56px;
  height: 56px;
  float: left;
  margin-right: 8px;
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.bs-chat .toBottom {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  transform: translateX(-50%) translateY(10px);
}
.bs-chat .toBottom.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: all;
}
.bs-chat ul.discussion {
  padding: 1rem;
  display: flex;
  margin-bottom: 0;
  flex-grow: 1;
  flex-wrap: nowrap;
  flex-direction: column;
  list-style: none;
  width: auto;
  overflow-y: scroll;
  background: #FFFFFF;
}
.bs-chat ul.discussion::-webkit-scrollbar {
  width: 12px !important;
  border: 0;
}
.bs-chat ul.discussion::-webkit-scrollbar-thumb {
  background: #c3f578;
}
.bs-chat ul.discussion::-webkit-scrollbar-thumb:hover {
  background: #8AC631;
}
.bs-chat ul.discussion li {
  padding: 0;
  margin: 0;
  margin-top: 4px;
  position: relative;
}
.bs-chat ul.discussion li:first-child {
  margin-top: auto !important;
}
.bs-chat ul.discussion li.chat-date-sep {
  position: relative;
  text-align: center;
}
.bs-chat ul.discussion li.chat-date-sep:before {
  content: " ";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  background: #DEE2E6;
  top: 50%;
}
.bs-chat ul.discussion li.chat-date-sep span {
  text-align: center;
  margin: 16px;
  opacity: 1;
  color: #212121;
  background: #FFFFFF;
  z-index: 2;
  position: relative;
  padding: 4px 16px;
}
.bs-chat ul.discussion li strong {
  font-weight: 600;
}
.bs-chat ul.discussion li img.avatar {
  position: absolute;
  margin: 4px 8px 0 0;
  width: 32px;
  height: 32px;
  top: 24px;
  margin-right: -32px;
  left: auto;
  right: 100%;
}
.bs-chat ul.discussion li span {
  font-size: 0.8rem;
  opacity: 0.8;
}
.bs-chat ul.discussion li span span {
  font-size: smaller;
}
.bs-chat ul.discussion li div.date {
  display: none;
}
.bs-chat ul.discussion li .msg-metadata {
  display: flex;
  align-items: start;
  flex-direction: row;
  padding-top: 8px;
  margin-left: 42px;
}
.bs-chat ul.discussion li .msg-content {
  color: #212121;
  display: flex;
  flex-direction: column;
  margin-left: 42px;
  padding: 0.55rem 0.75rem;
  font-size: 0.875rem;
  border-bottom-left-radius: 0.775rem;
  border-bottom-right-radius: 0.775rem;
  min-height: 36px;
}
.bs-chat ul.discussion li .msg-content span {
  font-size: 0.875rem;
  opacity: 1;
}
.bs-chat ul.discussion li .msg-content span img {
  max-height: 80vh;
  max-width: 80vw;
  vertical-align: bottom;
}
.bs-chat ul.discussion li.me {
  align-self: flex-end;
  text-align: right;
}
.bs-chat ul.discussion li.me .msg-metadata {
  flex-direction: row-reverse;
  margin-right: 42px;
}
.bs-chat ul.discussion li.me img.avatar {
  margin: 4px 0 0 8px;
  position: absolute;
  right: auto;
  left: 100%;
  margin-left: -32px;
}
.bs-chat ul.discussion li.me .msg-content {
  margin-right: 42px;
  color: #FFFFFF;
  background: rgba(138, 198, 49, 0.9);
  border-top-left-radius: 0.775rem;
  border-top-right-radius: 0;
}
.bs-chat ul.discussion li.me .msg-content:before {
  display: block;
  width: 0;
  height: 0;
  border-bottom: 7px solid red;
  border-right: 7px solid transparent;
}
.bs-chat ul.discussion li.not-me {
  align-self: flex-start;
  text-align: left;
}
.bs-chat ul.discussion li.not-me .msg-content {
  color: #212121;
  background: #DEE2E6;
  border-top-left-radius: 0;
  border-top-right-radius: 0.775rem;
}
.bs-chat div.data-chat-controls {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 4px 4px 4px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  min-height: 55px;
}
.bs-chat div.data-chat-controls input[type=text] {
  width: auto;
  flex-grow: 1;
  padding-left: 8px;
  margin-right: 16px;
  order: 2;
}
.bs-chat div.data-chat-controls button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  margin-bottom: 0.125rem;
}
.bs-chat div.data-chat-controls button:nth-of-type(3) {
  display: none;
}
.bs-chat div.data-chat-controls button:nth-of-type(2) {
  order: 1;
  margin-right: 1rem;
}
.bs-chat div.data-chat-controls button:nth-of-type(1) {
  order: 3;
}
.bs-chat.private-chat h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bs-chat.private-chat h1 .private-chat-person {
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bs-chat.private-chat h1 .private-chat-person img {
  margin-right: 1rem;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  border: 2px solid rgba(0, 0, 0, 0.25);
}

#main-ajax-div-channel {
  padding: 0;
}
#main-ajax-div-channel .bs-chat {
  margin: 0;
}

/* 
===================================================================================================
FORMS
===================================================================================================
*/
select,
select.form-control,
select.custom-file-control {
  -webkit-appearance: menulist;
}

/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * Custom Checkboxes and Radio buttons * * */
/* * * * * * * * * * * * * * * * * * * * * * * */
input:-internal-autofill-selected,
input.form-control:-internal-autofill-selected {
  background-color: #fff !important;
  box-shadow: 0 0 20px 12px #fff inset;
  border-color: #578316;
}

input:-internal-autofill-selected ~ label,
input.form-control:-internal-autofill-selected ~ label {
  color: #578316;
}

select:disabled,
select.form-control:disabled {
  background: #FFFFFF;
  -webkit-appearance: none;
  color: #848484;
}

input[type=number] {
  padding: 5px;
  text-align: right;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding: 4px 8px 4px 32px;
  line-height: 24px;
  vertical-align: top;
  color: #444;
  display: flex;
  font-size: 0.95rem;
  margin-bottom: 0;
  border-radius: 6px;
}
input[type=checkbox] + label:hover,
input[type=radio] + label:hover {
  background-color: #EEE;
}

input[type=checkbox] + label:hover,
input[type=radio] + label:hover {
  color: #333;
}

input[type=checkbox] + label::before,
label::after,
input[type=radio] + label::before,
label::after {
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
}

input[type=checkbox] + label::before,
input[type=checkbox] + label::after,
input[type=radio] + label::before,
input[type=radio] + label::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  text-align: center;
  margin: 4px;
}

input[type=checkbox] + label::before {
  content: "check_box_outline_blank";
}

input[type=radio] + label::before {
  content: "radio_button_unchecked";
}

input[type=checkbox] + label::after {
  content: "check_box";
  color: #8AC631;
}

input[type=radio] + label::after {
  content: "radio_button_checked";
  color: #8AC631;
}

input[type=checkbox] + label::after,
input[type=radio] + label::after {
  transform: scale(0);
}

input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
  transform: scale(1);
}

input[type=checkbox] + label::before,
label::after,
input[type=radio] + label::before,
label::after {
  transition: 0.25s transform cubic-bezier(0, 0.91, 0.61, 1.88);
}

input[type=checkbox]:disabled + label::after,
input[type=radio]:disabled + label::after,
input[type=checkbox]:disabled + label::before,
input[type=radio]:disabled + label::before {
  opacity: 0.5;
}

img[data-letters] {
  border-radius: 50%;
}

.customForm {
  max-width: 600px;
  margin: auto;
}

.login-form {
  margin: 3rem auto 1rem;
  max-width: 375px;
  padding: 2rem 2.25rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.login-form .card-header {
  justify-content: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.login-form .card-header h5 {
  font-size: 1.15rem;
}
.login-form .card-header .page-header.vendor h1 small {
  white-space: normal;
}
.login-form .card-header .page-header.vendor .btn.btn-outline-primary.btn-vf {
  margin-left: 0;
  margin-right: 0.5rem;
}
.login-form .login-form-notification {
  text-align: left;
  font-weight: bold;
}
.login-form .card-body .button-verify {
  display: flex;
  margin-left: auto;
  margin-top: 0.75rem;
}
.login-form .login-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.login-form .login-form-footer .btn-link {
  font-weight: bold;
  margin-left: -0.5rem;
  color: #8AC631;
}
.login-form .login-form-footer .btn-link:hover {
  background: #FFFFFF;
  color: #578316;
}
.login-form .forgot-pass {
  margin: 0;
}
.login-form .forgot-pass a.forgot-pass {
  font-weight: bold;
  font-size: 10pt;
  color: #848484;
}
.login-form textarea {
  min-height: 120px !important;
}

.login-form.vendor-preview-register {
  max-width: 768px;
}
.login-form.vendor-preview-register .card-header {
  justify-content: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.login-form.vendor-preview-register .card-header h5 {
  font-size: 1.15rem;
}
.login-form.vendor-preview-register .card-header .page-header.vendor h1 {
  font-size: 1.5rem;
}
.login-form.vendor-preview-register .card-header .page-header.vendor h1 small {
  white-space: normal;
}
.login-form.vendor-preview-register .card-header .page-header.vendor .btn.btn-outline-primary.btn-vf {
  margin-left: 0;
  margin-right: 0.5rem;
}
.login-form.vendor-preview-register .gcaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

.search-input {
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  position: relative;
}
.search-input.form-group label.form-label {
  top: 0.5rem;
}
.search-input small {
  flex-basis: 100%;
  margin: 0.25rem 0 -0.5rem;
}
.search-input input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-input input.code-search-query-tb {
  padding: 8px 44px;
}
.search-input .code-search-query-btn,
.search-input .clear {
  padding: 0.46875rem 0;
  width: 44px;
  box-sizing: border-box;
  margin-left: 0.25rem;
  line-height: 1;
  opacity: 0.6;
  margin-top: 0px;
  position: absolute;
}
.search-input .code-search-query-btn {
  left: 4px;
}
.search-input .clear {
  display: none;
  right: 8px;
}
.search-input input.code-search-query-tb:not(:placeholder-shown) ~ .clear {
  display: block;
}

.search-select {
  padding: 8px;
}
.search-select select {
  width: 100%;
}
.search-select select:after {
  content: "^";
}

.action-buttons {
  display: flex;
  justify-content: flex-end;
}
.action-buttons .btn-action {
  padding: 0.125rem;
  border-radius: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  max-width: 24px;
  max-height: 24px;
  transition: all 0.15s ease-in-out;
}
.action-buttons .btn-action i {
  font-size: 18px;
}
.action-buttons .btn-action.btn-details {
  background: #8AC631;
  color: #FFFFFF;
}
.action-buttons .btn-action.btn-details:hover {
  background: #6e9d27;
}
.action-buttons .btn-action.btn-edit {
  background: #6c757d;
  color: #FFFFFF;
}
.action-buttons .btn-action.btn-edit:hover {
  background: #545b62;
}
.action-buttons .btn-action.btn-delete {
  background: #C61D23;
  color: #FFFFFF;
}
.action-buttons .btn-action.btn-delete:hover {
  background: #9a161b;
}

.button-group {
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.table.table-striped thead tr {
  background: #6c757d;
  color: #F8F8F8;
  border-bottom: 2px solid #121212;
}
.table.table-striped thead tr th {
  font-weight: 600;
  padding: 0.5rem;
}
.table.table-striped tbody tr:hover {
  background: #E7E7E7;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.table.ppmplans td {
  border-right: 1px solid #dee2e6;
}
.table.ppmplans > thead > tr th {
  vertical-align: middle;
  text-align: center;
}
.table.ppmplans > thead > tr th:nth-child(1) {
  text-align: left;
}
.table.ppmplans .table_section {
  background: #03a9f4;
  font-weight: bold;
  color: #fff;
}
.table.ppmplans tfoot {
  background: #03a9f4;
  color: #fff;
  text-align: center;
  font-size: 18pt;
}
.table.ppmplans td > i {
  color: #03a9f4;
}
.table.ppmplans td span {
  font-size: 10pt;
  color: #757575;
}
.table.ppmplans thead tr th {
  background: #026998;
  color: #fff;
  font-size: 14pt;
}
.table.ppmplans tbody td {
  text-align: center;
}
.table.ppmplans tbody td:nth-child(1) {
  text-align: left;
}
.table.ppmplans span {
  display: block;
  font-size: 10pt;
}

.left-column {
  width: 260px;
  flex-shrink: 0;
  margin-right: 1rem;
}

.summary > .row {
  width: 500px;
  flex-grow: 1;
}

.pell-content {
  min-width: 300px;
}

.body-content {
  width: 100%;
  background: #f9f9f9;
}
.body-content > .page-header {
  padding-top: 1rem;
}
.body-content .no-events {
  pointer-events: none;
}
.body-content .main-list {
  width: 300px;
  border: none;
  background: #FFFFFF;
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
  flex-shrink: 0;
}
.body-content .main-list.list-only {
  width: 100%;
  box-sizing: border-box;
}
.body-content .main-list.list-only ul.paged-list-items li {
  /*pointer-events: none;*/
  display: block;
  align-items: center;
}
.body-content .main-list.list-only ul.paged-list-items li div.title,
.body-content .main-list.list-only ul.paged-list-items li div.extra {
  white-space: normal;
}
.body-content .main-list.list-only .history-item {
  vertical-align: baseline;
}
.body-content .main-list.list-only .history-item .title,
.body-content .main-list.list-only .history-item .subtitle {
  display: inline-block;
}
.body-content .main-list.list-only .history-item .extra {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.body-content .main-list.list-only .history-item .extra div {
  display: block;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem 0.25rem 0;
  border: 1px solid #E7E7E7;
}
.body-content .main-list.list-only nav.pagination ul {
  justify-content: center;
}
.body-content .main-list.list-only nav.pagination ul li {
  flex: 0;
  margin: 0 0.125rem;
}
.body-content .main-content {
  height: 100%;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
}
.body-content div.main-single-view {
  width: auto;
  height: auto;
}
.body-content .main-details {
  width: 100%;
  background: #f9f9f9;
}
.body-content .main-ajax-panel {
  padding: 1rem;
}
.body-content .tabs-content > div:not([role]) {
  display: none;
}

.tabs-content {
  margin: 0 1px;
}

.tabs-wrap ul.tabs-header {
  background: currentColor;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  z-index: 3;
  position: relative;
  margin-bottom: -1px;
  justify-content: flex-start;
  text-transform: capitalize;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
}
.tabs-wrap ul.tabs-header > li {
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 1;
  text-align: center;
  margin: 0;
  padding: 0;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
.tabs-wrap ul.tabs-header > li:hover {
  color: #FFFFFF;
}
.tabs-wrap ul.tabs-header > li a {
  display: block;
  font-family: "Lato", sans-serif;
  padding: 0.5rem 0.75rem 0.35rem;
  color: #FFFFFF;
  border-bottom: 5px solid transparent;
  font-weight: 500;
  font-size: 1rem;
  opacity: 0.75;
}
.tabs-wrap ul.tabs-header > li a:hover {
  border-bottom-color: white;
  opacity: 1;
  text-decoration: none;
}
.tabs-wrap ul.tabs-header > li.ui-tabs-active {
  z-index: 1;
  border-bottom-color: #FFFFFF;
}
.tabs-wrap ul.tabs-header > li.ui-tabs-active a {
  border-bottom-color: #FFFFFF;
  opacity: 1;
}
.tabs-wrap ul.paged-list-items {
  margin: 0;
}
.tabs-wrap li.vendor-department {
  display: block;
  border: 1px solid #eee;
  margin: 0.25rem;
}
.tabs-wrap li.vendor-department ul {
  display: block;
  width: 100%;
  padding-left: 4.5rem;
}
.tabs-wrap li.vendor-department .vendor {
  display: flex;
  align-items: flex-start;
}
.tabs-wrap li.vendor-department .vendor svg.vendor-type {
  margin-right: 0.5rem;
}
.tabs-wrap li.vendor-department .vendor div.subtitle {
  display: inline-block;
  color: #6c757d;
  font-size: 10pt;
}

.tab-item-content {
  z-index: 2;
  position: relative;
  min-height: 360px;
}

main > .body-content > .main-content {
  min-height: calc(100vh - 104px);
  position: relative;
}

.paged-table.perm-paged-table .code-refresh-section ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.paged-table.perm-paged-table .code-refresh-section ul li {
  display: block;
  flex-grow: 1;
  flex-basis: 45%;
  margin: 0.25rem;
  border: 1px solid #eee;
}
.paged-table.perm-paged-table .code-refresh-section ul li div.title.permisssion-name {
  white-space: normal;
}
.paged-table.perm-paged-table .code-refresh-section ul li .row {
  justify-content: flex-end;
  margin-right: 1rem;
}

.two-lists-wrap,
.panel-lists-wrap,
.main-content {
  display: flex;
  flex-direction: row;
  flex: 0 1 50%;
}
.two-lists-wrap h2,
.panel-lists-wrap h2,
.main-content h2 {
  font-size: 16pt;
}
.two-lists-wrap ul.paged-list-items,
.panel-lists-wrap ul.paged-list-items,
.main-content ul.paged-list-items {
  flex-direction: column;
}
.two-lists-wrap ul.paged-list-items li.inactive svg path:first-child,
.two-lists-wrap ul.paged-list-items li.incomplete svg path:first-child,
.panel-lists-wrap ul.paged-list-items li.inactive svg path:first-child,
.panel-lists-wrap ul.paged-list-items li.incomplete svg path:first-child,
.main-content ul.paged-list-items li.inactive svg path:first-child,
.main-content ul.paged-list-items li.incomplete svg path:first-child {
  fill: silver;
}

.main-details .main-details {
  background: #FFFFFF;
  overflow: auto;
  height: auto;
  min-height: 600px;
}

.btn.preview {
  float: right;
  height: 42px;
  border-radius: 100%;
  margin-bottom: 0;
  width: 42px;
  display: flex;
  flex-grow: 0;
  padding: 0.375rem 0.5rem;
  margin-left: 8px;
  align-items: center;
  justify-content: center;
  color: #8AC631;
}
.btn.preview i {
  font-size: 26px;
}

.page-header.vendor {
  display: flex;
  align-items: flex-start;
}
.page-header.vendor h1 {
  flex-grow: 1;
}
.page-header.vendor .new-preview {
  float: right;
  margin-top: 4px;
}
.page-header {
  margin: 0 0.5rem 0.5rem;
  padding-top: 0.5rem;
  min-height: 74px;
  position: relative;
  width: 100%;
}
.page-header .vendor-logo {
  padding: 0 0.5rem !important;
}
.page-header .vendor-logo svg.vendor-type {
  width: 68px;
}
.page-header .vendor-extra-icons {
  position: absolute;
  right: 1.5rem;
  top: 78px;
}
.page-header .vendor-extra-icons a {
  display: inline-block;
}
.page-header .vendor-extra-icons svg {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 16px;
}
.page-header .vendor-extra-icons svg.vendor-type {
  width: 28px;
  margin-right: 8px;
}
.page-header .avatar {
  float: left;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
}
.page-header h1 {
  margin-bottom: 0;
  line-height: 1.5rem;
  display: inline-block;
}
.page-header h1 span.vendor-title {
  display: flex;
  align-items: center;
}

footer {
  display: none;
  justify-content: center;
  background: #212121;
  color: #F8F8F8;
}

.paged-list {
  position: relative;
}
.paged-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.paged-list div.checkbox {
  padding: 0.25rem 0.5rem;
}
.paged-list div.checkbox:hover {
  background: #8AC631;
  cursor: pointer;
}
.paged-list .selectWrap {
  padding: 8px;
}
.paged-list .selectWrap select {
  border-radius: 3px;
  padding: 8px;
  display: block;
  width: 100%;
  -webkit-appearance: menulist;
}
.paged-list .button-group {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0.5rem;
}
.paged-list .button-group a {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.paged-list .paged-table {
  /*min-height: 100%;*/
}
.paged-list .paged-table h2 {
  font-size: 16pt !important;
  margin-left: 1rem !important;
  margin-top: 12px;
  margin-bottom: 10px;
  font-weight: 500;
}
.paged-list .paged-table > h2 {
  min-height: 24px;
}

.main-list li {
  min-height: 56px;
}

.main-list li {
  border-top: 1px solid #DEE2E6;
  background: #FFFFFF;
  color: #484848;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: background-color 0.1s ease-in-out;
  padding: 0.6rem 0.4rem 0.5rem 0.4rem;
  cursor: pointer;
}
.main-list li:last-child {
  border-bottom: 1px solid #DEE2E6;
}
.main-list li a.btn-sm {
  padding: 2px 8px;
  border-radius: 2px;
  margin: -2px 0;
  float: right;
}
.main-list li:hover {
  background: #f0f0f0;
  transition: none;
}
.main-list li > img {
  display: inline-block;
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.main-list li > div {
  overflow: hidden;
  flex-grow: 1;
}
.main-list li div.title {
  font-size: 0.9rem;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 1.4;
}
.main-list li div.subtitle {
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.8;
  padding-left: 8px;
  font-weight: 400;
}
.main-list li div.extra {
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  padding-left: 8px;
  font-weight: 400;
}
.main-list li.pg-list-sel-item {
  background-color: #578316;
  color: #FFFFFF;
}
.main-list li.pg-list-sel-item a {
  color: #FFFFFF;
}

.panel-lists-wrap {
  display: flex;
  flex-direction: row;
  flex: 0 1 50%;
  min-height: 400px;
}
.panel-lists-wrap .main-details {
  background: #FFFFFF;
  overflow: visible;
  height: auto;
  min-height: 360px;
}

.dropdown-menu {
  background: rgb(255, 255, 255);
}
.dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
  transform-origin: 100% 16px;
}

.page-header .dropdown {
  display: flex;
  float: right;
}
.page-header .dropdown .dropdown-menu-right {
  transform-origin: top right;
}
.page-header .dropdown .dropdown-menu {
  pointer-events: none;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  min-width: 385px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 4px;
  border: 1px solid #E7E7E7;
  border-radius: 0.25rem;
}
.page-header .dropdown .dropdown-menu.show {
  pointer-events: all;
  opacity: 1;
  transform: scale(1);
}
.page-header .dropdown .dropdown-menu .baseline {
  align-items: baseline;
}
.page-header .dropdown .dropdown-menu .vcenter {
  align-items: center;
}
.page-header .dropdown .dropdown-menu .vcenter a {
  margin-bottom: 0;
}
.page-header .dropdown .dropdown-menu .date {
  font-weight: bold;
  margin-left: auto;
}
.page-header .dropdown .dropdown-menu .historyWrap {
  width: 30vw;
}
.page-header .dropdown .dropdown-menu .historyWrap h2 {
  display: none;
}
.page-header .dropdown .dropdown-menu .historyWrap .search-input {
  margin-top: 0;
}
.page-header .dropdown .dropdown-menu .historyWrap .main-list {
  box-shadow: none;
  max-width: 100%;
  width: auto;
}

main .dropdown-menu li a {
  display: block;
  white-space: nowrap;
  padding: 8px 16px;
}

#pglist-utroles #utroles {
  padding: 0 16px;
}

.panel-lists-wrap .user-type-role-item ul.paged-list-items li {
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 12px;
  display: flex;
  flex: 1 1 360px;
  padding-bottom: 0;
}
.panel-lists-wrap .user-type-role-item ul.paged-list-items li li {
  padding: 12px 8px;
  box-sizing: border-box;
  min-height: 48px;
}
.panel-lists-wrap .user-type-role-item ul.paged-list-items li .role-coding-name {
  float: right;
  padding-left: 16px;
  color: #777;
}
.panel-lists-wrap .user-type-role-item ul.paged-list-items li .role-description {
  font-size: 11px;
}
.panel-lists-wrap .user-type-role-item ul.paged-list-items div.title {
  max-width: 360px;
  white-space: normal;
}
.panel-lists-wrap .user-type-role-item .perm-edit {
  margin-left: 16px;
  line-height: 1.8em;
}

#code-alert-messages {
  position: fixed;
  right: 28px;
  top: auto;
  z-index: 100;
  bottom: 16px;
}

.toast {
  color: #FFFFFF;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  border: 0;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  border-radius: 0.25rem;
  min-width: 250px;
  max-width: 450px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.toast.show {
  opacity: 1;
}
.toast div {
  padding-left: 16px;
  padding-right: 16px;
}
.toast .toast-header {
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-weight: bolder;
  font-size: 0.875rem;
}
.toast .toast-header::before {
  font-weight: normal;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #FFFFFF;
  font-size: 16pt;
  margin-right: 8px;
}
.toast .toast-body {
  display: flex;
  font-size: 0.85rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.toast .close {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0 0.5rem;
  font-weight: 700;
  opacity: 0.8;
  outline: none;
  cursor: pointer;
  margin: 0;
  margin-right: -5px;
  margin-left: auto;
  text-shadow: none;
  color: #FFFFFF;
}
.toast .close:hover {
  opacity: 1;
}
.toast.Success {
  background-color: #69B700;
  border-color: #69B700;
}
.toast.Success .toast-header::before {
  content: "check";
}
.toast.Error {
  background-color: #C61D23;
  border-color: #C61D23;
}
.toast.Error .toast-header::before {
  content: "error_outline";
}
.toast.Warning {
  background-color: #E18727;
  border-color: #E18727;
}
.toast.Warning .toast-header::before {
  content: "warning";
}
.toast.Info {
  background-color: #0072bc;
  border-color: #0072bc;
}
.toast.Info .toast-header::before {
  content: "info";
}

.alert {
  position: fixed;
  top: 0;
  left: 10%;
  right: 10%;
  width: 30%;
  height: auto;
  padding: 1.5rem 2rem 1.5rem 2rem;
  margin: 0px auto;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-radius: 0;
  box-shadow: 0px 0px 7px 1px #013a53;
  color: #FFFFFF;
}
.alert::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #FFFFFF;
  font-size: 40px;
  width: 96px;
}
.alert.alert-success {
  background-color: #69B700;
  border-color: #69B700;
}
.alert.alert-success::before {
  content: "check";
}
.alert.alert-error {
  background-color: #C61D23;
  border-color: #C61D23;
}
.alert.alert-error::before {
  content: "close";
}
.alert.alert-warning {
  background-color: #E18727;
  border-color: #E18727;
}
.alert.alert-warning::before {
  content: "warning";
}
.alert.alert-info {
  background-color: #0072bc;
  border-color: #0072bc;
}
.alert.alert-info::before {
  content: "info";
}
.alert .code-msg-content {
  width: 100%;
}
.alert .code-msg-content h5 {
  font-weight: 400;
}
.alert button.close {
  font-size: 16px;
  padding: 0.5rem;
  text-shadow: none;
}

#role div.icon {
  float: left;
  margin-top: -1px;
  width: 32px;
  text-align: center;
  height: 48px;
}

.red {
  color: #C61D23;
}

.blue {
  color: #8AC631;
}

.green {
  color: #69B700;
}

.special-instance,
.special-instance * {
  display: block;
  animation: pulse 3s ease-in-out;
}

@keyframes pulse {
  0% {
    background-color: #c3f578;
    color: #FFFFFF;
  }
  25% {
    background-color: #8AC631;
    color: #FFFFFF;
  }
  50% {
    background: #484848;
    color: #FFFFFF;
  }
  75% {
    background: #69B700;
    color: #FFFFFF;
  }
  100% {
    color: #212121;
    background: #FFFFFF;
    opacity: 1;
  }
}
tr.code-action-area {
  cursor: pointer;
}

.user.tc .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.code-refresh-section .table-data-pagination .table-results {
  padding: 0.25rem 0.75rem !important;
  text-align: center;
  font-size: 8pt;
  color: #757575;
}
.code-refresh-section .table-data-pagination .table-results .showEntries,
.code-refresh-section .table-data-pagination .table-results .totalEntries {
  font-weight: 600;
}

.pagination {
  width: 100%;
}
.pagination ul {
  flex-direction: row;
  display: flex;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.pagination ul li {
  border: 0;
  padding: 0;
  flex-grow: 1;
  flex-basis: 1;
  justify-content: center;
}
.pagination ul li:hover {
  background: transparent;
}
.pagination ul li a.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: #578316;
  background: #FFFFFF;
  margin-right: 0;
  height: 42px;
  width: 42px;
  border-radius: 0.2rem;
}
.pagination ul li a.page-link:hover {
  background: #DEE2E6;
  text-decoration: none;
}
.pagination ul li.active a.page-link {
  background: #578316;
  color: #FFFFFF;
  border-color: #578316;
  font-weight: 600;
}
.pagination ul li.last-page-item.disabled, .pagination ul li.first-page-item.disabled {
  cursor: default;
  pointer-events: none;
  visibility: hidden;
}
@keyframes special-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.tab-item-content .main-content.summary {
  flex-wrap: wrap;
}

.tab-item-content > .main-content {
  color: initial;
  background: #FFFFFF;
  border-radius: 0.2rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.015), 0 2px 1px -7px rgba(0, 0, 0, 0.015), 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: auto;
}

.tab-item-content > .future-panel {
  border-radius: 0.2rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.015), 0 2px 1px -7px rgba(0, 0, 0, 0.015), 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: auto;
}

.future-panel {
  width: 100%;
  min-height: 360px;
  position: relative;
}
.future-panel > .main-content {
  color: initial;
  min-height: 450px;
  background: #FFFFFF;
  border-radius: 0.2rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.015), 0 2px 1px -7px rgba(0, 0, 0, 0.015), 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: auto;
  flex-wrap: nowrap;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #8AC631;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.user-img {
  max-width: 300px !important;
}
.user-img .dropzone {
  position: relative;
}
.user-img img {
  width: 100%;
}
.user-img a.btn {
  background: #444;
  padding: 0.2rem;
  margin: 0.25rem auto;
  font-size: 8pt;
  width: 100%;
}
.user-img a.btn-upload img {
  border: 3px dashed !important;
  border-radius: 18%;
}

.StaffCard {
  background-image: url("/images/card-bg.jpg");
  background-color: #FFF !important;
  padding: 2rem 1rem 1rem;
  border-radius: 8px;
  border: 1px solid #DDD;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  max-width: 480px !important;
  box-shadow: 2px 4px 8px #EEE;
  margin-right: 1rem;
}
.StaffCard .form-group {
  font-size: 8pt;
  color: #757575;
  margin-bottom: 1rem;
}
.StaffCard .form-group div.ContactOD { /* Contact Other Data format */
  font-size: 10pt;
}
.StaffCard .form-group .value {
  font-size: 12pt;
  color: black;
}

.PersonalInfo {
  background-image: none;
  background-color: aliceblue !important;
}

.login-details-view {
  background: #D8E2F6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
}

.form-group.headerimg {
  flex-grow: 1 !important;
  display: flex;
}
.form-group.headerimg .dropzone {
  border: 0;
}
.form-group.headerimg .dropzone .dropzone-header {
  height: 192px;
  border: 3px dashed #CCC;
}
.form-group.headerimg > img {
  width: 100%;
  object-fit: cover;
}
.form-group.headerimg .header-upload-button {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%);
  background-color: #8AC631;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.form-group.headerimg .header-upload-button i {
  color: white;
}
.form-group.headerimg .header-upload-button a {
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.form-group.headerimg .header-edit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.form-group.headerimg .header-edit-button i {
  color: white;
}
.form-group.headerimg .header-edit-button a {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.75em 1.25rem;
  font-size: 1.1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

#ajaxMainContentBarLoading {
  position: relative;
  top: 40px;
}

.barLoading {
  z-index: 9999;
  height: 6px;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}

.barLoading > span {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.barLoading > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-90deg, #8AC631 25%, transparent 25%, transparent 50%, #8AC631 50%, #8AC631 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 200px 100px;
  animation: move 5s linear infinite;
  overflow: hidden;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400px 100px;
  }
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: searchfield-cancel-button;
}

.pac-container {
  z-index: 999999 !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  height: 1.6em;
  opacity: 0.7 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  height: 1.6em;
  opacity: 0.7 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  height: 1.6em;
  opacity: 0.7 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  height: 1.6em;
  opacity: 0.7 !important;
}

.form-group .row input {
  width: auto;
  min-width: 100px;
  margin-left: 16px;
}

.form-group .row input[type=color] {
  padding: 0;
  height: 32px;
}

.form-group div.form-control {
  border-bottom: 0;
  background: transparent;
  padding-top: 0;
  padding-left: 0;
}

.full-width {
  width: 100%;
}

td.tr {
  padding-left: 16px;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.form-group table th {
  font-weight: normal;
  font-size: 0.8rem;
}

.form-group table td {
  color: #212121;
  font-weight: 500;
  font-size: 1rem;
}
.form-group table td.tr {
  padding-left: 16px;
}

.UserSelector {
  border: 1px solid #DDD;
  border-radius: 1rem;
  padding: 1rem !important;
  margin: 0 15px 15px 0;
}

.users-wrapper .user {
  min-width: 144px;
}
.users-wrapper .user .avatar {
  position: relative;
}
.users-wrapper .user .avatar img.vendLogo {
  width: 64px;
  border-radius: 18%;
  border: 2px solid #fff;
  position: relative;
  right: 12px;
  top: 12px;
  z-index: 1;
}
.users-wrapper .user .avatar img.avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
}
.users-wrapper .user .avatar .calendar {
  position: absolute;
  right: 72px;
  bottom: -5px;
  color: #8AC631;
  z-index: 1;
}
.users-wrapper .user .avatar .calendar i {
  font-size: 1.5rem;
  font-weight: bold;
}
.users-wrapper .user .title {
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
}
.users-wrapper .user .subtitle {
  font-size: 0.8rem;
  color: #757575;
}

img.vendor-type,
svg.vendor-type {
  width: 28px;
  flex-shrink: 0;
}

svg.user-role {
  width: 28px;
  flex-shrink: 0;
}

.form-group.value img.vendor-type,
.form-group.value svg.vendor-type {
  float: right;
  margin-top: -16px;
}

.nosel {
  pointer-events: none;
}

.btn.bmd-btn-fab-xs {
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
  margin: 2px;
  padding: 6px 4px;
}
.btn.bmd-btn-fab-xs i {
  font-size: 1rem;
}

a.btn.bmd-btn-fab-xs {
  line-height: 1;
}

.card-body .vendor-beds-and-pricing .card {
  box-shadow: none;
  padding: 0;
}
.card-body .vendor-beds-and-pricing .card .card-header {
  border-bottom: none;
}

/* Vendor & Facility: Welcome Screen*/
.vendor-beds-and-pricing .relative {
  position: relative;
}
.vendor-beds-and-pricing .label-in-input {
  position: absolute;
  right: 24px;
}
.vendor-beds-and-pricing .flexrow {
  justify-content: space-between;
}
.vendor-beds-and-pricing .five-items {
  width: initial;
  flex: 0 0 15% !important;
  flex-grow: 0 !important;
  height: fit-content;
  min-width: 150px;
}
.vendor-beds-and-pricing .checkbox {
  margin-right: 16px;
}
.vendor-beds-and-pricing .divider {
  width: 100%;
  height: 16px;
}

table.rates {
  margin-top: 10px;
  margin-bottom: 1rem;
}
table.rates td {
  padding-right: 16px;
}
table.rates th {
  padding-right: 24px;
  font-weight: 500;
  color: #212529;
  font-size: 0.75rem;
}
table.rates .form-group {
  flex: 100%;
  margin: 0;
}
table.rates .form-control {
  margin: 0;
}
table.rates .currency:before {
  content: "$";
  position: absolute;
  left: 8px;
  top: 5px;
  font-size: 1.2rem;
}

dl {
  display: flex;
  flex-wrap: wrap;
}

dt,
dd {
  flex-basis: 49%;
  align-items: center;
  display: flex;
  margin-bottom: 0rem;
}
dt.header,
dd.header {
  font-weight: 500;
  color: #212529;
  font-size: 0.75rem;
}
dt .form-group,
dd .form-group {
  flex: 100%;
  margin: 0;
  max-width: 120px;
}
dt .form-group .form-control,
dd .form-group .form-control {
  margin: 1px 0;
}
dt.footer,
dd.footer {
  margin-top: 16px;
  font-weight: 600;
}

dd {
  justify-content: flex-end;
}

div.cc-location .form-group .material-icons {
  margin: 12px;
}
div.cc-location div.ContactOD span a {
  max-width: 380px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-group {
  margin-top: 1px;
  text-align: left;
  position: relative;
}
.form-group .material-icons {
  color: #CCC;
}
.form-group.value {
  font-weight: 500;
  font-size: 1.2rem;
  color: #212121;
  margin-bottom: 1rem;
}
.form-group.auto {
  flex: 0 1 auto;
}
.form-group.contact-card {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
.form-group.contact-card > div > div {
  flex-basis: 100%;
}
.form-group.contact-card .form-group {
  margin-top: 1px;
  margin-bottom: 0;
}

.error {
  color: #C61D23;
}

.center {
  text-align: center;
}

.field-validation-error {
  position: absolute;
  top: 100%;
  padding: 0 4px;
  margin-top: -10px;
  background: #fff;
  white-space: nowrap;
}

.col-details .coninfo-items-group {
  margin-left: 0px;
  align-items: inherit;
}

.details .vendor-logo {
  width: 64px;
  height: 64px;
}

.contact-info-editor .coninfo-items-group {
  margin-top: 8px;
  flex-wrap: nowrap;
}

.coninfo-items-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
}
.coninfo-items-group .select2 {
  width: 120px !important;
}

.vf-header {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.vf-header .vf-type {
  max-width: 96px;
  max-height: 128px;
  padding-right: 1rem;
}
.vf-header .vf-wrap {
  width: 100%;
}
.vf-header .vf-wrap .vf-buttons {
  width: 100%;
  display: flex;
}
.vf-header .vf-wrap .page-header .vf-name address {
  color: #999999;
  font-size: 10pt;
  margin-bottom: 0.25rem;
}

h6.list-group-title {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  margin-bottom: 0.125rem;
  width: 100%;
}

.card.services {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.card-body .vf-list {
  width: 100%;
  padding: 0;
}
.card-body .vf-list h5 {
  font-size: 1rem;
  margin-top: 1rem;
}
.card-body .vf-list > li {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

ul.list-group li {
  padding: 0;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.45;
}
ul.list-group li p {
  margin-bottom: 0;
}
ul.list-group li .badge {
  margin: 0;
  font-size: 0.8rem;
}

small.updates {
  font-weight: 500;
  opacity: 0.6;
  display: inline-block;
  margin-left: 1rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-group {
  flex: 0 0 100%;
  margin-bottom: 15px;
}
.form-group label {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #999999;
  font-weight: 500;
}
.form-group label.form-label,
.form-group label.control-label,
.form-group label.label,
.form-group a.form-label {
  color: #999;
  font-weight: 500;
  background: #fff;
  padding: 1px 4px 0;
  margin-left: 7px;
  top: 0px;
  font-size: 0.75rem;
  white-space: nowrap;
  position: absolute;
  margin-top: -10px;
}
.form-group .form-control {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 10px;
  min-height: 40px;
  color: #212121;
}
.form-group .form-control[type=file] {
  height: 48px;
}
.form-group select.form-control {
  padding-left: 5px;
}
.form-group span.form-control {
  background: transparent;
  margin-top: 0;
  display: block;
}
.form-group div.form-control {
  padding-bottom: 0;
  min-height: 30px;
}
.form-group input:focus ~ label,
.form-group input:focus ~ a.form-label,
.form-group textarea:focus ~ label,
.form-group textarea:focus ~ a.form-label {
  color: #8AC631;
}
.form-group *[aria-invalid=true] ~ label,
.form-group .input-validation-error ~ label {
  color: #C61D23;
}
.form-group.primary-item input:focus ~ label,
.form-group.primary-item input:focus ~ a.form-label,
.form-group.primary-item textarea:focus ~ label,
.form-group.primary-item textarea:focus ~ a.form-label {
  background: #578316;
  border-radius: 3px;
  color: #FFFFFF;
}

.vf .masonry {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-flow: row dense;
}
.vf .masonry .masonry-item {
  display: inline-block;
  min-width: 200px;
}
.vf .masonry .masonry-item.edit h6 {
  margin-left: 0.5rem;
}
.vf .masonry .masonry-item.edit a {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
}
.vf ul.list-group.vf-list li {
  padding: 0rem;
  margin: 0rem;
  min-width: 200px;
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1rem;
  display: block;
  color: #484848;
  font-size: small;
}
.vf ul.list-group.vf-list li.group {
  flex-basis: 100%;
}
.vf ul.list-group.vf-list li h6 {
  font-size: 0.9rem;
  font-weight: 600;
}

.btn.btn-outline-primary.btn-vf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.275rem 0.55rem;
}
.btn.btn-outline-primary.btn-vf i {
  margin-right: 0.375rem;
  font-size: 1.2rem;
}
.btn.btn-outline-primary.btn-vf:hover {
  border: 1px solid #8AC631;
  background: #8AC631;
  color: #FFFFFF;
}

select,
select.form-control,
textarea,
input,
input.form-control {
  border: 1px solid #bbb;
  padding: 5px;
  width: 100%;
  background-position-y: 100%, 100%;
  border-radius: 4px;
}
select:hover,
select.form-control:hover,
textarea:hover,
input:hover,
input.form-control:hover {
  border-color: #8AC631;
}
select[aria-invalid=true], select.input-validation-error,
select.form-control[aria-invalid=true],
select.form-control.input-validation-error,
textarea[aria-invalid=true],
textarea.input-validation-error,
input[aria-invalid=true],
input.input-validation-error,
input.form-control[aria-invalid=true],
input.form-control.input-validation-error {
  border-color: #C61D23;
  background-image: linear-gradient(0deg, #C61D23 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
}

textarea {
  display: block;
}

select,
select.form-control {
  padding: 0px;
  line-height: 28px;
  text-indent: 5px;
  height: 44px;
}

.form-control {
  display: block;
  background: no-repeat center bottom, center calc(100% - 1px);
  background-size: 0 100%, 100% 100%;
  transition: background 0s ease-out;
  background-position-y: 100%, 100%;
  background-image: linear-gradient(0deg, #8AC631 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
}
.form-control:focus {
  border-color: #8AC631;
  outline: 0;
  box-shadow: none, 0 0 0 0.2rem rgba(3, 169, 244, 0.25);
  background-size: 100% 100%, 100% 100%;
  transition-duration: 0.3s;
  transition-delay: 0.15s;
}

a.btn {
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  text-transform: none;
  background-color: transparent;
  padding: 0.46875rem 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  position: relative;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
  transition: box-shadow 0.15s cubic-bezier(0.4, 0, 1, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
}
.btn:hover, .btn:focus {
  background-color: #8AC631;
  color: white;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
}
.btn.btn-sm i {
  font-size: 1.4rem;
  margin-right: 0.25rem;
}
.btn.btn-lg {
  padding: 0.75em 1.25rem;
  font-size: 1.1rem;
}
.btn.btn-lg i {
  font-size: 1.75rem;
  margin-right: 0.5rem;
}
.btn.btn-link {
  display: flex;
  align-items: center;
}
.btn.bmd-btn-icon {
  color: inherit;
}
.btn.btn-raised:not(.btn-add-plus):not(.bmd-btn-fab):not(.icon), .btn.btn-outline {
  min-width: 63px;
}
.btn.btn-fab, .btn.bmd-btn-fab, .btn.bmd-btn-icon {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 11px;
}
.btn.btn-add {
  background: #424142;
}
.btn.btn-add-plus {
  width: 48px;
  height: 48px;
  margin-top: 4px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.btn-more {
  padding: 0;
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0.5rem;
}
.btn:focus {
  outline: 0;
}

.btn-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn-raised:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  color: #8AC631;
}
.btn-primary:hover {
  color: #8AC631;
  background-color: rgba(3, 169, 244, 0.05);
}
.btn-primary.bmd-btn-fab-xs, .btn-primary.btn-raised {
  background: #8AC631;
  color: #FFFFFF;
}
.btn-primary.bmd-btn-fab-xs:hover, .btn-primary.btn-raised:hover {
  background: #578316;
}

.btn-accent {
  background-color: #013a53;
  color: #FFFFFF;
}
.btn-accent:hover {
  color: #FFFFFF;
  background: #01283a;
}
.btn-accent.bmd-btn-fab-xs, .btn-accent.btn-raised {
  background: #013a53;
  color: #FFFFFF;
}
.btn-accent.bmd-btn-fab-xs:hover, .btn-accent.btn-raised:hover {
  background: #01283a;
}

.btn-secondary {
  color: #6c757d;
}
.btn-secondary:hover {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-secondary.btn-raised {
  background: #6c757d;
  color: #FFFFFF;
}
.btn-secondary.btn-raised:hover {
  background: #60686f;
}

.btn-success {
  color: #69B700;
}
.btn-success:hover {
  color: #69B700;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-success.btn-raised {
  background: #69B700;
  color: #FFFFFF;
}
.btn-success.btn-raised:hover {
  background: #5a9e00;
}

.btn-danger {
  color: #C61D23;
}
.btn-danger:hover {
  color: #C61D23;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-danger.btn-raised {
  background: #C61D23;
  color: #FFFFFF;
}
.btn-danger.btn-raised:hover {
  background: #5a9e00;
}

.btn-outline-primary {
  border-color: #8AC631;
  border-style: solid;
  border-width: 1px;
}

.btn-outline {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
}

.text-danger {
  color: #C61D23;
}

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.table-bordered .table-bordered {
  border: none;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.import-data {
  background: #eee;
}

.import-data table.table table {
  background: rgba(255, 255, 255, 0.4);
}

.table thead th {
  vertical-align: bottom;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  border-top-width: 0;
  padding: 0.5rem;
  border-bottom-width: 1px;
}

.table-danger {
  background: rgba(198, 29, 35, 0.1) !important;
}

.table-warning {
  background: rgba(225, 135, 39, 0.1) !important;
}

.table-info {
  background: rgba(0, 114, 188, 0.1) !important;
}

.import-data .form-group {
  margin-top: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.import-data .form-group .form-control {
  min-height: 0;
  height: auto;
}

table.table {
  max-width: 100%;
  overflow: auto;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.table th,
.table td {
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.table table th,
.table table td {
  padding: 0.5rem;
}

table table tbody th {
  display: block;
}

table.table table {
  width: 100%;
  box-sizing: border-box;
}

table.table table table {
  margin-bottom: 8px;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

table.table table tr td {
  border: none;
}

table.table table tr {
  display: flex;
  flex-direction: column;
}

table.table table tbody tr th {
  border-bottom: none;
  padding-bottom: 0;
}
table.table table tbody tr th + td {
  padding-top: 0;
  border-top: none;
}

.import-data .td-vendor-name {
  width: 5%;
}

.reports-statistics {
  margin-left: 0;
  margin-right: 0;
}
.reports-statistics div.stats-counts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reports-statistics div.stats-counts > div {
  flex-basis: 100%;
}
.reports-statistics div.stats-counts .chart {
  height: 300px;
}
.reports-statistics div.stats-counts a {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
}

.ReportStatisticsSummaryDetails {
  display: flex;
  flex-wrap: wrap;
}
.ReportStatisticsSummaryDetails h6 {
  flex-basis: 100%;
}
.ReportStatisticsSummaryDetails span {
  flex: 1;
  min-width: 150px;
}
.ReportStatisticsSummaryDetails span a {
  margin: 0.125rem;
  padding: 0.25rem;
  text-align: left;
}

/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
  bottom: 20px;
  right: 40px;
}

.jq-toast-single {
  pointer-events: all;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}

.jq-toast-loaded {
  width: 100%;
}

.about-us .section {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 600px;
}
.about-us .section h1 {
  font-weight: 900;
  font-size: 2.5rem;
}
.about-us .section h5 {
  font-size: 1rem;
}
.about-us .section img {
  max-width: 90%;
}
.about-us .section-1 {
  background: url("/images/about/bg1.png");
  background-position: center center;
  background-size: cover;
}
.about-us .section-1 > div {
  margin-top: auto;
}
.about-us .section-2 {
  color: #fff;
  background: url("/images/about/bg2.png");
  background-color: #a5a5a5;
  background-position: center center;
}
.about-us .section-2 > div {
  margin-top: auto;
}
.about-us .section-3 {
  color: #fff;
  background: url("/images/about/bg3.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.about-us .section-3 .above {
  padding-top: 10rem;
}
.about-us .section-3 h1 {
  font-size: 2rem;
}
.about-us .section-3 .vendor-type-wrap {
  width: auto;
  display: inline-block;
  margin: 2px 4px;
  margin-top: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
}
.about-us .section-3 .vendor-type-wrap svg {
  width: 48px;
  margin-bottom: 4px;
}
.about-us .section-3 .vendor-type-wrap .title {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.about-us .section-3 .vt-hospital {
  transform: translateX(-120px);
}
.about-us .section-3 .vt-hh {
  transform: translateX(60px);
}
.about-us .section-3 .vt-cm {
  transform: translateX(-350px) translateY(-80px);
}
.about-us .section-3 .vt-il {
  transform: translateX(200px) translateY(-80px);
}
.about-us .section-3 .vt-hhp {
  transform: translateX(-240px) translateY(-280px);
}
.about-us .section-3 .vt-hsp {
  transform: translateX(200px) translateY(-280px);
}
.about-us .section-3 .vt-snf {
  transform: translateX(240px) translateY(-200px);
}
.about-us .section-3 .vt-al {
  transform: translateX(-360px) translateY(-200px);
}
.about-us .section-3 .vt-sut {
  transform: translateX(-60px) translateY(-300px);
}
.about-us .section-3 .vt-cm svg,
.about-us .section-3 .vt-il svg {
  transform: scale(0.85);
  transform-origin: center bottom;
}
.about-us .section-3 .vt-hhp svg,
.about-us .section-3 .vt-hsp svg,
.about-us .section-3 .vt-al svg,
.about-us .section-3 .vt-snf svg,
.about-us .section-3 .vt-sut svg {
  transform: scale(0.6);
  transform-origin: center bottom;
}
.about-us .above {
  padding-top: 1rem;
}
.about-us .section-4 {
  display: flex;
}
.about-us .row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.about-us .col-md-4 h6 {
  line-height: 1.4;
}
.about-us ul {
  text-align: left;
  font-size: 0.9rem;
  padding-left: 0rem;
}
.about-us ul li {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  list-style: none;
}
.about-us ul li:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "keyboard_arrow_right";
}

.custom-content {
  background: #FFFFFF;
  font-size: 0.925rem;
  border-radius: 1rem;
  color: initial;
  flex-grow: 1;
  background-clip: border-box;
  border: none;
  padding: 2rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.015), 0 2px 1px -7px rgba(0, 0, 0, 0.015), 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  margin: 1rem auto;
  max-width: 960px;
}
.custom-content h1 {
  color: #8AC631;
}
.custom-content h2 {
  color: #578316;
}
.custom-content h3 {
  color: #578316;
}
.custom-content .browsers {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.custom-content .browsers .support-browser {
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  margin: 0px auto;
}
.custom-content .browsers .support-browser figure {
  text-align: center;
}
.custom-content .browsers .support-browser figure img {
  max-height: 48px;
}
.custom-content .browsers .support-browser figure figcaption {
  margin-top: 0.5rem;
  font-weight: 700;
}
.custom-content .browsers .support-browser:hover {
  cursor: pointer;
  background: #eee;
  box-shadow: 1em 3em 5em rgba(240, 240, 240, 0.8);
}

/* Shared Calendar */
.card.shared-calendar {
  flex: 0 0 100%;
}
.card.shared-calendar .card-header {
  padding-bottom: 1rem;
}
.card.shared-calendar .card-body .col.details {
  flex-direction: column;
}
.card.shared-calendar .card-body .col.details .contact-item-details {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin-bottom: 0.5rem;
}
.card.shared-calendar .card-body .col.details .contact-item-details .calendar-type {
  font-size: 0.8rem;
}
.card.shared-calendar .card-body .col.details .contact-item-details .calendar-type a {
  color: #757575;
}
.card.shared-calendar .card-body .col.details .contact-item-details .calendar-label {
  font-size: 0.8rem;
}
.card.shared-calendar .card-body .col.details .contact-item-details .calendar-label a {
  color: #757575;
}
.card.shared-calendar .card-body .col.details .contact-item-details .calendar-url a {
  font-size: 0.9rem;
  overflow: hidden;
  display: block;
  overflow-wrap: break-word;
  color: #8AC631;
}

.dzwrap {
  flex-grow: 0 !important;
  flex-basis: 10% !important;
  flex-shrink: 0 !important;
  width: 192px;
  height: 192px;
  min-width: 192px;
}
.dzwrap .btn-delete-record {
  position: absolute;
  right: 0;
  z-index: 5;
  border-radius: 0.25rem;
  background: rgba(255, 0, 0, 0.62);
  color: rgba(255, 255, 255, 0.85);
  margin: 4px 4px 0 0;
}
.dzwrap .btn-delete-record i {
  color: rgba(255, 255, 255, 0.85);
}
.dzwrap .btn-delete-record:hover {
  background: rgb(255, 0, 0);
  color: #FFFFFF;
}
.dzwrap form.form-set-as-cover button[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.25rem;
  color: #8AC631;
  cursor: pointer;
  font-weight: bold;
  background: rgba(33, 33, 33, 0.25);
  border: none;
  padding: 0.375rem 0.75rem;
  z-index: 99;
}
.dzwrap form.form-set-as-cover button[type=submit]:hover {
  background: rgba(33, 33, 33, 0.75);
  color: #FFFFFF;
}

.dzwrap > img.vendor-logo {
  width: 192px;
  height: 192px;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.Logo_Background.dzwrap > img {
  object-fit: contain;
}

.dropzone .dz-message {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  margin: 0;
  color: #000;
  left: 0;
  z-index: 3;
  right: 0;
  bottom: 0;
  top: 0;
  -del-position: absolute;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dz-success-mark,
.dz-error-mark,
.dz-image {
  display: none;
}

.dropzone {
  del-width: 192px;
  del-height: 192px;
  position: absolute;
  background: transparent;
  border: 1px solid #999;
}

.full-width .dropzone {
  width: 100%;
  background-color: #FFC;
}

.logoimg .dropzone .dz-message {
  position: inherit;
  height: 190px;
  width: 190px;
}

.logoprintimg .dzwrap {
  height: 98px;
  width: 300px;
}
.logoprintimg .dzwrap .dropzone {
  width: 320px;
  height: 74px;
  border: 2px dashed #CCC;
}
.logoprintimg .dzwrap img.vendor-logo-print {
  max-height: 60px;
}
.logoprintimg .dzwrap .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.8125rem;
}

.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.gallery-wrap h2 {
  margin-top: 1rem;
  flex-basis: 100%;
}
.gallery-wrap .btn-set-as-cover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: #ddd;
  padding: 4px 16px;
}
.gallery-wrap .dzwrap.full-width {
  flex-basis: 100% !important;
}
.gallery-wrap .dzwrap.full-width .dropzone {
  background: white;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  -del-height: 160px;
  border: 3px dashed #999999 !important;
  text-align: center;
}
.gallery-wrap .dzwrap.full-width .dropzone .dz-message {
  -del-position: absolute;
}
.gallery-wrap .dzwrap.full-width .dropzone .dropzone-gallery {
  background-color: #FFC;
  min-height: 160px;
}
.gallery-wrap .dzwrap.full-width .dropzone .dz-error {
  width: auto;
  padding: 8px;
  margin: 8px;
  display: inline-block;
  border: red 2px solid;
}
.gallery-wrap .dzwrap:not(.full-width) {
  width: 300px;
  height: 200px;
  flex-basis: auto;
  -del-flex-grow: 1 !important;
  flex-shrink: 0 !important;
}
.gallery-wrap .dzwrap {
  height: auto;
  margin: 0.5rem 0;
  border-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(33% - 1rem);
}
.gallery-wrap .dzwrap img {
  padding: 4px;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.gallery-wrap .dzwrap .galimg-edit-button {
  position: relative;
  bottom: 48px;
  left: 8px;
}

/* FAQ Section*/
.frontend-vendors {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.frontend-vendors .vendor {
  padding: 1rem;
  margin: 1rem 0 0 0;
  width: 49%;
  flex: 0 1 49%;
}
.frontend-vendors .vendor:nth-child(2n) {
  margin: 1rem 0 0 1rem;
}
.frontend-vendors .vendor h2 {
  text-align: center;
  min-height: 72px;
}
.frontend-vendors .vendor h2 small {
  padding-top: 1rem;
}
.frontend-vendors .vendor .icon {
  padding: 2rem;
}
.frontend-vendors .vendor .icon .nosel {
  padding: 0 0.5rem;
}
.frontend-vendors .vendor .icon .vendor-type {
  transform: scale(2);
}
.frontend-vendors .vendor ul.vendor-services {
  list-style: none;
  text-align: left;
  font-size: 0.9rem;
  padding-left: 0rem;
  margin-top: 2rem;
}
.frontend-vendors .vendor ul.vendor-services li {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  list-style: none;
  text-align: left;
}
.frontend-vendors .vendor ul.vendor-services li:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "keyboard_arrow_right";
}
.frontend-vendors .vendor ul.vendor-services li span {
  width: 36%;
  margin-right: 1rem;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
}
.frontend-vendors .vendor ul.vendor-services li span.desc {
  width: 64%;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0px;
}

.shared-calendar {
  order: 4;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: 50px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* Classes for development */
.min-height-200 {
  min-height: 200px;
}

.hidden {
  display: none;
}

.perm-is-global {
  border: 2px solid red !important;
}

.perm-is-context-related,
.perm-is-context-indirect-related {
  border: 2px solid orange !important;
}

.perm-is-user-related {
  border: 2px solid green !important;
}

.mapBoxWrap,
.googleMapWrap {
  position: relative;
}

.mapBoxWrap .mapCenter,
.googleMapWrap .mapCenter {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.locationPinPointWrap .flexrow {
  margin-top: 1rem;
  justify-content: space-evenly;
}

.locationPinPointWrap .flexrow .form-group {
  flex-basis: 40%;
  margin-bottom: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9001; /* Sit on top */
  left: 0;
  top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale3d(0, 0, 0);
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}
.modal .ppm-form {
  margin: 0;
  width: 100%;
}
.modal .card {
  box-shadow: none;
}

main .fc-toolbar.fc-header-toolbar {
  padding: 8px;
  margin-bottom: 8px;
}
main .fc table {
  font-size: 0.85rem;
}
main .calendar {
  width: 100%;
}
main .fc-button .fc-icon {
  font-size: 1.2em;
}
main .fc-button-primary {
  text-transform: capitalize;
  height: 40px;
  border: none;
  font-size: 0.9em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
main .fc-button-primary:not(:disabled) {
  background: #8AC631;
}
main .fc-button-primary:not(:disabled):hover, main .fc-button-primary:not(:disabled).fc-button-active {
  background-color: #578316;
}
main a.Canceled {
  opacity: 0.38;
}
main a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
  border: none;
  margin-right: 8px;
  padding: 0.2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
main a.fc-event:not([href]):not([tabindex]).event_busy {
  background-color: #578316;
  color: #fff;
  cursor: default;
}
main a.fc-event:not([href]):not([tabindex]).online_course.private {
  background-color: #07a5dd;
  color: #fff;
}
main a.fc-event:not([href]):not([tabindex]).online_course.public {
  background-color: #023a51;
  color: #fff;
}
main a.fc-event:not([href]):not([tabindex]).inperson_course.private {
  background-color: #4bb22e;
  color: #fff;
}
main a.fc-event:not([href]):not([tabindex]).inperson_course.public {
  background-color: #153f0a;
  color: #fff;
}
main a.fc-event:not([href]):not([tabindex]).Cancelled {
  background-color: #666 !important;
  color: #fff;
  cursor: default;
}

#code-modal .modal-content {
  max-height: calc(100% - 64px);
  display: flex;
  flex-direction: column;
  margin: 32px;
  position: relative;
  overflow-y: auto;
  border-radius: 0.25rem;
}
#code-modal .modal-content .modal-header {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.5rem;
  border-bottom: 1px solid #BDBDBD;
  background: #FFFFFF;
}
#code-modal .modal-content .modal-header h1 {
  font-size: 1.25rem;
  color: #212121;
  margin-right: auto;
}
#code-modal .modal-content .modal-header button.btn.close {
  margin-left: auto;
  color: #BDBDBD;
  margin: 0;
  padding: 0.25rem;
}
#code-modal .modal-content .modal-body {
  padding: 0.5rem;
  overflow: auto;
}
#code-modal .modal-content .modal-body .page-header {
  position: relative;
  right: auto;
  top: auto;
  margin: auto;
  width: auto;
}
#code-modal .modal-content .modal-body .login-credentials-modal {
  width: 90vw;
  max-width: 480px;
}
#code-modal .modal-content .modal-footer {
  border-top: 1px solid #BDBDBD;
  flex: 0 0 auto;
  display: flex;
  padding: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

.calendar-details .form-group {
  margin-bottom: 0px;
}
.calendar-details .eventProductType .form-group {
  flex: 0 0 auto;
  border-radius: 4px;
  width: 90px;
  margin-right: 0.5rem;
}
.calendar-details .eventProductType .form-group .radio.custom-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0.25rem;
}
.calendar-details .eventProductType .form-group .radio.custom-radio .filter-location {
  color: #e6e6e6;
}
.calendar-details .eventProductType .form-group .radio.custom-radio .filter-privacy {
  font-size: 1rem;
  font-weight: 600;
}
.calendar-details .eventProductType .form-group .radio.custom-radio label.form-check-label {
  margin-bottom: 0.3125rem;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  text-transform: none;
  background-color: transparent;
  padding: 0.46875rem 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  margin-right: 1rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calendar-details .eventProductType .form-group .radio.custom-radio label::before,
.calendar-details .eventProductType .form-group .radio.custom-radio label::after {
  display: none;
}
.calendar-details .eventProductType .form-group .radio.custom-radio input[type=radio] + label {
  top: 0px;
  border-radius: 4px;
  content: "";
  margin: 0;
  padding: 0;
}
.calendar-details .eventProductType .form-group .radio.custom-radio input[type=radio]:checked + label {
  content: "";
  margin: 0;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 0 5px #8AC631;
  border: 2px solid #FFFFFF;
}
.calendar-details .eventProductType .form-group.online.private {
  background: #07a5dd;
}
.calendar-details .eventProductType .form-group.online.group {
  background: #023a51;
}
.calendar-details .eventProductType .form-group.in-person.private {
  background: #4bb22e;
}
.calendar-details .eventProductType .form-group.in-person.group {
  background: #153f0a;
}
.calendar-details .eventProductPrice .session-wrap {
  color: #e6e6e6;
  font-weight: 400;
  font-size: 0.8rem;
  text-align: left;
  position: relative;
  margin-bottom: 0.5rem;
}
.calendar-details .eventProductPrice .session-wrap .session-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
  height: 48px;
  border-radius: 4px;
  width: 90px;
  margin-right: 0.5rem;
}
.calendar-details .eventProductPrice .session-wrap .session-type .radio.custom-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  padding: 0.25rem;
}
.calendar-details .eventProductPrice .session-wrap .session-type .radio.custom-radio .session-price {
  font-weight: 14pt;
  font-weight: 600;
}
.calendar-details .eventProductPrice .session-wrap .session-type .radio.custom-radio .session-description {
  color: #DEE2E6;
}
.calendar-details .eventProductPrice .session-wrap .session-type > .form-check-label {
  width: 100%;
  height: 100%;
  top: 0px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  border-radius: 4px;
}
.calendar-details .eventProductPrice .session-wrap .session-type > .form-check-label::before, .calendar-details .eventProductPrice .session-wrap .session-type > .form-check-label::after {
  display: none;
}
.calendar-details .eventProductPrice .session-wrap .session-type .session-price {
  font-size: 1rem;
  font-weight: 600;
}
.calendar-details .eventProductPrice .session-wrap .session-type.online.private {
  background: #07a5dd;
}
.calendar-details .eventProductPrice .session-wrap .session-type.online.group {
  background: #023a51;
}
.calendar-details .eventProductPrice .session-wrap .session-type.in-person.private {
  background: #4bb22e;
}
.calendar-details .eventProductPrice .session-wrap .session-type.in-person.group {
  background: #153f0a;
}
.calendar-details .eventProductPrice .session-wrap .session-type.custom-gray {
  background: #848484 !important;
}
.calendar-details .eventProductPrice .session-wrap input[type=radio] + label {
  top: 0px;
  border-radius: 4px;
  content: "";
  margin: 0;
  padding: 0;
}
.calendar-details .eventProductPrice .session-wrap input[type=radio]:checked + label {
  margin: 0;
  padding: 0;
  content: "";
  border-radius: 4px;
  box-shadow: 0 0 0 5px #8AC631;
  border: 2px solid #FFFFFF;
}

.calendar-details .radio-wrap.row {
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.calendar-details .radio-wrap.row .calendar-group-label {
  flex: 0 0 90px;
  max-width: 90px;
}
.calendar-details .radio-wrap.row .calendar-group-label label {
  text-align: right;
  padding-right: 1rem;
  color: #999999;
  letter-spacing: -0.1px;
  font-size: 9.5pt;
}
.calendar-details .radio-wrap.row .calendar-group-label.empty label {
  height: 15px;
}
.calendar-details .radio-wrap.row .calendar-group-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-width: 400px;
}
.calendar-details .radio-wrap.row .calendar-group-options.pricing .price {
  flex: 0 0 25%;
  padding-right: 5%;
}
.calendar-details .radio-wrap.row .calendar-group-options.pricing .price-reason {
  flex: 0 0 75%;
}
.calendar-details .radio-wrap.row .calendar-group-options.pricing .price-reason label {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.calendar-details .radio-wrap.row .calendar-group-options.locations {
  flex-direction: column;
}
.calendar-details .radio-wrap.row .calendar-group-options.locations .locationPinPointWrap {
  width: 210px;
  height: 70px;
  position: relative;
  padding-left: 1rem;
}
.calendar-details .radio-wrap.row .calendar-group-options.locations .locationPinPointWrap .locationPinPointWrapMap {
  width: 100%;
  max-height: 70px;
  overflow: hidden;
}
.calendar-details .radio-wrap.row .calendar-group-options.locations .locationPinPointWrap .locationPinPointWrapMap img {
  width: 100%;
  max-height: 70px;
  object-fit: cover;
}
.calendar-details .radio-wrap.row .calendar-group-options.locations .radio input[type=radio]:checked + label {
  color: #8AC631;
  font-weight: 600;
}
.calendar-details .radio-wrap.row .calendar-group-options.locations .location-inperson {
  display: flex;
}
.calendar-details .radio-wrap.row .calendar-group-options.locations .location-inperson .contact-item-editor.contact-address-editor {
  padding-left: 1rem;
}
.calendar-details .radio-wrap.row .calendar-group-options.locations .location-online {
  display: flex;
  flex-direction: column;
}
.calendar-details .radio-wrap.row .calendar-group-options.locations .address-label {
  padding-left: 1.6rem;
}
.calendar-details .radio-wrap.row .calendar-group-options.column-50 .form-group {
  flex: 0 0 50%;
}
.calendar-details .radio-wrap.row .calendar-group-options.column-50 .form-group:nth-child(2) {
  padding-left: 1rem;
}
.calendar-details .radio-wrap.row .calendar-group-options.column-65 .form-group {
  flex: 0 0 65%;
}
.calendar-details .radio-wrap.row .calendar-group-options.column-65 .form-group:nth-child(2) {
  flex: 0 0 35%;
}
.calendar-details .radio-wrap.row .calendar-group-options.column-35 .form-group {
  flex: 0 0 35%;
}
.calendar-details .radio-wrap.row .calendar-group-options.column-35 .form-group:nth-child(2) {
  flex: 0 0 65%;
}
.calendar-details .radio-wrap.row .calendar-group-options .form-group.time {
  padding-right: 1rem;
}
.calendar-details .radio-wrap.row .calendar-group-options .form-group.duration {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.calendar-details .radio-wrap.row .calendar-group-options .form-group.duration label {
  display: flex;
  padding-right: 1rem;
  justify-content: flex-end;
}
.calendar-details .radio-wrap.row .calendar-group-options .form-group.duration label.control-label {
  margin-left: 78px;
}
.calendar-details .radio-wrap.row .calendar-group-options .form-group.duration select {
  flex: 0 0 60%;
}
.calendar-details .radio-wrap.row .calendar-group-options .event-extra-data .extra-data-title {
  font-weight: 600;
}
.calendar-details .radio-wrap.row .calendar-group-options .event-extra-data .extra-data-question-qa .extra-data-question {
  color: #848484;
}
.calendar-details .radio-wrap.row .calendar-group-options .event-extra-data .extra-data-question-qa .extra-data-answer {
  margin-bottom: 0.5rem;
}
.calendar-details .radio-wrap.row .calendar-group-options .event-extra-data .extra-data-message label {
  color: #848484;
}
.calendar-details .radio-wrap.row .calendar-group-options .custom-radio-product-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  background: #848484;
  padding: 0.25rem;
  height: 54px;
  border-radius: 4px;
  width: 90px;
  margin-right: 0.5rem;
}
.calendar-details .radio-wrap.row.eventProductType .calendar-group-options .form-group {
  flex: 0 0 auto;
}

.locationPinPointWrapAddress {
  color: #424142;
  font-size: 0.875rem;
}

.validator .field-validation-error {
  margin-top: -12px !important;
}

.calendar-events-types {
  display: flex;
}
.calendar-events-types .calendar-event-type-duration {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 0 0 40px;
  justify-content: center;
  padding: 4px;
  text-align: center;
}
.calendar-events-types .calendar-event-type-duration .calendar-event-type .in-person.group {
  color: #153f0a;
}
.calendar-events-types .calendar-event-type-duration .calendar-event-type .in-person.group:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "perm_contact_calendar";
}
.calendar-events-types .calendar-event-type-duration .calendar-event-type .in-person.private {
  color: #4bb22e;
}
.calendar-events-types .calendar-event-type-duration .calendar-event-type .in-person.private:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "perm_contact_calendar";
}
.calendar-events-types .calendar-event-type-duration .calendar-event-type .online.group {
  color: #023a51;
}
.calendar-events-types .calendar-event-type-duration .calendar-event-type .online.group:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "perm_contact_calendar";
}
.calendar-events-types .calendar-event-type-duration .calendar-event-type .online.private {
  color: #07a5dd;
}
.calendar-events-types .calendar-event-type-duration .calendar-event-type .online.private:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "perm_contact_calendar";
}
.calendar-events-types .calendar-event-type-duration .calendar-event-duration {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
}
.calendar-events-types .calendar-event-title-desc {
  display: flex;
  flex-direction: column;
  flex: 0 0 220px;
}
.calendar-events-types .calendar-event-title-desc .calendar-event-title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
.calendar-events-types .calendar-event-title-desc .calendar-event-desc {
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
.calendar-events-types .calendar-event-price {
  align-self: flex-start;
  display: flex;
  flex: 0 0 45px;
  font-weight: 600;
  justify-content: flex-end;
  max-width: 45px;
}

#ven-resume-editor-root #ven-resume-form,
#ven-testimonials-editor-root #ven-testimonials-form {
  width: 100%;
}

.ven-summ-terms {
  word-break: break-word;
}

.card-body iframe {
  max-width: 100%;
}

.form-group.location-inperson > label.form-control,
.form-group.location-online > label.form-control {
  border: 1px solid #bbb;
  padding: 5px;
  width: 100%;
  background-position-y: 100%, 100%;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 10px;
}

.calendarevent-wrapper .calendar-details .radio-wrap.row {
  flex-wrap: wrap;
}
.calendarevent-wrapper .calendar-details .radio-wrap.row h6 {
  flex: 0 0 100%;
}
.calendarevent-wrapper .calendar-details .radio-wrap.row .form-group {
  margin-bottom: 0.5rem;
}

.calendar-date {
  display: block;
  margin: 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 96px;
}
.calendar-date .label {
  color: #999999;
}
.calendar-date .current {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 3px #DEE2E6;
  display: flex;
  font-weight: bold;
  flex-direction: column;
  overflow: hidden;
  width: 96px;
  height: 96px;
}
.calendar-date .current .dayofweek {
  font-size: 0.875rem;
  margin-top: 0;
  color: #999999;
}
.calendar-date .current .month {
  background: #C61D23;
  color: #FFFFFF;
  display: block;
  position: relative;
  font-size: 1rem;
  text-transform: uppercase;
}
.calendar-date .current .month:before, .calendar-date .current .month:after {
  content: "";
  display: block;
  background: #212121;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.calendar-date .current .month:before {
  left: 6px;
}
.calendar-date .current .month:after {
  right: 6px;
}
.calendar-date .current .day {
  color: #212121;
  font-size: 24pt;
  line-height: 0.9;
  font-weight: bold;
}
.calendar-date .current .year {
  color: #999999;
  font-size: 10pt;
}

.del-calendar-details-wrapper {
  display: flex;
  flex-direction: column;
}

.del-calendar-details {
  flex-basis: auto !important;
  flex-grow: 1 !important;
  width: 100%;
  padding: 0 0.75rem;
  max-width: 768px;
}

.column.calendar-date-users {
  flex-basis: auto !important;
  flex-grow: 1 !important;
  width: 300px;
  padding-left: 1rem;
}
.column.calendar-date-users .calendar_box {
  background: #fffed9;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.column.calendar-date-users .calendar_box .calendar_box_title {
  background: rgba(0, 0, 0, 0.1);
  color: #212121;
  font-size: 9pt;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  line-height: 24px;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
.column.calendar-date-users .calendar_box .calendar_box_title .avatar.small {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-left: 0.25rem;
}
.column.calendar-date-users .calendar_box .calendar_box_duration {
  padding-bottom: 1rem;
}
.column.calendar-date-users .calendar_box .calendar_box_duration p {
  line-height: 1;
  margin: 0;
  font-size: 10pt;
}
.column.calendar-date-users .calendar_box .calendar-date {
  position: relative;
  margin: 0.75rem 0.5rem;
}
.column.calendar-date-users .calendar_box .calendar-date .current {
  width: 100%;
}
.column.calendar-date-users .calendar_box .calendar-box-info {
  margin-top: 0.75rem;
}
.column.calendar-date-users .calendar_box .calendar-box-info .calendar-date-detail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.column.calendar-date-users .calendar_box .calendar-box-info .calendar-date-detail .calendar-detail-label {
  font-size: 10pt;
  font-weight: 600;
  color: #999999;
  width: 75px;
  text-align: right;
}
.column.calendar-date-users .calendar_box .calendar-box-info .calendar-date-detail .calendar-detail-value {
  font-size: 0.875rem;
  font-weight: 600;
  width: 90px;
  padding-left: 0.25rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.column.calendar-date-users .calendar_box .calendar-box-info .calendar-date-detail .calendar-detail-value span {
  margin-left: 0.25rem;
}
.column.calendar-date-users .calendar_box .calendar-box-info .calendar-date-detail.mt-1 {
  margin-top: 1rem;
}
.column.calendar-date-users .calendar_box .calendar-organizer-event {
  display: flex;
  flex: 0 0 100%;
  margin: 0.75rem;
  justify-content: center;
}
.column.calendar-date-users .calendar_box .calendar-organizer-event .organizer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.column.calendar-date-users .calendar_box .calendar-organizer-event .organizer {
  align-items: flex-start;
  flex-direction: column;
  display: none;
}
.column.calendar-date-users .calendar_box .calendar-accept-event {
  margin-left: 1rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.column.calendar-date-users .calendar_box .calendar-accept-event .accept-event {
  color: #999999;
  font-weight: 600;
}
.column.calendar-date-users .calendar_box .calendar-accept-event > .form-group {
  display: flex;
}
.column.calendar-date-users .calendar_box .calendar-accept-event > .form-group > .radio {
  margin-right: 1rem;
}

.participants {
  margin-top: 1rem;
}
.participants .participants-events-chats-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.participants .participants-events-chats-header .participants-events-chats-title {
  font-weight: 600;
  color: #999999;
}
.participants .participants-events-chats-header .participants-event-chat-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  text-transform: none;
  background-color: transparent;
  padding: 0.46875rem 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  position: relative;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  background: #8AC631;
  color: #FFFFFF;
}
.participants .participants-events-chats-header .participants-event-chat-button:hover {
  text-decoration: none;
  background-color: #578316;
}
.participants .participants-events-chats-header .participants-event-chat-button i {
  margin-right: 0.5rem;
}
.participants .participant {
  display: flex;
  align-items: center;
  padding: 2px 0;
  border-bottom: 1px solid #E7E7E7;
  min-height: 48px;
}
.participants .participant .avatar {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.participants .participant span {
  font-size: 1rem;
  color: #484848;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.participants .participant .participant-name-creator {
  font-size: 1rem;
  color: #484848;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.participants .participant .participant-name-creator .participant-event-creator {
  font-weight: 400;
  font-size: 0.75rem;
  color: #848484;
}
.participants .participant .participant-chat-now {
  margin-left: auto;
}
.participants .participant .close {
  height: 32px;
  position: absolute;
  right: 0;
  width: 32px;
  display: flex;
}

/*
	.guest_users {
		margin-top: 7rem;
		#EMailAdd {
			display: flex;
			margin-left: auto;
			margin-top: 0.5rem;
			width: auto;
		}
		.panelForm {
			h4 {
				font-size: 1rem;
				color: $secondary;
			}
			ul.recepients {
				list-style: none;
				margin: 0;
				padding: 0;
				li.liTech {
					display: flex;
					align-items: center;
					justify-content: space-between;
					padding: 4px 0;
					border-bottom: 1px solid $divider-color-light;
					&:nth-child(1) {
						border-top: 1px solid $divider-color-light;
					}
					span {
					}
					a {
						@include materials-icons;
						font-size: 12pt;
						cursor: pointer;
					}
				}
			}
		}
	}
	*/
.col.channel-editor {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}
.col.channel-editor .participants {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem 0;
  max-width: 500px;
}
.col.channel-editor .participants .participant {
  color: #FFFFFF;
  background-color: #8AC631;
  cursor: default;
  display: flex;
  font-size: 0.8125rem;
  border-radius: 1rem;
  padding-left: 2px;
  padding-right: 2px;
  height: 32px;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  justify-content: flex-start;
  align-items: center;
}
.col.channel-editor .participants .participant .avatar {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  order: -1;
}
.col.channel-editor .participants .participant .remove {
  order: 3;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  cursor: pointer;
  margin-left: 0.5rem;
  text-decoration: none;
}
.col.channel-editor .participants .participant .remove:hover {
  text-decoration: none;
  background: #FFFFFF;
}

.column.working-hours-column {
  width: 100%;
}
.column.working-hours-column .users-wrapper {
  width: 100%;
}
.column.working-hours-column .container {
  width: 100%;
}

.row-working-hours {
  flex-wrap: wrap;
  min-width: 325px;
}
.row-working-hours .time-zone {
  flex: 0 0 75px;
  max-width: 75px;
  align-items: center;
  margin: 0 0.75rem;
}
.row-working-hours #TimeZone {
  width: 200px;
}
.row-working-hours .checkbox-switch-day {
  flex: 0 0 50px;
  width: 50px;
  height: 42px;
  align-items: center;
  margin: 0;
}
.row-working-hours .checkbox-switch-holder {
  flex: 0 0 50px;
  flex-grow: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 42px;
  margin: 0;
}

.col.working-hours {
  flex: 0 0 200px;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: 0rem;
}
.col.working-hours .working-hours-select {
  display: flex;
}
.col.working-hours .working-hours-select select.workinghours-select {
  margin-right: 0.25rem;
  height: 1.5rem;
  width: 100px;
}
.col.working-hours .working-hours-validation {
  position: relative;
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
}
.col.working-hours .working-hours-validation span {
  position: relative;
  top: 0;
  margin: 0;
  width: 100%;
  font-size: 10pt;
}

.checkbox-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.checkbox-switch input[type=checkbox] + label::after {
  transform: scale(1);
}
.checkbox-switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 32px;
  height: 14px;
  border: 1px solid #DEE2E6;
  background: #DEE2E6;
  display: block;
  border-radius: 4px;
  position: relative;
}
.checkbox-switch label:after {
  content: "" !important;
  position: absolute;
  top: -4px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid #757575;
  pointer-events: none;
  z-index: 1;
  background: #757575;
  border-radius: 100%;
  transition: 0.3s;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.checkbox-switch input:checked + label {
  background: #a1d555;
  border-color: #a1d555;
}
.checkbox-switch input:checked + label:after {
  left: calc(100% + 5px);
  transform: translateX(-100%);
  background: #8AC631;
  border-color: #8AC631;
}
.checkbox-switch label:active:after {
  width: 64px;
}

.card-body .ven-summ-resume,
.card-body .ven-summ-testimonials {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-body .ven-summ-resume > div,
.card-body .ven-summ-testimonials > div {
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-bottom: 1px solid #DEE2E6;
}

.form-group span.lbl-letters-counter {
  display: flex;
  justify-content: flex-end;
}

.LocationDetailsDrawerInnerHooks-sectionTitle-53 {
  color: #8AC631 !important;
}

#ac-wrap-msg_users {
  display: flex;
  flex-direction: column;
}
#ac-wrap-msg_users .ac-wrap-preview {
  order: 2;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  border-radius: 4px;
  margin: 0;
}
#ac-wrap-msg_users .ac-wrap-preview .user.badge {
  font-size: 1em;
  float: none;
  margin: 0.5rem 0.5rem 0 0;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  border: none;
  background: #578316;
  color: #FFFFFF;
}
#ac-wrap-msg_users .ac-wrap-preview .user.badge a.remove {
  font-size: 1rem;
  margin-left: 0.5rem;
  color: #BDBDBD;
}
#ac-wrap-msg_users .ac-wrap-preview .user.badge a.remove:hover {
  color: #424142;
  text-decoration: none;
}
#ac-wrap-msg_users #ac-msg_users {
  order: 1;
}
#ac-wrap-msg_users #ac-msg_users .current-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  text-transform: none;
  background-color: transparent;
  padding: 0.46875rem 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  position: relative;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  background: #8AC631;
  color: #FFFFFF;
}
#ac-wrap-msg_users #ac-msg_users.dropdown.dropdown-ac.is-active .dropdown-menu {
  left: 0 !important;
}

.autocomplete {
  z-index: 9009;
}

.mb-small {
  margin-bottom: 0.25rem !important;
}

/* CAlendar Tutorials */
.cal-type-visible {
  margin-top: 2rem;
  max-width: 100%;
}
.cal-type-visible h1 {
  font-size: 1.25rem;
}
.cal-type-visible ol {
  padding: 2rem;
}
.cal-type-visible img {
  max-width: 100%;
}

.ppm-chat-list #pglist-channel ul.paged-list-items li {
  position: relative;
}
.ppm-chat-list #pglist-channel ul.paged-list-items li div.channel-name {
  font-size: 0.9rem;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 1.4;
}
.ppm-chat-list #pglist-channel ul.paged-list-items li div.channel-last-message {
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.8;
  padding-left: 8px;
  font-weight: 400;
}
.ppm-chat-list #pglist-channel ul.paged-list-items li div.channel-second-line {
  display: block;
}
.ppm-chat-list #pglist-channel ul.paged-list-items li div.channel-last-message-time {
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 0.7rem;
}
.ppm-chat-list #pglist-channel ul.paged-list-items li.active-chat {
  background: #8AC631;
  color: #FFFFFF;
}

.calendar-overall-wrap {
  display: flex;
  flex-wrap: wrap;
}
.calendar-overall-wrap .user-calendar-summary-sidebar {
  flex: 0 0 320px;
  background: #EEEEEE;
  max-width: 320px;
  padding: 1rem;
}
.calendar-overall-wrap .user-calendar-summary-sidebar h1 {
  font-size: 2rem;
  font-weight: bold;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events .events-title,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events .events-title,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events .events-title {
  color: #424142;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events {
  margin: 0;
  padding: 0;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 0.5rem 1rem;
  margin: 0 -1rem;
  transition: 0.25s;
  cursor: pointer;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event .list-event-organizer-avatar,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event .list-event-organizer-avatar,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event .list-event-organizer-avatar {
  width: 56px;
  height: 56px;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event .list-event-organizer-avatar img,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event .list-event-organizer-avatar img,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event .list-event-organizer-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid rgba(128, 128, 128, 0.3);
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event .list-event-organizer .list-event-type-name,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event .list-event-organizer .list-event-type-name,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event .list-event-organizer .list-event-type-name {
  color: #424142;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 180px;
  line-height: 1.5;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event .list-event-organizer .list-event-time,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event .list-event-organizer .list-event-time,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event .list-event-organizer .list-event-time {
  color: #757575;
  font-size: 0.75rem;
  margin: 0;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event .list-event-attendees,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event .list-event-attendees,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event .list-event-attendees {
  color: #FFFFFF;
  padding: 0.05rem 0.25rem;
  font-size: 0.75rem;
  border-radius: 2px;
  height: 20px;
  min-width: 20px;
  text-align: center;
  right: 1rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event .list-event-attendees.inperson,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event .list-event-attendees.inperson,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event .list-event-attendees.inperson {
  background: #4bb22e;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event .list-event-attendees.inperson.group,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event .list-event-attendees.inperson.group,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event .list-event-attendees.inperson.group {
  background: #153f0a;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event .list-event-attendees.online,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event .list-event-attendees.online,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event .list-event-attendees.online {
  background: #07a5dd;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event .list-event-attendees.online.group,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event .list-event-attendees.online.group,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event .list-event-attendees.online.group {
  background: #023a51;
}
.calendar-overall-wrap .user-calendar-summary-sidebar .unconfirmed-events ul.list-events li.list-event:hover,
.calendar-overall-wrap .user-calendar-summary-sidebar .upcoming-events ul.list-events li.list-event:hover,
.calendar-overall-wrap .user-calendar-summary-sidebar .canceled-events ul.list-events li.list-event:hover {
  background: rgba(33, 33, 33, 0.1);
}
.calendar-overall-wrap .calendar-wrap {
  flex: 0 0 calc(100% - 320px);
}

.col.day-view {
  width: 75px;
  max-width: 75px;
  opacity: 0.62;
}

.event-counter-status a.btn-status {
  background: #07a5dd;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid transparent;
  outline: 0;
  margin-bottom: 0.3125rem;
  cursor: not-allowed;
}
.event-counter-status a.btn-status span {
  margin-left: 36px;
}
.event-counter-status a.btn-status i.start-video-icon {
  position: relative;
}
.event-counter-status a.btn-status i.start-video-icon::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "videocam";
  position: absolute;
  z-index: 7;
  top: 0px;
  left: 6px;
  color: #07a5dd;
  font-size: 1rem;
}
.event-counter-status a.btn-status i.start-video-icon::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "chat_bubble";
  position: absolute;
  color: #FFFFFF;
  z-index: 1;
  top: -4px;
  left: 0px;
  font-size: 1.75rem;
}
.event-counter-status a.btn-status.status-countdown {
  cursor: not-allowed;
}
.event-counter-status a.btn-status.status-active {
  cursor: pointer;
}
.event-counter-status a.btn-status.status-expired {
  cursor: not-allowed;
  background: #999999;
}

.vreadiness .vreadiness-bg {
  padding: 1rem;
  background: rgba(105, 183, 0, 0.1);
  border-radius: 0.25rem;
  width: auto;
}
.vreadiness .vreadiness-bg .vreadiness-group {
  margin: 1rem 2rem 0 0;
  min-width: 140px;
}
.vreadiness .vreadiness-bg .vreadiness-group div.status {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13pt;
  margin-bottom: 1rem;
}
.vreadiness .vreadiness-bg .vreadiness-group div.status span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  color: #FFFFFF;
}
.vreadiness .vreadiness-bg .vreadiness-group div.status.notdone span {
  background: #BDBDBD;
}
.vreadiness .vreadiness-bg .vreadiness-group div.status.alldone span {
  background: #69B700;
}
.vreadiness .vreadiness-bg .vreadiness-group .item-status {
  margin-left: 0.25rem;
}
.vreadiness .vreadiness-bg .vreadiness-group .item-status input[type=checkbox] + label::before,
.vreadiness .vreadiness-bg .vreadiness-group .item-status label::after,
.vreadiness .vreadiness-bg .vreadiness-group .item-status input[type=radio] + label::before,
.vreadiness .vreadiness-bg .vreadiness-group .item-status label::after {
  content: "check_box";
  color: #BDBDBD;
}
.vreadiness .vreadiness-bg .vreadiness-group .item-status input[type=checkbox]:checked + label::after,
.vreadiness .vreadiness-bg .vreadiness-group .item-status input[type=radio]:checked + label::after {
  color: #69B700;
}
.vreadiness .vreadiness-bg .vreadiness-group .item-status label {
  font-size: 10pt;
}

.report-wrapper-global {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: rgba(105, 183, 0, 0.2);
  padding: 1rem;
}
.report-wrapper-global .report-wrapper-filter {
  flex: 0 0 50%;
}
.report-wrapper-global .report-wrapper-summary {
  flex: 0 0 50%;
  padding-left: 2rem;
}
.report-wrapper-global .report-wrapper-summary .orders-summary h1 {
  font-weight: 600;
  color: #212121;
}
.report-wrapper-global .report-wrapper-summary .orders-summary .summary-total-wrapper {
  display: flex;
}
.report-wrapper-global .report-wrapper-summary .orders-summary .summary-total-wrapper .summary-total-col {
  display: flex;
  flex-direction: column;
  flex: 0 0 33%;
}
.report-wrapper-global .report-wrapper-summary .orders-summary .summary-total-wrapper .summary-total-col .summary-label {
  color: #6c757d;
  font-weight: 600;
}
.report-wrapper-global .report-wrapper-summary .orders-summary .summary-total-wrapper .summary-total-col .summary-value {
  color: #212121;
  font-weight: 600;
  font-size: 1.5rem;
}
.report-wrapper-global .report-selector-wrapper .report-selector-fields {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.report-wrapper-global .report-selector-wrapper .report-selector-fields .report-vendor-selector {
  display: flex;
}
.report-wrapper-global .report-selector-wrapper .report-selector-fields .report-vendor-selector .search-select {
  flex: 0 0 50%;
}
.report-wrapper-global .report-selector-wrapper .report-selector-fields .report-date-selector {
  display: flex;
}
.report-wrapper-global .report-selector-wrapper .report-selector-fields .report-date-selector .search-select {
  flex: 0 0 25%;
}
.report-wrapper-global .search-select select,
.report-wrapper-global .search-select input[type=date] {
  background: #FFFFFF;
}
.report-wrapper-global .search-select label.control-label {
  top: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.report-wrapper-viewer .tablelist-wrap .payments-orders thead tr {
  background: #DEE2E6;
}
.report-wrapper-viewer .tablelist-wrap .payments-orders thead tr th.sorting {
  background-image: url(../images/sort-both.svg);
}
.report-wrapper-viewer .tablelist-wrap .payments-orders thead tr th.sorting_desc {
  background-image: url(../images/sort-desc.svg);
}
.report-wrapper-viewer .tablelist-wrap .payments-orders thead tr th.sorting_asc {
  background-image: url(../images/sort-asc.svg);
}
.report-wrapper-viewer .tablelist-wrap .payments-orders tbody tr:nth-child(odd) {
  background: #F8F8F8;
}
.report-wrapper-viewer .tablelist-wrap .dataTables_length {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .body-content {
    overflow: auto;
  }
  .left-column {
    width: 100%;
  }
  .calendar-group-label {
    flex: 0 0 30px;
    max-width: 30px;
  }
  .calendar-group-label::before {
    color: #999999;
  }
  .calendar-group-label.ppm-icon-calendar::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "today";
  }
  .calendar-group-label.ppm-icon-calendar label {
    display: none;
  }
  .calendar-group-label.ppm-icon-event-price::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "attach_money";
  }
  .calendar-group-label.ppm-icon-event-price label {
    display: none;
  }
  .calendar-group-label.ppm-icon-time::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "schedule";
  }
  .calendar-group-label.ppm-icon-time label {
    display: none;
  }
  .calendar-group-label.ppm-icon-location::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "location_on";
  }
  .calendar-group-label.ppm-icon-location label {
    display: none;
  }
  .calendar-group-label.ppm-icon-title::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "subtitles";
  }
  .calendar-group-label.ppm-icon-title label {
    display: none;
  }
  .calendar-group-label.ppm-icon-description::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    content: "description";
  }
  .calendar-group-label.ppm-icon-description label {
    display: none;
  }
  #code-modal .modal-content {
    max-width: 95vw;
  }
}
@media only screen and (max-width: 768px) {
  .col.channel-editor {
    max-width: 100%;
  }
  .col.channel-editor .form-group {
    max-width: 100%;
  }
  .col.channel-editor .form-group input {
    max-width: 100%;
  }
  .col.channel-editor .form-group label {
    max-width: 80%;
    white-space: break-spaces;
  }
  .tabs-wrap ul.tabs-header {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .tabs-wrap ul.tabs-header > li {
    flex-shrink: 0;
  }
  .card .card-body .coninfo-items-group .contact-items-group-listed {
    margin: 0;
  }
  .card .card-body .contact-item-editor {
    flex-wrap: wrap;
  }
}
.call-user-active a.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0.25rem;
  height: 52px;
}
.call-user-active a.dropdown-item img.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin: 0 1rem 0 0;
  padding: 0;
}
.call-user-active a.dropdown-item span {
  font-size: 1rem;
  color: #013a53;
}
.call-user-active a.dropdown-item .notify {
  height: 52px;
  line-height: 52px;
  margin-left: auto;
}
.call-user-active a.dropdown-item .video-channel-no {
  position: relative;
  height: 52px;
  line-height: 52px;
}
.call-user-active a.dropdown-item .video-channel-no svg {
  max-height: 52px;
  position: relative;
  width: 32px;
}
.call-user-active a.dropdown-item .video-channel-no .video-chat-live.material-icons {
  position: absolute;
  right: 21px;
  top: 21px;
  color: #fff;
  font-size: 0.75rem;
}

.video-notification {
  opacity: 1 !important;
}
.video-notification i.material-icons {
  font-size: 24px !important;
  color: #ed4145 !important;
}
.video-notification .video-notification-number {
  color: #fff !important;
  margin-top: -18px !important;
  margin-left: -4px !important;
}

.vendor-type-change {
  cursor: pointer;
}

.vendor-type-selector {
  display: flex;
  margin-bottom: 16px;
  position: relative;
  margin-top: 0;
}

.vendor-types-selector-popup.row {
  margin-top: 0;
  padding-top: 0;
  top: 0;
  max-width: 100%;
}

.select-vendor-wrapper {
  border: 1px solid #bbb;
  padding: 5px;
  width: 100%;
  background-position-y: 100%, 100%;
  border-radius: 4px;
}

.select-vendor-wrapper svg {
  margin-right: 8px;
}

.select-vendor-wrapper i {
  margin-left: auto;
}

.select-vendor-wrapper a {
  display: flex;
  align-items: center;
}

.relative {
  position: relative;
  width: 100%;
}

.radius-slider {
  gap: 8px;
}
.radius-slider input[type=range] {
  width: 100%;
  flex-grow: 1;
  border: 0;
  padding: 0;
}

#map-styles-menu {
  display: inline-flex;
  margin-left: 52px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 3000;
  position: absolute;
  background: #fff;
  width: auto;
  padding: 2px;
  display: none;
}
#map-styles-menu label {
  margin-right: 16px;
}

img.spc {
  margin: 0.5rem 0.75rem;
}

.fr {
  float: right;
}

.d-flex {
  display: flex;
}

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

.w-100 {
  width: 100%;
}

.me-1 {
  margin-right: 0.25rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 2rem;
}

.me-5 {
  margin-right: 4rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 4rem;
}

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

.justify-content-center {
  justify-content: center;
}

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

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

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

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

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

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.text-dark {
  color: rgba(33, 33, 33, 0.8);
}

.small {
  font-size: 0.85rem;
}

/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.card.activity {
  background-color: #fffff0;
  border: 1px solid #ddd;
}
.card.activity select#dateRange {
  background-color: white;
}
.card.activity .form-group label.form-label {
  background-color: #fffff0;
}

.pInfo {
  height: calc(38vh - 62px);
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.pInfo h1 {
  font-size: 12pt;
}
.pInfo h2 {
  margin: 10px 0px;
  font-weight: 800;
  font-size: 24pt;
  line-height: 1.22222;
}
.pInfo h2 b {
  opacity: 1 !important;
}

.rSpcr {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
  color: #FFF;
  padding: 2px 8px;
  border: 1px solid #FFF;
  border-radius: 20px;
  background-color: #FFF;
  position: relative;
  transform: translateY(-50%);
}

.css-14bqihs {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
  color: rgb(139, 197, 255);
  padding: 2px 16px;
  border: 1px solid rgb(0, 89, 178);
  border-radius: 20px;
  background-color: rgb(0, 30, 60);
  position: relative;
  transform: translateY(-50%);
}

.price-plans {
  background: #F8F8F8;
}
.price-plans .features {
  display: flex;
  width: 100%;
  padding-left: 1rem;
}
.price-plans .features.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0px 5px 4px -6px rgb(0, 0, 0);
}
.price-plans .features .feature {
  width: 46%;
  font-size: 16pt;
  font-weight: bold;
}
.price-plans .features .feature.plan {
  padding: 2rem 0 0 0;
}
.price-plans .features .feature.plan.none {
  pointer-events: none !important;
  background: #F8F8F8;
}
.price-plans .features .feature.blank {
  font-size: 12pt;
  color: #484848;
  padding: 0.37rem 0;
}
.price-plans .features .feature.blank:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 14pt;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: sub;
  content: "keyboard_arrow_right";
}
.price-plans .features .feature.blank span {
  flex: 0 1 100%;
  max-width: 100%;
  text-align: left;
  text-indent: 20px;
  color: #757575;
  font-weight: normal;
  font-size: 10pt;
}
.price-plans .features .feature.blank.none {
  pointer-events: none;
}
.price-plans .features .feature.blank.none:before {
  content: "";
}
.price-plans .features .feature.section {
  font-size: 14pt;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}
.price-plans .features .feature.section.icon {
  margin: 1rem 0rem 0rem;
}
.price-plans .features .feature.section.icon i {
  font-size: 18pt;
  background: #8AC631;
  color: #FFFFFF;
  border-radius: 100%;
  padding: 0.25rem;
}
.price-plans .features .feature.section span.inline {
  display: inline;
  color: #757575;
  font-size: 10pt;
}
.price-plans .features .feature p {
  margin: 0 2em 0.25em 1.5em;
  opacity: 0.8;
  transition: max-height 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), margin 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  font-weight: 500;
  font-size: 10pt;
}
.price-plans .features.active .feature:before {
  content: "keyboard_arrow_down";
}
.price-plans .features.active p {
  max-height: 10rem;
  margin-top: 8px;
  margin-bottom: 8px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  padding: 0 2rem;
}
.price-plans .features:hover .featured.price, .price-plans .features:hover .feature {
  background: rgba(0, 170, 245, 0.0875);
}
.price-plans .features:hover .feature.section {
  background: transparent;
}
.price-plans .featured {
  width: 18%;
  text-align: center;
  font-weight: bold;
  background: #FFFFFF;
  margin: 0px auto;
  padding: 0.5rem 0;
}
.price-plans .featured.price {
  width: 18%;
  text-align: center;
  font-weight: bold;
  background: #FFFFFF;
  margin: 0px auto;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-plans .featured.price i {
  color: #8AC631;
}
.price-plans .featured .price {
  font-size: 12pt;
  color: #8AC631;
}
.price-plans .featured.plan {
  padding: 2rem 0 0 0;
}
.price-plans .featured.plan .fplan {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.price-plans .featured.plan .fplan span {
  font-size: 10pt;
  display: block;
  color: #848484;
  font-weight: 400;
}
.price-plans .featured.plan .fbutton span {
  display: block;
}
.price-plans .featured.plan .fbutton i {
  display: none;
}
.price-plans .featured.plan .freal {
  font-size: 16pt;
  font-weight: bold;
  padding-bottom: 1rem;
}
.price-plans .featured.plan .freal span {
  font-size: 8pt;
  font-weight: normal;
  color: #848484;
}

@media only screen and (max-width: 768px) {
  .price-plans .featured.plan .fbutton a {
    min-width: 44px !important;
  }
  .price-plans .featured.plan .fbutton a i {
    display: block;
  }
  .price-plans .featured.plan .fbutton a span {
    display: none;
  }
  .price-plans .featured.plan .freal span {
    display: block;
  }
}
/* Media Queries Max 1024 */
@media only screen and (max-width: 1280px) {
  main .ppm-form .card .card-body .coninfo-items-group {
    margin-left: 0px;
    flex-wrap: nowrap;
  }
  .vendor-extra-icons {
    display: none;
  }
  .col-xl-8, .col-md-8 {
    min-width: 400px;
  }
  .btn {
    padding: 0.375rem 0.5rem;
  }
  .btn.btn-raised:not(.btn-add-plus):not(.bmd-btn-fab):not(.icon), .btn.btn-outline {
    min-width: 80px;
  }
  .ui-tabs .tabs-header li a {
    font-size: 0.8em !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  main .container-fluid .body-content .main-content .main-list {
    width: 280px;
  }
}
/* Max width 1024px */
@media only screen and (max-width: 1024px) {
  main .ppm-form .card .card-body {
    flex-wrap: wrap;
  }
  .btn {
    padding: 0.375rem 0.5rem;
  }
  .frontend-vendors .vendor {
    width: 49%;
    flex: 0 1 49%;
  }
  .frontend-vendors .vendor:nth-child(2n) {
    margin: 1rem 0 0 1rem;
  }
}
@media only screen and (max-width: 960px) {
  section.custom-content {
    margin: 1rem;
    max-width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  #ddsettings {
    display: none !important;
  }
  .dropdown a:after {
    content: none;
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  header .container-fluid .row.contact {
    height: 72px;
  }
  header .container-fluid .row.contact .contactus a {
    display: block;
  }
  .about-us .above {
    padding-top: 3rem;
  }
  .about-us .subtitle {
    margin-bottom: 3rem;
  }
  .about-us .section {
    padding: 0 1rem;
    height: auto;
  }
  .about-us .section h1 {
    font-size: 2.25rem;
  }
  .about-us .section h5 {
    font-size: 1.25rem;
  }
  .about-us .section.section-3 {
    height: 600px;
  }
  .about-us .section-3 .vendor-type-wrap .title {
    font-size: 0.75rem;
  }
  .about-us .section-3 .vt-hospital {
    transform: translateX(70px) translateY(40px);
  }
  .about-us .section-3 .vt-hospital svg {
    transform: scale(0.8);
  }
  .about-us .section-3 .vt-hh {
    transform: translateX(-165px) translateY(40px);
  }
  .about-us .section-3 .vt-hh svg {
    transform: scale(0.75);
  }
  .about-us .section-3 .vt-cm {
    transform: translateX(-175px) translateY(150px);
  }
  .about-us .section-3 .vt-cm svg {
    transform: scale(0.75);
  }
  .about-us .section-3 .vt-il {
    transform: translateX(-70px) translateY(30px);
  }
  .about-us .section-3 .vt-il svg {
    transform: scale(0.95);
  }
  .about-us .section-3 .vt-hhp {
    transform: translateX(70px) translateY(-290px);
  }
  .about-us .section-3 .vt-hhp svg {
    transform: scale(0.85);
  }
  .about-us .section-3 .vt-hsp {
    transform: translateX(-25px) translateY(-300px);
  }
  .about-us .section-3 .vt-hsp svg {
    transform: scale(1);
  }
  .about-us .section-3 .vt-snf {
    transform: translateX(-160px) translateY(-290px);
  }
  .about-us .section-3 .vt-snf svg {
    transform: scale(0.85);
  }
  .about-us .section-3 .vt-al {
    transform: translateX(55px) translateY(150px);
  }
  .about-us .section-3 .vt-al svg {
    transform: scale(0.85);
  }
  .about-us .section-3 .vt-sut {
    transform: translateX(-63px) translateY(125px);
  }
  .about-us .section-3 .vt-sut svg {
    transform: scale(1);
  }
  .about-us .section-3 .row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section.custom-content {
    max-width: 100vw;
  }
  section.custom-content .support-browsers {
    width: 100%;
  }
  .frontend-vendors .vendor {
    width: 100%;
    flex: 0 1 100%;
  }
  .frontend-vendors .vendor:nth-child(2n) {
    margin: 1rem 0 0;
  }
  .column.calendar-details {
    order: 2;
    width: 100%;
  }
  .column.calendar-date-users {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
  .column.calendar-details .radio-wrap.row .calendar-group-options.locations .location-inperson {
    flex-wrap: wrap;
  }
  .column.calendar-details .eventProductType .form-group {
    margin-bottom: 0.5rem;
  }
  .button-value i {
    margin-right: 0 !important;
  }
  .button-value span {
    display: none !important;
  }
  h1 small {
    clear: both;
  }
}
@media only screen and (min-width: 834px) and (max-width: 1366px) and (orientation: landscape) {
  .column.calendar-details .radio-wrap.row .calendar-group-options.locations .location-inperson {
    flex-wrap: wrap;
  }
  .column.calendar-date-users {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .column.calendar-details {
    order: 1;
  }
  .column.calendar-details .radio-wrap.row .calendar-group-options.locations .location-inperson {
    flex-wrap: wrap;
  }
  .column.calendar-date-users {
    width: 45%;
    order: 2;
  }
}
.createNS, .UserPermFullProfile {
  display: none;
}
