.top-bar {
  height: 50px;
  padding-top: 15px;
}
#top_header {
  color: #03a7d3;
  font-size: 15px;
}
.login {
  text-align: end;
}
.login a:hover {
  color: #03a7d3 !important;
}
.navbar-brand img {
  margin-left: 35px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.2);
}
table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

th {
  background-color: #f2f2f2;
}

tbody tr {
  height: 50px;
}

tbody tr:hover {
  background-color: #ddd;
}
.domain_name {
  font-weight: bold;
  font-size: 20px;
}
.box-domain {
  text-align: center;
  margin: 50px;
  margin-bottom: 100px;
  border-radius: 15px;
  padding: 50px 0;
  box-shadow: 1px 2px 10px 5px #eee;
}
.box-domain h3 {
  color: black;
  margin-bottom: 20px;
}
.box-domain input {
  width: 60%;
  height: 50px;
  padding-left: 15px;
  border: 1px solid #eee;
  outline: none;
  margin-right: 0;
  box-shadow: 1px 2px 10px 5px #eee;
}
.box-domain select {
  height: 50px;
  margin-left: 0;
  border: none;
  box-shadow: 1px 2px 10px 5px #eee;
}
.box-domain button {
  height: 50px;
  width: 100px;
  background-color: #03a7d3;
  color: white;
  border: none;
  outline: none;
}
.inner_box {
  border-radius: 10px;
  padding: 0;
  /* box-shadow: 0px 0px 7px 6px rgb(232, 224, 224); */
  text-align: center;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.box2 {
  margin: 15px;
  background-color: white;
  box-shadow: 10px 10px 50px 3px rgba(0, 0, 0, 0.25),
    -10px -10px 50px 3px rgba(250, 250, 250, 0.9);
  border-radius: 15px;
}
.box_btn {
  padding: 7px 0;
  width: 130px;
  margin-bottom: 20px;
  background-color: #ff4646;
  border: none;
  color: white;
  border-radius: 4px;
  border: 1px solid white;
}
.box_btn:hover {
  border-radius: 4px;
  color: #ff4646;
  background-color: transparent;
  border: 1px solid #ff4646;
}
.box_image {
  padding-top: 30px;
  width: 100%;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
.box2 h4 {
  margin: 10px 0 7px;
}
.box2 p {
  padding: 0 20px;
  text-align: justify;
  font-size: 13px;
  color: grey;
}
.box2:hover {
  transition: 1s;
  transform: scale(1.05);
}
