
.auth-card-field-frame{
  /* background:url("../images/new/opacity-image.png") #fff no-repeat; */
  background-position: bottom;
  background-size: contain;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border:1px solid #7d1e6a24;
}
.admin-auth-logo{
  width: 20em;
  height: auto;
}
.authinfo-card-frame h2{
  font-size: 1.6em;
  font-weight: 700;
  color: #000;
  margin-top: 0.5em;
}
.authinfo-card-frame {
  padding-bottom: 2em;
  border-bottom: 1px solid #fff;
}
.table-search{
  min-width: 380px;
}
.font-size-increase{
  font-size: 27px;
}
.card-header {
  border-bottom: none !important;
  font-size:15px;
}

.cursor:hover{
  cursor: pointer;
}

.modal-inner-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
}
.modal-content-wrap p{
  font-size: 0.95em;
  font-weight: 400;
  margin-bottom: 0;
  color: #333;
  line-height: 1.8;
  white-space: normal;
}
.note{
  font-size: 0.85em;
  font-weight: 400;
  color: red;
}
.custome-p{
  font-size: 0.95em;
  font-weight: 400;
  margin-bottom: 0;
  color: #333;
  line-height: 1.8;
}
.form-control::placeholder{
  font-size: 0.95em!important;
  font-weight: 400!important;
}
.modal-inner-footer{
  display: flex;
  align-items: center;
  justify-content:center;
}
.modal-inner-footer> *{
  margin: 0.8em;
}

.goto-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.goto-right > *{
  margin-left: 0.8em;
}
.preview-wrapped-card{
  width: 14em;
  height: auto;
  object-fit: contain;
  overflow: hidden;
  margin-top: 1em;
}
.preview-wrapped-card img{
  width: 100%;
}
.custome-table-wrap table tr th,.custome-table-wrap table tr td{
  vertical-align: middle;
  text-align: center;
  padding: 1em 2em;
}

.custome-table-wrap table tr th{
  font-size: 0.9em;
}

.custome-table-wrap table tr td{
  font-size: 1em;
}

.auth-custome-content{
  height: 100vh;
  background: url("../images/new/white-green-brainstorming.png") no-repeat #fff;
  /* background: #fff; */
  background-position: left bottom;
  background-size: cover;
}
.custome-ani-avater-frame{
  position: relative;
  width: 100%;
  height: calc(100vh - 100px) ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
textarea{
  height: auto!important;
}
.auth-image-frame{
    background: url("../images/new/white-green-brainstorming.png") no-repeat #fff;
    /* background: #fff; */
    background-position: left bottom;
    background-size: contain;
}

.form-select{
  font-size: 0.8rem;
  height: 40px;
}

.card-title h5{
  font-size: 14px;
}

.card-title{
  font-size: 14px;
}

.custome-table-wrap table tr th input.form-check-input{
  font-size: 15px;
}

.card-header h5{
  font-size: 14px;
}
.user-box .dropdown-menu i{
  font-size: 20px;
}

.page-footer p{
  font-size: 0.9em;;
}

.card-body h6{
  font-size: 13px;
}

.card-body h6 .bg-info{
  font-size: 12px;
}

.btn-primary{
  padding: 9px 16px;
  font-size: 12.5px;
  gap:0.3em;
}

.btn-secondary{
  padding: 9px 16px;
  font-size: 12.5px;
}


input[type="file"]::file-selector-button {
  /* border-radius: 4px; */
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  /* border: 1px solid rgba(0, 0, 0, 0.16); */
  /* box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05); */
  margin-right: 16px;
  transition: background-color 200ms;
}
/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}
/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

.no-data-found-img-sec{
  padding: 4em 0;
}

/* .pagination{
  margin-top: 1em;
  margin-bottom: 0;
  gap: 0.5em;
} */

.pagination{
  padding-top: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pagination .page-item.active .page-link{
  color:var(--c-primary-color);
  border-color: var(--c-primary-color)!important;
  background-color: transparent!important;
}

.pagination .page-item .page-link{
  border: 1px solid #D9D9D9!important;
  color: #595959;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-item:first-child .page-link{
  border-radius: 0.375rem!important;
}

.pagination .page-item:last-child .page-link{
  border-radius: 0.375rem!important;
}

.pagination .pagination{
  gap: 0.5em;
}

.pagination .page-link:focus{
  box-shadow: none!important;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-secondary:hover{
  background-color: var(--c-primary-color);
  border-color: var(--c-primary-color);
}

/* Search page css */

.search-header-sec{
  background-image: url("../images/new/search-bg.png");
  min-height: 38vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.search-card{
  background-color: #fff;
  border-radius: 10px;
}

.search-header-card{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38vh;
  flex-direction: column;
  gap: 1em;
}

.search-header-icon{
  height:5em;
  object-fit: contain;
  margin-bottom: 1em;
}

.search-header-card h3{
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
}

.search-header-card p{
  color: #6c757d;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 500px;
  text-align: center;
  line-height: 1.8;
}

.search-footer-sec{
  min-height: 38vh;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-form-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.search-form-sec .input-group{
  box-shadow: 0px 1px 4px 0px #76597824;
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  gap: 1em;
}

.search-form-sec .form-control{
  border-radius: 10px!important;
  min-width: 25em;
}

.search-form-sec .input-group .search-btn{
  border-radius: 10px!important;
}

.search-form-img-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  transform: translateY(38%);
}

.search-details-card{
  background-color: #fff;
  border-radius: 10px;
}

.search-details-header-sec{
  padding: 2em;
  display: flex;
  align-items: center;
  gap: 1em;
  border-bottom: 1px solid #1C1C1C0A;
}

.search-details-header-sec h2{
  font-size: 1.4em;
  margin-bottom: 0;
  color: #5f5f5f;
  font-weight: 600;
}

.back-btn{
  background-color: transparent!important;
  border: 0!important;
  padding: 0!important;
}

.search-details-body-sec{
  display: flex;
}

.search-details-body-left-sec{
  width: 50%;
  padding: 2em;
}

.search-details-body-right-sec{
  width: 50%;
  padding: 2em;
  background-color: #F9F5F9;
  border-bottom-right-radius: 10px;
}

.search-details-body-left-sec h3{
  font-size: 1em;
  margin-bottom: 0;
  color: var(--c-primary-color);
  margin-bottom: 1.5em;
  font-weight: 600;
}

.search-details-body-right-sec h3{
  font-size: 1em;
  margin-bottom: 0;
  color: var(--c-primary-color);
  margin-bottom: 1.5em;
  font-weight: 600;
}

.search-details-table-card h4{
  color:#878E96;
  font-size: 1em;
  font-weight: 400;
}

.search-details-table-card p{
  font-size: 1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.search-details-table-box{
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1em;
}

.search-divider{
  margin:2em 0;
  border-bottom: 1px solid #ACB8C238;
}

.search-details-table-card p.amount{
  font-size: 1em;
  font-weight: 700;
}


.search-details-merchant-table-box{
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
}

.search-details-merchant-table-card h4{
  color:#878E96;
  font-size: 1em;
  font-weight: 400;
}

.search-details-table-card p{
  font-size: 1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.search-details-merchant-user-icon-sec{
  width: 3em;
  height: 3em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F0FA;
}

.search-details-merchant-user-card{
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
}

.search-details-merchant-user-card span{
  font-size: 1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.copy-id-btn{
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.search-details-merchant-copy-card{
  display: flex;
  align-items: center;
  gap: 1em;
}

.copy-id-btn{
  border: 1px solid #00000014!important;
  padding: 1em 2em;
  border-radius: 20px;
  background:linear-gradient(0deg, #F6F6F6, #F6F6F6);
}

.view-more-btn-sec{
  margin-top: 1.5em;
}

.view-more-btn{
  background-color: #fff;
  padding: 1em 2em;
  border-radius: 100px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
  color: var(--c-primary-color);
}

.search-no-data-found-box{
  background-color: #fff;
  border-radius: 10px;
  min-height: 76vh;
}

.search-no-data-found-card{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  min-height: 76vh;
}

.search-no-data-found-card h3{
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
}

.search-no-data-found-card p{
  color: #6c757d;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 500px;
  text-align: center;
  line-height: 1.8;
}

.search-no-data-found-icon{
  height: 10em;
  object-fit: contain;
  margin-bottom: 1.5em;
}


@media (max-width: 991.98px) {
  .search-details-body-left-sec{
    width: 100%;
  }
  .search-details-body-right-sec{
    width: 100%;
  }
  .search-details-body-sec{
    flex-direction: column;
  }
  .search-details-table-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .search-details-merchant-copy-card{
    flex-direction: column;
    align-items: flex-start;
  }
  .custome-grid-two-card{
    grid-template-columns: repeat(1 , 1fr)!important;
  }
  .custome-grid-three-card{
    grid-template-columns: repeat(1 , 1fr)!important;
  }
}

@media (max-width: 767.98px) {
  .search-details-body-left-sec{
    width: 100%;
  }
  .search-details-body-right-sec{
    width: 100%;
  }
  .search-details-body-sec{
    flex-direction: column;
  }
  .search-details-table-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .search-details-merchant-copy-card{
    flex-direction: column;
    align-items: flex-start;
  }
  .transaction-view-table-sec .card-body{
    padding: 0;
  }
  .custome-grid-two-card{
    grid-template-columns: repeat(1 , 1fr)!important;
  }
  .custome-grid-three-card{
    grid-template-columns: repeat(1 , 1fr)!important;
  }
  .custome-info-card-wrap {
    grid-template-columns: auto!important;
    justify-items: center;
  }
  .custome-info-card-info h4{
    margin-top: 1em;
    text-align: center;
  }
  .custome-info-card-info ul li::after,.custome-info-band-card{
    display: none!important;
  }
  .custome-info-card-info p{
    text-align: center;
  }
  .custome-info-card-info ul,.custome-info-card-info p{
    flex-direction: column;
  }
}

.link-disabled {
  color: black;
  pointer-events: none;
}

/* View Page Style  */
.custome-view-wrap{
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.custome-view-card-frame{
  /* padding: 2em; */
}
.custome-view-card-head-frame{
  display: flex;
  align-items: center;
  justify-content:space-between;
  padding: 2em 2em 1em 2em;

}
.custome-view-card-title{
  display: grid;
  align-items: center;
  /* gap: 1.5em6 */
  grid-template-columns: 50px auto;
}
.back-btn-title{
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 1px solid rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.custome-view-card-title-info h3{
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #000;

}
.custome-view-card-title-info h5 span{
  font-size: 1.2em;
  color: #000;
position: relative;
margin-right: 1em;
display: grid;
grid-template-columns: 30px auto;
align-items: center;
}
.custome-view-card-title-info h5 span::after{
 content: '';
 position: absolute;
 width: 2px;
 height: 80%;
 right: -10px;
 top: 2px;
  background: #0C0C0C70;
  border-radius: 25px;

}
.custome-view-card-title-info h5{
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0em;
  color: #0C0C0C70;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.custome-view-card-body-frame{
  padding: 1em 2em 2em 2em;
}
.custome-view-details-card{
  border-radius: 12px;
  border: 1px solid rgb(0 0 0 / 10%);
  padding: 2em;
}
.custome-view-details-card-title{
  margin-bottom: 2em;
}
.custome-view-details-card-title h3{
font-size: 1.2em;
font-weight: 600;
color: #000;
margin-bottom: 0;
}
.custome-grid-two-card{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2em;
}
.custome-grid-three-card{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 2em;
}
.custome-grid-info-card h5{
  color:#878E96;
  font-size: 0.95em;
  font-weight: 400;
  margin-bottom: 0.7em;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.custome-grid-info-card p{
  color:#000;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0em;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.custome-info-card-icon{
  width: 6em;
  height: 6em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custome-info-card-info h4{
font-size: 1.2em;
font-weight: 500;
margin-bottom: 0.5em;
color: #000;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
}
.custome-info-card-info p{
 
  color:#878E96 ;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0em;
  display:flex;
  align-items: center;
  gap: 0.5em;
  
}
.custome-info-card-info p span{
  color:#000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.text-overflow{
 
}
.custome-info-card-info ul{
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 2em;
}
.custome-info-card-info ul li{
 position: relative;
 color: #222222;
 font-size: 1em;
 font-weight: 400;
}
.custome-info-card-info ul li::after{
  content: '';
  position: absolute;
  right: -12px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #878E96;
}
.custome-info-card-info ul li:last-child:after{
  display: none;
}
.custome-info-card-wrap{
  padding: 2em;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 95px auto;
  align-items: center;
  position: relative;
}
.custome-info-decrip-card-wrap{
  padding: 2em;
  border-radius: 12px;
  position: relative;
}
.custome-info-card-wrapper-frame{
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.custome-info-band-card{
  padding: 1em 2em;
  border-radius: 25px;
  font-size: 1.1em;
  font-weight: 400;
  width: 160px;
  background: #fff;
  text-align: center;
  position: absolute;
  top: -20px;
  right: 20px;
}
.custome-info-band-primary{
 color: var(--c-primary-color);
 box-shadow: inset 0px 2px var(--c-primary-color);
}
.custome-info-band-secondary{
color: #549F82;
box-shadow: inset 0px 2px #549F82;

}
.support-member-merchant-search{
  min-width: 450px;
}