.toparea {
  background-color: #117bd6;
  padding: 12px;
  text-align: center;
  margin-bottom: 12px;
  color: white;
}

.container-fluid {
  padding: 0px;
}

body {
  background-image: url("bg.jpg");
}

.borclu-card {
  background: #f6f8ff;
  border: 1px solid #dbe4f4;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 14px rgba(17, 123, 214, 0.08);
}

.borclu-title {
  font-weight: 700;
  color: #2c3e50;
}

.borrower-type {
  width: 100%;
}

.borrower-type .btn {
  flex: 1 1 50%;
}

.round-btn {
  border: none;

  padding: 5px 10px; /* Buton boyutunu ayarlar */
  font-size: 20px; /* İkon boyutu */
  cursor: pointer; /* İmleç buton üzerine geldiğinde değişir */
  margin-bottom: 32px;
  margin-top: 24px;
}

.round-btn:hover {
  background-color: #065f09; /* Buton üzerine gelindiğinde arka plan rengi */
}
.round-btn i {
  font-size: 32px; /* İkon boyutu */
}

.social-links {
  text-align: center;
  float: left;
  width: 64px;
  height: 64px;
  background: green;
  border-radius: 100%;
  margin-right: 7px;
  margin-bottom: 16px;
}

.social-links:hover {
  background-color: #065f09;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 100%;
  margin-right: 7px;
  margin-bottom: 16px;
}

.social-links i {
  font-size: 36px;
  line-height: 64px;
  color: #fff;
}
.senetNo{
	padding:5px;
	border:1px solid #000;
	display:flex;
	justify-content:center;
}
.senetNo p:last-child{
	font-size: 20px;
	color: #E30613!important;
	font-weight: bold;
	float:left;    padding: 0px;
    margin: 0px;
    line-height: 30px;
}
.senetNo p:first-child{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	float:left;    padding: 0px;
    margin: 0px;
    line-height: 30px;
}
.col-md-6{
	
}