.customer_credit{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.addLedger{
    color: #1262AF;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: #1E2CA7;
    background-color: white;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #1E2CA7;
    border-color: #1E2CA7;
    color: white;
}
.hr-dashed{
    border: none;
    height: 1px;
    background: #000;
    background: repeating-linear-gradient(90deg,#000,#000 6px,transparent 6px,transparent 12px);
    margin-top: 3% !important;
    margin-bottom: 3% !important;
}
.w-9{
    width: 9% !important;
}
.validity-date{
    color: #454545;
}


/* New contact info Tab styles [START] */

.dashed-bottom-border{
    border-bottom: 1px dashed #E8ECEF;
}

.company-info-wrapper{
    padding: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2.5rem;
}

.custom-card{
    padding: 1px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 10px 15px 2px #F4F4F5;
    max-width: 650px;
    box-sizing: border-box;
}

.custom-card-header{
    background-color: #FBFAFB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1rem;
    font-weight: 600;
}

.custom-card-body{
    padding: 1rem;
    padding-right: 3.5rem;
}

.card-section{
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-section.dashed-bottom-border:last-child{
    border-color: transparent;
}

.card-item  > *{
    font-size: 0.875rem;
}

.card-item{
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.card-item-data{
    color: #212A37;
    font-weight: 600;
    width: 100%;
}
.card-item-title{
    color: #3C444F;
    width: 300px;
    font-weight: 500;
}

.black{
    color: black !important;
}


/* New contact info Tab styles [END] */


.dataTables_length {
    margin-top: 1rem;
  }

  /* Floating lable */

  .form-control.floating-control {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 19px; */
    /* padding-top: 15px; */
    min-height: 40px;
    padding-left: 10px;
  }

  .floating-label {
    font-size: 16px;
    font-weight: 400 !important;
    color: #475F7B;
    opacity: 1;
    top: 8px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 40px);
  }

  .floating-diff .floating-label {
    opacity: 0;
  }

  .floating-diff.focused .floating-label {
    opacity: 1;
  }

  .form-group.focused .floating-label {
    width: fit-content;
    background-color: white;
    padding: 0px 5px;
    opacity: 1;
    color: #7b7f82;
    top: -10px;
    left: 19px;
    font-size: 12px;
  }

  .form-group.focused select.form-control {
    padding-top: 21px;
  }

  .float-checkradio {
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
  }

  .float-checkradio.focused {
    padding-top: 21px;
  }

  .select2 .floating-label {
    opacity: 0;
  }

  .select2.focused .floating-label {
    opacity: 1;
  }

  .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
    /* padding-top: 13px; */
  }

  .select2-container--default .select2-selection--single {
    /* height: 44px; */
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    /* line-height: 40px; */
    transition: 240ms;
    /* padding-right: 40px; */
    /* font-size: 14px; */
    font-weight: 400;
    color: #475F7B;
    /* padding-top: 3px; */
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    /* height: 41px; */
    /* right: 15px; */
    transition: 240ms;
  }

  .floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    /* padding-bottom: 7px;
    padding-top: 17px;
    padding-left: 17px; */
  }

  #select2-consignerLabel-container,
  #select2-receiverLabel-container {
    line-height: 35px;
  }

  .form-control {
    font-size: 12px;
  }

  #searchButton {
    height: 41px;
  }

  #moreFilterBtn {
    height: 41px;
  }