

.requestManagementTable table thead {
	display: none !important;
}

#requestManagementTable {
	width: 100% !important;
}

.userRequestCardContent {
	padding-top: 16px !important;
}

.requestLeft {
    width: 200px!important;
    max-height: 400px;
    height: 100%;
    border-radius: 10px;
}

button.btn.primaryBtn.d-inline {
    margin-top: 5px!important;
}
span.invalid {
    color: red;
    font-weight: 100!important;
    font-size: 12px!important;
}

table#orderManagementTable {
    width: 100%!important;
}
.control-label{
	display: inline-block;
	width: 20%;
}
.setting-child-div {
    display: inline-block;
    margin: 10px;
}
table#transactionsTable {
    width: 100%!important;
}
.order_active_class_div {
    background: rgb(79 175 90 / 20%);
    border-radius: 5px;
    color: #4faf5a;
    padding: 6px 15px;
    display: inline-block;
    float: right;
}

.requestmanagement_container,.usermanagement_container {
    height: 100vh;
}
section.orderDetialsSection {
    height: 100vh;
}

input#datepicker {
    text-align: center;
}

#datepicker::placeholder {
  color: #454545;
  opacity: 1;
  font-weight: 500;

}
.content_areas.\/_container {
    min-height: 100vh;
}
.content_areas.user_home_container {
    min-height: 95vh;
}
input#daterange {
    min-width: max-content;
}
span#total_earning {
    font-size: smaller;
    font-weight: 400;
}
