.main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  position: relative;
  overflow: hidden;
  top: 60px;
}
.ad_bar {
  background: #d9d9d9;
  width: 728px;
  height: 90px;
  margin-top: 20px
}
.search-block {
  background: #ffffff;
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.search-bar {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.keyword {
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  width: 150px;
  height: 30px;
  font-size: 16px;
  padding-left: 5px;
}
.btn {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
    /*background: #e5e9ff;*/
}
.btn:hover {
    background: #e5e9ff;
}
.new_apply {
    position: absolute;
    right: 20px;
    border-bottom: 1px solid #c0c0c0;
    padding: 5px 10px;
    background: bisque;
}
.selection {
    display: flex;
    gap: 20px;
}
.s_item {
    display: flex;
    border: 0px solid #c0c0c0;
    border-bottom-width: 2px;
}
.s_col, .select{
    font-size: 16px;
    padding: 5px;
}
.f_bar{
    display: flex;
    justify-content: flex-start;
    width: 90%;
    align-items: flex-start;
    gap: 10px;
}
.f_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.f_title, .f_toggle{
    white-space: nowrap;
}
.f_toggle:hover{
    background: #e5e9ff;
}
.features{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    overflow: hidden;
}
.partial{
    max-height: 25px;
}
.feature{
    border: 0px solid #c0c0c0;
    border-bottom-width: 1px;
}
.f_name{
    margin: 0px 5px;
}
.f_name:hover{
    background: #e5e9ff;
}
.f_count{
    margin: 0px 5px;
}
.block {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.vt-info {
  background: #ffffff;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.18);
  border-width: 1px;
  padding: 15px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  height: 150px;
}
.card {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 60%;
}
.vt_avatar {
  border-radius: 50%;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  position: relative;
  object-fit: cover;
}
.data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  max-width: calc(100% - 145px);
}
.name-slogan {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  padding-bottom: 10px;
}
.vt_name {
  color: #0062cc;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.slogan {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.inactive {
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 7px;
    line-height: 100%;
}
.info_line {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.info {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: "Inter-Regular",sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info > a {
    color: rgba(0, 0, 0, 0.5);
}
.info > a:hover {
    color: #0062cc;
}
.platform {
  padding: 9px 19px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.yt-logo {
  flex-shrink: 0;
  height: 28px;
  object-fit: cover;
  aspect-ratio: 47/33;
}
.tc-logo {
  flex-shrink: 0;
  height: 35px;
  object-fit: cover;
  aspect-ratio: 43/50;
}
.follow {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
}
.follow:hover {
    background: pink;
}
.follow-active {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
    background: pink;
}
.follow-active:hover {
    background: white;
}
.buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 10%;
}
.page_link {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.page_link a {
    font-weight: 600;
    padding: 5px 10px;
}
.page_link a:hover{
	background: #e5e9ff;
}
.page_link .active {
    background: #e5e9ff;
}

.notice-block{
    background: #ffffff;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.notice {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
}
.block2 {
  padding: 0px 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 626px;
  position: relative;
}
.ad {
  background: #d9d9d9;
  width: 300px;
  height: 250px;
  margin-top: 20px;
}

.input_line {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.field {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.comment {
  height: 96px;
}
.label {
    color: #000000;
    text-align: left;
    font-family: "Inter-Medium", sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    white-space: nowrap;
}
.input {
    background: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: 100%;
    line-height: 150%;
}
#submit {
    background: #e5e9ff;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 5px 15px;
    font-family: "Inter-Medium", sans-serif;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    cursor: pointer;
}
thead, tbody {
    width: 100%;
    background: #ffffff;
}
caption {
    font-size: 20px;
    font-weight: 600;
    line-height: 200%;
}
.apply-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.columns {
    border: 1px solid rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    line-height: 150%;
    padding: 5px 20px;
}
.serial {
    width: 5%;
}
.vname {
    width: 15%;
}
.channel {
    width: 15%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.category {
    width: 25%;
}
.adate {
    width: 15%;
}
.status {
    width: 10%;
}
.reply {
    width: 15%;
}
.detail {
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-top: 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.freq_help {
    display: none;
    position: absolute;
    top: 1em;
    left: 0px;
    padding: 5px;
    background: #e5e9ff;
    color: #000000;
    white-space: nowrap;
}
.grecaptcha-badge {
    visibility: hidden;
}
