/*
******************************************************************************/
#my-info {
	word-break: break-word;
}
a:hover, p:hover, li:hover {
	text-decoration: none;
}
.card-body, .panel .panel-body {
	padding: 10px !important;
}
label {
	font-size: 14px !important;
}
#client_ticket_reply .card {
	box-shadow: none;
}
textarea.form-control {
	padding-left: 10px;
	padding-right: 10px;
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.8125rem;
	background-color: transparent;
}
.img-thumbnail {
	max-width: 88px !important;
	height: auto;
	border-radius: 50% !important;
}
.card.bg-light {
	--bs-bg-opacity: 1;
	background-color: #eceef0 !important;
}
.card-blesta > .card-header, .panel .card-blesta > .panel-heading {
	color: #262626;
	/* border-bottom: none; */
	padding: 7px 15px;
	background: #fdfdfd !important;
	position: relative;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	font-size: 18px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 600;
}
.menu .app-brand.demo {
  height: 64px;
}
.btn-dark {
	background: #242424;
}
.badge-success {
	background: #2f970a !important;
}
.cards .card-home {
	align-items: flex-start !important;
	background:#fff;
}
.list-group-item {
	display: flex !important;
	align-items: center !important;
	position: relative !important;
	padding: 12px 15px;
	border-radius: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e3e3e3;
	border-left: none;
	border-right: none;
	border-top: none;
}
.list-group {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}
.panel .panel-heading .panel-title {
	font-size: 1.0rem;
	font-weight: 500;
}
.app-brand-logo.demo svg {
  width: 34px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/* List group item icon alignment */
.list-group-item .float-right {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.list-group-item .list-group-item-text {
  flex: 1 !important;
  margin: 0 !important;
  padding-right: 40px !important;
}

/* Portal box spacing */
.portal-box {
  margin-bottom: 20px !important;
}
.portal-box .card {
	height: 100%;
	margin-bottom: 0 !important;
	text-align: center;
}

/* Thanks section spacing */
.thanks {
  margin-bottom: 30px !important;
}
.menu-link:hover, .menu-link:focus, .card-link:hover, .card-body:hover, .card-link:focus, .card-body:focus, .card:hover {
  text-decoration: none !important;
}

.form-control {
	padding-block: calc(0.00rem - var(--bs-border-width));
	padding-inline: calc(0.45rem - var(--bs-border-width));
}
#ticket-count-badge, #service-count-badge {
	font-size: 12px;
}

/* Additional content container always at bottom of sidebar */
.menu-inner {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

#additional-content-container {
	padding: 15px;
}
#footer-text-container, .footer .footer-link {
	color: #303030;
	font-size: 14px;
	font-weight: 500
}
.rate {
	margin-top: 32px;
}
.alert-info {
	color: #0c5460 !important;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}
.breadcrumb {
	margin-top: 30px;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.00rem;
  }
  h2, .h2 {
    font-size: 1.500rem;
  }
  h3, .h3 {
    font-size: 1.200rem;
  }
}
.card.p-3.card-kb.bg-light {
	background: transparent !important;
}
.categories .rounded {
	margin-bottom: 25px;
}
.section-title {
	margin-top: 10px;
}
.categories a {
	font-size: 18px;
}
.categories .fas.fa-folder {
	font-size: 20px;
	margin-right: 5px;
}
.card-body .fas {
	margin-right: 7px;
	margin-left: 7px;
}
.footer {
	min-height: 8px !important;
}
.btn-danger-logout {
	border: 1px solid #f05d5d;
}


/* Authentication
******************************************************************************* */
/* (C) */
.authentication-wrapper {
  --bs-auth-basic-inner-max-width: 460px;
  display: flex;
  flex-basis: 100%;
  inline-size: 100%;
  min-block-size: 100vh;
  /* For two-steps auth */
}
.authentication-wrapper .authentication-bg {
  background-color: var(--bs-paper-bg);
}
@media (max-width: 1199.98px) {
  .authentication-wrapper:not(.authentication-basic) .authentication-inner {
    block-size: 100vh;
  }
}
.authentication-wrapper .authentication-inner {
  block-size: 100%;
  inline-size: 100%;
  margin-block: auto;
  margin-inline: 0;
}
.authentication-wrapper .authentication-inner .auth-cover-bg {
  position: relative;
  block-size: 100vh;
  inline-size: 100%;
}
.authentication-wrapper .authentication-inner .auth-cover-bg .auth-illustration {
  z-index: 1;
  max-block-size: 65%;
  max-inline-size: 65%;
}
.authentication-wrapper .authentication-inner .platform-bg {
  position: absolute;
  block-size: 35%;
  inline-size: 100%;
  inset-block-end: 0%;
  inset-inline-start: 0%;
}
.authentication-wrapper .authentication-inner .auth-multisteps-bg-height {
  block-size: 100vh;
}
.authentication-wrapper .authentication-inner .auth-multisteps-bg-height > img:first-child {
  z-index: 1;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  position: relative;
  max-inline-size: var(--bs-auth-basic-inner-max-width);
}
.authentication-wrapper.authentication-basic .authentication-inner::before {
  position: absolute;
  background: var(--bs-primary);
  block-size: 233px;
  content: " ";
  inline-size: 238px;
  inset-block-start: -35px;
  inset-inline-start: -45px;
  mask-image: url("data:image/svg+xml,%3Csvg width='238' height='233' viewBox='0 0 238 233' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-basic .authentication-inner::before {
    display: none;
  }
}
:dir(rtl) .authentication-wrapper.authentication-basic .authentication-inner::before {
  inset-inline-start: -70px;
}
.authentication-wrapper.authentication-basic .authentication-inner::after {
  position: absolute;
  z-index: -1;
  background: var(--bs-primary);
  block-size: 180px;
  content: " ";
  inline-size: 180px;
  inset-block-end: -30px;
  inset-inline-end: -56px;
  mask-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-basic .authentication-inner::after {
    display: none;
  }
}
.authentication-wrapper.authentication-basic .authentication-inner .card {
  z-index: 1;
}
@media (min-width: 576px) {
  .authentication-wrapper.authentication-basic .authentication-inner .card {
    padding: 1.5rem;
  }
}
.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand {
  margin-block-end: 1.5rem;
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  font-size: 150%;
  max-inline-size: 50px;
  padding-inline: 0.4rem;
}
@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}

/* app-brand at he corner of page */
.auth-cover-brand {
  position: absolute;
  z-index: 1;
  inset-block-start: 2.5rem;
  inset-inline-start: 1.5rem;
}

/* Two Steps Verification
? Used for validation specific style as we have validated hidden field */
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
  border-width: 2px;
  border-color: #ff4c51;
  box-shadow: none;
}

@media (max-width: 575.98px) {
  .numeral-mask-wrapper .numeral-mask {
    padding: 0;
  }
  .numeral-mask {
    margin-inline: 1px;
  }
}
.alert-warning {
	color: #3d3d3d;
}
button .fa.fa-search {
	margin-left: 5px;
	margin-right: 8px;
}
.card-blesta .fas {
	margin-right: 5px;
}

/* Hide additional-content-container when sidebar is collapsed */
.menu-collapsed:not(:hover) #additional-content-container {
	display: none !important;
}