@font-face {
  font-family: 'segoe_uiregular';
  src: url('../fonts/segoeui-webfont.woff2') format('woff2'),
    url('../fonts/segoeui-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoe_uisemibold';
  src: url('../fonts/seguisb-webfont.woff2') format('woff2'),
    url('../fonts/seguisb-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoe_uibold';
  src: url('../fonts/segoeuib-webfont.woff2') format('woff2'),
    url('../fonts/segoeuib-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
section,
div,
span,
a,
aside,
p,
strong,
header,
footer,
main,
article,
audio,
video,
bdi,
body,
ul,
li,
ol,
dl,
form,
input,
select,
button,
label,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
thead,
tbody {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  text-decoration: none;
  list-style: none;
}
body {
  font-family: 'segoe_uiregular';
  color: #7c7c8d;
  font-size: 14px;
  background: #f1f1ff;
}
p {
  font-size: 14px;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272848;
  font-family: 'segoe_uisemibold';
}
.clear {
  clear: both;
}
#sidebar-toggle {
  display: none;
}
/* .pw-action-dropdown button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #ffffff;
  border-color: #fff;
  box-shadow: none !important;
}
.pw-action-dropdown button:hover, .pw-action-dropdown button:focus{
  background: #F1F1FF;
  border-color: #DADBFD;
}
.dropdown-item:focus svg path, .dropdown-item:hover svg path {
  fill: #6D71F9;
}
.pw-action-dropdown .dropdown-toggle::after{
  display: none;
}
.dropdown-item {
  padding: 10px 25px;
  color: #7C7C8D;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.dropdown-item svg{
  margin-right: 10px;
}
.dropdown-item:focus, .dropdown-item:hover{
  background: #F1F1FF;
  color: #6D71F9;
}
a.dropdown-item.pw-logout {
  border-top: 1px solid #DADBFD;
} */
/*-- button css start here--*/
.btn.btn-primary {
  padding: 0;
  background: transparent;
  background-color: transparent !important;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-family: 'segoe_uibold';
  color: #6d71f9;
  text-transform: uppercase;
}
.btn.btn-primary.btn-style-2 {
  font-family: 'segoe_uiregular';
}
.btn.btn-primary:hover {
  color: #4d51c0;
}
.btn.btn-primary:hover svg path {
  fill: #4d51c0;
}
.btn.btn-primary:focus {
  box-shadow: none;
}
.btn.btn-primary.btn-light {
  color: #7c7c8d;
}
.btn.btn-primary.btn-light:hover {
  color: #6d71f9;
}
.btn.btn-primary.btn-light:hover svg path {
  fill: #6d71f9;
}
.btn.btn-primary.btn-red {
  color: #e74c3c;
}
.btn.btn-primary.btn-red:hover {
  color: #c0392b;
}
.pw-upload-process .btn.btn-primary.btn-red {
  display: inline-flex;
}
.btn.btn-primary span {
  color: #e74c3c;
}
/*-- button css end here--*/
hr {
  margin: 25px 0;
}
/*-- card css end here--*/
.card {
  border-color: #d0d1fd;
}
.card.pw-noheader {
  padding: 30px;
}
/*-- card css start here--*/
.pw-inside-area.pw-machine {
  margin-top: 20px;
}
.popover-header {
  background: #f1f1ff;
  border-color: #d0d1fd;
}
/* Removed z-index */
.popover {
  border-color: #d0d1fd;
}
.popover-body {
  color: #7c7c8d;
}
/* change by dev */
.js-job .popover {
  z-index: 7;
}
/*-- saved html start here --*/
.pw-saving span {
  color: #7c7c8d;
  font-family: 'segoe_uisemibold';
}
.pw-saving span.pw-saving {
  color: #6d71f9;
}
.pw-rotate-animation {
  animation: animName 2s linear infinite;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-- saved html end here --*/
/*-- nodata css start here --*/
.pw-no-data-card {
  height: calc(100vh - 200px);
  width: 100%;
}
.pw-dashboard .pw-no-data-card {
  height: auto;
  padding: 50px 0;
}
.pw-no-data-details {
  text-align: center;
}
.pw-no-data-details {
  gap: 15px;
  text-align: center;
}
.pw-no-data-icon {
  background: #f1f1ff;
  height: 100px;
  width: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
}
.pw-no-data-details h4 {
  font-size: 20px;
}
.pw-job-main .pw-no-data-card {
  height: auto;
  padding: 50px 0;
}
.pw-nodata {
  margin-top: 20px;
}
/*-- nodata css end here --*/
.alert.alert-danger svg {
  min-width: 24px;
}
.alert.alert-danger {
  background: #fce4e2;
  border-color: #f6b7b1;
  color: #e74c3c;
}
.alert {
  gap: 10px;
  padding: 10px;
}
.alert.alert-warning {
  border: 1px solid #fcd8b3;
  background: #feecd9;
  color: #f57c00;
}
.alert p {
  margin: 0;
}
.pw-excel-upload-area .alert {
  margin-top: 15px;
}
/*-- library file types preview end here --*/
.pw-dragdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(241, 241, 255, 0.95);
  border: 1px solid #d0d1fd;
  border-radius: 5px;
  z-index: 7;
  padding-top: 200px;
}
.pw-dragdrop-detail span {
  background: #ffff;
  border: 1px solid #d0d1fd;
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.pw-dragdrop-detail {
  gap: 15px;
}
.pw-dragdrop-detail h5 {
  font-size: 20px;
}
.pw-radio-btn {
  gap: 15px;
}
.pw-radio-btn .form-check {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.pw-radio-btn .form-check-input {
  height: 17px;
  width: 17px;
  border: none;
  background-color: #d0d1fd;
}
.pw-radio-btn .form-check label {
  color: #272848;
  margin: 0;
}
.pw-radio-btn .form-check-input:checked {
  background-color: #6d71f9;
  border: none;
}
.pw-radio-btn .form-check-input:focus {
  box-shadow: none;
}
.popover-info-conetnt p {
  word-break: break-word;
}
.pw-mobile-header {
  display: none;
}
.pw-mobile-header {
  background: #fff;
  border-bottom: 1px solid #d0d1fd;
  padding: 15px 20px;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
  justify-content: space-between;
}
.pw-mobile-header h4 {
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}
