

.content{
    padding:30px;
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px;
    background: #ecf0f5;
   
}
.box{
	position:relative;
	border-radius:3px;
	background:#ffffff;
	border-top:3px solid #d2d6de;
	margin-bottom:20px;
	width:100%;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.box-header{
	color:#444;
	display:block;
	padding:10px 25px;
	position:relative;
}

.box-header.with-border{
	border-bottom:1px solid #f4f4f4;
}
.search_stock_list{
    width: 100%;
    border:solid 1px #7c7a7a; 
}
.btn_select_option{
    width: 100%;
    margin-top: 0%;
    overflow: auto;
}

.select_option_type_car{
    width: 12%;
    margin: 0.5% 0% 0% 0.5%;
    padding-bottom: 0%;
    padding-top: 0%;
  }

  .btn_search,.btn_clear,.btn_addlist{
    background-color: #3c8dbc;
    border: 4px;
    transition: all 40ms linear;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 90px;
    height: auto;
    margin-left: 0.5%;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 0.5%;
  }

  .btn_add_new_rigth{
    text-align: center;
    width: 100%;
    border-bottom:solid 1px #7c7a7a;
    border-right:solid 1px #7c7a7a; 
    border-left:solid 1px #7c7a7a; 
  }
  .button{
    float: left;
    width: 84px;
    padding-right: 0.5%;
    /* padding-right: 20px; */
    cursor: pointer;
  }

  .btn_stock_top{
    float: right;
    text-align: right;
    margin-right: -17px;
  }

  .btn_stock_list_search{
    background-color: #3c8dbc;
    border: 4px;
    transition: all 40ms linear;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 8.75%;
    height: auto;
    margin-left: 0.5%;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 0.5%;
  }
  .location1, .cancel,.put,.reserve,.r_cancel,.proforma,.excel{
    transition: all 40ms linear;
    border-radius: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 79px;
    height: 79px;
    margin-left: 0.5%;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  .location1{
    background-color: 	#90EE90;
   }
  .cancel{
   background-color: #ff33cc;
  }
  .put{
    background-color: #3D64F6;
  }
  .reserve{
    background-color: yellow;
  }
  .r_cancel{
    background-color: #0099cc;
  }
  .proforma{
    background-color: #008850;
  }
  .excel{
    background-color: #fe6700;
  }

  .search_stock_list_top{
    border-bottom: none;
    height: auto;
    padding-left: 10px;
  }

  /* ===============Body Stock list============= */
  .box-body{

    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    padding:0 10px ;
  }
  .ship_data_tab{
    width: 100%;
    margin: auto;
    overflow: auto;
    /* margin-top: 1%; */
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
   }

   .ship_data_tab a:hover{
     color: #3C8DBC;
   }
   .ship_data_tab table thead tr th{
    background-color: #3C8DBC;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    border-right: 1px solid #fff;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
   }

   .mian_stock_list table tr td p {
    margin-bottom: 0rem;
   }

   .link_f{
    color: #3c8dbc;
    font-weight: 500;
    text-decoration: none;
   }
   .v3dp__input_wrapper input {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
   }

   /*shipping*/
.shipment_plc{
  width: 100%;
  margin: auto;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 0px 0% 0% 0%;
 }

 .shipment_left{
  width: 10%;
  float: left;
  padding: 0.5% 0.5%;
 }
 .shipment_right{
  width: 90%;
  float: right;
  text-align: right;
  padding: 0.2% 0.5% 0.5% 0.5%;
 }

 .excle_btn_right{
  cursor: pointer;
 }

 .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin-top: -3px;
  position: relative;
  vertical-align: middle;
  width: 20% !important;
}

.invoice .content select {
  width: 15%;
  height: 22;
}

.invoice .content input {
  width: 99%;
  height: 22;
}

.invoice .content .invoice_sear {
  width: 6%;
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  margin: 1px;
}

.invoice .tabs-component ul {
  margin-right: 0em;
}

.invoice .tabs-component-tab.is-active {
  background-color: #ffff;
  color: black;
  font-size: 13px;
  font-weight: 500;

}

.invoice .tabs-component-tabs{
  background-color: #e9e9e9;
  width: 100%;
}

.invoice .tabs-component-tab.is-inactive {
  background-color: #e9e9e9;
  color: black;
  font-size: 13px;
  font-weight: 500;
  margin-right: 0em;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.invoice a:hover {
  color: black !important;
}

.invoice table thead tr th{
background-color: #3C8DBC;
color: #ffffff;
text-align: center;
line-height: 16px;
border-right: 1px solid #fff;
padding-top: 8px;
padding-bottom: 8px;
font-size: 13px;
}

.invoice  table tbody tr td{
color: #000000;
text-align: center;
line-height: 16px;
padding-top: 8px;
padding-bottom: 8px;
word-break: break-all;
border-bottom: 1px solid #3C8DBC;
}

.invoice .tabs-component-panels{
  padding:0em 0em !important;
}

.fa-history{
  color: green;
  font-size: 15px;
  cursor: pointer;
  font-weight: bolder;
}

.btn_ex_down {
  background: #2a921a;
  border: none;
  color: #FFF;
  border-radius: 3px;
  margin: 2px;
  margin-left: 5px;
  margin-right: 5px;
  /* width:22% !important; */
}

 
   @media(min-width: 1566px){
    .ship_data_tab table thead tr th{
      padding-top: 8px;
      padding-bottom: 8px;
     }
   }

   .ship_data_tab table tbody tr td{
    color: #000000;
    text-align: center;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    word-break: break-all;
    border-bottom: 1px solid #3C8DBC;
    font-size: 1rem;
    vertical-align: middle;
    height: 60px;
   }
   .footer{
    font-size: 13.5px;
    font-weight: bold;
    padding: 1% 0.5%;
    overflow-x: hidden;
   }
   .footer_all{
    font-weight: 500;
   }
   .v3dp__popout{
    position: fixed !important;
    z-index: 1000 !important;
   }
   #recycle .btn{
    margin-bottom: 0;
    margin-left: 5px;
    border-radius:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:1px solid transparent;
   }

   .content .btn{
    display: inline-block;
    padding: 0px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
   }

   .btn-primary{
    background-color:#3c8dbc;
    border-color:#367fa9;
   }

   .excelpopup table tr td{
    padding-bottom: 20px;
 }
 .InvoiceInStock .create_style{
     display: flex;
     align-items: center;
     width: 24%;
 }
 .InvoiceInStock .proforma_btn{
   background-color:rgb(60, 141, 188);
   border: 2px solid #ffff;
   border-radius: 5px;
 }
 .InvoiceInStock  table thead tr th{
   background-color: #3C8DBC;
     color: #ffffff;
     text-align: center;
     line-height: 16px;
     padding-top: 8px;
     padding-bottom: 8px;
     border: 1px solid #ccc;
 }

 .InvoiceInStock label {
  font-weight: bold;

}
 
 .InvoiceInStock table tbody tr td{
   color: #000000;
     text-align: center;
     line-height: 16px;
     padding-top: 8px;
     padding-bottom: 8px;
     word-break: break-all;
     border: 1px solid #ccc;
 }

.shipment .tabs-component ul {
  margin-right: 0em;
}

.shipment .tabs-component-tab.is-active {
  background-color: #ffff;
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.shipment .tabs-component-tab.is-inactive {
  background-color: #ecf0f5;
  color: #0099cc;
  font-size: 14px;
  font-weight: 500;
  margin-right: 0em;
  border: 1px solid #ecf0f5;

}

.shipment a:hover {
  color: black !important;
}

.shipment .tabs-component-tabs{
  background-color: #ecf0f5;
  border-bottom: 1px solid #d2d2d2 ;
}

.shipment .tabs-component ul {
  margin-right: 0em;
  padding-left: 0em;
}

.shipment .tabs-component-panels{
  padding:0em 0em !important;
}

.Vessel_tab .ship_inp_btn {
  width: 11%;
  margin: 0% 0.5% 0% 0%;
  height: 22px;
}

.Vessel_tab .ship_sele {
  width: 12%;
  margin: 0% 0.5% 0% 0.5%;
  padding: 0% 0% 0% 0%;
  height: 22px;
}

.Vessel_tab .shipment_plc {
  background-color: #ecf0f5;
  border-color: #ecf0f5;
}

.Vessel_tab .shipment_left {
  padding: 0%;
}

.Vessel_tab table thead tr th {
  background-color: #80B5D3;
}

.Vessel_tab a{
  text-decoration:none;
}

.Unbook_tab .ship_inp_btn {
  width: 13%;
  margin: 0% 0.5% 0% 0%;
  height: 22px;
}

.Unbook_tab .ship_sele {
  width: 10.2%;
  margin: 0% 0.5% 0% 0.5%;
  padding: 0% 0% 0% 0%;
  height: 22px;
}

.Unbook_tab .shipment_plc {
  background-color: #ecf0f5;
  border-color: #ecf0f5;
}

.Unbook_tab .shipment_left {
  padding: 0%;
}

.Unbook_tab table thead tr th {
  background-color: #ecf0f5;
  color: #000;
  border: none;
}

.Unbook_tab table tbody tr td {
  padding-top: 1.2%;
  padding-bottom: 1.2%;
}


.Unbook_tab a{
  text-decoration:none;
}

.UploadStyle {
  width: 100%;
  display: flex;
  justify-content: center;
}

.UploadStyle .Uploadchile {
  color: #3c8dbc;
  width: 50%;
  text-align: end;
}

.Unbooked table thead th{
  font-size: 12px;
}

.Unbooked input[type="radio"] {

background-color: #fff;
margin: 0;
font: inherit;
color: currentColor;
width: 1.4em;
height: 1.4em;
border: 0.15em solid currentColor;
border-radius: 50%;
transform: translateY(-0.075em);

}

.Booklist .ship_inp_btn {
  width: 13%;
  margin: 0% 0.5% 0% 0%;
  height: 22px;
}

.Booklist .ship_sele {
  width: 10.2%;
  margin: 0% 0.5% 0% 0.5%;
  padding: 0% 0% 0% 0%;
  height: 22px;
}


.Booklist .shipment_left{
  width: 15%;
}

.Booklist .shipment_right{
  width: 75%;

}
.Unbook_tab .shipment_left{
  width: 15%;
}

.Unbook_tab .shipment_right{
  width: 75%;

}


.invoice .shipment_left{
  width: 20%;
}

.invoice .shipment_right{
  width: 78%;

}

.invoice  .ship_inp_btn {
  width: 10%;
  margin: 0% 0.5% 0% 0%;
  height: 22px;
}

/* Income style page */

.Income {
  overflow-x: hidden;
}

.Income .ship_inp_btn {
  width: 25%;
  margin: 0% 0.5% 0% 0%;
  height: 15px;
}
.Income .tabs-component-panels{
  padding:0em 0em !important;
}

.Income {
    width: 100%;
    display: flex;
    margin: 0.1%;
}

.IncomeLeft {
    width: 40%;
}

.Income .header_income {
    width: 100%;
    background-color: #ffff;
    padding: 10px 10px;
    border: 1px solid rgb(154, 153, 153);
    min-height: 100px;
}

.IncomeRight {
    width: 60%;
 
}

.Income .IncomeLeft .invoice_sear {
  width: 15%;
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  border-radius: 5px;
  font-size: 12.5px;
}

.Income .IncomeLeft .invoice_sear1 {
  width: 20%;
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  border-radius: 5px;
  font-size: 12.5px;
}

.Income .IncomeLeft .invoice_sear2 {
  width: 15%;
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  border-radius: 5px;
  font-size: 12.5px;
}

.Income .IncomeRight .invoice_sear {
  width: 10%;
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  /* margin: 1px; */
}

.Income #invoice_no {
    width: 25%;
    height: 22px;
    margin-right: 1px;
}

.Income .body_income {
    margin-top: 10px;
}

.Income   .body_income_r{
  margin-left: 1%!important;
}
.Income .tabs-component-tabs {
    background-color: rgb(198, 198, 197);
    border-radius: 5px 5px 0 0;
    border: 1px solid rgb(154, 153, 153);
}

.Income .tabs-component-tab {
    margin-top: 1em;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    color: rgb(75, 75, 75);
    font-weight: 500;
}

.Income .tabs-component ul {
    padding-left: 1rem;
    margin-bottom:0.3rem;
}

.Income .tabs-component-tab.is-inactive {
    background-color: rgb(174, 173, 174);
    color: black;
    border: 1px solid rgb(154, 153, 153);
}

.Income .tabs-component-tab.is-active {
    background-color: #ffff;
    color: black;
    border: 1px solid rgb(154, 153, 153);
}

.Income a:hover{
  color: #000!important;
}

.Income table thead tr th,   .DepositHistory thead tr th, .tblallocate thead tr th {
    background-color: #3C8DBC;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    border-right: 1px solid #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}
.Income table tbody tr td {
    border-bottom: 1px solid #40404047;
    padding: 0.7% 0%;
    height: 50px;
}
.Income .pagination li {
    margin-bottom: 0px;
}

.Income .pagination {
    padding-top: 15px;
}

#customer_acc {
    width: 100%;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.btn_style {
    height: 22;
    background-color: #3C8DBC;
    color: #ffff;
    text-align: center;
    border: 1px solid #3C8DBC;
    margin-top: 1%;
}

.body_income_r table tbody tr td {
  border-bottom: 1px solid #40404047;
  padding: 1.2% 0%;
}
.Income .pagination{
  padding: 0px 0 !important;
  --bs-pagination-color:#ffff;
  --bs-pagination-hover-color:none;
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.3rem;
  /* --bs-pagination-font-size:0.5rem; */
}
.Income .page-link{
  background:none !important;
  border:none;
}

.Income .page-link.active, .active > .page-link{
  color: #9b9b9b !important;
}

.tblallocate tbody tr td{
 border: 1px solid #ddd;
 text-align: center;
 padding: 8px;
}

.AllocateTable table thead tr th{
  background-color: #51A5B3E6;
  color: #ffff;
  font-size: 14px;
}

.AllocateTable hr{
 margin: 0.5rem 0;
}
.AllocateTable h4{
  margin: 0;
 }

 .Distribute_History table tbody tr td {
  border: 1px solid #FFFF;

 }


 /* End income style page */

 /* Start Expense Style page */

 .Expense {
  width: 100%;
  display: flex;
  margin: 0.1%;
}

.ExpenseLeft {
  width: 40%;
}

.header_Expense {
  width: 100%;
  background-color: #ffff;
  padding: 10px 10px;
  border: 1px solid rgb(154, 153, 153);
  min-height: 70px;
}

.ExpenseRight {
  width: 60%;

}

.Expense .ExpenseLeft .invoice_sear {
  width: 15%;
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  border-radius: 5px;
  font-size: 12.5px;
}

.Expense .ExpenseLeft .invoice_sear1 {
  width: 20%;
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  border-radius: 5px;
  font-size: 12.5px;
}

.Expense .ExpenseLeft .invoice_sear2 {
  width: 15%;
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  border-radius: 5px;
  font-size: 12.5px;
}

.Expense .ExpenseRight .invoice_sear {
  width: 10%;
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  /* margin: 1px; */
}

.Expense #invoice_no {
    width: 25%;
    height: 22px;
    margin-right: 1px;
}

.Expense .body_income {
  margin-top: 10px;
}

.Expense .body_income_r{
margin-left: 1%!important;
}
.Expense .tabs-component-tabs {
  background-color: rgb(198, 198, 197);
  border-radius: 5px 5px 0 0;
  border: 1px solid rgb(154, 153, 153);
}

.Expense .tabs-component-tab {
  margin-top: 1em;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  color: rgb(75, 75, 75);
  font-weight: 500;
}

.Expense .tabs-component ul {
  padding-left: 1rem;
  margin-bottom:0.3rem;
}

.Expense .tabs-component-tab.is-inactive {
  background-color: rgb(174, 173, 174);
  color: black;
  border: 1px solid rgb(154, 153, 153);
}

.Expense .tabs-component-tab.is-active {
  background-color: #ffff;
  color: black;
  border: 1px solid rgb(154, 153, 153);
}

.Expense a:hover{
color: #000!important;
}

.Expense table thead tr th, .DepositHistory thead tr th, .tblallocate thead tr th {
  background-color: #3C8DBC;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  border-right: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.Expense table tbody tr td {
  font-size: 13px;
  border-bottom: 1px solid #367fa9;
  padding: 0.7% 0%;
  height: 50px;
}

.Expense .tabs-component-panels{
  padding:0em 0em !important;
}

.Expense .slection_option{
  width: 20%;
  height: 22px;
  border-radius: 4px;
}

.Expense  .header_income {
  width: 100%;
  background-color: #ffff;
  padding: 10px 10px;
  border: 1px solid rgb(154, 153, 153);
  min-height: 100px;
}

.Expense .pagination{
  padding: 0px 0 !important;
  --bs-pagination-color:#ffff;
  --bs-pagination-hover-color:none;
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.3rem;
  /* --bs-pagination-font-size:0.5rem; */
}
.Expense .page-link{
  background:none !important;
  border:none;
}

.Expense .page-link.active, .active > .page-link{
  color: #9b9b9b !important;
}

.Expense .pagination li {
  margin-bottom: 0px;
}

.Expense .pagination {
  padding-top: 15px;
}

 #expend_table td{
  padding: 10px!important;
  border-bottom: 1px dotted #ddd;
}
#expend_table th{
  font-size: 12.5px;
}

 .invoice_sear2 {
  width: 15%;
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  border-radius: 3px;
  font-size: 12.5px;
}

.Expense .btn_excel_his{
  height: 22;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  border-radius: 3px;
  font-size: 12.5px;
}

#table_his thead tr th{
  background-color: #3C8DBC;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  border-right: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}
#table_his  tbody tr td{
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
 }

 .expenses_table tr,
.expenses_table th,
.expenses_table td,
.expenses_table div {
    background-color: #FFFFFF;
}

.expenses_table #expend_table table {
    border-collapse: collapse;
    width: 500px;
    border-collapse: collapse;
}

.expenses_table #expend_table th,
.expenses_table #expend_table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px dotted #ddd;
}

.expenses_table #expend_table .l {
    background-color: #f7f7f7;
    width: 60%;
    font-weight: bold;
}

.expenses_table #expend_table input {
    font-size: 17px;
    width: 200px;
}

.expenses_table #bntsubmit {
    width: 85px !important;
}



.expenses_table .correct {
    color: #26AD62;
    font-weight: bold;
}

.expenses_table .incorrect {
    color: #EF4F54;
    font-weight: bold;
}

.expenses_table .pemding {
    color: #FBAF5D;
    font-weight: bold;
}

.expenses_table .a {
    background-color: #f7f7f7;
    text-align: center;
    font-size: 11px !important;
    border-right: 1px dotted #ddd;
    height: 30px;
    text-align: center;
    padding: 5px;
}

.expenses_table .b {
    text-align: center;
    border-bottom: 1px dotted #ddd;
    height: 20px;
    text-align: center;
    padding: 5px;
    font-weight: normal;
}

.expenses_table .input-xs {
    height: 22px !important;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.expenses_table .input-group-xs>.form-control,
.expenses_table .input-group-xs>.input-group-addon,
.expenses_table .input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn_sch_chassis{
  height: 30;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  border-radius: 3px;
  font-size: 12.5px;
}

.btnAddRow{
  height: 30;
  background-color: #3C8DBC;
  color: #ffff;
  text-align: center;
  border: 1px solid #3C8DBC;
  border-radius: 3px;
  font-size: 12.5px;
}

.tbl_detail_add,.tbl_detail_add1{
  font-size: 13px;
}

.tbl_detail_add td input{
  width: 80%;
}


.tbl_detail_add1 td input{
  width: 45%;
}

.popupDetailstyle{
  max-height: 750px;
  min-height: 600px;
  background-color: #f7f7f7;
}
.popupDetailbodystyle{
  padding:0rem 1rem;
  max-height: 600px; 
  overflow-y: scroll;
  width: 99%;
}
.popallocatestyle{
  padding:0rem 1rem;
  max-height: 600px;
  min-height: 600px; 
  overflow-y: scroll;
  width: 99%;
}

@media(min-width: 1766px){
  .popallocatestyle{
    max-height: 700px;
    min-height: 700px; 
  }
  .popupDetailstyle{
    max-height: 750px;
    min-height: 750px;
  }
  .popupDetailbodystyle{
    max-height: 700px; 
  }
}

@media(max-width: 1200px){
  .popallocatestyle{
    max-height: 500px;
    min-height: 500px; 
  }
  .popallocatestyle{
    max-height: 500px;
    min-height: 500px; 
  }
  .popupDetailbodystyle{
    max-height: 500px; 
  }
  .Expense .tabs-component ul{
    display: flex;
  }

  .Expense .tabs-component-tab-a{
    padding: 0.40em 0.5em;
  }

 .tabs-component ul{
    display: flex;
  }

  .Income .tabs-component-tab-a{
    padding: 0.40em 0.5em;
  }
}



