.select2-container--default .select2-selection--single {
    background: url('path-to-search-icon.png') no-repeat right center;
    padding-right: 30px; /* Adjust based on icon size */
}
.dairy-product-receipt-form.upload_receipt_datas {
    max-width: 100%;
}
button#open-date-picker img {
    width: 26px;
}
.purchase-date-section-main h2 {
    margin: 0;
}
.dairy-item-list-section h2 {
    margin: 0;
}

.to_be_accepted{
    background: green;
    border: 1px green;
    padding: 5%;
    border-radius: 5px;
    color: #fff;
}

.to_be_rejected{
    background: #f00;
    border: 1px #f00;
    padding: 5%;
    border-radius: 5px;
    color: #fff;
}



section.upload_receipt_images h2 {
    font-size: 3.333vw;
    line-height: 3.333vw;
    padding: 1.198vw 2.24vw;
    border-radius: .833vw;
    background-color: #bdd630;
    color: #fff !important;
    font-weight: 600;
    width: 100%;
    margin: 0px;
}
.main_dairy_lists {
    display: flex;
    gap: 50px;
}
.right_dairy_data_img {
    width: 392px;
    display: flex;
    justify-content: flex-end;
    margin-top: -76px;
    align-items: flex-start;
}
.left_dairy_items_datas {
    flex: 1;
}
.right_dairy_data_img img {
    width: 392px;
}
section.dairy-item-list-section {
    padding-bottom: 70px;
}
.inner_upload_files .upload-zone {
    margin-bottom: 20px;
}
.main_upload_zone_datas {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.upload_receipt_img {
    margin-top: -46px;
}
.upload-zone p.upload-zone__prompt {
    border: 1px dashed #0175cf;
    width: 320px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: 'gilroy-regular' !important;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
}
.upload-zone p.upload-zone__prompt span {
    display: block;
    margin: 8px 0px;
}
.upload-zone p.upload-zone__prompt a {
    color: #fff;
    background-color: #0175cf;
    border: 1px solid #0175cf;
    font-family: 'gilroy-medium' !important;
    font-size: 18px;
    padding: 6px 32px;
    border-radius: 4px;
    display: table;
    margin: 8px auto 0;
    transition: all 0.5s ease-in-out 0s;
}
.upload-zone p.upload-zone__prompt a:hover {
    background: #fff;
    color: #0175cf;
}
p.max_upload_message {
    font-family: 'gilroy-regular' !important;
    font-size: 14px;
    color: #828282;
    margin: 12px 0px 0px;
}
.inner_upload_files {
    padding-top: 110px;
}
.slider-slides-container {
    position: relative;
    border: 1px dashed #0175cf;
    width: 320px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
#upload-image-count {
    position: absolute;
    color: #fff;
    background: #4f4f4f;
    top: 15px;
    right: 15px;
    font-family: 'gilroy-medium' !important;
    font-size: 14px;
    padding: 2px 7px;
    border-radius: 12px;
    z-index: 1;
}
div#upload-delete-image {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    z-index: 1;
}
.upload_slider .slick-slide img {
    width: 320px;
    height: 320px;
    object-fit: contain;
}
.slider-slides-container .upload_slider {
    margin: 0 !important;
    width: 100% !important;
}
.upload_flex_datas {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.main_upload_gallery_data {
    display: flex;
    gap: 20px;
    width: 300px;
    flex-wrap: wrap;
}
.main_upload_gallery_data .upload_gallery .thumbnail {
    margin: 0;
    border: none;
    position: relative;
    width: 80px;
    height: 80px;
}
.main_upload_gallery_data .upload_gallery .thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: scale-down;
}
.main_upload_gallery_data #add-more-receipts {
    margin: 0;
    width: 80px;
    height: 80px;
}
.main_upload_gallery_data .upload_gallery {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.slider-slides-container .upload_slider button.slick-arrow {
    border: none;
    background: unset;
    font-size: 0px;
    padding: 0;
}
.slider-slides-container .upload_slider button.slick-prev::before {
    font-weight: 900;
    font-size: 14px;
    color: #828282;
}
.slider-slides-container .upload_slider ul.slick-dots {
    display: none;
}
.main_upload_gallery_data .upload_gallery .thumbnail button.delete-thumb {
    display: none;
}
.inner_upload_files {
    max-width: 640px;
    width: 100%;
}
.slider-slides-container .upload_slider button.slick-arrow {
    border: none;
    background: unset;
    padding: 20px;
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.slider-slides-container .upload_slider button.slick-prev {
    left: 0;
}
.slider-slides-container .upload_slider button.slick-next {
    right: 0;
}
.slider-slides-container .upload_slider button.slick-prev::before {
    font-weight: 900;
    font-size: 14px;
    color: #828282;
    font-family: "Font Awesome 6 Free";
    content: "\f053";
}
.slider-slides-container .upload_slider button.slick-next::before {
    font-weight: 900;
    font-size: 14px;
    color: #828282;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
}
.div-btn-add button {
    border: 1px dashed #bdbdbd;
    margin: 0;
    color: #828282 !important;
    font-family: 'gilroy-medium' !important;
    font-size: 18px;
    padding: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset !important;
}
.div-btn-add button img {
    margin-left: 10px;
}
.div-btn-add {
    max-width: 694px;
    width: 100%;
    order: 2;
}
.quantity-controls p {
    font-family: 'gilroy-regular' !important;
    font-size: 16px;
    color: #828282;
    margin: 0;
}
.quantity-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.inner_quantity_data {
    display: flex;
    align-items: center;
    gap: 6px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.points-make.total_point_makes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 0px 60px;
}
.total_points_data {
    display: flex;
    align-items: center;
    gap: 20px;
}
.total_points_data h3.tl-pts {
    color: #bdd630;
    font-family: 'gilroy-extrabold' !important;
    font-size: 64px;
    margin: 0;
}
.main-submit_btns button {
    color: #0175cf;
    border: 1px solid #0175cf;
    padding: 12px 86px;
    font-family: 'gilroy-bold' !important;
    font-size: 20px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;
    outline: none;
    box-shadow: none;
}
.main-submit_btns button:hover, .main-submit_btns button:focus {
    background: #0175cf;
    color: #fff;
}
.pts-made-num {
    background: url('./../../../../../wp-content/uploads/2024/08/green-Vector.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 80px;
    height: 80px;
    font-family: 'gilroy-extrabold' !important;
    font-size: 40px;
    color: #fff;
}
.dairy-item-row {
    display: flex;
    gap: 20px;
    align-items: center;
}
.search_dairy_items {
    width: 694px;
}
.delete_items .delete-item {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 0;
    align-items: center;
    font-size: 16px;
    color: #828282 !important;
    font-family: 'gilroy-regular' !important;
    gap: 3px;
    background: unset !important;
}
.points-display span {
    font-family: 'gilroy-regular' !important;
    color: #828282;
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
}
.points-display span.points {
    background: url('./../../../../../wp-content/uploads/2024/08/blue-point-vector.svg');
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: 'gilroy-extrabold' !important;
}
.quantity-controls input[type="number"] {
    border: 1px solid #0175cf;
    width: 38px;
    padding: 0;
    height: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0175cf;
}
button.quantity-minus {
    background: url('./../../../../../wp-content/uploads/2024/08/minus-data.svg') !important;
    width: 16px;
    height: 16px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-size: 0;
}
button.quantity-plus {
    background: url('./../../../../../wp-content/uploads/2024/08/plus-data.svg') !important;
    width: 16px;
    height: 16px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    font-size: 0;
}
.search_dairy_items .select2-container span.select2-selection {
    height: 56px;
    border: 1px solid #d0d0d0;
}
.search_dairy_items .select2-container span.select2-selection span.select2-selection__rendered {
    padding: 13px;
}
.search_dairy_items .select2-container span.select2-selection span.select2-selection__rendered span.select2-selection__placeholder {
    color: #4f4f4f;
    font-family: 'gilroy-medium' !important;
}
.search_dairy_items .select2-container span.select2-selection span.select2-selection__arrow {
    height: 56px;
}
.search_dairy_items .select2-container span.select2-selection span.select2-selection__arrow::before {
    content: "";
    background: url('./../../../../../wp-content/uploads/2024/08/blue-down-arrow.png');
    width: 14px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out 0s;
}
.search_dairy_items .select2-container span.select2-selection button.select2-selection__clear {
    height: 56px;
    color: #0175cf;
    font-size: 22px;
}
.search_dairy_items .select2-container span.select2-selection button.select2-selection__clear span {
    position: relative;
    top: -2px;
}
.search_dairy_items .select2-container span.select2-selection span.select2-selection__arrow b {
    display: none;
}
.select2-container--open .select2-dropdown {
    top: 28px;
}
#dairy-items-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.search_dairy_items .select2-container.select2-container--open span.select2-selection span.select2-selection__arrow::before {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 45%;
}




/*Responsive css start here*/

@media only screen and (max-width: 1440px) {

.search_dairy_items {
    width: 560px;
}
.div-btn-add {
    max-width: 560px;
}





}


@media only screen and (max-width: 1280px) {

.dairy-product-receipt-form .dairy-item-list-section h2, .dairy-product-receipt-form .purchase-date-section-main h2, section.upload_receipt_images h2 {
    font-size: 30px !important;
}
.right_dairy_data_img {
    width: 245px;
    margin-top: -52px;
}
.upload_receipt_img {
    margin-top: -46px;
    width: 364px;
}
button#open-date-picker img {
    width: 20px;
    display: flex;
}
.total_points_data h3.tl-pts {
    font-size: 40px;
}
.pts-made-num {
    width: 60px;
    height: 60px;
    font-size: 28px;
}



}



@media only screen and (max-width: 1199px) {

.inner_upload_files {
    padding-top: 50px;
}
.points-make.total_point_makes {
    padding: 30px 0px 20px;
}
.dairy-product-receipt-form .dairy-item-list-section h2, .dairy-product-receipt-form .purchase-date-section-main h2, section.upload_receipt_images h2 {
    font-size: 26px !important;
}
.search_dairy_items {
    width: 100%;
}
.dairy-item-row {
    gap: 10px 20px;
    flex-wrap: wrap;
}



}


@media only screen and (max-width: 1024px) {

.slider-slides-container {
    width: 240px;
    height: 240px;
}
.upload_slider .slick-slide img {
    width: 240px;
    height: 240px;
}
.upload-zone p.upload-zone__prompt {
    width: 240px;
    height: 240px;
    font-size: 16px;
}
.inner_upload_files {
    max-width: 440px;
    width: 100%;
}
.upload_receipt_img {
    margin-top: 60px;
}
.right_dairy_data_img {
    margin-top: 20px;
}
.lunch_box_img img {
    width: 100% !important;
    object-fit: cover;
}
.lunch_box_headings h2.elementor-heading-title {
    font-size: 30px !important;
}
.lunch_box_headings h2.elementor-heading-title br {
    display: none;
}
.dairy-product-receipt-form .purchase-date-section label {
    font-size: 18px !important;
    margin-bottom: 12px !important;
}
.total_points_data h3.tl-pts {
    font-size: 30px;
}
.div-btn-add button {
    font-size: 16px;
}
.dairy-product-receipt-form .purchase-date-section .date-inputs input {
    font-size: 14px !important; 
    height: 35px !important;
    width: 60px !important;
}
.dairy-product-receipt-form.upload_receipt_datas {
    max-width: 100%;
    padding-top: 0;
}
.pdsRight img {
    top: 0 !important;
    width: 26.219vw !important;
}
.dairy-product-receipt-form .dairy-item-list-section h2, .dairy-product-receipt-form .purchase-date-section-main h2, section.upload_receipt_images h2 {
    padding: 20px 30px !important;
}
section.dairy-item-list-section {
    padding-bottom: 40px;
}






}


@media only screen and (max-width: 767px) {

.lunch_box_secs .elementor-column:first-child {
    order: 2;
}
.purchase-date-section .pdsRight img {
    width: 100% !important;
    position: unset !important;
}
.points-make.total_point_makes {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.dairy-product-receipt-form .purchase-date-section .pdsLeft {
    order: 2;
}
.purchase-date-section .pdsRight {
    padding: 20px 0 10px;
}
.dairy-product-receipt-form .dairy-item-list-section h2, .dairy-product-receipt-form .purchase-date-section-main h2, section.upload_receipt_images h2 {
    padding: 22px 24px !important;
    font-size: 22px !important;
}
.main_dairy_lists {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.main_dairy_lists .left_dairy_items_datas {
    order: 2;
}
.right_dairy_data_img img {
    width: 100%;
}
.right_dairy_data_img {
    width: 100%;
}
.dairy-item-row {
    justify-content: space-between;
}
.main_upload_zone_datas {
    gap: 20px;
    flex-direction: column;
}
.inner_upload_files {
    max-width: 100%;
    width: 100%;
    order: 2;
}
.upload-zone p.upload-zone__prompt {
    width: 100%;
    height: 240px;
    font-size: 16px;
}
p.max_upload_message {
    text-align: center;
}
.upload_flex_datas {
    flex-direction: column;
}
.main-slider-infos {
    width: 100%;
}
.slider-slides-container {
    width: 100%;
    height: 300px;
}
.upload_slider .slick-slide img {
    width: 100%;
    height: 300px;
}
.upload_receipt_img {
    margin-top: 30px;
}
.inner_upload_files {
    padding-top: 20px;
}
.pts-made-num {
    width: 44px;
    height: 44px;
    font-size: 20px;
}
.div-btn-add {
    max-width: 100%;
}
section.dairy-item-list-section {
    padding-bottom: 30px;
}
.dairy-product-receipt-form .purchase-date-section label {
    line-height: unset !important;
}
.select2-container--open .select2-dropdown {
    top: 0;
}





}


