
.payment-panel-wapper > .col-lg-6{
    min-height: 100vh;
    padding-top: 15px;
}


.payment-collection-left{
    background-color: #f1f2f2;
    overflow: hidden;
}
.payment-collection-right{
    background-color: #e6e7e8;
    overflow: hidden;
}


.order-info{
    font-family:roboto_condensedregular;
    font-size:15px;
    font-weight:normal;
    padding: 8px 8px!important;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
}


  .bg-red{
    background-color:var(--theme);
}

.bd-gray-light{
    background-color:rgb(227,227,227);
    color: #000;
}

.payment-page .block-header{
  padding: 4px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.payable-amount{
    font-family:roboto_condensedregular;
    font-size:25px;
    font-weight:bold;

}


.due-amount{
    font-family: roboto_condensedregular;
    font-size: 20px;
    font-weight: bold;
    color: #999494;
    padding: 5px 15px!important;
}

.payment-methoad{
    font-family: roboto_condensedregular;
    font-size: 20px;
    font-weight: bold;
    color: #999494;
    padding: 5px 15px!important;
}




/****/

.payment-page h3{
    font-family: roboto_condensedbold;
    font-size: 18px;
    font-weight:bold;
    color:var(--theme);
    margin-top: 15px;
    font-weight: normal;
    text-align: center;

}

.pay-method-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 10px;
}

  @media(min-width:700px){
    .pay-method-container {
      display: grid;
      grid-template-columns: repeat(5, 1fr); /* 3 columns */
      gap: 10px;
  }
}

.pay-method-container input[type="checkbox"]{
    display: none; /* Hide the radio buttons */
}

.pay-method-container label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px; /* Make them square */
    background-color: #ffffff;
    border: 2px solid #d6d6d6;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1;
    color: rgb(122,122,122);
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    white-space: wrap!important;
}

.pay-method-container label:before {
    content: '\2713'; /* Unicode checkmark */
    font-size: 20px;
    color: red;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease;
}

.pay-method-container input[type="checkbox"]:checked + label {
    background-color: #ffefed; /* Highlight selected box */
    border-color:var(--theme);
}

.pay-method-container input[type="checkbox"]:checked + label:before {
    opacity: 1; /* Show the checkmark */
}

.pay-method-container label:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}



.payment-page .form-padding  .btn-file {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color:var(--theme);
  border: 0;
  border: 0px solid #b4b2b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-top: 4px !important;
  padding-left: 12px;
  width: 40px !important;
  height: 38px;
}

.payment-page .form-padding .form-control,
.payment-page .form-padding .select2basic{
    padding: 18px 10px;
    font-size: 18px;
}


/* cusomer combo */

.customer-select-cmb{
    width: 100%;
    overflow: hidden;
    background: #fff url(images/dropdown-menu2.png) no-repeat 100%;
    vertical-align: middle !important;
    border: 1px solid #b4b2b2;


}

.customer-select{
    background-color:var(--theme);
    margin-bottom: 0px!important;
    color: #fff!important;
    border-radius: 5px;
    border: 0px;



}
.customer-select-wrap{
    padding: 0!important;

}
.customer-select-wrap .form-group{
    margin: 0;

}
.customer-select .select2-selection__rendered{
    color:#ffffff!important;
    font-family:roboto_condensedregular;
    font-size: 18px;
    padding: 3px 10px!important;

}


.customer-select .select2-container{
    background-color: transparent;
}


.customer-select .select2-container .select2-selection--single{
    height: 42px!important;
}


/* end customer combo */



.customer-profile{
    background-color: #d1d3d4;
    padding: 8px!important;
}

.customer-profile img{
    border-radius: 5px;
    border:3px solid #939090;
}
.customer-profile .row{
    display: flex;
    align-items: center;
}

.customer-profile .cp-name .companyname{
    font-family: roboto_condensedregular;
    font-size: 15px
}

.customer-profile .cp-address{
    font-family: roboto_condensedregular;
    font-size: 13px
}

.customer-profile{
    margin-bottom: 25px!important;
}

.wallet-wrap label{
   font-family: roboto_condensedbold;
    color: #000;
    font-size: 18px;
}
.wallet-wrap input{
    font-family: roboto_condensedbold;
    color: #000;
    font-size: 25px;
    padding: 5px 10px ;
    height: auto;
    border-radius: 5px;
    border:2px solid rgb(156,156,156);
}
.wallet-wrap input:focus{
    border:2px solid rgb(156,156,156);
}




.bit-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.bit-table th {
    padding: 8px;
    padding-bottom: 3px;
    line-height: 1.42857143;
    background-color: transparent;
    font-family: roboto_condensedregular;
    font-size: 15px;
}

.bit-table td {
    padding: 14px;
    padding-top: 6px;
    line-height: 1.42857143;
    vertical-align: middle;
    background-color: #d1d3d4;
    font-family: roboto_condensedbold;
    font-size: 15px;
    position: relative;
    border-top: none;
}


.bit-table tr td {
    box-shadow: 0px -8px 0px 0px #E6E7E8 inset;
}


.bit-table tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.bit-table tr td:last-child {
    border-radius: 0 5px 5px 0;
    text-align: right;
}

.makepayment-wrap input {
  width: 100%;
  font-size: 25px;
}

.payment-container-top{
    min-height: calc(100vh - 75px);
}

#pagination{
    text-align: right;
}
.pagination-link.selected {
  font-weight: bold;
  background-color:var(--theme);
  color: #fff;
}

.pagination-link {
  border: 0px solid #333;
  border-radius: 3px;
  margin-bottom: 3px;
  display: inline-block;
  padding: 8px 15px;
  margin-right: 5px;
  cursor: pointer;
  color: #000;
  background-color: #d1d3d4;
  text-decoration: none;
}

.payment-collection-left label.texbox-label{
  font-size: 16px;
  color: gray;
  position: absolute;
  top: 8px;
  left: 10px;
}


.payment-page h3{
    background-color:var(--theme);
    color: #ffffff;
    padding: 6px;
    border-radius: 50px;
    display: inline-block;
    padding: 3px 40px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: roboto_condensedregular;
}
.section-title{
    text-align: center;
}







.paid-amount{
    text-align: right;
    border: 0;
    background-color: #939393!important;
    font-size: 25px;
    padding: 25px 10px;
    color: #fff;
    font-weight: bold;
}




.payment-methoads{
    padding: 0!important;
    margin-bottom: 10px;
}
.payment-methoads .payment{
    text-align: right;
    border: 0;
    background-color: #fdfdfd!important;
    border: 1px solid rgb(168,162,162);
    font-size: 25px;
    padding: 25px 10px;
    color: #000;
}

.payment-methoads .textbox-placeholder{
  font-size: 20px;
  color: gray;
  position: absolute;
  top: 11px;
  left: 25px;
}

.payment-methoads .payment-detail-close{
    cursor: pointer;
    font-weight: normal!important;
    padding: 7px 10px;
    border: 1px solid rgb(168,162,162);
}


.round-border{
    border:1px solid #c0c0c0;
    border-radius: 3px;
    padding: 0 8px;
}

.round-border .form-group{
    margin-bottom: 8px
}

.round-border .form-control{
    resize: none;
}

.round-border .form-control{
    outline: none !important;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}



.payment-detail{
    margin-top: 10px;
    padding-top: 3px;
    position: relative;
}
.payment-detail label{
    font-family: roboto_condensedregular;
    font-size: 13px;
}
.payment-detail .payment-detail-close{
    position: absolute;
    right:8px;
    top: 0px;
    border-radius: 5px;
    border: 0!important;
    background-color: transparent!important;
}

.payment-detail{
  color: var(--theme);
}

.payment-detail textarea::focus{
    box-shadow: none;
}
.payment-methoads input{
    cursor: pointer;
}

.payment-methoads .detail-on{
    background-color: rgb(255, 255, 255)!important;
    border: 1px solid var(--theme);
}

.payment-methoads .detail-off{

}


.payment-page .form-control,
.payment-page select{
    border: 1px solid #c4baba;
}

.payment-page .input-group-btn .btn-file{
    padding-top: 6px!important;
    font-size: 13px;
    padding-left: 13px;
}
.payment-methoads .detail-on{
    border:1px solid var(--theme);
}
.payment-detail.round-border{
    /* border:1px solid var(--theme); */
    background-color: #fff;
}

.fa-close{
    cursor: pointer;
}


#txtDue,
.label-due{
    color:#ED1C24;
}

.option-close{
    font-weight: 200!important;
    stroke: 1px!important;
}

.payment-methoads .fa-bars{
    position: absolute;
    right:30px;
    top: 18px;
    font-size: 18px;
    font-weight: 200;
    cursor: pointer;
}
.payment-methoads .payment{
    padding-right:38px;
}


@media(min-width:800px) {
  .payment-panel-wapper{
    display: flex; /* Make the row a flex container */
  }

  .payment-panel-wapper > [class^="col-"] {
    display: flex;       /* Make columns flex items */
    flex-direction: column;
  }
}


.payment-collection-left,
.payment-collection-right{
    padding-top: 10px;
}
.party-tabs{
    display: flex;
    margin-bottom: 10px;
}

.party-tabs li{
    flex-grow: 4;
    text-align: center;
    border: 0px solid #999999;
    padding: 10px;
    font-weight:bold;
    margin: 2px!important;
    background-color: #dbdbdb;

    border-radius: 5px;
}

.party-tabs .customer.active{
    background-color: var(--theme);
    color: #fff;

}

.party-tabs .supplier.active{
    background-color: #4baf40;
    color: #fff;
}

.party-tabs .factory.active{
    background-color: #0653a5;
    color: #fff;
}

.party-tabs .expenses.active{
    background-color: #1b4d56;
    color: #fff;
}

.party-tabs li:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.party-tabs li:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.supplyer-theme{
  background-color: #4baf40;
}

.factory-theme{
  background-color: #0653a5;
}

.expenses-theme{
  background-color: #1b4d56;
}

.payment-page h3.supplyer-theme{
    background-color: #4baf40;
}

.pagination-link.selected{
    background-color: #4baf40;
}


.payment-party-detail{
    display: flex;
    align-content:center;
    align-items: center;
    justify-content:flex-start;
}

.payment-party-detail .col-1{
    flex-basis: 70px;
}
.payment-party-detail .col-2,
.payment-party-detail .col-3{
    flex-grow: 1;
}

.d-none{
    display: none;
}
.overflow-scroll{
    overflow-y: auto;
}