@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.sup_tabs{
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: relative;
}
.sup_tab{
  padding: 10px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 140px;
  height: 39px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  border-bottom: none;
  background-color: #FFFFFF;
  margin-right: 5px;
  transition: background-color 0.3s;
}
.sup_tab a{
    font-family: "Public Sans", serif;
    font-weight: 400;
    font-size: 16px;
    color: #898989;
}
.sup_tab:hover {
    background-color: #e9e9e9;
  }

.sup_tab.active {
    background-color: #2869D4;
    border-bottom: none;
  }
  .sup_tab.active a{
    color: #FFFFFF;
  }

  .sup-page-detail{
    position: absolute;
    right: 0;
    width: 132px;
    height: 19px;
    border: none;
    background-color: none;
  }
  .sup-page-detail .page-name-1{
    font-family: "Public Sans", serif;
    font-weight: 400;
    font-size: 16px;
    color: #9E9E9E;
  }
  .sup-page-detail .page-name-2{
    font-family: "Public Sans", serif;
    font-weight: 600;
    font-size: 16px;
    color: #202020;
  }

  /*percentage boxes*/
  .sup-percentages-box{
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 78px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    border: none;
    background-color: none;
  }
  .sup-percent-box-1{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px;
    width: 256px;
    height: 78px;
    border: none;
    border-radius: 8px;
    background-color: #fff;
  }
  .sup-total-amount-1{
    font-family: 'Public Sans', serif;
    font-weight: 700;
    font-size: 24px;
    color: #0F0F0F;
    text-align: left;
  }
  .sup-percent-1{
    font-family: 'Public Sans', serif;
    font-weight: 400;
    font-size: 14px;
    color: #22B458;
  }

  .sup-percent-box-2{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    width: 256px;
    height: 78px;
    border: none;
    border-radius: 8px;
    background-color: #fff;
  }
  .sup-total-amount-2{
    font-family: 'Public Sans', serif;
    font-weight: 700;
    font-size: 24px;
    color: #0F0F0F;
    text-align: left;
  }
  .sup-percent-2{
    font-family: 'Public Sans', serif;
    font-weight: 400;
    font-size: 14px;
    color: #DA4040;
  }

  .sup-percent-box-3{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    width: 256px;
    height: 78px;
    border: none;
    border-radius: 8px;
    background-color: #fff;
  }
  .sup-total-amount-3{
    font-family: 'Public Sans', serif;
    font-weight: 700;
    font-size: 24px;
    color: #0F0F0F;
    text-align: left;
  }
  .sup-percent-3{
    font-family: 'Public Sans', serif;
    font-weight: 400;
    font-size: 14px;
    color: #22B458;
  }

  .sup-percent-box-4{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    width: 256px;
    height: 78px;
    border: none;
    border-radius: 8px;
    background-color: #fff;
  }
  .sup-total-amount-4{
    font-family: 'Public Sans', serif;
    font-weight: 700;
    font-size: 24px;
    color: #0F0F0F;
    text-align: left;
  }
  .sup-percent-4{
    font-family: 'Public Sans', serif;
    font-weight: 400;
    font-size: 14px;
    color: #DA4040;
  }
  .sup-info{
    font-family: 'Public Sans', serif;
    font-weight: 400;
    font-size: 14px;
    color: #898989;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
 .statistics{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
 }

/*main body*/
/*Users tab*/
.sup-card {
    background-color: #fff;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    min-height: 200px;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .sup-table-header{
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    min-height: 60px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  /*Personal and Merchant switch buttons*/
  .sup-tab-switch{
    position: relative;
    /* width: 160px; */
    height: 40px;
    padding: 10px;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    gap: 10px;
    background-color: #F4F4F4;
  }
  .sup-tab-switch button{
    position: relative;
    /* height: 28px; */
    /* padding: 10px; */
    /* width: 66px; */
    padding: 6px 4px;
    font-family: 'Public Sans', serif;
    font-weight: 400px;
    font-size: 13px;
    color: #898989;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
  }
  .sup-tab-switch button.active{
    background-color: #fff;
    border-radius: 4px;
    color: #202020;
    box-shadow:  0px 4px 6px rgba(0, 0, 0, 0.1);
  }
 /*Filter and search bar*/
  .sup-table-action-wrapper{
    position: relative;
    width: 500px;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    gap: 8px;
  }
  .sup-filter-btn{
    height: 40px;
    width: 84px;
    border: 1px solid #ECECEC;
    padding: 12px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-weight: 600;
    font-family: 'Public Sans', serif;
    font-size: 14px;
    color: #202020;
    box-shadow: none;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  .sup-filter-btn:hover{
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);

  }
  .sup-filter-btn.active{
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    color: #007bff;
  }



  /* .sup-table-action-wrapper.sup-search-container{
    position: relative;
    width: 294px;
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    padding: 10px 16px;
  } */
  /* .sup-search-container .sup-search-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #d4cece;
    font-weight: 200;
    font-size: 18px;
    pointer-events: none; /* Prevent interaction */

/* .sup-search-input{
  width: 294px;
  height: 40px;
  border: none;
  border-radius: 4px;
  background-color: #F4F4F4;
  padding: 10px 16px;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.sup-search-input:hover{
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
} */

  /*Table*/
  .sup-table-responsive{
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow-x: auto;
 }
  .sup-table {
    position: relative;
    /* width: 100%;
    height: 100%; */
    /* min-height: 500px; */
    color: #495057;
    caption-side: bottom;
    border-collapse: collapse;
    vertical-align: top;
    border-color: #f6f6f6;
    overflow-x: auto;
    table-layout:auto;
    width: 100%;
  }
  .sup-table thead tr th{
    font-size: 13px;
    padding: 10px;
    text-align: left;
    color: #898989;
    background-color:#F4F4F4 ;
    font-weight: 400;

  }
  .sup-table thead {
    width: 100%;
    height: 60px;
    overflow-x: auto;
  }
 td {
    width: 100%;
    text-align: left;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 13px;
    color: #202020;
}
tr:nth-child(even){
  background-color: #F6F6F6;
  height: -30px;
}

/*flex table css*/
.sup-table-row-header{
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  background-color:#F4F4F4 ;
}
.sup-table-cell{
    width: 8%;
    text-align: left;
    padding: 10px;
    white-space: nowrap;  /* Prevents text from wrapping */
    overflow: hidden;      /* Hides overflowing text */
    text-overflow: ellipsis;
    white-space: nowrap; /* Keeps text in one line */
    font-family: 'public sans', serif;
    font-weight: 600;
    font-size: 14px;
    color: #202020;
    display: flex;
    align-items: center;

}

.sup-table-cell-larger{
    width: 22%;
    text-align: left;
    padding: 10px;
    white-space: nowrap;  /* Prevents text from wrapping */
    overflow: hidden;      /* Hides overflowing text */
    text-overflow: ellipsis;
    white-space: nowrap; /* Keeps text in one line */
    font-family: 'public sans', serif;
    font-weight: 600;
    font-size: 14px;
    color: #202020;
    display: flex;
    align-items: center;

}

.sup-table-cell-large{
    width: 12%;
    text-align: left;
    padding: 10px;
    white-space: nowrap;  /* Prevents text from wrapping */
    overflow: hidden;      /* Hides overflowing text */
    text-overflow: ellipsis;
    white-space: nowrap; /* Keeps text in one line */
    font-family: 'public sans', serif;
    font-weight: 600;
    font-size: 14px;
    color: #202020;
    display: flex;
    align-items: center;
}

.sup-table-row:nth-child(odd){
  background-color: #F6F6F6;
}
.sup-table-row{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 57px;
  flex: 1;
}

.sup-view-merchant-details-btn{
  color: #5b73e8;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Public Sans', serif;
  font-weight: 600;
  text-decoration: underline;
}




/*Transactions tab*/
.sup-page-title{
  display: flex;
  flex-direction: column;
  color: #202020;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Public Sans', serif;
}
.sup-download-btn{
  width: 44px;
  height: 40px;
  border: 1px solid #ECECEC;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.sup-download-btn:hover{
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/*Filter box*/
.sup-filter-box{
  width: 100%;
  min-height: 150px;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.sup-filter-detail-boxes{
  width: 100%;
  min-height: 82px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.sup-filter-detail-1{
  position: relative;
  width: 620px;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.sup-filter-title{
  position: relative;
  height: 16px;
  width: 100%;
  font-family: 'Public sans', serif;
  font-weight: 500;
  color: #202020;
  font-size: 14px;
  text-align: left;
}
.sup-filter-boxes{
  position: relative;
  width: 100%;
  height: 58px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.sup-fiilter-box{
  width: 131px;
  height: 58px;
  display: flex;
  flex-direction: column;
}
.sup-fiilter-box h4{
  text-align: left;
  color: #898989;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Public sans',serif;
}
.sup-fiilter-box select{
  width: 131px;
  height: 36px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}
.sup-fiilter-box option{
  font-family: 'Public sans', serif;
  font-weight: 500;
  font-size: 14px;
}
.sup-filter-detail-2{
  position: relative;
  width: 242px;
  height: 82px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

}
.sup-filter-action-box{
  position: relative;
  width: 82px;
  height: 82px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  margin-right: 0;
}
.sup-filter-reset-btn{
  width: 82px;
  height: 40px;
  padding: 10px;
  border-radius: 4px;
  border: none;
  background-color: #FFF7ED;
  color: #DA4040;
  font-family: 'Public sans',serif;
  font-weight: 500;
  font-size: 14px;
}


/*Personal info( Merchant / Customer )*/

.sup-current-page{
  display: none;
}
.sup-current-page.active{
  display: block;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Public sans',serif;
}
.sup-customer-details{
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.sup-customer-details-card{
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
.sup-customer-details-hero{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.sup-customer-avatar-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.sup-customer-name{
  color: #202020;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Public sans',serif;
}
.sup-customer-actions{
  height: 48px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.sup-download-statement{
  width: 190px;
  height: 48px;
  padding: 10px 12px;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: #EBF3FF;
  color: #2869D4;
  font-family: 'public sans', serif;
  font-weight: 500;
  font-size: 14px;
}
.sup-deactivate-merchant{
  width: 190px;
  height: 48px;
  padding: 10px 12px;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color:#FFF7ED;
  color: #DA4040;
  font-family: 'public sans', serif;
  font-weight: 500;
  font-size: 14px;
}
.sup-clear-otp{
  width: 190px;
  height: 48px;
  padding: 10px 12px;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color:#f4f4f4;
  justify-content: space-between;
  color: green;
  font-family: 'public sans', serif;
  font-weight: 500;
  font-size: 14px;
}
.sup-x-mark{
  border: 2px solid #DA4040;
  color: #DA4040;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.sup-customer-details-header{
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
  border-bottom: 1px solid #ECECEC;
}
.sup-system-btn{
  width: 108px;
  height: 28px;
  border: none;
  background-color: none;
  color: #2869D4;
  font-family: 'Public sans',serif;
  font-weight: 600;
  font-size: 20px;
}
.sup-page-details{
  min-width: 264px;
  height: 19px;
  border: none;
  display: flex;
  flex-direction: row;

}
.sup-page-details span{
  font-family: 'public sans', serif;
  font-weight: 400;
  font-size: 16px;
  color: #9E9E9E;
}
.sup-customer-info-tabs{
  margin-top: 10px;
  margin-bottom: 20px;
  width: 380px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  background-color: #ECECEC;
  border: none;
  border-radius: 4px;
}
.sup-customer-info-tabs-parent{
  width: 360px;
  height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
}
.sup-customer-info-tabs-parent button{
  min-width: 118px;
  height: 36px;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: none;
  font-family: 'Public sans',serif;
  font-weight: 400;
  font-size: 14px;
  color: #898989;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.sup-customer-info-tabs-parent button.active {
  background-color: #FFFFFF;
  border: none;
  color: #202020;
  font-family: 'public sans', serif;
  font-weight: 600;
  font-size: 14px;
  box-shadow:  0px 4px 6px rgba(0, 0, 0, 0.1);
}
.sup-merchant-info-tabs{
  margin-top: 10px;
  margin-bottom: 20px;
  width: 470px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  background-color: #ECECEC;
  border: none;
  border-radius: 4px;
}

.sup-merchant-info-tabs--auto {
  display: inline-flex     !important;
  width:   auto            !important;
  flex:    none            !important;
  align-self: flex-start   !important;
}

.sup-merchant-info-tabs-parent{
  width: 454px;
  height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
}

.sup-merchant-info-tabs-parent--auto {
  display: inline-flex !important;
  width: auto !important;
  padding: 0 10px;
}

.sup-merchant-info-tabs-parent button{
  width: 114px;
  height: 36px;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: none;
  font-family: 'Public sans',serif;
  font-weight: 400;
  font-size: 14px;
  color: #898989;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.sup-merchant-info-tabs-parent button.active {
  background-color: #FFFFFF;
  border: none;
  color: #202020;
  font-family: 'public sans', serif;
  font-weight: 600;
  font-size: 14px;
  box-shadow:  0px 4px 6px rgba(0, 0, 0, 0.1);
}

.sup-details-body{
  margin-top: 30px;
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sup-detail-box{
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
}
.sup-1-field-box{
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
}
.sup-2-field-box{
  width: 50%;
  height: 80px;
  display: flex;
  flex-direction: column;
}
.sup-3-field-box{
  width: 30%;
  height: 80px;
  display: flex;
  flex-direction: column;
}


.sup-detail-box-title{
  font-family: 'public sans', serif;
  font-size: 14px;
  font-weight: 400;
  color: #5D5D5D;
}
.sup-detail-parent{
  /* position: relative; */
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.sup-detail{
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: none;
  padding: 10px 16px;
  background-color: #f4f4f4;
}


.sup-check-mark{
  border: 2px solid#22B458;
  color: #22B458;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.sup-footer-action{
  width: 220px;
  height: 48px;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.sup-footer-action .sup-customer-cancel{
  width: 102px;
  height: 48px;
  background-color: #EBF3FF;
  border-radius: 8px;
  border: none;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2869D4;
  font-family: 'public sans',serif;
  font-size: 16px;
  font-weight: 700;
}
.sup-footer-action .sup-customer-save{
  width: 102px;
  height: 48px;
  background-color: #2869D4;
  border-radius: 8px;
  border: none;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: 'public sans',serif;
  font-size: 16px;
  font-weight: 700;
}
.sup-revenue-graph{
  width: 100%;
  min-height: 423px;
  border: none;
  background-color: #fff;
  border-radius: 8px;
  margin: 20px 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sup-revenue-graph-header{
  width: 100%;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graph-date-range{
  width: 100px;
  height: 40px;
  color: #fff;
  background-color:  #2869D4;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
}
.sup-graph-toggle-box{
  min-width: 212px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.date-picker-box{
  position: absolute;
  top: 270px;
  right: 150px;
  min-width: 300px;
  min-height: 100px;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  z-index: 2;
  box-shadow:  0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.period-selector{
  width: 164px;
  height: 40px;
  border: none;
  border-radius: 4px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.period-selector-item{
  min-width: 48px;
  height: 28px;
  padding: 4px 8px;
  font-size: 12px;
  color: #898989;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  cursor: pointer;
  transition: 0.5s ease;
}
.period-selector-item.active{
  background-color: #fff;
  color:#202020;
  border-radius: 3px;
  box-shadow:  0px 4px 6px rgba(0, 0, 0, 0.1);
}
.graph-title{
  width: 345px;
  height: 53px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.graph-name{
  font-size: 24px;
  font-weight: 600;
  color: #202020;
}
.sup-graph-container{
  width: 100%;
  height: 423px;
}
.graph-divider{
  width: 2px;
  border: none;
  background-color: #DBDBDB;
  height: 24px;
}
.sup-upload-statement-btn{
  width: 169px;
  height: 40px;
  border: none;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #EBF3FF;
  color: #2869D4;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Public sans', serif;
}
.sup-top-up-btn{
  width: 98px;
  height: 48px;
  border: none;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  background-color: #2869D4;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Public sans', serif;
}

.sup-top-up-btn-1{
  width: 71px;
  height: 36px;
  border: none;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  background-color: #2869D4;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Public sans', serif;
}
.sup-page-title-description{
  font-family: 'Public sans', serif;
  font-weight: 500;
  font-size: 16px;
  color: #898989;
}

/*SMS details*/
.sup-sms-services-card{
  background-color: #fff;
  padding: 0;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  min-height: 200px;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sup-service-parent{
  width: 100%;
  min-height: 232px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 10px;
  border-radius: 8px;
  background-color: #F4F4F4;
}
.sup-service-container{
  position: relative;
  width: 100%;
  height: 192px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  background-color: none;

}
.sup-service-box{
  position: relative;
  width: 100%;
  height: 84px;
  display: flex;
  flex-direction: row;
  gap: 24px;

}
.sup-service{
  position: relative;
  width: 492px;
  height: 84px;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}
.sup-service-wrapper{
  position: relative;
  width: 460px;
  height: 52px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.sup-service-title-box{
  width: 154px;
  height: 52px;
  display: flex;
  gap: 16px;
  flex-direction: row;
}
.sup-service-icon{
  width: 52px;
  height: 52px;
  display: flex;
  border-radius: 4px;
  border: none;
  background-color: #F4F4F4;
  justify-content: center;
  align-items: center;
}
.sup-service-icon svg{
  color: #898989;
}
.sup-service-title{
  font-family: 'Public sans', serif;
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sup-sender-actions{
  width: 153px;
  height: 36px;
  border: none;
  display: flex;
  gap: 8px;
  flex-direction: row;
}
.sup-sender-actions-1{
  width: fit-content;
  height: 36px;
  border: none;
  display: flex;
  gap: 8px;
  flex-direction: row;
}
.sup-accept-btn{
  width: 71px;
  height: 36px;
  border: none;
  border-radius: 8px;
  padding: 10px 12px;
  background-color: #EBF3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Public sans', serif;
  font-size: 14px;
  font-weight: 500;
  color: #2869D4;
}
.sup-decline-btn{
  width: 71px;
  height: 36px;
  border: none;
  border-radius: 8px;
  padding: 10px 12px;
  background-color: #FFF7ED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Public sans', serif;
  font-size: 14px;
  font-weight: 500;
  color: #DA4040;
}

.updated_tr{
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
}

.reseller--inactive {
  background-color: #FFF7ED;
  color: #DA4040;
}

.reseller--active {
  background-color: #2869D4;
}
.vas-cust-info {
  margin-right: 48px;
  margin-bottom: 8px;
  grid-column: span 2;
}

.vas-cust-info-end {
  margin-right: 48px;
  margin-bottom: 8px;
  grid-column: span 2;
}

.vas-cust-info-title {
  font-size: 12px;
  font-weight: 200;
  color: darkgray;
}

.vas-cust-info-desc {
  font-size: 16px;
  font-weight: 300;
  margin-top: 6px;
  word-break: break-all;
}
