/*----- Sub Contents -----*/
#subTop {
  background-color: #4285f4;
  background: url("../img/sub/subtop-pc-01.png") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 80px;
  margin-top: 90px;
  height: 200px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
#subTop h3 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 0px;
  text-align: center;
  vertical-align: middle;
}
.breadcrumb-bg {
  width: 100%;
  background-color: #3c3c3b;
}
.breadcrumb {
  background-color: transparent;
  color: #ddd;
  text-transform: capitalize;
  padding: 15px 30px;
  border-radius: 0;
}
.breadcrumb a {
  color: #ddd;
  font-size: 20px;
}
.breadcrumb > .active {
  color: #4285f4;
  font-weight: 500;
  background-color: transparent;
}

#sub-wrap {
  padding: 40px 30px 60px;
  background-color: #fff;
}

/* sidemenu */
#sub-wrap .sidemenu {
  padding-right: 30px;
  margin-bottom: 40px;
}
#sub-wrap .sidemenu .title {
  background-color: #4285f4;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 17px 20px;
  border-radius: 8px 8px 0 0;
  background: url("../img/sub/sidemenu-titlebg-01.png") no-repeat center;
  background-size: cover;
  margin-bottom: 5px;
}
#sub-wrap .accordion {
  background-color: transparent;
  color: #3c3c3b;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
  border-bottom: 1px solid #e2e6ec;
}
#sub-wrap .accordion:hover {
  color: #4285f4;
  background-color: #e2e6ec;
}
#sub-wrap .accordion:after {
  content: "\002B";
  color: #4285f4;
  float: right;
  margin-left: 5px;
  font-size: 20px;
}
#sub-wrap .active {
  color: #4285f4;
  background-color: #e2e6ec;
}
#sub-wrap .active:after {
  content: "\002D";
}

#sub-wrap .accordion_non {
  background-color: transparent;
  color: #3c3c3b;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
  border-bottom: 1px solid #e2e6ec;
}
#sub-wrap .accordion_non:hover {
  color: #4285f4;
  background-color: #e2e6ec;
}
#sub-wrap .panel ul li a {
  color: #3c3c3b !important;
  font-size: 17px;
}
#sub-wrap .panel ul li a:hover {
  color: #4285f4 !important;
}
#sub-wrap .panel {
  padding: 15px 20px 5px;
  display: none;
  background-color: #e2e6ec;
  overflow: hidden;
  line-height: 1.6;
}

/* center contents */
#sub-wrap h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 10px;
}
#sub-wrap h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #4285f4;
}
#sub-wrap .pb-bottom {
  padding-bottom: 30px;
}
.search-box {
  border-top: 2px solid #666;
  border-bottom: 1px solid #dedede;
  padding: 15px 0;
  margin-bottom: 30px;
  margin-top: -15px;
}
.badge {
  border-radius: 20px;
  padding: 5px 10px;
}
.page-link {
  color: #666;
  font-size: 17px;
  border: none;
}
.page-link:hover {
  color: #4285f4;
  font-weight: 500;
  background-color: transparent;
}
#sub-wrap .bd-top {
  border-top: 2px solid #4285f4;
  margin-top: -15px;
}
#sub-wrap .space-md {
  padding: 20px;
}
#sub-wrap .card-body {
  padding: 1.25rem 0.5rem;
}
.datepicker-dropdown {
  background-color: #f0f2f5 !important;
  top: 410px !important;
  display: inline-block;
  padding: 10px !important;
}

table th,
table td {
  font-size: 17px;
  vertical-align: middle !important;
}
table th {
  font-weight: 600;
}

.badge-sm {
  font-size: 12px;
  font-weight: 500;
}
.badge-step1 {
  font-size: 15px;
  font-weight: 500;
  background-color: #4285f4;
  color: #fff;
  padding: 10px 15px;
  margin: 0 5px;
}
.badge-step2 {
  font-size: 15px;
  font-weight: 500;
  background-color: #ffbb00;
  color: #3c3c3b;
  padding: 10px 15px;
  margin: 0 5px;
}
.badge-step3 {
  font-size: 15px;
  font-weight: 500;
  background-color: #f26a30;
  color: #fff;
  padding: 10px 15px;
  margin: 0 5px;
}
.badge-step4 {
  font-size: 15px;
  font-weight: 500;
  background-color: #28a745;
  color: #fff;
  padding: 10px 15px;
  margin: 0 5px;
}
.badge-secondary {
  font-size: 15px;
  font-weight: 500;
  background-color: #787878 !important;
  padding: 10px 15px;
  margin: 0 5px;
}

/* account contents */
.account-box {
  width: 420px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.account-box p {
  text-align: center;
  margin: 20px 10px 30px;
}
.btn-set {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.btn-set .btn {
  height: 45px;
  width: 100%;
}

/* Add CSS_240324 */
#sub-wrap .card-md {
  border: none;
}
#sub-wrap .card-md .img-bg {
  background: linear-gradient(45deg, #f9f9ff, #ebebff);
  border-radius: 20px;
  padding: 20px;
}
#sub-wrap .card-md .text-bg {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#sub-wrap .card-md .text-box {
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #4285f4;
  padding: 20px 30px 10px 30px;
  margin-bottom: 20px;
}
#sub-wrap .card-md .card-body {
  padding: 1.25rem 0.5rem;
}
#sub-wrap .card-md .card-body p {
  font-size: 18px;
  font-weight: 500;
}
#sub-wrap .card-md .card-body span {
  font-size: 15px;
}
.list-style ul li {
  padding: 10px;
  background-color: #f3f3f3;
  margin-bottom: 10px;
  border-radius: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.mb-1 {
  margin-bottom: 10px;
}

@media (min-width: 769px) and (max-width: 1023px) {
  #sub-wrap .sidemenu {
    display: none;
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  #subTop {
    background: url("../img/sub/subtop-mb-01.png") no-repeat center;
    background-size: cover;
    height: 140px;
    margin-top: 80px;
    padding: 60px;
  }
  #subTop h3 {
    font-size: 26px;
  }
  .breadcrumb {
    padding: 15px 10px;
  }
  .breadcrumb-item,
  .breadcrumb a {
    font-size: 14px;
  }
  #sub-wrap {
    padding: 30px 10px;
  }
  #sub-wrap .sidemenu {
    display: none;
  }
  #sub-wrap h3 {
    font-size: 26px;
  }
  .btn-block-sm {
    width: 100%;
  }
  #sub-wrap .space-md {
    padding: 15px;
  }
  .datepicker-dropdown {
    top: 310px !important;
  }
  .account-box {
    width: 100%;
  }
  .btn-set {
    display: flex;
    flex-wrap: wrap;
  }
  .badge {
    margin: 5px;
  }
}
