.main-content{

  scroll-behavior: smooth;

}
.payment-instrument{
  position: absolute;
  top: 110px;
  border: none;
  left: 210px;
  width: 80%
}

.payment-body{
  position: absolute;
  top: 100px;
  left: 190px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.left-section .options.active {
  background: #ff0000;
  color: white;
  font-weight: 600;
}

.ID{
position: absolute;
  top: -50px;
  background: #092365;
  color: white;
  padding: 5px 10px;
  width: 99%;
  margin-bottom: 15px;
  left: 10px;
}

.payment-instrument-header{
  display: flex;
  justify-content: space-between;
  top: 10px;
}
.right-sides{
  display: flex;
  align-items: center;
  gap: 10px;
}

.left-sides{
  display: flex;
  align-items: center;
}

.yo{
  background-color: #092365;
  color: white;
  padding: 5px 10px;
  width: 110px;
  margin-bottom: 15px;
  text-wrap: nowrap;
  font-size: 12px;
  cursor: pointer;
}
.left-section{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.options{
  border: 1px solid #3b733b;
  border-radius: 5px;
  color: #ffffff;
  width: 140px;
  height: 30px;
  background-color: #10a610;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.left-section .options {
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.payment-body::-webkit-scrollbar {
  width: 8px;
}

.payment-body::-webkit-scrollbar-track {
  background: transparent;
}

.payment-body::-webkit-scrollbar-thumb {
  background: repeating-linear-gradient(
    to bottom,
    #092365,
    #092365 4px,
    transparent 4px,
    transparent 8px
  );
  border-radius: 10px;
}

.customer-profile {
  background-color: #ffffff;
  padding: 20px;
}

.demographic-header,
.contact-header {
  background-color: #001f4d;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
}

.demographic-section,
.contact-section {
  padding: 20px;
}

.profile-section,
.phone-section,
.email-section {
  margin-bottom: 20px;
}

.section-label {
  font-weight: bold;
}

.section-value {
  color: #666666;
}

.demographic-section{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding: 15px 10px;
}
.card-columns{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.profile-section{
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.section-label{
  font-weight: bold;
  font-size: 14px;
  min-width: 160px;
}
.section-value{
  flex: 1;
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 6px 8px;
  min-height: 28px;
  display: flex;
  align-items: center;
}
.small-box{
  background: #e9ecef;
  border: 1px solid #ccc;
  padding: 6px 8px;
  min-width: 40px;
  text-align: center;
}

.address-content{
  position: relative;
  border: 1px solid #ccc;
  height: 500px;
  width: 100%;
  top:1px;
  overflow: scroll;
}

.address-tabs{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.address-tab{
  border: 1px solid #ddd;
  height: 30px;
  font-size: 13px;
  align-content: center;
  width: 400px;
  cursor: pointer;
  background-color: #dddddd;
}

.tabactive{
  background-color: #ffffff;
}

.address-customer-card{
  position: absolute;
  border: 1px solid #ddd;
  height: 450px;
  left: 10px;
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 600px;
}

.phones-customer-card{
  border: 1px solid #ddd;
  height: 300px;
  width: 550px;
}

.web-customer-card{
  position: absolute;
  margin-top: 250px;
  left: 10px;
  border: 1px solid #ddd;
  height: 100px;
  width: 550px;
  overflow: scroll;
  scrollbar-width: none;
}

.lost-stolen-body{
  position: absolute;
  top: 180px;
  left: 240px;
  width: 80%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-top: 20px;
}

.lost-stolen-header{
  position: absolute;
  top: 100px;
  left: 260px;
  display: flex;
  flex-direction: row;
  gap: 1000px;
}

.declaration-card{
  position: absolute;
  top: 230px;
  left: 10px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-top: 20px;
  font-weight: 200;
}

.this{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.inputbox{
  width: 500px;
  height: 110px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}

.replacement{
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: 680px;
  left: 10px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.addtional{
  top: 100px;
  position: relative;
  width: 100%;

}
