.delete-quantity:hover, .delete-quantity:active {
	background: red; 
}

.ui-datepicker-today  > span{
	font-weight: bolder !important;
    color: red !important;
    font-size: 17px !important;
}

.draftedStatus, .draftedStatus > .ui-state-default {
    border : green 3px solid !important;
}

.deliveredStatus, .deliveredStatus > .ui-state-default {
    border : grey 3px solid !important;
}

.alteredStatus, .alteredStatus > .ui-state-default {
    border : #FF00FF 3px solid !important;
}

.skippedStatus, .skippedStatus > .ui-state-default {
    border : red 3px solid !important;
}

.donatedStatus, .donatedStatus > .ui-state-default {
    border : blue 3px solid !important;
}

.unpaidOrderStatus, .unpaidOrderStatus > .ui-state-default {
    border : #ff8d00 3px solid !important;
}

.ui-datepicker-calendar > tbody > tr > td {
	padding: 1% !important;
}

.ui-datepicker-inline {
	width: 100% !important;
}
.custom-control-label::before {
	background-color: darkgrey !important;
}

.update-payment {
	margin-top: 15% !important;
}

.disabled {
    background: lightgrey !important;
}
#social-share-order > a {
    font-size: 30px !important;
}

#social-links {
    color:#fff !important;
    font-size: 20px !important;
}
.social-button {
    color:#fff !important;
}
.contactus{
    color: #fff !important;
}

.selected-location {
    color : #00c059 !important;
}

.share_link{
    color: #212529 !important;
}

.website_color{
    color: #00c059;
}

#pubicOrderHistoryDiv, #publicPaymentHistoryDiv{
    overflow-y: auto;
    height: 500px;
}

.export-transaction-history{
    padding-top: 10px;
    padding-bottom: 10px;
}

@media print {
  /* style sheet for print goes here */
  .noprint {
    display: none
  }
}

.add-store-item-btn{
    font-size: 16px;
    background-color: #00c059
}
.add-store-item-btn:hover{
    background-color:#212529
}
.account-menu-btn{
    min-height: 115px;
    display: flex;
    justify-content: center;
    align-items: center
}
.edit-icon-btn{
    margin-left: 5px;
}
.card-header-edit-btn{
    font-size: 14px;
    background-color: #ffc107;
    color: black;
    border-radius: 5px !important;
}
.card-header-edit-btn:hover{
    color:#fff;
    background-color: #00c059 !important;
}
.color-black{
    color: #212529 !important;
}

.zoom-in-hover:hover{
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}
