* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

body {
  font: 90%/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica,
    Arial, sans-serif;
}
.search-box {
  background-image: linear-gradient(to right, #00008b 0%, #2575fc 100%);
  padding: 16px 16px;
  border-radius: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: left;
  width: 100%;
}

th,
td {
  border: 1px solid #bbb;
  padding: 4px 8px;
}
thead {
  border: 2px solid black;
}
th {
  border-right: 2px solid black;
  padding: 10px;
}

th {
  white-space: nowrap;
}

.mask {
  overflow: hidden;
}

.mask > div {
  /* background: linear-gradient(white, white), linear-gradient(white, white) right, radial-gradient(at 0 50%, rgba(0, 0, 0, .3), transparent 70%), radial-gradient(at 100% 50%, rgba(0, 0, 0, .3), transparent 70%) right; */
  background-size: 10px 100%;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  overflow: auto;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
}

.kyc-doc-box {
  padding: 10px;
  margin: 10px;
}
.doc-name {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.search-box-Customer {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
  align-items: end;
}

.search-box-item {
  margin: 3px;
}

.search-box-Customer-report {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
  align-items: end;
}

.search-box-item-report {
  margin: 3px;
  width: 100%;
  padding: 5px;
}

.search-box-item select {
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.btn-grad-prefix {
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
  margin: 10px;
  padding: 15px 0px;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  font-size: 22px;
}
/* 
.btn-grad-prefix:hover {
  background-position: right center; 
  text-decoration: none;
} */

.btn-grad {
  background-image: linear-gradient(
    to right,
    #00008b 0%,
    #0b8793 51%,
    #360033 100%
  );
  /* margin: 10px; */
  /* padding: 15px 45px; */
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  /* border-radius: 10px; */
  display: block;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.top-head-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-head {
  background-image: linear-gradient(135deg, #00008b 10%, #9708cc 100%);
  color: white;
  border-radius: 10px;
  padding: 6px 50px;
  margin-bottom: 21px;
  width: fit-content;
}
.details {
  color: white;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

input[type="date"],
.search-box-item-report select {
  width: 100%;
  padding: 7px;
  border-radius: 10px;
  border: 1px solid black;
}

.btn-grad-submit {
  background-image: linear-gradient(135deg, #00008b 10%, #9708cc 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  /* border-radius: 10px; */
  display: block;
}

.btn-grad-submit:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
input,
select {
  border: 1px solid black !important;
}

/* Master CSS  */
.master {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  justify-items: center;
}
.master-box {
  /* border: 2px solid white; */
  margin: 5px;
  padding: 5px;
  min-width: 50%;
}
.db-master {
  display: grid;
  grid-template-columns: auto;
}

.change_display {
  display: none !important;
}
.prefix-master {
  display: grid;
  grid-template-columns: auto;
  column-gap: 20px;
}
.red-border {
  border: 3px solid red !important;
  box-shadow: none !important;
}

.add-doc-master {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.add-doc-master-inner {
  padding: 10px;
}
.add-doc-master-inner input[type="text"],
.add-doc-master-inner input[type="submit"],
.add-doc-master-inner select {
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

.wrapper {
  display: inline-flex;
  background: #fff;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 10px;
  padding: 5px 19px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}
.wrapper .option {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.wrapper .option .dot {
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  /* margin: 4px; */
}
.wrapper .option .dot::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"] {
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
  border-color: #0069d9;
  background: #0069d9;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot {
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before {
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span {
  font-size: 20px;
  color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
  color: #fff;
}
/* //Master CSS  */

@media screen and (min-width: 767px) {
  .search-box-Customer-report {
    grid-template-columns: auto auto auto;
  }
  .search-box-Customer {
    grid-template-columns: auto auto auto;
  }
  .search-box-item {
    width: 100%;
    padding: 5px;
  }
}

@media screen and (min-width: 768px) {
  .prefix-master {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
  }
  .add-doc-master {
    display: grid;
    grid-template-columns: auto auto;
  }
}
