.custom-table tbody td{
	font-family: 'ToyotaType-Regular';
  font-size: 12px;
}

.card {
  border: 1px solid #ced4da;
  font-family: 'ToyotaType-SemiBold';
}
.btn{
	font-family: 'ToyotaType-SemiBold';
}
.card-header {
  background-color: #e9ecef;
}
.section-container {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  box-shadow: none;
  padding: 1rem;
  background-color: #f9f9f9;
  box-sizing: border-box;
  margin: 0 auto;
}

.btn-link {
  color: #007bff;
}
.btn-link:hover {
  text-decoration: underline;
}
.example-payload {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: rgb(51, 51, 51);
  color: white;
}
.example-header {
  background-color: #f8d7da; /* Light red background */
  padding: 10px;
  border-radius: 5px;
  color: #721c24; /* Dark red text */
  font-family: monospace;
}
.schema-definition {
  background-color: #cfe2ff; /* Light blue background */
  padding: 10px;
  /*border-radius: 5px;*/
  color: #084298; /* Dark blue text */
  font-family: monospace;
  border-color: #cfe2ff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-link:focus {
  outline: none;
  box-shadow: none; /* Remove Bootstrap's default focus shadow */
}
#downloadIcon:hover {
  color: red; /* Slightly lighter blue on hover */
}

.title {
  font-size: 26px;
  font-family: 'ToyotaType-SemiBold';
  padding-bottom: 2px;
  color: #3b4151 !important;
}
.example {
  background-color: #e2e3e5;
  padding: 10px;
  border-radius: 5px;
  font-family: monospace;
  margin-bottom: 10px;
}
.payload-type-div {
  display: inline-block;

  background-color: #006395;
  border-color: #006395;
  color: #fff;
  margin-right: 0;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  border-radius: 5px;
  padding: 6px;
  text-align: center;
}
.tabs {
  display: flex;
}

.tab {
  padding: 10px;
  border: 1px solid #ccc;
  border-bottom: #cfe2ff;
  /*border-radius: 4px;*/
  cursor: pointer;
  background: none;
  transition: background 0.3s;
  font-family: 'ToyotaType-Regular';
  font-size:14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tab.active {
  background-color: #cfe2ff;
  color: #084298;
}

.tab-content {
  padding: 5px;
  border: 1px solid #cfe2ff;
  border-radius: 4px;
}
.table-striped tbody tr:nth-child(odd) {
  background-color: #f1f1f1 !important;
}
.table-striped tbody tr:nth-child(even) {
  background-color: #ffffff !important;
}
.table th,
.table td {
  vertical-align: middle !important;
}
.table.table-bordered thead {
  background-color: #006395 !important;
  color: white !important;
}
pre {
  background: transparent !important;
  border: none !important;
}
.subscribe-btn {
    background-color: #04fdff !important;
    border-radius: 0 !important;
    text-shadow: none;
    box-shadow: none !important;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 5px 20px 7px 20px !important;
    display: inline-block !important;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'ToyotaType-Regular' !important;
    text-transform: capitalize !important;
    opacity: 1;
    color: #000000 !important;
    text-align: center;
}
.subscribe-btn:hover{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
	color: #333333 !important;
	background-color: #04fdff;
}
#subscribeModal .close{
	padding: 1rem 1rem !important;
	width: auto;
	height: auto;
	position: relative;
	top: 0 !important;
	right: 0 !important;
}
/* subscribe modal */
/*.modal-content {*/
/*    margin-top: 106px;*/
/*  }*/
 .modal-header {
    background-color: #eeeeee;
    color: #33799c;
    font-weight: bold;
    padding: 10px !important;
    text-align: left;
}
 .modal-desc {
    padding-left: 22px !important;
    padding-top: 10px !important;
    font-family: 'ToyotaType-Regular';
    font-size: 15px;
}
/*.modal-header .close {*/
/*    margin-right: 21px !important;*/
/*    margin-top: 15px !important;*/
/*}*/
.modal-title {
    /*margin-left: -170px !important;*/
    font-size: 16px;
    color: #33799c;
    text-align: left !important;
}
.modal-note {
    padding-left: 29px !important;
    padding-right: 10px;
    font-family: 'ToyotaType-Regular';
    font-size: 14px;
}
.modal-body .col-md-4{
    max-width: 100% !important;

}
input#modalapps {
    background-color: #04fdff;
    color: #333333;
    border: 1px solid #04fdff;
    font-family: 'ToyotaType-Regular';
    font-size: 14px;
    height: 40px;
    width: auto;
}
.modal-note a {
    color: #357a9d;
}
.modal-note p{
	font-size:12px;
}
.data-requester-field {
    /*padding-left: 29px !important;*/
    padding-right: 10px;
    font-family: 'ToyotaType-Regular';
    font-size: 14px;
    margin-top: -15px;
}
.data-access {
    /*margin-top: 10px;*/
    border-top: none;
    border-left: none;
    /*margin-bottom: 10px;*/
    border-right: none;
    width: 100%;
    border-bottom: 1px solid #837f7f;
}
.apps_form{
	max-height: 130px;
	overflow-y: auto;
	margin-bottom:15px;
}
.modal-body{
	padding: .5rem;
}
.description p,.server-table tr td,.security-list li{
	font-family: 'ToyotaType-Regular';
	font-size: 14px;
}