/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo img {
  max-width: 100%;
}
.app-brand-link {
  position: relative;
}
.app-brand-logo.small.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: opacity 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
}

.app-brand-logo.large.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 176px;
  height: 30px;
  opacity: 1;
  transition: opacity 0.3s linear;
  position: relative;
  left: 0;
  top: 0;
}

.layout-menu-collapsed:not(.layout-menu-hover) .app-brand-logo.small.demo {
  opacity: 1;
}

.layout-menu-collapsed:not(.layout-menu-hover) .app-brand-logo.large.demo {
  opacity: 0;
}

.app-brand-logo.demo svg {
  width: 1.7rem;
  height: 1.7rem;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.45px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-logo {
  margin-right: 0px!important;
  margin-left: 0px!important;
}
/*
* 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;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    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;
}
.dt-container {
  max-width: calc(100% - 30px);
}
input[readonly="true"], input[readonly="readonly"] {
  color: #bebebe!important;
}
body {
  overflow-x: hidden;
}
table {
  font-size: 15px;
}
#dt-length-0 {
  display: inline;
  width: initial;
  margin-right: 5px;
}
.filter-button {
  position: absolute;
  right: 15;
  bottom:0;
}
.table-responsive.colvis {
  min-height: 500px;
}
.service-card {
  height: 300px;
}
.service-card button {
  color: white; 
  font-weight: bold;
}

.switch .switch-toggle-slider i {
  top: 1.65px!important;
}

.terminal-frame {
  max-width: 100%; 
  width: 1000px; 
  height: 568px; 
  margin-left: auto; 
  margin-right: auto; 
  border: 2px solid #a09a78; 
  border-radius: 15px; 
  padding: 50px; 
  background-color: #faf6dd;
}
/* HTML: <div class="loader"></div> */
.terminal-screen .loader {
  width: 20px;
  aspect-ratio: 1;
  --c: linear-gradient(#fff 0 0);
  --r1: radial-gradient(farthest-side at bottom, #fff 93%, #0000);
  --r2: radial-gradient(farthest-side at top, #fff 93%, #0000);
  background: var(--c), var(--r1), var(--r2), var(--c), var(--r1), var(--r2), var(--c), var(--r1), var(--r2);
  background-repeat: no-repeat;
  animation: l2 1s infinite alternate;
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
}
@keyframes l2 {
  0%,25% {
    background-size: 4px 0,4px 2px,4px 2px,4px 0,4px 2px,4px 2px,4px 0,4px 2px,4px 2px;
    background-position: 0 50%,0 calc(50% - 1px),0 calc(50% + 1px),50% 50%,50% calc(50% - 1px),50% calc(50% + 1px),100% 50%,100% calc(50% - 1px),100% calc(50% + 1px);
 }
 50% {
    background-size: 4px 100%,4px 2px,4px 2px,4px 0,4px 2px,4px 2px,4px 0,4px 2px,4px 2px;
    background-position: 0 50%,0 calc(0% - 1px),0 calc(100% + 1px),50% 50%,50% calc(50% - 1px),50% calc(50% + 1px),100% 50%,100% calc(50% - 1px),100% calc(50% + 1px);
 }
 75% {
    background-size: 4px 100%,4px 2px,4px 2px,4px 100%,4px 2px,4px 2px,4px 0,4px 2px,4px 2px;
    background-position: 0 50%,0 calc(0% - 1px),0 calc(100% + 1px),50% 50%,50% calc(0% - 1px),50% calc(100% + 1px),100% 50%,100% calc(50% - 1px),100% calc(50% + 1px);
 }
 95%,100% {
    background-size: 4px 100%,4px 2px, 4px 2px,4px 100%,4px 2px,4px 2px,4px 100%,4px 2px,4px 2px;
    background-position: 0 50%,0 calc(0% - 1px),0 calc(100% + 1px),50% 50%,50% calc(0% - 1px),50% calc(100% + 1px),100% 50%,100% calc(0% - 1px),100% calc(100% + 1px);
 }
}
@keyframes l7 {
  0%   {background-position:0    0   ,0 100%,100% 100% }
  25%  {background-position:100% 0   ,0 100%,100% 100% }
  50%  {background-position:100% 0   ,0 0   ,100% 100% }
  75%  {background-position:100% 0   ,0 0   ,0    100% }
  100% {background-position:100% 100%,0 0   ,0    100% }
}
.terminal-screen {
  background-color: black;
  width: 900px;
  max-width: 100%;
  height: 600px;
  background-image: radial-gradient(
    rgba(0, 150, 0, 0.75), black 120%
  );
  background-attachment: fixed;
  margin: 0;
  overflow: hidden;
  padding: 2rem;
  color: white;
  font: 1.3rem Inconsolata, monospace;
  text-shadow: 0 0 5px #C8C8C8;
  position: relative;
}
.terminal-screen:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 2px);
  pointer-events: none;
}
.terminal-screen::selection {
  background: #0080FF;
  text-shadow: none;
}
.terminal-screen pre {
  margin: 0;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
  overflow-x: visible;
  width: 100%;
  white-space: pre-line;
}

.ElementsApp input.InputElement {
  display: block;
  width: 100%;
  padding: 0.469rem 0.735rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #677788;
  appearance: none;
  border-color: #bec5cc;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #d4d8dd;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.red-circle {
  color: #b12f0e;
}

.required {
  color: #b12f0e;
  /* vertical-align: super; */
}

.green-circle {
  color: rgb(13, 119, 13);
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: auto!important;
}

.light-style .shepherd-element .shepherd-arrow:before {
  border-color: #fff!important;
}
.select2-container.select2-container--default.select2-container--open {
  z-index: 1091;
}
/* Zoho Form */ 
/*
#zohoSupportWebToCase textarea,
#zohoSupportWebToCase input[type='text'],
#zohoSupportWebToCase input[type='date'],
#zohoSupportWebToCase select,
.wb_common {
	width: 280px;
}

#zohoSupportWebToCase td {
	padding: 11px 5px;
}

#zohoSupportWebToCase textarea,
#zohoSupportWebToCase input[type='text'],
#zohoSupportWebToCase input[type='date'],
#zohoSupportWebToCase select {
	border: 1px solid #ddd;
	padding: 3px 5px;
	border-radius: 3px;
}
*/
#zohoSupportWebToCase select {
	box-sizing: unset
}

#zohoSupportWebToCase .wb_selectDate {
	width: auto
}

#zohoSupportWebToCase input.wb_cusInput {
	width: 108px
}

.wb_FtCon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 15px;
	padding-left: 10px
}

.wb_logoCon {
	display: flex;
	margin-left: 5px
}

.wb_logo {
	max-width: 16px;
	max-height: 16px;
}

#zohoSupportWebToCase .wb_multi_pick {
	border: 1px solid #ddd;
	padding: 3px 5px;
	border-radius: 3px;
	width: 280px;
	height: 95px;
	overflow-y: auto;
}

#zohoSupportWebToCase .wb_multi_pick_label {
	display: block;
}

#zohoSupportWebToCase .wb_multi_pick_input,
.wb_multi_pick_input_all {
	vertical-align: middle;
	margin-right: 5px;
}

.zsFormClass {
	background-color: #FFFFFF;
	width: 100%;
}

.zsFontClass {
	color: #000000;
	font-family: Arial;
	font-size: 13px
}

.manfieldbdr {
	border-left: 1px solid #ff6448 !important
}

.hleft {
	text-align: left;
}

input[type=file]::-webkit-file-upload-button {
	cursor: pointer;
}

.wtcsepcode {
	margin: 0px 15px;
	color: #aaa;
	float: left;
}

.wtccloudattach {
	float: left;
	color: #00a3fe !important;
	cursor: pointer;
	text-decoration: none !important;
}

.wtccloudattach:hover {
	text-decoration: none !important;
}

.wtcuploadinput {
	cursor: pointer;
	float: left;
	width: 62px;
	margin-top: -20px;
	opacity: 0;
	clear: both;
}

.wtcuploadfile {
	float: left;
	color: #00a3fe;
}

.filenamecls {
	margin-right: 15px;
	float: left;
	margin-top: 5px;
}

.clboth {
	clear: both;
}

#zsFileBrowseAttachments {
	clear: both;
	margin: 5px 0px 10px;
}

.zsFontClass {
	vertical-align: top;
}

#tooltip-zc {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	position: absolute;
	padding: 8px;
	margin: 20px 0 0;
	background: #fff;
	border: 1px solid #528dd1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #eee;
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	color: #777
}

.wtcmanfield {
	color: #f00;
	font-size: 16px;
	position: relative;
	top: 2px;
	left: 1px;
}

#zsCloudAttachmentIframe {
	width: 100%;
	height: 100%;
	z-index: 99999 !important;
	position: fixed;
	left: 0px;
	top: 0px;
	border-style: none;
	display: none;
	background-color: #fff;
}

.wtchelpinfo {
	background-position: -246px -485px;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	background-image: url(https://d1ydxa2xvtn0b5.cloudfront.net/app/images/zs-mpro.b6c9cf2347c62390fdcb.png);
}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6, .alert h7 {
  color: inherit!important
}
.alert .alert-message :last-child {
  margin-bottom: 0;
}
/*
.zsMaxSizeMessage {
	font-size: 13px;
}
*/
/* /Zoho Form */