.register-select-custom .form-select:focus{
    border-bottom-color: #0a8220;
    box-shadow: inset 0 -2px 0 0 #0a8220;
    border-width: 2px;
}
.register-select-custom .form-select{
        border-radius: 0px;
}
.img-logo{

    width: 100px;
    object-fit: contain;
}

input::file-selector-button {
    background: #0a8220 !important;
    border-color: #0a8220 !important;
    color: #FFFFFF !important;
    line-height: 1.2em;
    font-weight: 500;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    text-decoration: none !important;
    border-radius: 10px;
    border-width: 2px;
  }

  .card-custom{
    display: block !important;
    position: static !important;
    height:initial !important;
  }

  .card-new{
    background-image: url('../img/creditcardbg.png');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 178px;
    min-width: 295px;
    border-radius:20px;
    position: relative;
    color: white;
    padding-left: 22px;
    margin-bottom: 12px;
  }
  .card-new1{
    background-image: url('../img/bgcard.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 178px;
    min-width: 295px;
    border-radius:20px;
    position: relative;
    color: white;
    padding-left: 22px;
    margin-bottom: 12px;
  }


  /* .card-new::before{
    content: '';
    background: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
  } */
  .limit-style{
    background-color: red;
    width: 100px;
    border-radius: 20px;
    padding: 7px;
    color: white;
  }

  .credit-card {
   margin-bottom: 20px;
    width: 100%;
    background-color: #0a8220 ;
    color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .credit-card .bank-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    align-self: stretch;
  }
  .credit-card .card-number {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    align-self: stretch;
  }
  .credit-card .amount-pending {
    font-size: 16px;
    margin-bottom: 15px;
    align-self: stretch;
  }
  .credit-card .pay-now-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .credit-card .pay-now-button {
    padding: 10px;
    background-color: #ffc107;
    color: maroon;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }
  .credit-card .date-transaction {
    font-size: 14px;
    text-align: center;
    align-self: stretch;
  }

  /* @media (max-width: 400px) {
    .credit-card .bank-name,
    .credit-card .card-number,
    .credit-card .amount-pending,
    .credit-card .pay-now-container,
    .credit-card .date-transaction {
      font-size: 14px;
    }
  } */

  .body-date {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
  }
  
  .container-date {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .date-range-selector {
    margin-bottom: 20px;
  }
  
  .date-range-selector input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .search-button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .search-button:hover {
    background-color: #0056b3;
  }
  .body-payment {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    color: #333;
    text-align: center;
    max-height: 359px;
    overflow: auto;
}
.body-payment h2 {
    color: #ff4081;
}
.body-payment h3 {
    color: #2979ff;
}
.body-payment p {
    color: #4caf50;
    margin: 10px 0;
}
.body-payment img {
    max-width: 150px;
    border: 2px solid #ff5722;
    border-radius: 5px;
}
.body-payment button {
    background-color: #ffeb3b;
    color: #333;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.body-payment button:hover {
    background-color: #ffc107;
}

/*start of the support CSS */
.body-support {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
}
.body-support .container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.body-support h1 {
  color: #333;
  text-align: center;
}
.body-support .contact-info {
  margin-top: 30px;
}
.body-support .contact-info p {
  margin: 10px 0;
  font-size: 18px;
  color: #666;
}
.body-support .contact-info .phone {
  color: #007bff;
}
.body-support .contact-info .email {
  color: #28a745;
}