body {
  padding-top: 0;
  line-height: 1.5;
  background-color: #f5f8ff;
  color: #333333;
}
main.content {
  padding: 0;
  min-height: calc(100vh - 177px);
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar {
  flex-wrap: wrap;
}
.navbar .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar .container .navbar-collapse {
  margin: 0;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.navbar-nav .nav-link {
  display: block;
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
  padding: 0;
  margin: 0;
}
.navbar-nav > li > a {
  line-height: 1.5;
}
.text-center {
  text-align: center !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.navbar-toggler {
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-login .user-info {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.navbar-login .user-info span {
  font-size: 16px;
}
.navbar-login .user-info .avatar img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
.navbar-login .dropdown-menu {
  margin: 0;
}
.box {
  border-top: 0;
}
.btn:active {
  box-shadow: unset!important;
  -webkit-box-shadow: unset!important;
  -moz-box-shadow: unset!important;
}
.btn-primary {
  background-color: #006aff;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: rgba(0, 106, 255, 0.8) !important;
  border: 1px solid rgba(0, 106, 255, 0.5) !important;
}
.btn-outline {
  background-color: transparent;
  border: 1px solid #006aff !important;
  color: #006aff !important;
}
.custom-form .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.custom-form .input-group .form-control {
  height: unset;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #e8eaec;
  border-radius: 6px!important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-form .input-group .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}
.custom-form .input-group .form-select {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding: 6px 36px 6px 12px;
  border: 1px solid #e8eaec;
  border-radius: 6px!important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.custom-form .input-group .form-select:focus {
  z-index: 5;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}
.custom-form .input-group .input-group-btn .btn {
  font-size: 16px;
  line-height: 1.5;
  height: 42px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-form .input-group:has( > :last-child:not(.msg-box)) > :not(:last-child) {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  border-right: 0;
}
.custom-form .input-group > :not(:first-child) {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
  border-left: 0;
}
.custom-form .n-right {
  width: unset;
  bottom: -5px;
  top: unset;
  left: 0;
}
.n-bootstrap .n-right .msg-wrap {
  position: absolute;
}
#content-container .row {
  display: unset;
}
#content-container .basicinfo .title {
  color: #999999;
}
.m-box {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.service-box {
  position: fixed;
  right: 30px;
  bottom: 40%;
  border-radius: 40px;
  padding: 10px;
  height: 80px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 10;
}
.service-box .service-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  color: #006aff;
  cursor: pointer;
}
.service-box .service-title span {
  font-size: 14px;
}
.service-box:hover {
  background: #006aff;
  color: #fff;
}
.service-box:hover .service-title {
  color: #fff;
}
.service-box:hover .service-content {
  display: flex;
}
.service-box .service-content {
  display: none;
  position: absolute;
  right: 60px;
  top: 0;
}
.service-box .service-content .m-box {
  margin-right: 10px;
  display: flex;
  gap: 20px;
  background: #fff;
  flex-direction: column;
  padding: 20px;
}
.service-box .service-content a {
  color: #333333;
  text-align: center;
  min-width: 40px;
}
.service-box .service-content a .icon {
  display: none;
  font-size: 14px;
}
.service-box .service-content a .icon i {
  padding: 5px;
  border-radius: 50%;
  background: #006aff;
  color: #fff;
}
.service-box .service-content a .tg-name {
  color: #006aff;
}
.btn-copy {
  cursor: pointer;
}
.navbar-brand,
.navbar-brand-mobile {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.navbar-brand a,
.navbar-brand-mobile a {
  color: #333333;
  display: flex;
  align-items: center;
}
.navbar-brand a img,
.navbar-brand-mobile a img {
  height: 40px;
  padding-right: 10px;
}
.navbar-brand a span,
.navbar-brand-mobile a span {
  font-size: 20px;
  font-weight: 600;
}
.navbar-brand-mobile {
  display: none;
}
@media (max-width: 767px) {
  #content-container {
    padding-top: 20px;
  }
  #content-container .row {
    padding: 0;
    margin: 0;
  }
  #content-container .row > * {
    padding: 0;
  }
  .container {
    padding: 0 15px;
  }
  .has-error .msg-box {
    position: unset;
    text-align: unset;
    margin-top: 5px;
  }
  .service-box {
    right: 10px;
    bottom: 20%;
    border-radius: 40px;
    padding: 5px;
    height: 60px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    box-shadow: none;
  }
  .service-box .service-title {
    display: none;
  }
  .service-box .service-content {
    display: flex;
    right: 0;
  }
  .service-box .service-content .m-box {
    margin-right: 0;
    border-radius: 40px;
    font-size: 12px;
    padding: 10px 5px;
    gap: 10px;
  }
  .service-box .service-content .m-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service-box .service-content .m-box a .icon {
    display: flex;
    color: #006aff;
  }
  .service-box .service-content .m-box a .tg-name {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
    flex-basis: auto;
  }
}
@media (min-width: 992px) {
  main.content {
    padding: 0;
    min-height: calc(100vh - 360px);
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .bfd {
    margin-bottom: 0;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .navbar-login .user-info {
    padding-top: 0;
    border-top: 0;
  }
  .navbar-custom .navbar-nav .nav-link {
    padding: 18px 10px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    display: none;
  }
  .navbar-brand-mobile {
    display: flex;
    position: absolute;
    left: 15px;
    top: 0;
    height: 50px;
  }
  .navbar-brand-mobile a span {
    font-size: 18px;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .col-10-2 {
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1224px;
  }
}
