*{
	font-family: "Open Sans", serif !important;
}
.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #f6f2f3;
}
.box {
	padding: 30px;
	width: 100%;
	border-radius: 5px;
  border: 1px solid #ced4da;
}

.upload-area-title{
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.uploadlabel {
	width: 100%;
	min-height: 100px;
	padding: 20px;
	background: #f6f2f3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	cursor: pointer;
}
.uploadlabel span{
  font-size: 70px;
  color: #18a7ff;
}
.uploadlabel p {
	color: #9b9c9d;
	font-size: 16px;
	font-weight: 100;
}
.uploaded{
  margin: 30px 0;
  font-size: 16px;
  font-weight: 700;
  color: #a5a5a5;
}
.logo img {
    filter: invert(1);
    transform: scale(0.6);
}
.showfilebox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  padding: 10px 15px;
  box-shadow: #0000000d 0px 0px 0px 1px,
  #d1d5db3d 0px 0px 0px 1px inset;
}
.showfilebox .left{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.filetype{
  background: #18a7ff;
  color: #fff;
  padding: 5px 15px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.left h3{
  font-weight: 600;
  font-size: 18px;
  color: #292F42;
  margin: 0;
}
.right span{
  background: #18a7ff;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.upload-area-title {
	display: none;
}
.input-bx img {
	margin: ;
	max-width: 10%;
}

.excel_action{
	background: #22b14d !important;
	border: none;
    border-radius: 0px;
}
.cad_action{
	background: #22b14d !important;
	border: none;
    border-radius: 0px;
}
.disable{
	background:#ff7f26 !important;
}
.check{
	width: 20px;
    height: 20px;
}
input[type="checkbox"] {
    appearance: none; /* Removes default styling */
    width: 20px;
    height: 20px;
    border: 1px solid #00000085;
    border-radius: 5px; /* Adjust for roundness */
    background-color: white;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: #007bff; /* Change color when checked */
    border-color: #007bff;
}

input[type="checkbox"]::after {
    content: "✓";
    position: absolute;
    color: white;
    border-radius: 50%; /* Circle inside */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

input[type="checkbox"]:checked::after {
    display: block;
}
/* Table */
table.wpforms-frontend-entries thead {
    background: #000;
    color: #fff;!;
    height: 60px !important;
}
table.wpforms-frontend-entries {border-radius: 10px;overflow: hidden;border-collapse: collapse;background: white;}
table.wpforms-frontend-entries th {
    font-family: sans-serif;
    font-size: 17px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
    white-space: nowrap;
    vertical-align: middle;
	text-align:left !important;
}
table th, table td{
	border:none !important;
}
table td{
	font-size:16px !important;
}
table td:first-child{
	vertical-align:middle;
}
.masterButtons {
    margin: 0 auto;
    width: 95% !important;
    padding-block: 15px;
    display: flex;
    gap: 10px;
	min-height: 75px;
}
.masterButtons button, .masterButtons select, .masterButtons div {
    border-radius: 7px;
    color: #000;
    border: 1px solid #00000082;
	display:none;
}
.masterButtons button:hover, .masterButtons button:focus{
	background:unset;
}

.shippedParent, .statusParent {
    display: flex !important;
    border-radius: 7px;
    color: #000;
    border: 1px solid #00000082;
    gap: 5px;
    padding-inline: 10px;
}

.shippedParent button, .shippedParent select, .statusParent button, .statusParent select {
    border: none;
    padding: 0px;
}
.max-70{
    max-height: 70vh;
}
.bg-yellow{
	background: #ffee2e7a !important;
}
.bg-red{
	background: #fa4c4ca3 !important;
}
/* Style for the floating chat button */
.chat-button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.chat-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff; /* Customize the color */
    color: white;
    font-size: 16px;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
	width:50px;
	height:50px;
}

.chat-button:hover {
    background-color: #0056b3; /* Customize hover color */
}

.chat-button i {
	font-family:FontAwesome !important;
}
.back-to-top {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	background: #0073aa; /* WordPress Blue */
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	cursor: pointer;
	transition: opacity 0.3s ease;
	opacity: 0;
	z-index: 9999;
}
.back-to-top i{
	font-family: 'FontAwesome' !important;
}
.back-to-top.show {
	opacity: 1;
}
i.removeFile {
    font-family: 'FontAwesome' !important;
    position: absolute;
    left: -10px;
    top: 50%;
	transform:translatey(-50%);
    color: #000000;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
}

button.downloadForMe {position: relative;}
ul.file_up_list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.file_up_list li {
    position: relative;
    font-size: 13px;
	padding: 5px;
}
ul.file_up_list li a{
	color:#000;
}
span input.upload-check {
    border-radius: 0px;
    border: 3px solid #000;
    align-self: center;
	background: transparent;
}

span input.upload-check {
    margin-right: 5px;
}
span input.upload-check:checked {
    border-color: #000 !important;
	background: transparent;
}
span input.upload-check::after {
    content: unset !important;
}
input.upload-check[disabled] {
    background: #fff !important;
    opacity: 0.4;
}