/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');




 body {
   font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #00210A;
	padding: 0px;
	 margin: 0px;
}

h2{ font-size: 28px; font-weight: 700;}


.pushbox{ background: #5C5C5C; border-radius: 8px; padding: 30px; color: #fff; height: 100%;}
.pushtotal_text{ font-size: 50px; text-align: center; font-weight: 700;}
.push_text{  text-align: center;  }

.push_btn{ width: 100%; border: 0px; border-radius: 4px; background: #fff; font-size: 24px; font-weight: 700; padding: 10px; margin-top: 50px;}

table{ width: 100%; font-size: 13px;}
table thead{  color: #fff;}
table thead tr th{ border: solid 1px #DEDEDE; padding: 10px 5px; background: #5C5C5C;}
table tbody tr td{ border: solid 1px #DEDEDE; padding: 10px 5px;}

table tbody tr:nth-child(odd) {background-color: #F8F8F8;}

.input_form{ width: 100%; border: solid 1px #5C5C5C; height: 42px; padding: 10px;}
.input_form:focus{ outline: none;}

label{ font-size: 11px; font-weight: 700;}
.refresh_btn{ background: #5C5C5C; color: #fff; border-radius: 0px; border: 0px; padding: 10px 30px; font-weight: 700; margin-top: 21px; height: 42px;}

.total_bagbox{ width: 100%; height: 100%; border: solid #5C5C5C 1px;}
.totalbag_heading{ background: #5C5C5C; color: #fff; font-weight: 700; text-align: center; padding: 10px;}
.bags_text{ font-weight: 700; padding: 7px;}
.th_center{ text-align: center;}
.th_white{ background: #fff; border: 0px;}
.popup_righttext{ font-size: 14px; font-weight: 700; color: #AFAFAF;}

.popup_righttext span{ color: #000; margin-left: 15px;}

.delete_icon{ background: url("../images/deleteicon.svg") no-repeat; width: 18px; height: 18px; display: inline-block; background-size: 100%; float: right; margin-right: 10px; cursor: pointer;
position: relative; top: 5px;}

.add_icon{ background: url("../images/addicon.svg") no-repeat; width: 18px; height: 18px; display: inline-block; background-size: 100%;  margin-right: 10px; cursor: pointer;
position: relative; top: 5px;}

.popup_input{ border: solid 1px #000; height: 35px;}  

.popup_input:focus{ outline: none;}  


.badge_box{ background: #EFEFEF; padding: 5px 15px; cursor: pointer;}

.badge_boxactive{ background: #5C5C5C; color: #fff; padding: 5px 15px; cursor: pointer;}
























