.loader {
	display: block;
    position: fixed !important;
    z-index: 101;
    background: #00000017;
    filter:saturate(10);
    padding: 0;
    width: 100% !important;
    float: left;
    top:0px;
    height:100%;
    right:0;
    text-align:center;
}

.loader img {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
}

.login-sec{
  background: linear-gradient(to right, #FF4B2B, #FF416C);
    color: #fff;
    font-size: 14px;
}

.pgshadow{
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
   position: relative;
   overflow: hidden;
}

.breadcrumb h1{
    color: #e83c30;
    text-transform: uppercase;
    font-size:18px;
    font-weight:900;
    padding-top:10px;
}

.auth-right{
align-items: normal;
}

.alig-cen{
text-align:center;
}

.chk-center{
display: flex; justify-content: center;
}

.error-msg {
    color: #FF0000;
    position: relative;
    top: 5px;
    font-size: 11px;
    background:url(../images/error-msg.png) no-repeat left 10px;
    padding-left: 15px;
    display: none;
}

.padt10 {padding-top: 10px;
}
.form-control[readonly] {
  background-color: #EBEBE4;
  opacity: 1;
}

.form-control[readonly] {
  /*background-color: #EBEBE4;
  opacity: 1;*/
  color: rgb(170, 170, 170);
    background-color: #eee;
}

.form-control {
    height: 33px;
    background-color: #fff;
    font-size: 13px;
}

.check-box-display {
	    display: revert !important;
}

.check-box-display .checkbox {
	display: inline !important;
}
.border-center {
	    text-align: center;
}
.padb10 {
	padding-bottom: 10px;
	padding-right: 45px;
}
.btn-pdng {
    margin-left: 15px !important;
}
.alert-cls {
	display:inline-block; padding-top:15px;
}
.keywordinfo{
    font-size: 10px;
}

.baserate_hdg{position: relative;
    top: -8px;
    left: 20px;
    font-weight: bold;
    font-style: italic;
    background: #fff;
    width: 80px;}


.customtext{display: inline-block;
    width: 60% !important;
    height: calc(1.9695rem + 2px);
    padding:10px;
    line-height: 1.5;
    color: #665c70;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;}

.text-black{color:#000 !important}
.font-bold{font-weight:bold}

/*******************************************AUW-criteria************************************************/
.auw-tab{ overflow-y: auto; border: 1px solid #ccc;}
.auw-table tr td {padding: 8px 2px;}

.auw-table .topborder {border-top: solid 3px #150929 !important;text-align: center; width: 10%;}

.auw-table .form-control, .auw-table select {
  height: 28px;
    background-color: transparent;
    font-size: 13px;
    border-bottom: solid 2px #ddd;
    border-top: none;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.auw-table .form-control:focus,.auw-table .form-control:hover {
    background: transparent;
    border-color: transparent;
    border-bottom: solid 2px #006093;
    box-shadow: none;
    color:#006093;
}




.nav-item {
    z-index: 10;
}

.auw-criteria .nav-item .nav-link {
    color:#000;
  padding: 0.5rem 1.5rem;
}



.auw-criteria .nav-item .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fff !important;
    color: #e83c30;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px -3px 5px 0px #eee;
    z-index: 999;
    margin: 1px 0px -1px 0;
    border-bottom: 0px;
    font-weight: bold;
}

.nav-item .nav-link {
  color: #000;
}
.nav-item .disabled {
  cursor: not-allowed !important;
}
.custominput{
    width:100%;
    padding-left: 0px;
    padding-right: 2px;
  text-align: right;
}

.auw-table .fa {
    font-size: 14px;
    vertical-align: middle;
}






.table-responsive{overflow-x:hidden;}

#Calculation form{
    display: block;
    overflow: auto;
}

.bg_gray{
    background-color: rgba(0, 0, 0, 0.05) !important;
}

#minLend:hover{ color: #150929; text-decoration: underline;}


.auw-table .make-editable,
.auw-table .topborder {
    cursor: pointer;
}
.select-control {
    width: 100%;
  }

.filter-multi-select .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: unset;
  opacity: .6;
  }

.table th,
.table td {
  padding: 0.5rem;
  font-size: 0.813rem;
  }

.auw-criteria .form-filter .row>* {
  padding-left: 0px;
  }

.auw-table tr td {
  padding: 8px 2px 8px 5px;
}
.auw-table tr td .d-flex {
  min-width: 85px;
}

.auw-table tr td input[type=number]::-webkit-inner-spin-button,
.auw-table tr td input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-align: right;
}

.auw-table input,
.auw-table select {
    opacity: 0.8;
    border: none !important;
    pointer-events: none;
}

.auw-table td.editable-input input,
.auw-table .editable-row td input,
.auw-table td.editable-input select,
.auw-table .editable-row td select {
    opacity: 1;
    pointer-events: all;
    border-bottom: solid 1px #150929 !important;
  }

  .wrapAUW{
    position: absolute;
    right: 0;
  top: 15px;
  }

  .btn.disabled, .btn:disabled{cursor:not-allowed}
  .wrapAUW .ripplebtn {

    cursor: pointer;
    font-size: 14px;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
    align-items: center;
  }


  .wrapAUW button:focus {
    outline: none;
  }





  @keyframes ripple {
    0% {
        box-shadow:
        0 0 0 0 rgba(76,175,80, 0.3),
        0 0 0 1px rgba(76,175,80, 0.3),
        0 0 0 3px rgba(76,175,80, 0.3);
        /* 0 0 0 5px rgba(76,175,80, 0.3); */
    }
    100% {
      box-shadow:
        0 0 0 0 rgba(76,175,80, 0.3),
        0 0 0 4px rgba(76,175,80, 0.3),
        0 0 0 20px rgba(76,175,80, 0);
        /* 0 0 0 30px rgba(76,175,80, 0); */
    }
  }
.wrapAUW .btn-success {
  margin: 0px 5px 0 0;
}
.auw-table td .error-msg {
  color: #FF0000;
  position: relative;
  top: 0px;
  font-size: 10px;
  background: url(../images/error-msg.png) no-repeat left;
  padding-left: 15px;
  display: none;
}

.auw-alert .alert {
  border-radius: 10px;
  display: inline-block;
  display: none;
  padding: 6px 10px;
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: none;
}

.auw-alert .alert .close {
  margin-left: 15px;
  line-height: 18px;
}
.auw-table .currency-field {
  text-align: right;
  padding-right: 2px;
}
.tab-content>.tab-pane{
  width: 100%;
  overflow-x: auto;
}

.tab-content>.tab-pane>.auw-table{
  width: 100%;
  min-width: 1800px; /* Ensure table can overflow and be scrollable */
  table-layout: fixed; /* Ensure a consistent column width distribution */
  border-collapse: separate; /* Don't collapse */
  border-spacing: 0;
}
.tab-content>.tab-pane.active {
  display: block;
}
.swal2-modal .btn-success {
  margin-top: 0px;
}
.swal2-icon.swal2-success .placeholder {
  background-color: inherit;
  cursor: inherit;
  opacity: .9;
}
.main-content-wrap {
  padding: 1rem;
}
.main-content-wrap.sidenav-open {
  padding: 1.5rem;
}
.auw-alert {min-height: 30px;}

/* Sticky first two columns */
.auw-table .parent-tr .sticky-td, .auw-table td:nth-child(1), .auw-table tr th:nth-child(1),  .auw-table tr th:nth-child(2) {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 3;
  }

  .auw-table td:nth-child(1) , .auw-table tr th:nth-child(2){
    left: 250px;
    z-index: 2;
  }
.auw-table th:nth-child(1), .auw-table td:nth-child(1) {
  width: 250px;
  font-weight: bold;
}

.auw-table th:nth-child(2), .auw-table td:nth-child(2) {
  width: 70px;
}

/* Define the width of the remaining columns (3rd to 13th) */
.auw-table th:nth-child(n+3), .auw-table td:nth-child(n+3) {
  width: calc(100% / 11); /* Distribute remaining space equally among the last 11 columns */
}
.auw-table select {
  /* Styling */
  background-color: transparent;
  border-radius: 0px;
  padding: 7px 28px 0px 0px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}

.auw-table select::after{
  border-right: 1px solid gray !important;
  margin-left: 5px;
}

.auw-table select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 19px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.auw-table select.minimal:focus {
  background-image:
    linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 19px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: transparent;
  outline: 0;
}

@media (min-width: 1024px) {
  .shift-right .btn-success {
    position: absolute;
    right: 12px;
    padding-bottom: 0.25rem;
  }

  /* .auw-tab{    max-height: 35rem;} */
}

@media (max-width: 1280px) {
  .tab-content>.tab-pane.active {
    overflow-x: auto;
    max-width: 100%;
  }
}


/* @media (max-width: 1496px), (max-height: 800px) {
    .auw-tab{    max-height: 24rem !important;}
} */



.auw-table .tooltips {
  position: relative;
  display: inline-block;
}

.auw-table .tooltips .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 35%;
  margin-left: -60px;
  font-weight: normal;
}

.auw-table .tooltips .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 35%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
}
