/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* bangla */
@font-face {
  font-family: 'Noto Sans Bengali';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/NotoSansBengali-Regular.woff2) format('woff2');
  unicode-range: U+0980-09FF;
}

@font-face {
  font-family: 'kalpurush';
  src: url(fonts/kalpurush.ttf);
  unicode-range: U+980-9FF;
}


body {
  font-family: 'Roboto', sans-serif;
  background-color: #f4f4f9;
  margin: 0 !important;
}
.result-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.result-table th, .result-table td {
  padding: 12px 15px;
  text-align: left;
}
.result-table th {
  background-color: #1976d2;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.result-table td {
  border-bottom: 1px solid #f2f2f2;
  font-weight: 400;
  color: #18181B;
}
.result-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.result-table tr:hover {
  background-color: #e0e0e0;
}
.not-found {
  color: red;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 20px !important;
}
.loading {
  color: blue;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.container {
  max-width: 800px;
  margin: auto;
}
h1 {
  text-align: center;
  color: #333;
}
.table-responsive {
  overflow-x: auto;
}


.header {
  background-color: #C41C22;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.logo {

  height: 56px;
  width: auto;
  /* padding: 20px; */
  padding-left: 16px;
}

.header .controls {
  display: flex;
  align-items: center;


}
                                                        


.header .controls .profile:hover .dropdown-content {
  display: block;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 800px;

}

.svg-img {
  width: 60px;
  height: auto;
  min-width: 60px;
}

.web-title {
  font-size: 22px; 
  color: white;
  font-family: 'kalpurush';

}

.item-title {
  font-size: 25px;
  font-family: 'kalpurush';
  margin-top: 50px;
  color: #1976d2;

}

.bangla-text {
  font-family: 'kalpurush';
  font-size: 23px;
}



#item-id {
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  
}

.item-id-found{
  color: rgba(76, 175, 80, 1);
}
.item-id-not-found{
  color: rgba(244, 67, 54, 1);
}


.search-container {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

#search-box {
  width: 60%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px 0 0 8px;
  outline: none;
  font-family: 'Roboto', sans-serif;
}

#search-box::placeholder {
  font-size: 20px;
  font-family: 'kalpurush';
}

#search-button {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #1976d2;
  background-color: #1976d2;
  color: white;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  outline: none;
}

#search-button:hover {
  background-color: #145a9e;
}
