.gr-main__nav ul {
	display: flex;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #0c427191;
}
.gr-main__nav li a {
	padding: 12px 25px;
	display: inline-block;
	background: #0c4271;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	width: -webkit-fill-available;
	border-radius: 8px;
}
.gr-main__nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  height: 100%;
}
.gr-main__nav {
	overflow: hidden;
	border-radius: 5px;
	width: 20%;
	min-width: 20%;
	box-shadow: 0px 0px 10px #00000021;
	padding: 15px;
	background: #0c4271;
}
.gr-main__nav ul li {
  margin: 0;
}
.gr-main__column {
  display: flex;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #0c42716e;
  flex-direction: column;
  width: 60%;
}
.gr-main__column.gr-main__instruct {
  max-width: 20%;
}
.gr-main {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

.gr-main__nav li a.gr-main__nav_active {
    background: #14b8c7;
}
.gr-main__form input[type="submit"] {
    background: #0c4271;
    padding: 6px 30px;
    max-width: max-content;
}
.gr-main__form input, .gr-main__form textarea, .gr-main__form select {
	width: 100%;
	max-width: 400px;
	max-height: 55px;
	min-height: 45px;
	padding: 6px 10px;
	border: 1px solid #0c4271;
	border-radius: 4px;
}
.gr-main__form input[type="checkbox"] {
    max-width: 20px;
    height: 18px;
    min-height: 20px;
    padding-left: 2px !important;
    line-height: 16px;
    font-size: 10px !important;
    padding-top: 2px !important;
}
.gr-main__form textarea {
    min-height: 100px;
}
.gr-main__main .notice {
	margin: 0;
	margin-top: 15px !important;
	margin-bottom: 10px !important;
	height: initial;
	min-height: initial;
	height: max-content;
}

.kb_order_logs {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}

.kb_order_logs th,
.kb_order_logs td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.kb_order_logs th {
    background: #f8f8f8;
    font-weight: 600;
}

.kb_order_logs tr:nth-child(even) {
    background: #fafafa;
}

.kb_order_logs tr:hover {
    background: #f1f1f1;
}

.gr-main__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.gr-main__column.gr-main__main {
  flex-direction: row;
  gap: 30px;
}