/* W3.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
figure {
  margin: 1em 40px;
}
img {
  border-style: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
  color: #000;
}
optgroup {
  font-weight: bold;
}
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 {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* End extract */
html,
html body {
  font-size: 14px !important;
  line-height: 1.5;
}
html {
  overflow-x: hidden;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.w3-serif {
  font-family: serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0;
}
.w3-wide {
  letter-spacing: 4px;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
.w3-image {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
}
a {
  color: inherit;
}
.w3-table,
.w3-table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}
.w3-table-all {
  border: 1px solid #ccc;
}
.w3-bordered tr,
.w3-table-all tr {
  border-bottom: 1px solid #ddd;
}
.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.w3-table-all tr:nth-child(odd) {
  background-color: #fff;
}
.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}
.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
  background-color: #ccc;
}
.w3-centered tr th,
.w3-centered tr td {
  text-align: center;
}
.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
  padding-left: 16px;
}
.w3-btn,
.w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.w3-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn,
.w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.w3-disabled *,
:disabled * {
  pointer-events: none;
}
.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
  box-shadow: none;
}
.w3-badge,
.w3-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.w3-badge {
  border-radius: 50%;
}
.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.w3-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}
.w3-ul li:last-child {
  border-bottom: none;
}
.w3-tooltip,
.w3-display-container {
  position: relative;
}
.w3-tooltip .w3-text {
  display: none;
}
.w3-tooltip:hover .w3-text {
  display: inline-block;
}
.w3-ripple:active {
  opacity: 0.5;
}
.w3-ripple {
  transition: opacity 0s;
}
.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.w3-select {
  padding: 9px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}
.w3-dropdown-click,
.w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
}
.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000;
}
.w3-dropdown-hover:hover > .w3-button:first-child,
.w3-dropdown-click:hover > .w3-button:first-child {
  background-color: #ccc;
  color: #000;
}
.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.w3-check,
.w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}
.w3-sidebar {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
}
.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
  width: 100%;
}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%;
}
.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}
.w3-main,
#main {
  transition: margin-left 0.4s;
}
.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}
.w3-bar {
  width: 100%;
  overflow: hidden;
}
.w3-center .w3-bar {
  display: inline-block;
  width: auto;
}
.w3-bar .w3-bar-item {
  padding: 8px 8px 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
}
.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
  position: static;
  float: left;
}
.w3-bar .w3-button {
  white-space: normal;
}
.w3-bar-block .w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 8px 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
}
.w3-bar-block.w3-center .w3-bar-item {
  text-align: center;
}
.w3-block {
  display: block;
  width: 100%;
}
.w3-responsive {
  display: block;
  overflow-x: auto;
}
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
  content: '';
  display: table;
  clear: both;
}
.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
  /* float: left; */
  width: 100%;
}
.w3-col.s1 {
  width: 8.33333%;
}
.w3-col.s2 {
  width: 16.66666%;
}
.w3-col.s3 {
  width: 24.99999%;
}
.w3-col.s4 {
  width: 33.33333%;
}
.w3-col.s5 {
  width: 41.66666%;
}
.w3-col.s6 {
  width: 49.99999%;
}
.w3-col.s7 {
  width: 58.33333%;
}
.w3-col.s8 {
  width: 66.66666%;
}
.w3-col.s9 {
  width: 74.99999%;
}
.w3-col.s10 {
  width: 83.33333%;
}
.w3-col.s11 {
  width: 91.66666%;
}
.w3-col.s11-5 {
  width: 95.66666%;
}
.w3-col.s12 {
  width: 99.99999%;
}

.db-search-details {
  width: 600px;
}

@media (min-width: 600px) {
  .w3-col.m1 {
    width: 8.33333%;
  }
  .w3-col.m2 {
    width: 16.66666%;
  }
  .w3-col.m3,
  .w3-quarter {
    width: 24.99999%;
  }
  .w3-col.m4,
  .w3-third {
    width: 33.33333%;
  }
  .w3-col.m5 {
    width: 41.66666%;
  }
  .w3-col.m6,
  .w3-half {
    width: 49.99999%;
  }
  .w3-col.m7 {
    width: 58.33333%;
  }
  .w3-col.m8,
  .w3-twothird {
    width: 66.66666%;
  }
  .w3-col.m9,
  .w3-threequarter {
    width: 74.99999%;
  }
  .w3-col.m10 {
    width: 83.33333%;
  }
  .w3-col.m11 {
    width: 91.66666%;
  }
  .w3-col.m11-5 {
    width: 95.66666%;
  }
  .w3-col.m12 {
    width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .w3-col.l1 {
    width: 8.33333%;
  }
  .w3-col.l2 {
    width: 16.66666%;
  }
  .w3-col.l3 {
    width: 24.99999%;
  }
  .w3-col.l4 {
    width: 33.33333%;
  }
  .w3-col.l5 {
    width: 41.66666%;
  }
  .w3-col.l6 {
    width: 49.99999%;
  }
  .w3-col.l7 {
    width: 58.33333%;
  }
  .w3-col.l8 {
    width: 66.66666%;
  }
  .w3-col.l9 {
    width: 74.99999%;
  }
  .w3-col.l10 {
    width: 83.33333%;
  }
  .w3-col.l11 {
    width: 91.66666%;
  }
  .w3-col.l11-5 {
    width: 95.66666%;
  }
  .w3-col.l12 {
    width: 99.99999%;
  }
  .db-search-details {
    width: 1000px;
  }
}
.w3-rest {
  overflow: hidden;
}
.w3-stretch {
  margin-left: -16px;
  margin-right: -16px;
}
.w3-content,
.w3-auto {
  margin-left: auto;
  margin-right: auto;
}
.w3-content {
  max-width: 980px;
}
.w3-auto {
  max-width: 1140px;
}
.w3-cell-row {
  display: table;
  width: 100%;
}
.w3-cell {
  display: table-cell;
}
.w3-cell-top {
  vertical-align: top;
}
.w3-cell-middle {
  vertical-align: middle;
}
.w3-cell-bottom {
  vertical-align: bottom;
}
.w3-hide {
  display: none !important;
}
.w3-show-block,
.w3-show {
  display: block !important;
}
.w3-show-inline-block {
  display: inline-block !important;
}
@media (max-width: 1205px) {
  .w3-auto {
    max-width: 95%;
  }
}
@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important;
  }
  .w3-modal {
    padding-top: 30px;
  }
  .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
  .w3-dropdown-click.w3-mobile .w3-dropdown-content {
    position: relative;
  }
  .w3-hide-small {
    display: none !important;
  }
  .w3-mobile {
    display: block;
    width: 100% !important;
  }
  .w3-bar-item.w3-mobile,
  .w3-dropdown-hover.w3-mobile,
  .w3-dropdown-click.w3-mobile {
    text-align: center;
  }
  .w3-dropdown-hover.w3-mobile,
  .w3-dropdown-hover.w3-mobile .w3-btn,
  .w3-dropdown-hover.w3-mobile .w3-button,
  .w3-dropdown-click.w3-mobile,
  .w3-dropdown-click.w3-mobile .w3-btn,
  .w3-dropdown-click.w3-mobile .w3-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }
  .w3-modal {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .w3-modal-content {
    width: 900px;
  }
  .w3-hide-large {
    display: none !important;
  }
  .w3-sidebar.w3-collapse {
    display: block !important;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .w3-sidebar.w3-collapse {
    display: none;
  }
  .w3-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .w3-auto {
    max-width: 100%;
  }
}
.w3-top,
.w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.w3-top {
  top: 0;
}
.w3-bottom {
  bottom: 0;
}
.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}
.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}
.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}
.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}
.w3-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.w3-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.w3-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.w3-display-container:hover .w3-display-hover {
  display: block;
}
.w3-display-container:hover span.w3-display-hover {
  display: inline-block;
}
.w3-display-hover {
  display: none;
}
.w3-display-position {
  position: absolute;
}
.w3-circle {
  border-radius: 50%;
}
.w3-round-small {
  border-radius: 2px;
}
.w3-round,
.w3-round-medium {
  border-radius: 4px;
}
.w3-round-large {
  border-radius: 8px;
}
.w3-round-xlarge {
  border-radius: 16px;
}
.w3-round-xxlarge {
  border-radius: 32px;
}
.w3-row-padding,
.w3-row-padding > .w3-half,
.w3-row-padding > .w3-third,
.w3-row-padding > .w3-twothird,
.w3-row-padding > .w3-threequarter,
.w3-row-padding > .w3-quarter,
.w3-row-padding > .w3-col {
  padding: 0 8px;
}
.w3-container,
.w3-panel {
  padding: 2px;
}
.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}
.w3-code,
.w3-codespan {
  font-family: Consolas, 'courier new';
  font-size: 16px;
}
.w3-code {
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #4caf50;
  word-wrap: break-word;
}
.w3-codespan {
  color: crimson;
  background-color: #f1f1f1;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 110%;
}
.w3-card,
.w3-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.w3-card-4,
.w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-spin {
  animation: w3-spin 2s infinite linear;
}
@keyframes w3-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.w3-animate-fading {
  animation: fading 10s infinite;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w3-animate-opacity {
  animation: opac 0.8s;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  animation: animateright 0.4s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-zoom {
  animation: animatezoom 0.6s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.w3-animate-input {
  transition: width 0.4s ease-in-out;
}
.w3-animate-input:focus {
  width: 100% !important;
}
.w3-opacity,
.w3-hover-opacity:hover {
  opacity: 0.6;
}
.w3-opacity-off,
.w3-hover-opacity-off:hover {
  opacity: 1;
}
.w3-opacity-max {
  opacity: 0.25;
}
.w3-opacity-min {
  opacity: 0.75;
}
.w3-greyscale-max,
.w3-grayscale-max,
.w3-hover-greyscale:hover,
.w3-hover-grayscale:hover {
  filter: grayscale(100%);
}
.w3-greyscale,
.w3-grayscale {
  filter: grayscale(75%);
}
.w3-greyscale-min,
.w3-grayscale-min {
  filter: grayscale(50%);
}
.w3-sepia {
  filter: sepia(75%);
}
.w3-sepia-max,
.w3-hover-sepia:hover {
  filter: sepia(100%);
}
.w3-sepia-min {
  filter: sepia(50%);
}
.w3-tiny {
  font-size: 10px !important;
}
.w3-small {
  font-size: 12px !important;
}
.w3-medium-lite {
  font-size: 14px !important;
}
.w3-medium {
  font-size: 16px !important;
}
.w3-large {
  font-size: 18px !important;
}
.w3-xlarge {
  font-size: 24px !important;
}
.w3-xxlarge {
  font-size: 36px !important;
}
.w3-xxxlarge {
  font-size: 48px !important;
}
.w3-jumbo {
  font-size: 64px !important;
}
.w3-left-align {
  text-align: left !important;
}
.w3-right-align {
  text-align: right !important;
}
.w3-justify {
  text-align: justify !important;
}
.w3-center {
  text-align: center !important;
}
.w3-border-0 {
  border: 0 !important;
}
.w3-border {
  border: 1px solid #ccc !important;
}
.w3-border-top {
  border-top: 1px solid #ccc !important;
}
.w3-border-bottom {
  border-bottom: 1px solid #ccc !important;
}
.w3-border-left {
  border-left: 1px solid #ccc !important;
}
.w3-border-right {
  border-right: 1px solid #ccc !important;
}
.w3-topbar {
  border-top: 6px solid #ccc !important;
}
.w3-bottombar {
  border-bottom: 6px solid #ccc !important;
}
.w3-leftbar {
  border-left: 6px solid #ccc !important;
}
.w3-rightbar {
  border-right: 6px solid #ccc !important;
}
.w3-section,
.w3-code {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.w3-margin {
  margin: 16px !important;
}
.w3-margin-top {
  margin-top: 16px !important;
}
.w3-margin-bottom {
  margin-bottom: 16px !important;
}
.w3-margin-left {
  margin-left: 16px !important;
}
.w3-margin-right {
  margin-right: 16px !important;
}
.w3-padding-small {
  padding: 4px 8px !important;
}
.w3-padding {
  padding: 8px 16px !important;
}
.w3-padding-large {
  padding: 12px 24px !important;
}
.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.w3-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.w3-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.w3-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.w3-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.w3-left {
  float: left !important;
}
.w3-right {
  float: right !important;
}
.w3-button:hover {
  color: #fff !important; /*background-color:#ccc!important*/
  background-image: linear-gradient(90deg, #f92c8b 0%, #b02cd6 100%);
  text-decoration: none;
}
.w3-sidebar a:hover {
  color: #c2c7cc;
}
.w3-transparent,
.w3-hover-none:hover {
  background-color: transparent !important;
}
.w3-hover-none:hover {
  box-shadow: none !important;
}
/* Colors */
.w3-amber,
.w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}
.w3-aqua,
.w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #00ffff !important;
}
.w3-blue,
.w3-hover-blue:hover {
  color: #fff !important;
  background-color: #4489f9 !important; /*#6a9ae8!important*/
}
.w3-light-blue,
.w3-hover-light-blue:hover {
  color: #000 !important;
  background-color: #87ceeb !important;
}
.w3-brown,
.w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}
.w3-cyan,
.w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}
.w3-blue-grey,
.w3-hover-blue-grey:hover,
.w3-blue-gray,
.w3-hover-blue-gray:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}
.w3-green,
.w3-hover-green:hover {
  color: #fff !important;
  background-color: #20bd9b !important; /*#44ceb0!important*/
}
.w3-light-green,
.w3-hover-light-green:hover {
  color: #000 !important;
  background-color: #8bc34a !important;
}
.w3-indigo,
.w3-hover-indigo:hover {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.w3-khaki,
.w3-hover-khaki:hover {
  color: #000 !important;
  background-color: #f0e68c !important;
}
.w3-lime,
.w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}
.w3-orange,
.w3-hover-orange:hover {
  color: #000 !important;
  background-color: #f9bb32 !important; /*#f9c043!important*/
}
.w3-deep-orange,
.w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}
.w3-pink,
.w3-hover-pink:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.w3-purple,
.w3-hover-purple:hover {
  color: #fff !important;
  background-color: #9c27b0 !important;
}
.w3-deep-purple,
.w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}
.w3-red,
.w3-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important;
}
.w3-purple-2,
.w3-hover-purple-2:hover {
  color: #fff !important;
  background-color: #ad81e2 !important;
}
.w3-sand,
.w3-hover-sand:hover {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}
.w3-teal,
.w3-hover-teal:hover {
  color: #fff !important;
  background-color: #f77e49 !important; /*#f98d5e!important*/
}
.w3-yellow,
.w3-hover-yellow:hover {
  color: #000 !important;
  background-color: #ffeb3b !important;
}
.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}
.w3-black,
.w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}
.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}
.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
  color: #fff !important;
  background-color: #616161 !important;
}
.w3-pale-red,
.w3-hover-pale-red:hover {
  color: #000 !important;
  background-color: #ffdddd !important;
}
.w3-pale-green,
.w3-hover-pale-green:hover {
  color: #000 !important;
  background-color: #ddffdd !important;
}
.w3-pale-yellow,
.w3-hover-pale-yellow:hover {
  color: #000 !important;
  background-color: #ffffcc !important;
}
.w3-light-red,
.w3-light-red:hover {
  color: #fff !important;
  background-color: #ff4d6d !important;
}
.w3-pale-blue,
.w3-hover-pale-blue:hover {
  color: #000 !important;
  background-color: #ddffff !important;
}
.w3-text-amber,
.w3-hover-text-amber:hover {
  color: #ffc107 !important;
}
.w3-text-aqua,
.w3-hover-text-aqua:hover {
  color: #00ffff !important;
}
.w3-text-blue,
.w3-hover-text-blue:hover {
  color: #2196f3 !important;
}
.w3-text-light-blue,
.w3-hover-text-light-blue:hover {
  color: #87ceeb !important;
}
.w3-text-brown,
.w3-hover-text-brown:hover {
  color: #795548 !important;
}
.w3-text-cyan,
.w3-hover-text-cyan:hover {
  color: #00bcd4 !important;
}
.w3-text-blue-grey,
.w3-hover-text-blue-grey:hover,
.w3-text-blue-gray,
.w3-hover-text-blue-gray:hover {
  color: #607d8b !important;
}
.w3-text-green,
.w3-hover-text-green:hover {
  color: #4caf50 !important;
}
.w3-text-light-green,
.w3-hover-text-light-green:hover {
  color: #8bc34a !important;
}
.w3-text-indigo,
.w3-hover-text-indigo:hover {
  color: #3f51b5 !important;
}
.w3-text-khaki,
.w3-hover-text-khaki:hover {
  color: #b4aa50 !important;
}
.w3-text-lime,
.w3-hover-text-lime:hover {
  color: #cddc39 !important;
}
.w3-text-orange,
.w3-hover-text-orange:hover {
  color: #ff9800 !important;
}
.w3-text-deep-orange,
.w3-hover-text-deep-orange:hover {
  color: #ff5722 !important;
}
.w3-text-pink,
.w3-hover-text-pink:hover {
  color: #e91e63 !important;
}
.w3-text-purple,
.w3-hover-text-purple:hover {
  color: #9c27b0 !important;
}
.w3-text-deep-purple,
.w3-hover-text-deep-purple:hover {
  color: #673ab7 !important;
}
.w3-text-red,
.w3-hover-text-red:hover {
  color: #f44336 !important;
}
.w3-text-sand,
.w3-hover-text-sand:hover {
  color: #fdf5e6 !important;
}
.w3-text-teal,
.w3-hover-text-teal:hover {
  color: #009688 !important;
}
.w3-text-yellow,
.w3-hover-text-yellow:hover {
  color: #d2be0e !important;
}
.w3-text-white,
.w3-hover-text-white:hover {
  color: #fff !important;
}
.w3-text-black,
.w3-hover-text-black:hover {
  color: #000 !important;
}
.w3-text-grey,
.w3-hover-text-grey:hover,
.w3-text-gray,
.w3-hover-text-gray:hover {
  color: #757575 !important;
}
.w3-text-light-grey,
.w3-hover-text-light-grey:hover,
.w3-text-light-gray,
.w3-hover-text-light-gray:hover {
  color: #f1f1f1 !important;
}
.w3-text-dark-grey,
.w3-hover-text-dark-grey:hover,
.w3-text-dark-gray,
.w3-hover-text-dark-gray:hover {
  color: #3a3a3a !important;
}
.w3-border-amber,
.w3-hover-border-amber:hover {
  border-color: #ffc107 !important;
}
.w3-border-aqua,
.w3-hover-border-aqua:hover {
  border-color: #00ffff !important;
}
.w3-border-blue,
.w3-hover-border-blue:hover {
  border-color: #2196f3 !important;
}
.w3-border-light-blue,
.w3-hover-border-light-blue:hover {
  border-color: #87ceeb !important;
}
.w3-border-brown,
.w3-hover-border-brown:hover {
  border-color: #795548 !important;
}
.w3-border-cyan,
.w3-hover-border-cyan:hover {
  border-color: #00bcd4 !important;
}
.w3-border-blue-grey,
.w3-hover-border-blue-grey:hover,
.w3-border-blue-gray,
.w3-hover-border-blue-gray:hover {
  border-color: #607d8b !important;
}
.w3-border-green,
.w3-hover-border-green:hover {
  border-color: #4caf50 !important;
}
.w3-border-light-green,
.w3-hover-border-light-green:hover {
  border-color: #8bc34a !important;
}
.w3-border-indigo,
.w3-hover-border-indigo:hover {
  border-color: #3f51b5 !important;
}
.w3-border-khaki,
.w3-hover-border-khaki:hover {
  border-color: #f0e68c !important;
}
.w3-border-lime,
.w3-hover-border-lime:hover {
  border-color: #cddc39 !important;
}
.w3-border-orange,
.w3-hover-border-orange:hover {
  border-color: #ff9800 !important;
}
.w3-border-deep-orange,
.w3-hover-border-deep-orange:hover {
  border-color: #ff5722 !important;
}
.w3-border-pink,
.w3-hover-border-pink:hover {
  border-color: #e91e63 !important;
}
.w3-border-purple,
.w3-hover-border-purple:hover {
  border-color: #9c27b0 !important;
}
.w3-border-deep-purple,
.w3-hover-border-deep-purple:hover {
  border-color: #673ab7 !important;
}
.w3-border-red,
.w3-hover-border-red:hover {
  border-color: #f44336 !important;
}
.w3-border-sand,
.w3-hover-border-sand:hover {
  border-color: #fdf5e6 !important;
}
.w3-border-teal,
.w3-hover-border-teal:hover {
  border-color: #009688 !important;
}
.w3-border-yellow,
.w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important;
}
.w3-border-white,
.w3-hover-border-white:hover {
  border-color: #fff !important;
}
.w3-border-black,
.w3-hover-border-black:hover {
  border-color: #000 !important;
}
.w3-border-grey,
.w3-hover-border-grey:hover,
.w3-border-gray,
.w3-hover-border-gray:hover {
  border-color: #9e9e9e !important;
}
.w3-border-light-grey,
.w3-hover-border-light-grey:hover,
.w3-border-light-gray,
.w3-hover-border-light-gray:hover {
  border-color: #f1f1f1 !important;
}
.w3-border-dark-grey,
.w3-hover-border-dark-grey:hover,
.w3-border-dark-gray,
.w3-hover-border-dark-gray:hover {
  border-color: #616161 !important;
}
.w3-border-pale-red,
.w3-hover-border-pale-red:hover {
  border-color: #ffe7e7 !important;
}
.w3-border-pale-green,
.w3-hover-border-pale-green:hover {
  border-color: #e7ffe7 !important;
}
.w3-border-pale-yellow,
.w3-hover-border-pale-yellow:hover {
  border-color: #ffffcc !important;
}
.w3-border-pale-blue,
.w3-hover-border-pale-blue:hover {
  border-color: #e7ffff !important;
}

.boxshadow {
  box-shadow: 0 1px 5px 0 lightgrey, 0 1px 1px 0 lightgrey;
}
.navbar-light .navbar-brand {
  /* color: rgb(63 115 103); */
  color: rgb(86 33 136);
  font-size: 16px;
  font-weight: bold;
  text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  padding: 2px;
}
.navbar-brand #logo {
  width: 100%;
  height: 100%;
}
body {
  background: #eff1fa;
  font-family: Nunito, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
}
.w3-main {
  margin: 45px 10px 5px 240px;
  /* background: #fff; */
  padding: 5px;
  border-top: 20px solid #eff1fa;
}
.cart {
  background: #fff;
}
.container.loginScreen {
  /* background-image: linear-gradient(130deg,#8624E1 25%,#3607A6 100%)!important; */
  overflow: auto;
  height: 100vh;
  max-width: 100% !important;
  padding: 0;
  background: #fff;
}
.loginHeader {
  border-bottom: 1px solid;
  padding: 5px 0;
  width: auto;
  display: inline-block;
  color: #7c2edd !important;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1em;
}
.remember {
  font-size: 14px;
  opacity: 0.7;
}
.remember input {
  vertical-align: middle;
}
/* .innerContainer {
  background-image: url('../imgs/innerBG6.png');
  display: flex;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 100vh;
} */
/* .sidebarInner {
    background-image: url("../../imgs/innerBG.png");
    background-size: 100%;
} */
.sidebarInner i {
  margin: 0 5px 0 0;
  color: #51ffff;
  width: 18px;
}
.copyright {
  font-size: 12px;
  opacity: 0.6;
  margin: 5em 0 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin-right: 5rem;
  padding: 0 3rem;
}
.resumeDetails i {
  color: #f77e49;
}
.resumeDetails .w3-bar-item {
  padding-left: 30px;
}
.resumeDetails .w3-button:hover i {
  color: #fff;
}
.mainLink {
  color: #ffb08d !important; /*#89f3db!important;*/
  font-size: 16px;
  font-weight: 500;
  margin: 5px 3px -5px;
  text-transform: uppercase;
  margin-left: 0px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.loginForm {
  width: 335px;
  text-align: left;
  background: #fff;
  float: right;
  margin: 50px;
  padding: 50px 25px;
  border-radius: 5px;
  border-top-left-radius: 35px;
  /* box-shadow: 0 5px 7px rgba(0,0,0, 0.5); */
  border-bottom-right-radius: 35px;
}
.loginForm a {
  color: #7d2edd;
}
.loginForm .form-signin h1 {
  font-size: 20px;
  opacity: 0.6;
}
button.btn.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff !important;
  border-width: 2px !important;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  letter-spacing: 1px;
  font-size: 13px;
  /* font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important; */
  font-weight: 400 !important;
  /* text-transform: uppercase!important; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8624e1;
  padding: 5px 5px;
  max-height: 35px;
}
.gridMenuSectionStyle {
  min-height: 37px !important;
  padding: 0 5px !important;
  border-radius: 0 !important;
}
.table > thead > tr > th {
  background: #eff1fa !important;
  white-space: nowrap;
}
.gridMenuSectionStyle .btn.btn-primary,
.gridMenuSectionStyle .btn.btn-primary:hover,
.gridMenuSectionStyle .btn.btn-primary:focus {
  background: #fff;
  border: 1px solid #0069d9 !important;
  padding: 0 5px !important;
  color: #0069d9 !important;
  font-weight: 500 !important;
  letter-spacing: 0;
  max-height: 23px;
  outline: none;
}
.gridMenuSectionStyle .btn.btn-primary .fa-times {
  color: red;
  opacity: 0.3;
}
.gridMenuSectionStyle .fa-columns {
  color: #0069d9 !important;
}
.gridMenuSectionStyle .btn.btn-primary:hover .fa-times {
  opacity: 1;
}
table th.headStyle i.fa {
  color: #0069d9 !important;
  margin-left: 5px;
}
.gridMenuSectionStyle .dropdown .btn.btn-primary {
  border: none !important;
}
.pagingSectionStyle {
  border-radius: 0 !important;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4;
  vertical-align: middle;
  font-size: 12px;
  padding-top: 7px;
}
ul.listGroup {
  margin-left: 1.5em;
  background: #fff;
}
ul.listGroup .listGroupItem {
  background: #fff;
}
.listGroupItem .fa.fa-caret-down {
  position: static !important;
  padding: 0 !important;
}
.filterStyle,
.headStyle {
  background: none !important;
}
.gridMenuItemText {
  margin-bottom: 0;
}
button.btn:hover {
  opacity: 0.8;
}
.loginContent {
  width: 60%;
  text-align: left;
  margin: 50px;
  color: #fff;
}
.loginContent p {
  font-size: 22px;
  line-height: 1.7em;
  padding: 0em 4em 0 0em;
}
.loginContent .header,
.featuresContent {
  display: none;
}
.header {
  /* font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif; */
  font-weight: 400;
  font-size: 27px;
  color: #ffffff !important;
  line-height: 1.2em;
}
.form-control,
.react-datepicker__input-container input {
  padding: 5px 5px 5px !important;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  width: 100%;
  font-weight: 400;
  border-width: 0;
  border-radius: 0;
  border-color: #bec2d8;
  border-bottom-width: 1px;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #8624e1;
}
.featuresContent {
  /* background: linear-gradient(135deg, #6acad2, transparent); */
  padding: 2px 15px;
}
.featuresContent ul {
  padding-left: 1.5rem;
}
.featuresContent ul li {
  /* font-family: 'Open Sans',Arial,sans-serif; */
  color: #fff;
  margin: 8px 0;
  letter-spacing: 1px;
  font-size: 15px;
  /* list-style: none; */
}
.navbar {
  /* background-image: linear-gradient(130deg,#89f3db 25%,#fe9192 100%)!important; */
  /* background-image: linear-gradient(120deg,#9fdfde,#224583);
    background: #fff;
    background: #c7edff; */
  background-image: linear-gradient(130deg, #eff1fa 25%, #183a78 100%) !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  background: #eff1fa;
  width: 100%;
  position: fixed;
  top: 0;
  padding: 0.3rem 0.5rem;
  color: #fff;
}
/* #mySidebar {
  background-image: linear-gradient(130deg, #8624e1 25%, #3607a6 100%) !important;
  background-image: linear-gradient(0deg, #1a3e80 0, #0d234a 50%, #2a5298) !important;
  color: #fff;
  width: 250px !important;
} */
.subHeader {
  color: #8624e1 !important;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #89f3db;
  font-size: 16px !important;
  padding: 0 0 3px;
}
.subHeader.f20 {
  font-size: 20px !important;
}
.highlightText {
  background-image: linear-gradient(90deg, #d7adff 0%, #ffffff 100%);
  font-size: 14px;
  font-weight: 500;
  padding: 2px 5px 4px;
}
.HData .subHeader {
  margin-left: 15px;
  cursor: pointer;
  margin-bottom: 0px;
}
.note {
  font-style: italic;
  opacity: 0.5;
  font-size: 12px;
  display: block;
}
.form-group label {
  margin-bottom: 3px;
  opacity: 0.6;
}
.border-bottom {
  border-bottom: 1px solid #9a5de4 !important;
}
/* .uploadFile,
.uploadUrl {
    position: relative;
    width: 100px;
    height: 33px;
} */
.selectFile {
  position: absolute;
  background: #8624e1;
  color: #fff;
  padding: 4px 12px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1px;
  outline: none !important;
  border: none;
  cursor: pointer;
}
.uploadFile input[type='file'],
.uploadUrl input {
  user-select: none;
  color: gray;
}

/* .uploadFile input[type='file'] {
    padding-left: 130px !important;
} */
/*
.uploadUrl input {
    padding-right: 80px !important;
} */

.uploadFile input[type='file']::-webkit-file-upload-button,
.uploadFile input[type='file']::file-selector-button {
  background: #8624e1;
  color: #fff;
  padding: 4px 12px;
  border-radius: 1px;
  outline: none !important;
  border: none;
  cursor: pointer;
}

.upload-button,
.upload-url {
  position: absolute;
  background: #8624e1;
  color: #fff;
  padding: 4px 12px;
  border-radius: 1px;
  outline: none !important;
  border: none;
  cursor: pointer !important;
  z-index: 10;
}

.uploadFile input[type='file']::-webkit-file-upload-button,
.uploadFile input[type='file']::file-selector-button {
  display: none;
}

::placeholder,
::-webkit-input-placeholder {
  opacity: 0.5;
}
.switch {
  position: relative;
  display: inline-block;
  width: 4.2vw;
  height: 3.7vh;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2ab934;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 1.3vw;
  width: 1.3vw;
  left: 0.2vw;
  top: 50%;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform: translateY(-50%);
}
input:checked + .slider {
  background-color: #ca2222;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translate(2.5vw, -50%);
  -ms-transform: translate(2.5vw, -50%);
  transform: translate(2.5vw, -50%);
}

/*------ ADDED CSS ---------*/
.on {
  display: none;
}

.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 49%;
  left: 1.4vw;
  font-size: 15px;
  font-family: Verdana, sans-serif;
}
.off {
  left: 2.8vw;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 0px;
}

.slider.round:before {
  border-radius: 0px;
}
.padding10 {
  padding: 10px;
}
.padding5 {
  padding: 5px;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 5px 10px 3px;
  text-align: center;
}
.widgetValue h4 {
  margin: 3px 0;
  height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 98%;
}
.widgetValue h4 + i.fa {
  font-size: 16px;
  margin: 5px 0 0;
  position: absolute;
  right: 3px;
  top: 1px;
}
.w3-half .col-auto i,
.w3-third .col-auto i,
.w3-twothird .col-auto i {
  color: #fff !important;
  vertical-align: middle;
  font-size: 20px;
}

.widgetName {
  margin: 0 10px;
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  margin-top: -2px;
}
.widgetValue {
  text-align: center;
  padding: 1px 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.accoHeader {
  color: #3b3091 !important;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0px 2px 70px 0px rgba(110, 130, 208, 0.18);
}
.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.label {
  opacity: 1;
  font-weight: 500;
}
.HData .row > div {
  margin: 0 0 5px;
  border-bottom: 1px dotted #cbdefd;
}

/* .HData .clientRow > div {
    margin: 0 0 5px;
    border-bottom: 1px dotted #cbdefd;
} */
.tableData {
  width: 100%;
}
.tableData th,
.tableData td {
  padding: 4px 5px !important;
  font-weight: 400;
  vertical-align: top;
  line-height: 17px;
}
#skills .tableData td {
  font-size: 13px;
}
.tableData tr:nth-child(even) td {
  background: #f9f9f9;
}
.tableData th {
  border-bottom: 1px solid #89f3db;
  opacity: 1;
  font-weight: 600;
  font-size: 15px;
  min-width: 150px;
}
#skills .tableData th,
#projectSkills .tableData th,
#softSkills .tableData th {
  width: 20%;
}

.profilePhoto img {
  height: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 1px 5px 0 lightgrey, 0 1px 1px 0 lightgrey;
  margin: auto 0;
  object-fit: cover;
}
.candidateName {
  font-weight: 500;
  color: #3d3292;
  font-size: 24px;
  margin: 0px 0px 8px;
  display: inline-block;
  text-transform: capitalize;
  width: 100%;
}
.fileName {
  color: #3b3091 !important;
  margin: 3px 0;
  display: block;
}
.fileName .label {
  width: 65px;
  display: inline-block;
}
.w3-main i.fa,
.w3-main i.fas {
  color: #b627f7;
}
.w3-main i.fa.unselectColumn,
.w3-main i.fas.unselectColumn {
  color: #b3adb5;
}
::-webkit-scrollbar-thumb {
  background-color: #889aea;
}
.scrollbar::-webkit-scrollbar-thumb {
  height: 7px;
  width: 7px;
  background-color: #eff1fa;
}
.scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: #889aea;
}
::-webkit-scrollbar-track {
  background-color: #eff1fa;
  border: none;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #eff1fa;
  border: none;
}
.lblValue a {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
#spanright {
  float: right;
  font-size: 13px;
  margin: 5px 0;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.collapsed #spanright {
  transform: rotate(180deg);
}
.form-group .lblValue {
  display: block;
  opacity: 1;
  margin-top: 7px;
}
#experienceSummary .col-md-1 {
  width: 25px !important;
  max-width: 25px !important;
}
.logout {
  margin-left: 20px;
  opacity: 0.5;
  cursor: pointer;
}
.height100 {
  height: 80vh;
}
/* table th,
table td.filterStyle {
  padding: 0.3em 0.75em !important;
} */
/* table th, */
table td.filterStyle {
  padding: 0.3em 0.75em 0.75em !important;
}

table td.filterStyle .form-control {
  padding: 0 !important;
  font-size: 14px !important;
}
table th.headStyle {
  padding: 7px !important;
  /* font-size: 12px !important; */
}
table th.headStyle .form-control {
  padding: 0px !important;
  font-size: 12px !important;
}
.table-hover tbody tr:hover {
  background-color: transparent;
}
.table-hover tbody + tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
img[src^='ajaxloader'] {
  width: 100px;
}

/* .loader {
  background: url('../imgs/loader.gif') center center no-repeat;
  background-size: 125px;
  position: absolute;
  width: 140px;
  height: 100px;
  z-index: 9999;
  border-radius: 15px;
} */
/* table td {
    padding: 0.7em 0.25em !important;
} */
.form-group.required .form-label:after {
  content: '*';
  color: red;
  position: absolute;
}
.form-text {
  color: red;
  font-size: 80%;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  margin-top: 0;
  color: #fff;
  background-color: #f77e49;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.popover-body {
  padding: 0px;
  color: inherit;
  font-size: 20px;
  color: #212529;
  height: 24px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
a.moreLink {
  margin-top: -27px;
  color: #0057e7 !important;
}
.popover {
  padding: 2px;
  width: 275px;
  text-align: center;
  /* left: -175px !important; */
  border-radius: 0;
}
a.resumeName {
  color: #0057e7 !important;
}

#popover-basic {
  width: 350px;
}
.educationPopOver {
  padding: 0px;
  color: inherit;
  font-size: 14px !important;
  text-align: left !important;
  color: #212529;
  height: 370px !important;
  overflow-x: clip;
  overflow-y: auto;
  /* text-shadow: 2px 2px 2px rgba(0,0,0, 0.2); */
}

/* a:not([href]):not([tabindex]) {
    color: #0057e7 !important;
    text-decoration: none;
} */

.btn.btn-primary.original {
  border-color: #ccc !important;
  color: #333 !important;
  width: 100%;
  text-align: left;
  border-radius: 1px;
  background-color: #fff !important;
}

.btn.btn-primary.original:hover,
.btn.btn-primary.original:focus {
  border-color: #ccc !important;
  color: #333 !important;
  width: 100%;
  text-align: left;
  border-radius: 1px;
  background-color: #8624e1 !important;
}
.btn-group .btn.btn-primary.original {
  width: auto;
}
.dropdown.btn-group .btn.btn-primary.original {
  width: 100%;
}
.pagingSectionStyle .btn.btn-primary.original {
  width: auto;
}
.btn.original .caret {
  float: right;
  margin-top: 8px;
}
/* .btn.btn-primary:hover .fa {
    color: #fff !important;
}  */
.btn.btn-primary.original.active {
  color: #fff !important;
  background-color: #8624e1 !important;
}

.modal-dialog {
  max-width: auto;
  margin: 4rem auto;
}

#lineChart {
  max-width: 90%;
  /* margin: 4rem auto; */
}

#pieChart {
  max-width: 800px;
}

#bulletChart {
  max-width: 60%;
}

.surveyContainer {
  width: 1280px;
  margin: 20px auto;
}
.surveyContainer.appSurvey,
.surveyContainer.participantValidation {
  width: 100%;
}
.surveyContainer .contentContainer {
  padding: 20px 5px 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
    0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  line-height: 30px;
  text-align: center;
}
.surveyContainer .feedbackInfo .quill {
  background: #f9f9f9;
  border-bottom: 1px dotted #d4d4d4;
  border-radius: 10px;
}
.surveyContainer .ql-editor {
  line-height: 30px;
  font-size: 14px;
}
.surveyContainer.feedbackContainer .contentContainer {
  text-align: left;
  line-height: 15px;
  font-size: 13px;
}
.text-bold {
  font-weight: bold;
}
.surveyQuestions {
  max-height: 650px;
  overflow: auto;
}
.surveyContainer .testQuestion {
  margin: 0;
}
.testQuestion {
  padding: 10px;
  background: #f1f1f1;
  border: 1px solid #dadada;
  margin: 20px 0 0;
  width: 100%;
  font-size: 14px;
}

/* .queText{
    color: #000 !important;
} */

.testQuestion span {
  color: #0057e7;
  margin-right: 10px;
}
.contentContainer {
  background: #fff;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.sectionHeader {
  font-family: Lato, Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #0057e7 !important;
  margin: 10px 0;
  padding: 0 5px 0 5px;
  display: flex;
}

.sectionHeaderLeft {
  float: left;
  width: 50%;
}

.modal-body .answers,
.trainingDetails .answers {
  padding: 10px 15px 20px;
  border: 1px solid #dadada;
  border-top: none;
  max-height: 200px;
  overflow: auto;
}
.form-group .answers label {
  display: block;
  width: 100%;
}
.answers .radio input[type='radio'],
.answers .checkbox input[type='checkbox'],
input[type='radio'] {
  margin-left: 5px;
  margin-top: 8px;
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-right: 5px;
}

.answers > div {
  margin: 3px 0;
  margin-right: 20px;
}
.answers .radio,
.answers .checkbox {
  margin: 10px 0;
}

.form-group.has-error .help-block {
  color: red;
  font-size: 90%;
}

.form-group.has-error .form-control,
.form-group.has-error .dropdown .btn.btn-default,
.form-group.has-error .input-group-addon {
  border-color: #dd4b39 !important;
  box-shadow: none;
}

.form-group.has-error label {
  color: #2e2e2e;
}
.answers.has-error {
  border: 1px solid red !important;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #dadada;
}

.app-chatbot-container {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  box-shadow: 5px 5px 13px rgb(91 81 81 / 40%);
  border-radius: 5px;
}

.app-chatbot-button {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #8624e1;
  border: none;
  position: fixed;
  bottom: 15px;
  z-index: 9999;
  right: 40px;
}

.app-chatbot-button-BCV-bot,
.app-chatbot-button-BCV-close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none !important;
  position: fixed;
  bottom: 15px;
  z-index: 9999;
  right: 40px;
}

/* .app-chatbot-button-BCV-bot::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('/DRPCBIMAGS/CBlogo-bcv.png') no-repeat center/cover;
  border-radius: 50%;
} */

.app-chatbot-button-BCV-close {
  background: #fe2c68;
}

.app-chatbot-button-BCV-close::before {
  content: '\2715';
  color: white;
  display: block;
  font-size: 1.2rem;
  background-color: transparent;
}

.react-chatbot-kit-chat-container {
  position: relative !important;
  width: 350px !important;
}

.react-chatbot-kit-chat-bot-message {
  background-color: #004f6d;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  color: #fff;
  font-weight: medium;
  position: relative;
  width: 184.5px;
  margin-left: initial !important;
  text-align: left !important;
}

.fa.pull-right {
  margin-left: 0.3em;
  color: #ffffff;
}

.learning-options-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  word-wrap: break-word;
}

.learning-option-button {
  padding: 0.5rem;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #004f6d;
  margin: 3px;
  /* word-wrap: break-word !important; */
}
.react-chatbot-kit-chat-bot-message {
  word-wrap: break-word !important;
}
/* .react-chatbot-kit-chat-bot-avatar-letter {
    content: GBot !important;
    visibility: visible !important;
    color: #ffff !important;
    font-weight: bold;
} */
/* .react-chatbot-kit-chat-bot-avatar-container {
    content: GBot !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    font-size: 1rem !important;
    margin-right: 12.5px;
    background-color: #ff6600 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px !important;
} */

.url-link {
  color: #fff !important;
}

.chatbotBounce {
  /* -webkit-animation: bounce .2s infinite;
    -moz-animation: bounce .3s infinite alternate; */
  animation: bounce 0.2s infinite;
}
/* @-webkit-keyframes bounce {
    to { -webkit-transform: scale(1.2); }
}
@-moz-keyframes bounce {
    to { -moz-transform: scale(1.2); }
}
@keyframes bounce {
    to { transform: scale(1.2); }
} */

.css-14uf6p-TimelineItemContentWrapper {
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.5em;
  margin: 1em 0;
  max-width: px;
  min-height: 150px !important ;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 0;
}

.card-media-wrapper {
  min-height: 150px !important;
}

.timeline-controls {
  margin-top: 1.8rem !important;
}
.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.left {
  left: 0;
  /* background-color: #111; */
}

.right {
  right: 0;
  /* background-color: red; */
}

.degreePopover {
  padding: 0px;
  color: inherit;
  font-size: 14px !important;
  text-align: left !important;
  color: #212529;
  height: 150px !important;
  overflow-x: clip;
  overflow-y: auto;
}

.pSkills__lineBreak {
  width: 100px;
  word-wrap: break-word;
  display: inline-block;
}

.btn__add {
  color: #fefefe !important;
}
.btn__trash {
  color: #fefefe !important;
}
.mt-3.mb-4.cForm__margin {
  margin-top: 0rem !important;
  margin-bottom: 1rem !important;
}

.cInput__padding {
  padding: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cLabel__font {
  font-size: 0.9rem !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: transparent !important;
  color: #555 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #555555 !important;
}

.save-query-dropdown {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 5;
}

.relative {
  position: relative;
}

@media (max-width: 767px) {
  .save-query-dropdown {
    position: relative;
    left: 0;
    right: 0;
  }
}

.search-query-option {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.form-check-input[type='checkbox'] {
  margin-top: 4px;
}

.form-check-input[type='radio'] {
  width: 0 !important;
  height: 16px !important;
  margin-top: 8px !important;
  background-color: transparent !important;
  border: 0;
}

.form-check-input[type='radio']::after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 2px solid gray;
  border-radius: 50%;
}
.form-check-input[type='radio']:checked,
.form-check-input[type='radio']:focus {
  background-color: transparent !important;
}
.form-check-input[type='radio']:checked:after {
  background: radial-gradient(#8624e1 0%, #8624e1 40%, transparent 50%, transparent);
  border-color: #8624e1;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 50px;
}

.toggle-switch input {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.switch-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-color: #ca2222;
  transition: all 0.4s;
}

.switch-slider::after {
  content: '';
  text-align: right;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 13px;
  height: 13px;
  transition: all 0.4s;
  background-color: white;
}

.toggle-switch .labels {
  position: absolute;
  /* top: 2px; */
  left: 0px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.toggle-switch .labels::before {
  content: attr(data-off);
  position: absolute;
  opacity: 1;
  right: 4px;
  transition: all 0.4s ease-in-out;
}

.toggle-switch .labels::after {
  content: attr(data-on);
  position: absolute;
  opacity: 0;
  left: 4px;
  transition: all 0.4s ease-in-out;
}

input:checked + .switch-slider {
  background-color: #2ab934;
}

input:checked + .switch-slider::after {
  transform: translateX(30px);
}

input:checked ~ .labels::after {
  opacity: 1;
}

input:checked ~ .labels::before {
  opacity: 0;
}

.custom-control-label::before {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.custom-control-label::after {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8624e1 !important;
}

.input-placeholder::placeholder {
  font-size: 12px;
  color: gray;
  opacity: 0.6;
}

#polarChart {
  max-width: 700px;
}
.pdf__header {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.pdfHeaderFooter {
  font-size: 12px;
  color: #938b8b;
  font-weight: bold;
}
.chart__header {
  font-size: 15px;
  margin-top: 10px;
  text-align: justify;
  font-family: Sans-Serif;
}
.big__five {
  font-weight: bold;
  font-size: 20px;
}
.big__five__description {
  font-size: 15px;
  text-align: justify;
  font-family: Sans-Serif;
}
.desc__header {
  font-weight: bold;
  font-size: 16px;
}
.candidateScoreSlab {
  font-weight: bold;
  font-size: 14px;
}
.candidateConsolodate {
  font-weight: bold;
  font-size: 14px;
}
#hdnElement {
  display: none;
}
.candidateScore {
  font-weight: bold;
  font-size: 16px;
}
.commonTxtweight {
  font-weight: bold;
}
.labelName {
  margin-right: 10px;
}
.labelDate {
  margin-right: 10px;
  margin-left: 50px;
}
.chartDesc {
  font-size: 15px;
  text-align: justify;
  font-family: Sans-Serif;
}

/* ===================
        Agent
=================== */

.inline-block {
  display: inline-flex;
}

.agent-header-icon,
.agent-header-details {
  display: inline-block;
}

.agent-header-icon i,
.agent-header-details i {
  font-size: 2rem;
  color: white;
}

.agent-header-details select {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: white;
  padding: 0.5rem 0;
}

.agent-header-details option {
  color: black;
  cursor: pointer !important;
}

.agent-page {
  background: #dfdfdf;
  height: 93vh;
}

.chat-wrapper {
  height: 50rem;
}

.agent-chat-card {
  height: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #eef0f8;
  padding: 1rem 0;
  font-size: 0.85rem;
  line-height: 0.85rem;
}

.chat-header {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agent-primary-color {
  background-color: #403694;
}

.user-chats-wrapper {
  height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1rem;
}

.agent-chat-card button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.message-notification {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fc9a06;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.outline-0 {
  outline: none !important;
}

.agent-card-shadow {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%);
}

.inset-0 {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.ml-auto {
  margin-left: auto !important;
}

.gray-tick-one,
.blue-tick-one {
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
}

.gray-tick-one {
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}

.blue-tick-one {
  border-right: 1px solid blue;
  border-bottom: 1px solid blue;
}

.gray-tick-two,
.blue-tick-two {
  width: 2px;
  height: 8px;
  transform: rotate(45deg);
  margin-left: 1px;
}

.gray-tick-two {
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}

.blue-tick-two {
  border-right: 1px solid blue;
  border-bottom: 1px solid blue;
}

.dropdown-title {
  width: max-content;
  text-align: left;
  padding: 1rem;
  padding-left: 2rem;
  font-size: 1.2rem;
  position: relative;
  cursor: pointer;
}

.dropdown-title::after {
  content: '\2227';
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 1rem;
}

.content {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 2rem;
  transition: height 0.1s ease-out;
}

.dropdown-title.active::after {
  content: '\2228';
}

.min-vh-100 {
  min-height: 100vh;
}
.min-vw-100 {
  min-width: 100vw;
}

/* Chrome, Safari, Edge, Opera */
.dashboard-input input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.dashboard-input input[type='number'] {
  -moz-appearance: textfield;
}

.text-ellipsis {
  /* text-transform: capitalize; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

:root {
  --primary-color: #8624e1;
  --green-color: #2ab934;
  --active: #00bcd4;
  --completed: #16c116;
  --on-hold: #ffc107;
  --rejected: #dc3545;
}

.dropdown-option {
  color: black;
  transition: all 0.2s linear;
}

.dropdown-option:hover {
  /* color: white; */
  background-color: #e4e4e4;
}

.toast-max-width {
  max-width: 500px !important;
}

.candidate-list-dropdown {
  min-width: max-content !important;
  border-color: #ddd !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 350px !important;
  height: max-content !important;
}

.interview-list-dropdown {
  min-width: 14rem !important;
}

.profilePhoto {
  position: relative;
}

.profilePhoto #userImage {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 1px 5px 0 lightgrey, 0 1px 1px 0 lightgrey;
  margin: auto 0;
  object-fit: cover;
}

.femaleImageBG {
  background-color: #f7d2d2;
}
.maleImageBG {
  background-color: #baecf9;
}
.userImageBG {
  background-color: #4a9bd2;
}

.genderIcon {
  position: absolute !important;
  bottom: 0;
  left: 0.3rem;
  color: #b627f7 !important;
}

/* .mb-0 {
  color: #f77e49;
} */

.modal-xl {
  max-width: 800px;
}

.time-input__wrapper {
  position: absolute;
  z-index: 100;
  top: 36px;
  width: 80%;
  height: 88px;
  background: white;
  border-radius: 4px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  overflow: auto;
}

.time-input-option {
  cursor: pointer;
  padding: 0px 5px 0 5px;
}

.time-input-option:last-child {
  padding-bottom: 5px;
}

.bg-highlight {
  background: #8624e1;
  color: white;
}
.time-input__wrapper:hover .bg-highlight {
  background: transparent;
  color: black;
}

.time-input-option:hover {
  background: #7871fc !important;
  color: white !important;
}

input[type='date']::-webkit-calendar-picker-indicator {
  z-index: 1;
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type='date']:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 12px;
  color: var(--primary-color);
  cursor: pointer;
}

textarea::placeholder {
  opacity: 0.8;
}

.bg__green {
  background: var(--green-color) !important;
}

.text__green {
  color: var(--green-color) !important;
}

.modal-sm {
  max-width: 650px;
}

.modal-body,
.modal-header,
.modal-footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.teams-logo {
  height: 26px;
}
.teams-calender {
  font-size: 18px !important;
}

.heightlight-grid-row {
  background: #e1f1f7;
}

.navbar-brand {
  width: 160px;
  height: 45px;
  position: relative;
}

.navbar-brand img {
  width: auto;
  height: 100%;
}

.bodyStyle p {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.formContainer {
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.modal-xl {
  max-width: 900px;
}

.feedback-btn {
  background-color: #3ac47d !important;
}

.editInput,
.selectInput,
.react-datepicker__input-container input {
  padding-left: 5px !important;
  background: #eeeeee;
}

.editInput:focus,
.selectInput:focus,
.react-datepicker__input-container input:focus {
  background: #f3e9fc;
}

#feedBack-Status label {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#feedBack-Status input[type='radio'] {
  display: none !important;
}

#Approved i.fa {
  color: rgb(1, 181, 1);
}

#Approved input[type='radio']:checked + label i.fa {
  color: white !important;
}

#Approved input[type='radio']:checked + label {
  background-color: rgb(22, 193, 22);
  color: #fff;
}

#On_Hold i.fa {
  color: #8624e1;
}

#On_Hold input[type='radio']:checked + label {
  background-color: #ffc107;
  color: white !important;
}

#On_Hold input[type='radio']:checked + label i.fa {
  color: white !important;
}

#Rejected i.fa {
  color: rgb(255, 0, 0);
}

#Rejected input[type='radio']:checked + label i.fa {
  color: #fff !important;
}
#Rejected input[type='radio']:checked + label {
  background-color: #ff4d6d;
  color: #fff;
}

.nav-link-active {
  color: black !important;
  background-image: linear-gradient(90deg, #736cff 0%, #93bbff 100%);
  text-decoration: none;
  border-radius: 0px 0px 0px 0px !important;
}

.cursor-disabled:disabled {
  cursor: not-allowed;
}

.react-date-picker__wrapper {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  border: none;
}

.add-user-form-control {
  padding: 5px 5px 5px !important;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  width: 150%;
  font-weight: 400;
  border-width: 0;
  border-radius: 0;
  border-color: #bec2d8;
  border-bottom-width: 1px;
}
.table-responsive {
  transform: translate3d(0px, 0px, 0px);
}
#interview-dropdown button,
#interview-dropdown button:active,
#interview-dropdown button:hover,
#interview-dropdown button.dropdown-toggle.btn-primary.dropdown-toggle {
  background-color: #9d57de !important;
  color: white !important;
  border: 0 !important;
  outline: none;
}
#interview-dropdown.show button.dropdown-toggle.btn-primary.dropdown-toggle {
  background-color: #9d57de !important;
  color: white !important;
  outline: none;
  border: 0 !important;
}
.box-shadow-none {
  box-shadow: none !important;
}
.interview-details__body p,
.interview-details__body ol,
.interview-details__body ul {
  margin-bottom: 0 !important;
}
.cancelled {
  color: #ff4d6d;
}
.completed {
  /* color: #20bd9b; */
  color: green;
}
.scheduled {
  color: #00bcd4;
}
.link {
  color: var(--secondary);
}
.link:hover {
  color: var(--primary-color) !important;
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
}
.modal-xl {
  max-width: 1050px;
}
.feedback-modal > tbody > tr > td {
  /* border: 1px solid #a6a6a6; */
  vertical-align: top !important;
  font-size: 12px;
}
.accoHeader.feedback-form-info {
  box-shadow: none !important;
}
.react-date-picker__clear-button {
  display: none !important;
}
.my-team-me-switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 26px;
}

.my-team-me-slider {
  background-color: green;
}

.my-team-me-slider:before {
  height: 22px;
  width: 17px;
  left: 2.1px;
  bottom: 2px;
  background-color: #ffffff;
}

input:checked + .my-team-me-slider {
  background-color: green;
}

input:focus + .my-team-me-slider {
  box-shadow: 0 0 7px #8ca7ff;
}

input:checked + .my-team-me-slider:before {
  -webkit-transform: translateX(59px);
  -ms-transform: translateX(59px);
  transform: translateX(59px);
}

.my-team-me-label.on {
  color: #fff;
  left: 40%;
  font-size: 12px;
}

.my-team-me-label.off {
  right: -35%;
  color: #fff;
  font-size: 12px;
}

.my-team-me-slider.round {
  border-radius: 2px;
}

.my-team-me-slider.round:before {
  border-radius: 2px;
}

input:checked + .slider .off {
  display: none;
}

.selection-column.fa-columns {
  color: green !important;
}

.note-info {
  color: #f77e49 !important;
}
/* #candidateStatus .react-date-picker__calendar-button {
  display: none;
} */
input[type='date']:before {
  top: 5px;
  right: 16px;
}
#interviewMode .btn-outline-secondary:not(:disabled):not(.disabled).active,
#interviewMode .btn-outline-secondary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  outline: none;
  font-weight: 600;
}
#partTimeExperiences th,
#internships th {
  min-width: 26%;
  width: 26%;
  max-width: 30%;
}
.table-bordered > thead > tr > th > p,
.table-bordered > tbody > tr > th > p,
.table-bordered > tfoot > tr > th > p,
.table-bordered > thead > tr > td > p,
.table-bordered > tbody > tr > td > p,
.table-bordered > tfoot > tr > td > p {
  margin: 0 !important;
}
.ql-editor {
  min-height: 115px;
  max-height: 250px;
}

.header-class {
  color: #3b3091;
  font-size: 17px;
  font-weight: 400;
}

.eye-color {
  color: #8624e15e;
}

.suggestions-input {
  appearance: none;
  margin: 2px;
  padding: 5px 5px 5px;
  outline: none;
  border: 0px;
  width: 100%;
  border-bottom: 1px solid #bec2d8;
}
.suggestions-input:focus {
  border-bottom: 1px solid #8624e1 !important;
}

.no-suggestions {
  color: #999;
  padding: 0.5rem;
}

.suggestions {
  box-shadow: 0px 5px 10px 2px lightgrey, 0px 5px 10px 2px lightgrey;
  position: absolute;
  border-radius: 0 0 5px 5px;
  border: 1px solid #cecece;
  border-top-width: 0;
  list-style: none;
  margin-top: 0;
  overflow-y: auto;
  padding-left: 0;
  width: -webkit-fill-available;
  background-color: white;
  z-index: 2;
}

.suggestions li {
  color: black;
  padding: 0.3rem;
}

.suggestion-active.suggestions-selected,
.suggestions li:hover {
  background-color: #7871fc;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
}
.w3-medium-lite {
  font-size: 14px !important;
}

@media (max-width: 600px) {
  .w3-quarter {
    width: 24.99999%;
  }
}

.react-pdf__Page__canvas {
  margin: 0 auto;
  width: 80% !important;
  height: 100% !important;
}
.ck table p {
  margin-bottom: 0px !important;
}

.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),
.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
  height: 500px;
  width: 1034px !important;
  border: 1px solid var(--ck-color-toolbar-border) !important;
  font-size: 14px;
  padding: 10px 70px;
}
#header .ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),
#header .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
  height: 200px;
}
#footer .ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),
#footer .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
  height: 200px;
}
.ck.ck-toolbar.ck-toolbar_grouping {
  width: 1034px !important;
}
.w3-sidebar {
  background-image: linear-gradient(0deg, #1a3e80 0, #0d234a 50%, #2a5298) !important;
  color: #fff;
  width: 240px;
  height: 92vh;
  position: fixed !important;
  padding-bottom: 5px;
  z-index: 3;
  overflow: auto;
  transition: width 2s;
}

.w3-main-collapsed {
  margin: 45px 10px 5px 60px;
}

.w3-sidebar.collapse-sidebar {
  width: 55px;
}

.sidebar-icon {
  display: none;
  position: fixed;
  color: #2a5298;
  background-color: #fff;
  padding: 4px 6px;
  z-index: 4;
}

.icon-position-expanded {
  left: 220px;
  top: 59.5px;
}

.icon-position-collapsed {
  display: inline;
  left: 41px;
  top: 59.5px;
}

.on-hover:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
  background-color: #0069d9;
}

#resumeDetailsIcon.fa.fa-file-text-o {
  color: #f77e49 !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.sidebar-wrapper:hover .sidebar-icon {
  display: inline;
}

.w3-margin-top-20 {
  margin-top: 20px !important;
}

.ck-list-styles-dropdown .ck-splitbutton__arrow {
  display: none;
}
.offer-letter-breadcrumbs {
  display: block;
  float: left;
  height: 51px;
  background: #f3f5fa;

  text-align: center;
  padding: 15px 15px 0 50px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 14px;
  text-decoration: none;
}

.offer-letter-breadcrumbs::after {
  content: '';
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #f3f5fa;
  position: absolute;
  right: -26px;
  top: 0;
  z-index: 1;
}
.offer-letter-breadcrumbs::before {
  content: '';
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.offer-letter-breadcrumbs.active::after {
  border-left-color: var(--primary-color);
}

.ck .ck-powered-by {
  display: none;
}

.timeline {
  position: relative;
  top: 0.5rem;
}

.timeline-container {
  position: relative;
  left: 25px;
  width: 80%;
}

.timeline-text {
  position: relative;
  padding: 5px 2px 5px 5px;
}

.timeline-container .timeline-dots {
  position: absolute;
  font-size: 10px;
  top: 15px;
  left: -13px;
  padding: 1.5px 6px;
  border-radius: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.timeline::after {
  content: '';
  position: absolute;
  border-radius: 5px;
  width: 3.5px;
  height: var(--timeline-height);
  background: #dcdddf;
  top: var(--timeline-top);
  left: 10px;
}

/* On Hover Card */
.candidate-container {
  position: relative;
  flex-wrap: wrap;
  gap: 10px 0px;
  padding: 5px 0px;
}

.candidate-container .candidate-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  /* width: 24%; */
  padding: 10px;
  box-shadow: 0 1px 5px 0 lightgrey, 0 1px 1px 0 lightgrey;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.candidate-container .candidate-card:hover {
  left: 0px;
  transform: translate(50%, 0px) scaleX(2);
  box-shadow: 0px 0px 8px 3px rgba(211, 211, 211, 1);
  background: #fff;
  z-index: 2;
}

.candidate-container .candidate-card .status-watermark {
  font-size: 50px;
  letter-spacing: 5px;
  transform: rotate(-45deg);
  transition: all 0.5s ease 0s;
  opacity: 0.1;
}
.candidate-container .candidate-card:hover .status-watermark {
  transform: scaleX(0.5) rotate(-45deg);
}

.candidate-container .candidate-card .imgBX {
  position: absolute;
  height: 70px;
  left: 15px;
  top: 15px;
  width: 75px;
  border-radius: 10px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}

.candidate-container .candidate-card:hover .imgBX {
  left: 0px;
  transform: translate(-15%, 0) scaleX(0.5);
}

.candidate-container .candidate-card .candidate-badge {
  display: none;
}

.candidate-container .candidate-card:hover .candidate-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  transform: scaleX(0.5);
  left: -5px;
}

.candidate-container .candidate-card .imgBX img {
  position: absolute;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.candidate-container .candidate-card .personal-details {
  position: absolute;
  left: 100px;
  top: 10px;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.personal-details .candidateName:hover {
  text-decoration: underline;
}

.candidate-container .candidate-card:hover .personal-details {
  transform: translate(-3%, 0) scaleX(0.5);
  left: 0px;
  width: 80%;
}

.candidate-container .candidate-card .contact-details {
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 75%;
  display: flex;
  transition: all 0.5s ease 0s;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.candidate-container .candidate-card:hover .contact-details {
  transform: translate(-22%, 0) scaleX(0.5);
  left: 0px;
}

.candidate-container .candidate-card .interview-details {
  position: absolute;
  display: none;
  height: 205px;
  width: 100%;
  left: 100%;
  top: 8px;
  transition: all 0.5s ease 0s;
  transition: 0.5s;
  overflow: auto;
}

.candidate-container .candidate-card:hover .interview-details {
  position: absolute;
  display: inline-block;
  transform: scaleX(0.5);
  width: 77%;
  left: 41%;
}

.candidate-container .candidate-card .candidate-tag {
  position: absolute;
  bottom: 0px;
  transition: all 0.5s ease 0s;
  left: 90%;
}

.candidate-container .candidate-card:hover .candidate-tag {
  bottom: 0px;
  transform: scaleX(0.5);
  left: 27%;
}

.candidate-container .right-card {
  transform: translate(-50%, 0px) scaleX(2) !important;
}

.card-icons {
  height: 18px;
  width: 18px;
}
.candidate-card-text {
  color: var('--bs-gray-600');
}

.hsnp-placeholder ::placeholder {
  opacity: 0.4 !important;
}

.candidate-container .candidate-card .candidateId-style {
  position: absolute;
  color: #3d3292;
  left: 35.5px;
  top: 85px;
  transition: all 0.5s ease 0s;
}

.candidate-container .candidate-card:hover .candidateId-style {
  transform: scaleX(0.5);
  left: 9px;
}
#interviewScheduleInput .suggestions-input {
  margin: 0;
}
#interviewScheduleInput .suggestions-input[readonly] {
  background-color: var(--bs-secondary-bg) !important;
  opacity: 1;
  cursor: default;
}
#interviewScheduleInput .suggestions-input[readonly]:focus {
  border-bottom: 1px solid #bec2d8 !important;
}
.placeholder-button {
  color: white;
  background: grey;
  padding: 5px;
  border-radius: 5px;
}

.w3-736cff-color {
  background-color: #736cff !important;
  color: white !important;
}
.on-hover-animation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--primary-color);
  border-radius: 50%;
  transition: all 400ms ease-in-out;
  transform: scale(0);
}

.on-hover-animation {
  position: relative;
  z-index: 1;
  transition: all 400ms ease-in-out;
}

.on-hover-animation:hover::before,
.on-hover-animation:hover::before {
  transform: scale(1.5);
}

.on-hover-animation:hover {
  color: white !important;
}
.pill-container {
  /* border: 1px solid #736cff; */
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: all 400ms ease-in-out;
}
.pill-container:hover {
  box-shadow: 0px 4px 15px 0px #89b5ff;
}

.w3-mw-130 {
  max-width: 130px;
  /* cursor: text; */
}

.w3-mw-155 {
  max-width: 155px;
  /* cursor: text; */
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.weight-500 {
  font-weight: 500 !important;
}
.weight-600 {
  font-weight: 600 !important;
}
.custom-modal-header {
  border-bottom: 1px solid var(--primary-color);
  padding: 1rem;
  font-size: 1.15rem;
}
.db-search-results {
  font-family: Poppins, sans-serif;
}

.candidateId:hover {
  color: var(--primary-color);
}
.w3-margin-border {
  margin: 0px -15px 10px -20px;
  padding-bottom: 10px;
  /* border-bottom: 1px dotted #cbdefd; */
}
.jdCreation label {
  /* margin-bottom: -5px !important;*/
}
.jdCreation .form-control,
.jdCreation input {
  padding: 0px 5px 0px !important;
}
.location-checkbox-container {
  border: 2px solid rgb(0, 207, 0);
  color: darkgreen;
  border-radius: 3px;
}
.widget-list {
  display: flex;
  flex-wrap: wrap;
}

.widget-list.matched {
  color: blue;
  font-weight: 500;
}

.widget {
  /* margin: 1px; */
  /* padding: 2px 5px; */
  /* background-color: #e9ecef; */
  /* border-radius: 3px; */
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  font-size: 12px;
}

.widget.matched {
  /* background-color: #7ec365;
  color: white; */
  /* color: rgb(26, 116, 49); */
  color: blue;
  font-weight: 500;
}

.widget.link {
  /* background-color: var(--primary-color); */
  /* color: white; */
  cursor: pointer;
  color: var(--primary-color);
}

.text-primary-custom {
  color: var(--primary-color) !important;
}

.range-slider {
  position: relative;
  width: 100%;
}

.range-slider input[type='range'] {
  width: 100%;
  cursor: pointer;
}

.slider-value {
  display: none;
  position: absolute;
  top: -30px;
  background-color: #264b8d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 10;
}

.range-slider:hover .slider-value {
  display: block;
}

input[type='range'] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  /*  overflow: hidden;  remove this line*/

  /* New additions */
  height: 4px;
  background: #00d455;
  border-radius: 2px;
}

/* Thumb: webkit */
input[type='range']::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 10px;
  width: 10px;
  background-color: #00d455;
  /* border-radius: 50%; */
  border-radius: '3px';
  border: none;
  border-radius: 2px;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: 0.2s ease-in-out;
}

/* Thumb: Firefox */
input[type='range']::-moz-range-thumb {
  height: 10px;
  width: 10px;
  background-color: #00d455;
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: 0.2s ease-in-out;
  border-radius: 2px;
}

.width-300 {
  width: 270px;
  display: inline-block;
  text-wrap: wrap;
  overflow-y: auto;
}

.height-58vh {
  height: 58vh;
}

.height-52vh {
  height: 52vh;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

/* Hover, active & focus Thumb: Webkit */

/* input[type='range']::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px #8624e145;
}
input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px #8624e145;
}
input[type='range']:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px #8624e145;
} */

/* Hover, active & focus Thumb: Firfox */

/* input[type='range']::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px #8624e145;
}
input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px #8624e145;
}
input[type='range']:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px #8624e145;
} */

.highlight-region {
  background-color: #ddd !important;
}

.btn-animation {
  transition: background-color 0.2s ease-in-out;
}

.btn-animation:active,
.btn-animation:focus-visible,
.btn-animation:visited {
  background-color: #eee;
}

.custom-popover.popover {
  width: 300px;
}

.multiselect-container {
  position: relative;
  width: 20em;
  min-height: 1.5em;
  border-bottom: 0.05em solid #777;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0rem 0.5em;
  outline: none;
}

.multiselect-container:focus {
  border-color: #8624e1;
}

.multiselect-value {
  flex-grow: 1;
  display: flex;
  gap: 0.2em;
  flex-wrap: wrap;
}

.multiselect-clearbtn {
  background: none;
  color: #777;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px;
  font-size: 1.25em;
}

.multiselect-clearbtn:focus,
.multiselect-clearbtn:hover {
  color: #8624e1;
}

.multiselect-divider {
  background-color: #777;
  align-self: stretch;
  width: 0.05em;
}

.multiselect-caret {
  margin-top: 3px;
  translate: 0 25%;
  border: 0.45em solid transparent;
  border-top-color: #777;
  cursor: pointer;
}
.multiselect-caret:hover,
.multiselect-caret:focus {
  border-top-color: #8624e1;
}
.multiselect-options {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 10em;
  overflow-y: auto;
  border: 0.05em solid #777;
  display: none;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: calc(100% + 0.25em);
  z-index: 100;
}

.multiselect-options.multiselect-show {
  display: block;
}

.multiselect-option {
  padding: 0.25em 0.5em;
  cursor: pointer;
}

.multiselect-option.selected-option {
  background-color: #7871fc;
  color: #fff;
}

.multiselect-option.highlighted-option {
  background-color: #7871fc;
  color: #fff;
}

.multiselect-removebtn {
  display: inline;
}

.multiselect-option-badge {
  display: flex;
  align-items: center;
  /* border: 0.05em solid #777; */
  border: none;
  /* padding: 0.15em 0.25em; */
  gap: 0.25em;
  /* border-radius: 0.25em; */
  cursor: pointer;
  background: none;
  outline: none;
}

.multiselect-option-badge:hover,
.multiselect-option-badge:focus {
  background-color: #ffa0a0;
  color: #000;
  border-color: #ff0000;
}

.multiselect-option-badge:hover > .multiselect-removebtn,
.multiselect-option-badge:focus > .multiselect-removebtn {
  color: red;
}

.multiselect-option-badge > .multiselect-removebtn {
  font-size: 1em;
  color: #777;
}

.switch-slider.custom-slider::after {
  top: 3px;
  height: 15.5px;
}
.score-button {
  padding: 1px 0.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: none;
  color: white;
}

.custom-dropdown {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.custom-dropdown .option {
  top: 29px;
  max-height: 180px;
  overflow-y: auto;
  position: absolute;
  background-color: #eff1fa;
  border-radius: 1px;
  z-index: 100;
}

.custom-dropdown .option div {
  padding: 0.2rem 0.3rem;
  cursor: pointer;
}

.custom-dropdown.option div[aria-selected='true'] {
  background: #7871fc;
}

.custom-dropdown .option div:hover {
  color: white;
  background: #7871fc;
}

.custom-dropdown .select {
  background-color: #eff1fa;
  border-radius: 2px;
  padding: 0.4rem 0.3rem;
  cursor: pointer;
}
.custom-dropdown .icon {
  color: var(--primary-color);
}

.w3-140 {
  width: 140px !important;
  min-width: 140px !important;
}
#toggleButtonGroup .btn-outline-secondary:not(:disabled):not(.disabled).active,
#toggleButtonGroup .btn-outline-secondary:hover {
  color: #fff;
  background-color: var(--hover-color);
  border-color: var(--hover-color);
  outline: none;
  font-weight: 600;
}

#toggleButtonGroup .btn.active {
  color: white;
}

.custom-label .label-transition {
  position: absolute;
  left: 0px;
  top: -1px;
  background-color: #fff;
  padding: 7px 0px 5px 0px;
  width: 82%;
  text-align: center;
  pointer-events: none;
}

.custom-label .react-date-picker__wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.custom-label .react-date-picker__button {
  padding: 4px;
  margin-left: 7px;
}
.custom-label .react-date-picker__inputGroup {
  min-width: calc((5px * 7) + 0.54em * 8 + 0.217em * 2);
  padding-left: 5px;
}

#SearchById.form-control {
  padding: 5px 0px 5px 5px !important;
}
#attachToJD .form-check-label {
  margin-top: 0.3rem;
}

.cursorPointer {
  cursor: pointer;
}

.focus-not-visible:focus,
.focus-not-visible:focus-visible {
  border: 1px solid #dee2e6 !important;
  outline: none;
}

#jobid.form-control {
  padding-right: 30px !important;
}

#recruiterReportModal.modal-xl {
  max-width: 1150px;
}

.link-hover-color:hover {
  color: #8624e1;
}

.onHoldColor {
  color: var(--on-hold) !important;
}

.onHoldBgColor,
.onHoldBgColor:hover {
  color: white !important;
  background-color: var(--on-hold) !important;
}
.custom_focus_border:focus {
  border-color: #8624e1;
}

#individualTaggedJDReport.modal-xl {
  max-width: 80%;
}

.cursorDefault {
  cursor: default !important;
}

#jobStatusReportGrid .grid3MenuSectionStyle {
  min-height: 30px;
}

#jobStatusReportPieChart .apexcharts-legend.apexcharts-align-center.apx-legend-position-right {
  flex-direction: column;
  flex-wrap: wrap;
  top: 50px !important;
  width: 70%;
}

.added-candidate-mail {
  all: unset;
  background-color: #8624e117;
  /* padding: 3px 6px; */
  border-radius: 4px;
  margin: 3px;
}
.added-candidate-mail.hide {
  background-color: transparent;
}

.ql-attachment::before {
  content: '\f0c6'; /* FontAwesome paperclip icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.daterangepicker .drp-buttons {
  display: flex !important;
  justify-content: end;
  align-items: center;
}

.daterangepicker .ranges li {
  padding: 5px 10px !important;
  width: 110px !important;
}

.daterangepicker .ranges li.active {
  background-color: #7871fc !important;
}

.daterangepicker td.active {
  background-color: #7871fc !important;
}

.daterangepicker td.weekend:not(.in-range, .start-date) {
  background-color: #f8f8f8 !important;
  border-color: transparent !important;
  border-radius: 0px !important;
  color: #888 !important;
}

.daterangepicker td.weekend.active {
  color: #fff !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  position: unset !important;
  transform: none !important;
}

.custom-calender {
  position: relative;
  background-color: #f2f6fa;
  height: 50px;
  width: 50px;
  border-radius: 10px;
}

.custom-calender-ticks {
  position: absolute;
  background-color: #b5b8bf;
  transform: translate(-50%, -30%);
  border-radius: 2px 2px 2px 2px;
  height: 14px;
  width: 4px;
}

.custom-halfscreen-wrapper {
  position: fixed;
  left: -100%;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  transition: all 1s ease;
  background-color: rgba(0, 0, 0, 0.7);
}

.custom-halfscreen-container {
  z-index: 4;
  position: fixed;
  top: 0px;
  right: -100%;
  width: 60%;
  margin: 0px !important;
  border-top: 0px !important;
  background-color: white;
  transition: all 1s ease;
  height: 100vh;
}

.ranges {
  width: 110px !important;
}

.custom-halfscreen-wrapper.wrapper-visible {
  left: 0px;
}

.custom-halfscreen-container.container-visible {
  right: 0px;
}

.funnel-3d {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 50%;
}

.funnel-top {
  position: absolute;
  top: 0px;
  transform: translate(-50%);
  border-radius: 50%;
  animation: loadingFunnelBar 1000ms;
}

.funnel-mid {
  position: absolute;
  transform: translate(-50%);
  animation: loadingFunnelBar 1000ms;
}

.funnel-bottom {
  position: absolute;
  clip-path: ellipse(50% 100% at 50% 0%);
  transform: translate(-50%);
  animation: loadingFunnelBar 1000ms;
}

@keyframes loadingFunnelBar {
  from {
    /* width: 0%; */
    height: 0%;
  }
}

.custom-shimmer {
  background: #e2e3e4;
  background-image: linear-gradient(to right, #e2e3e4 0%, #f6f7f8 20%, #e2e3e4 40%, #e2e3e4 100%);
  background-repeat: no-repeat;
  animation: shim infinite 800ms linear;
}

@keyframes shim {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

#funnel_report_modal.modal-dialog {
  max-width: auto;
  margin: 1.5rem auto;
}

.folder-candidates {
  width: 120px;
  padding: 0.25rem;
}

.job-toast-container {
  position: fixed;
  top: 180px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.job-toast {
  position: relative;
  background: #e7f1fa;
  color: black;
  padding: 14px 20px;
  border-radius: 2px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  width: 300px;
  overflow: hidden;
  animation: fadeIn 0.3s ease-in-out;
}

.job-toast.success {
  background: #8bc34a;
}

.job-toast.error {
  background: #dc3545;
}
.job-toast.info {
  background: var(--on-hold);
}

.job-toast.loading {
  background: #4e5257;
}

.job-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #3199eb;
  width: 100%;
  animation: progressAnimation 5s linear forwards;
}

@keyframes progressAnimation {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.spinner {
  display: inline-block;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#candidateMail .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
  height: 350px;
}

#jobDescription .ql-container {
  height: 70%;
}

#jobResponsibilities .ql-container {
  height: 70%;
}

.candidate-card-name {
  color: #3d3292;
  font-size: 20px;
  font-weight: 700;
}

.page-height {
  height: 88vh;
}

.min-page-height {
  min-height: 89vh;
}

/* new heights classes */
.hght-10 {
  height: 10vh;
}
.hght-7 {
  height: 7vh;
}
.hght-5half {
  height: 5.5vh;
}
.hght-5 {
  height: 5vh;
}
.hght-4 {
  height: 4vh;
}
.hght-2half {
  height: 2.5vh;
}
.hght-1half {
  height: 1.5vh;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .candidate-container .candidate-card:hover .personal-details {
    left: 15px !important;
    width: 70% !important;
  }
  .candidate-container .candidate-card .personal-details {
    width: 50% !important;
  }
}

.shimmer-thumbnail,
.shimmer-text,
.shimmer-button {
  margin-bottom: 0px !important;
}

.h5 .shimmer-text-line {
  height: 12px;
}

.shimmer-button--sm {
  height: 25px !important;
  width: 80px !important;
}

.scheduler-btn-pos {
  left: 0px;
}
@media (min-width: 1500px) {
  .scheduler-btn-pos {
    left: 8px;
  }
}
.custom-browser-menu:hover {
  background-color: var(--bs-gray-200);
  cursor: pointer;
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),
  .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
    width: 750px !important;
  }
  .ck.ck-toolbar.ck-toolbar_grouping {
    width: 750px !important;
  }
}
#interviewbody .ql-editor {
  min-height: 170px;
  max-height: 250px;
}

#job-card-col::-webkit-scrollbar {
  width: 5px;
}
#job-card-col::-webkit-scrollbar-thumb {
  background-color: #ddd !important;
  border-radius: 10px;
}

.custom-styled-content * {
  all: unset; /* Resets all inherited styles */
}

.custom-styled-content p {
  color: blue; /* Apply only allowed styles */
}

#mailTemplateBody .ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),
#mailTemplateBody .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
  width: auto !important;
}

#mailTemplateBody .ck.ck-toolbar.ck-toolbar_grouping {
  width: auto !important;
}

#candidateMail .ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),
#candidateMail .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
  width: auto !important;
}

#candidateMail .ck.ck-toolbar.ck-toolbar_grouping {
  width: auto !important;
}

.offered-salary .editInput,
.selectInput,
.react-datepicker__input-container input {
  padding-left: 5px !important;
  background: #fff;
}
.int-det-cal-popover {
  padding: 0px;
  color: inherit;
  font-size: 10px !important;
  text-align: left !important;
  color: #212529;
  /* height: 150px !important; */
  overflow-x: auto;
  overflow-y: auto;
}

.w3-new-boxshadow {
  box-shadow: 0 0.5px 2px 0 lightgrey, 0 0.5px 1px 0 lightgrey;
}

.div-custom-table {
  border: 1px solid rgb(143, 206, 255);
  background-color: rgb(238, 248, 255);
  border-radius: 2px;
  height: 13.7vh;
  margin: 2.5px;
  width: 15.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#JobDetailReportGraph #chart-quarter,
#JobDetailReportGraph #chart-quarter-modal {
  float: left;
  position: relative;
  z-index: -2;
  transform: translateY(-95%);
  transition: 1s ease transform;
}

#JobDetailReportGraph #chart-year,
#JobDetailReportGraph #chart-year-modal,
#JobDetailReportGraph #chart-quarter,
#JobDetailReportGraph #chart-quarter-modal {
  width: 96%;
  max-width: 100%;
  box-shadow: none;
  padding-left: 0;
  padding-top: 0px !important;
  background: #fff;
}
#JobDetailReportGraph #chart-year,
#JobDetailReportGraph #chart-year-modal {
  float: left;
  position: relative;
  transition: 1s ease transform;
  z-index: 3;
}
#JobDetailReportGraph #chart-quarter.active,
#JobDetailReportGraph #chart-quarter-modal.active {
  height: 100%;
  transition: 1s ease-in-out transform;
  transform: scaleY(1) translateY(-15%);
  z-index: 1;
}

.flex-media {
  display: block;
}

@media (min-width: 650px) {
  .flex-media {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .sidebar-icon {
    display: none !important;
  }
}

.sliding-bottom {
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  transition: 500ms ease-in-out width;
  border-radius: 0px 0px 3px 3px;
}

.slider-animation:hover .sliding-bottom {
  width: 100%;
}

.salary .form-check-input[type='checkbox'] {
  margin-top: 4px;
  border: 1px solid gray;
}
.background-image-drop {
  background-position: center;
  background-repeat: repeat;
  background-size: 15.5vw;
  animation: backgroundAnimation 1500ms ease-in-out forwards;
}

@keyframes backgroundAnimation {
  from {
    background-size: 0px;
  }
  50% {
    background-size: 27vw;
  }
  to {
    background-size: 20%;
  }
}

.edit-salary > thead > tr > th,
.edit-salary > tbody > tr > th,
.edit-salary > tfoot > tr > th,
.edit-salary > thead > tr > td,
.edit-salary > tbody > tr > td,
.edit-salary > tfoot > tr > td {
  font-size: 14px;
  border: 1px solid #ccc !important;
}

.ck .ck-content a {
  color: blue;
}

.docx-preview {
  width: 100% !important;
}
.docx-preview-wrapper {
  padding: 0px !important;
  padding-bottom: 0px !important;
}

/* Embedded PDF container styles */
pdf-viewer {
  background-color: gray; /* Change this to your desired color */
  padding: 20px; /* Change this to your desired padding */
}

.custom-halfscreen-container.doc-viewer {
  width: 55%;
}

.required-astrik {
  color: red;
  font-size: 18px;
  margin-left: 0.2rem;
}

.custom-dropdown.candidates .option {
  top: 27px;
  max-height: 180px;
  overflow-y: auto;
  position: absolute;
  background-color: #eff1fa;
  border-radius: 1px;
  z-index: 100;
}

.custom-dropdown.candidates .option div {
  text-align: left;
}

.shake {
  animation: shake 0.5s;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.fade.offcanvas-backdrop.show {
  opacity: 0.3;
}
.btn-close {
  all: unset;
  cursor: pointer;
  color: #8624e1;
  font-size: 2.5rem;
  font-weight: 500;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease;
  font-family: 'poppins' !important;
}

/*btn-close for normal modals*/
.btn-close::before {
  content: '\00D7';
  font-weight: 400;
  transition: font-weight 0.1s ease;
}
/* Hover effect */
.btn-close:hover {
  color: red;
}
.btn-close:hover::before {
  font-weight: 600;
}

/*btn-close for halfscreen-container*/
.custom-halfscreen-container .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.custom-halfscreen-container .btn-close::before {
  content: '\00D7';
  font-weight: 400;
  transition: font-weight 0.1s ease;
}
.custom-halfscreen-container .btn-close:hover::before {
  font-weight: 600 !important;
}
.w3-position-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
}

.w3-custom-word-break {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
}

#redacted .form-check-input[type='checkbox'] {
  border: 1px solid grey;
  margin-top: -0.7rem;
}

#pdf-container {
  position: relative;
}
canvas {
  display: block;
  border: 1px solid white;
  margin-bottom: 10px;
}
.redaction-box {
  position: absolute;
  border: 2px solid rgb(134, 36, 255);
  background-color: rgba(134, 36, 255, 0.3);
  cursor: move;
}
.delete-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}
#loader {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.redact-cross {
  color: red !important;
  font-size: 22px !important;
  left: 2px;
  top: -4px;
  transform: rotate(-7deg);
}
.notification-wrapper:hover {
  background-color: #0dcaf01f;
}

.notification-close::before {
  content: '\00D7';
  font-weight: 400;
  color: gray;
}

.text-semibold {
  font-weight: 600;
}

#AIJobDescription .ql-editor {
  height: auto;
  max-height: 400px;
}

.Toastify__toast-container {
  z-index: 100000 !important;
}
.invoice .react-date-picker__wrapper {
  width: 130px !important;
  border: 1px solid #dee2e6 !important;
}

.w3-hover-background {
  background-color: #0000001a !important;
}

.w3-golden-yellow {
  background-color: #e6a532;
}

.w3-invoice-card {
  background-color: #3b577c;
}

.w3-page-height {
  min-height: calc(92vh - 25px);
}

.popover-body.custom-comment {
  height: 100%;
  max-height: 200px;
}
#custom-popover-comment-color .bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  border-left-color: #f5ffb2;
}
#custom-popover-comment-color .popover {
  --bs-popover-arrow-height: 1rem;
}
.jdcreation-radio-buttons .label {
  margin-bottom: 0px !important;
}
.form-check-input:focus {
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
#dynamic-comparison-modal.modal-xl {
  /* --modal-max-width: 720px; */
  max-width: var(--modal-max-width);
  width: auto;
}

#dynamic-comparison-modal.modal-xl {
  transition: max-width 200ms ease;
}

.custom-scroll {
  scrollbar-gutter: stable both-edges;
}

.custom-scroll::-webkit-scrollbar {
  height: 3px;
}

.compare-candidate-droparea {
  background-color: #ececec;
  position: absolute;
  /* border-radius: 5px; */
  opacity: 0;
  top: -16px;
  right: 30px;
  z-index: -1;
  height: 175px;
  width: 0px;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease-in-out;
}

.compare-candidate-droparea.animate {
  opacity: 1;
  width: 647px;
  /* height: 175px; */
  z-index: 6;
  transition: width 700ms ease-in-out, height 700ms ease-in-out, opacity 1s ease;
}

/* The scroll container (optional) */
.pdf-scroll-container {
  overflow: auto;
}

/* Page wrapper */
.pdf-page-wrapper {
  position: relative;
  margin: 0 auto; /* center pages */
  width: fit-content; /* match canvas width */
  border: 3px solid #929292; /* the demarcation line */
  box-shadow: 0px 0px 10px 5px lightgrey;
}

/* Optional: add more spacing between pages */
.pdf-page-wrapper + .pdf-page-wrapper {
  margin-top: 16px;
}

#block-modal.modal-md {
  min-width: 650px;
}

.custom-radio-container input {
  display: none; /* hide default checkbox */
}

/* Outer circle */
.custom-radio-container span {
  width: 12px;
  height: 12px;
  border: 3px solid var(--inlineColor);
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* Filled circle when checked */
.custom-radio-container input:checked + span {
  background-color: var(--inlineColor);
}

.custom-radio-container span {
  transition: all 0.2s ease;
}
