/* RED VOZNJE STYLES */
.divider-wrapper {
  width: 25%;
  height: 4px;
  background-color: #d1d5db; /* bg-gray-300 */
  border-radius: 9999px; /* rounded-xl */
}

.divider-inner {
  width: 4%;
  height: 8px;
  background-color: #20409a; /* bg-[rgb(32,64,154)] */
  border-radius: 9999px; /* rounded-xl */
  transform: translate(-50%, -2px);
}

.notice-box {
  background-color: #fec200;
  color: #000;
  padding: 1rem;
  border-radius: 0.375rem; /* rounded-md */
  font-size: 1rem; /* text-sm */
  font-weight: 700; /* font-bold */
}

.notice-box img {
  height: 1.5rem; /* h-6 */
  width: auto;
}

.success-box {
  background-color: #31be26;
  color: white;
  padding: 1rem;
  border-radius: 0.375rem; /* rounded-md */
  font-size: 1rem; /* text-sm */
  font-weight: 700; /* font-bold */
}

.success-box img {
  height: 1.5rem; /* h-6 */
  width: auto;
}

.table-wrapper {
  overflow-x: auto;
}

.table-container {
  margin: 0 auto;
}

.table-head-text {
  background-color: #20409a;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}

.table-cell-center {
  text-align: center;
  background-color: #20409a;
  color: #fff;
  font-weight: 700;
}

.table-cell {
  text-align: left;
  padding-left: 15px !important;
  color: #20409a;
  font-weight: 500;
  border: 1px solid #20409a;
  vertical-align: top;
}

.notice-footer {
  text-align: right;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 20px !important;
}

@media (max-width: 640px) {
  .table-cell,
  .table-cell-center,
  .table-head-text,
  .notice-box,
  .notice-footer {
    font-size: 14px !important;
  }

  .main-title {
    font-size: 18px !important;
  }

  .sub-title {
    font-size: 16px !important;
  }

  .main-container {
    row-gap: 2rem;
  }
}
