@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Arial';
}
/*bg color */
.table_primary {
  background: #289D99;
}
.table_primary:hover{
	border: 1px solid #289D99;

}

.table_secondary {
  background: #FFDEDE;
}
.table_secondary:hover{
	border: 1px solid #EBA3A3;

}
.table_success {
  background: #E1F8DC;
}
.table_success:hover{
	border: 1px solid #7DC06F;

}
.table_danger {
  background: #FEF8DD;
}
.table_danger:hover{
	border: 1px solid #E8CC50;

}
.table_warning {
  background: #F4F4F4;
}
.table_warning:hover{
	border: 1px solid #D0D0D0;

}

.tabel_body a{
	text-decoration: none;
}




/*main*/
.tabel_body {
  text-align: center;
  width: 100%;
}
.tabel_body h1 {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #289D99;
  margin-bottom: 50px;
}
.tabel_body .table-responsive .table {
  text-align: center;
  border: 1px solid #C2C9D1;
}
.tabel_body .table-responsive .table th {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #FFFFFF;
  border: 1px solid #C2C9D1;
}
.tabel_body .table-responsive .table td {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #232323;
  border: 1px solid #C2C9D1;
}
.ship_now {
    font-family: 'Arial';
    border: 1px solid #289d99;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    min-width: 121px;
    height: 38px;
    background: #289D99;
}
.ship_now:hover {
  color: #fff;
  background-color: #2c8581;
  border-color: #2c8581;
}
/*========== sec two ========*/
.statistic {
    position: relative;
    border: 0.5px solid #C4C4C4;
    width: 100%;
}
.statistic h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #323232;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  min-width: 150px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.statistic_content {
  display: flex;
  justify-content: space-evenly;
}
.statistic_block {
  display: flex;
  align-items: center;
  gap: 20px;
  width:50%;
  margin-left:10%;
}
.color_one {
  width: 40px;
  height: 40px;
  background: #FFDEDE;
}
.color_two {
  width: 40px;
  height: 40px;
  background: #E1F8DC;
}
.color_three {
  width: 40px;
  height: 40px;
  background: #FEF8DD;
}
.color_four {
  width: 40px;
  height: 40px;
  background: #F4F4F4;
}
.statistic_block p {
  margin-bottom: 0 !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 24px;
  display: flex;
  color: #323232;
}


/*authentication*/


.authentication {
    width: 100%;
}
.auten_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.auten_block .pass_input {
    max-width: 500px;
    width: 100%;
    margin: auto;
    padding: 10px 10px;
	border: 1px solid #ccc;
}

.auten_block .sub_btn {
    max-width: 150px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    padding: 10px 10px;
	background: #289d99;
	border: 1px solid #289d99;
}
.auten_block h1{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #289D99;
  margin-bottom: 50px;	
}



/*======= Order Id Page ========*/

#sec_order h1 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #289D99;
    text-align: center;
}
.order_body {
    max-width: 1170px;
    width: 100%;
    height: 850px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 4%);
}
#sec_order .custom_btn {
    width: 370px;
    height: 150px;
    background: #CAF1DE;
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 4%);
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    color: #000000;
    border: none;
    border-radius: unset;
}
.popup_btn_block {
    max-width: 790px;
    width: 100%;
    margin: 50px auto;
    text-align: center;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

/*Button background */

.bg_2 {
    background: #E1F8DC !important;
}
.bg_3 {
    background: #FEF8DD !important;
}
.bg_4 {
    background: #FFE7C7 !important;
}
.bg_5 {
    background: #FFEAEC !important;
}
.bg_6 {
    background: #D4E8EC !important;
}
.bg_7 {
    background: #EAE1F5 !important;
}

/*modal content */

#sec_order .order_modal {
    max-width: 970px;
    width: 100%;
}

#sec_order .modal-header {
    border-bottom: unset;
}

#sec_order .model_wrap {
    padding: 10px 55px;	
}
#sec_order .model_wrap p {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #000000;
}
#sec_order .print_block {
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    margin-bottom: 50px;
}
.close_btn span {
    font-size: 30px;
    font-weight: 400;
    background: #86899B !important;
    color: #fff !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 15px;
    right: 15px;
    border-radius: 5px;
}
.close_btn span:hover{
    background: #289D99 !important;	
}

#sec_order .close:focus, .close:hover {
    text-decoration: none;
    opacity: .75;
    border: unset;
    outline: none;
}




/*======== Media Query =============*/

@media (max-width: 768px) {
	#sec_order .custom_btn {
    font-size: 26px;
    line-height: 38px;
    width: 320px;
}
	.popup_btn_block {
    max-width: 690px;
}
	
}

@media (max-width: 767px) {
  .tabel_body h1 {
    font-size: 30px;
  }
  .statistic_content {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .statistic_block {
    display: flex;
    justify-content: center;
	width:100%;
	margin-left:0%;
  }
  .tabel_body .table-responsive .table th {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: 1px solid #C2C9D1;
	min-width: 150px;
  }
	
/* ====  Order Id Page ========*/
	
	#sec_order h1 {
    font-size: 26px;
    line-height: 36px;
}
	.order_body {
    max-width: 750px;
    width: 100%;
    margin: auto;
    height: auto;
}
	.popup_btn_block {
    max-width: 700px;
    width: 100%;
    margin: 50px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
	#sec_order .custom_btn {
    width: 95%;
    margin: auto;
    height: 100px;
    font-size: 26px;
    line-height: 35px;
}

	
	
	
	
}

.auten-sec .auten_block{
  max-width: 770px;
  margin: 0px auto;
  padding: 50px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.04);
}
.auten-sec .auten_block input[type=password]{
  margin-top: 35px;
}
.auten_block .sub_btn:hover{
  background: #000000;
  border-color: #000000;
}
.order-queue .wrap {
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 4%);
     font-size: 32px;
     line-height: 22px;
    color: #000000;
    padding: 10px 15px;
    margin-top: 30px;
	min-height: 120px;
}

.order-queue .wrap .queue-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.order-queue .wrap .queue-desc {
  font-size: 1.1rem;

}
.order-queue .wrap .queue-desc{
  font-weight: 700;
}
.order-queue .wrap hr{
  border-color: #858585;
  margin: 20px 0;
}
.order-queue .wrap .queue-pic img{
  margin: 0;
  padding: 0;
}
/* #sec_order.print-sec .model_wrap.print-wrap{
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.04);
  padding: 70px 142px;
} */
#sec_order.print-sec .print-btn .custom_btn{
  width: 270px;
  height: 93px;
  margin-top: 50px;
}
@media(max-width: 1199.98px){
  #sec_order.print-sec .model_wrap p{
    font-size: 26px;
    line-height: 36px;
  }
  #sec_order.print-sec .custom_btn{
    font-size: 30px;
    line-height: 40px;
  }
}
@media(max-width: 991.98px){
  #sec_order.print-sec .print_block{
    display: block;
    text-align: center;
  }
  #sec_order.print-sec .custom_btn{
    height: 108px;
    font-size: 30px;
    line-height: 40px;
  }
}

@media(max-width: 767.98px){
  .auten_block h1{
    font-size: 26px;
    margin-bottom: 20px;
  }
  .auten-sec .auten_block input[type=password] {
    margin-top: 15px;
  }
  .order-queue .tabel_body h1{
    margin-bottom: 0;
  }
  #sec_order.print-sec .model_wrap.print-wrap{
    padding: 10px 25px;
  }
  #sec_order.print-sec .model_wrap p{
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px!important;
  }
  
}

ul.pagination{padding:1%;}
ul.pagination li{padding:1%;border:1px solid black;}

/* Delete Button */
.image_block {
	  float: left;
	  width: 100px;
	  margin: 1%;
	  position: relative;
	}
	.image_block a:focus {
	  box-shadow: none;
	}
	
.thumb_delete span {
  position: absolute;
  top: 20px;
  padding: 3px 8px;
  font-size: 16px;
  font-weight: 600;
  color: red;
  border: ;
  border-radius: 30px;
  background: #ddd;
  right: 16px;
}