@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.font {
  font-family: "Open Sans", sans-serif;
}

.diamond-app {
  padding: 20px 0;
}
.diamond-app .tttl-area h2 {
    font-weight: 600;
    font-size: 35px;
    color: #060664;
    /* text-shadow: 2px 2px #607D8B; */
}
.diamond-app .tttl-area h4 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
  color: #060664;
  text-decoration: underline;
}
.top-sel-area {
  margin: 20px 0;
}
.top-sel-area .form-select:focus {
  border-color: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.top-sel-area .form-select {
  border: 1px solid #000;
  font-weight: 500;
  color: #000;
}

.diamond-app .filled-area input{
    padding: 5px;
    background: #fff;
    border: 1px solid #060664;
    width: 100%;
    font-size: 12px;
}
.diamond-app .filled-area input:focus-visible{
    border: 0;
}

.diamond-form-area{
    margin-top: 40px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px 1px #d1c8c8;
}
.diamond_box1{
    border: 2px solid #060664;
    padding: 10px;
}
.add-btn{
    font-size: 20px;
    padding: 5px 30px;
    background-color: #060664;
    border: 0;
    color: #fff;
    margin-top: 30px;
}
.filled-area p{
    background-color: #060664;
    color: #fff;
    padding: 5px;
    font-weight: 500;
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
}
.particulars{
    margin-top: 50px;
}
.info{
    margin-top: 20px;
}
.info p{
    color: #000;
    padding-top: 10px;
}
.submit-btn{
    font-size: 16px;
    color: #fff;
    background-color: #060664;
    border: 0;
    padding: 10px 30px;
    margin-top: 20px;
}
.parti-table tbody{
    font-size: 13px;
    text-align: center;
}
.parti-table .thead th{
    background-color: #060664;
    color: #fff;
}
.parti-table tr,td,th{
    border: 1px solid #060664;
}
.owner-ll p{
    padding: 5px;
    background-color: #fff;
    color: #000;
}

