html {
  font-size: 15px;
}
body {
  font-family: '-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'PingFang SC', 'Noto Sans', 'Noto Sans CJK SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
  padding-top: 80px;
  -webkit-font-smoothing: antialiased;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: '-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'PingFang SC', 'Noto Sans', 'Noto Sans CJK SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
}
button,
html,
input,
select,
textarea {
  font-family: '-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'PingFang SC', 'Noto Sans', 'Noto Sans CJK SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.normal-image {
  max-width: 100%;
}
.va-m {
  vertical-align: middle;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
#navbar_logo {
  display: inline;
  vertical-align: middle;
  border: 1px solid white;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 12px;
  padding: 3px;
}
#navbar_logo2 {
  height: 30px;
  margin-right: 10px;
}
#gh-star {
  position: absolute;
  right: 16px;
  top: 18px;
}
@media (max-width: 1199px) {
  #gh-star {
    top: 12px;
  }
}
#if_form {
  border: 5px solid #f3f3f3;
  padding: 35px 50px;
}
#if_form.dropping {
  border: 5px dashed #666;
  border-radius: 15px;
  background: #FFC;
}
#if_form .alert,
#if_form .panel {
  max-width: 80%;
  margin-top: 40px;
}
#if_form .form-group {
  margin-top: 15px;
  display: flex;
  margin-bottom: 25px;
  align-items: start;
}
#if_form .form-group .control-label {
  text-align: right;
  color: #666;
  font-size: 14px;
  padding-top: 2px;
  padding-right: 15px;
}
#if_form .toggle-input {
  display: inline-block;
  padding: 1px;
  border: 1px solid silver;
  border-radius: 4px;
  color: silver;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 60px;
  text-align: center;
}
#if_form .toggle-input:hover,
#if_form .toggle-input:focus,
#if_form .toggle-input:active {
  text-decoration: none;
}
#if_form .toggle-input.active {
  border-color: var(--mdb-primary);
  color: var(--mdb-primary);
}
#if_form input[type=number].custom-size {
  border: 1px solid var(--mdb-primary);
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 60px;
  text-align: center;
}
#if_form input[type=number].custom-size:focus,
#if_form input[type=number].custom-size:active {
  border-color: #2066b8;
}
#if_form .radio label {
  padding-left: 35px;
  line-height: 1.2em;
}
#if_form .select-wrapper > .form-outline {
  display: none;
}
@media (max-width: 991px) {
  #if_form .alert,
  #if_form .panel {
    max-width: 100%;
  }
}
.row-margin {
  margin: 40px 0 30px;
}
.row-margin > div {
  padding-top: 10px;
}
.container.container-article {
  margin-bottom: 25px;
}
.container.container-article h1 {
  margin-bottom: 30px;
}
.container.container-article dl dt {
  margin-bottom: 10px;
  font-size: 16px;
}
.container.container-single img {
  border: 15px solid #ddd;
  border-radius: 15px;
  margin: 5px 0 10px;
}
.row-introduce {
  font-size: 14px;
}
.row-introduce img {
  height: 80px;
}
.red-dot {
  background-color: #ff3333;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 24%;
  border-radius: 4px;
  z-index: -1;
}
@media (max-width: 768px) {
  .red-dot {
    right: auto;
  }
}
.panel .panel-body {
  padding: 20px 40px;
}
.grey {
  color: grey;
}
.silver {
  color: silver;
}
.width-50 {
  width: 50px;
}
.inline-block {
  display: inline-block;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.padding-top-5 {
  padding-top: 5px;
}
.margin-10-0 {
  margin: 10px 0 !important;
}
.font-16 {
  font-size: 16px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.bg-eee {
  background-color: #eee;
}
.bg-grey {
  background-color: #f3f3f3 !important;
}
.of-hidden {
  overflow: hidden;
}
.rounded-4 {
  border-radius: 0.4rem !important;
}
.rounded-6 {
  border-radius: 0.6rem !important;
}
.rounded-8 {
  border-radius: 0.8rem !important;
}
.rounded-10 {
  border-radius: 1rem !important;
}
.label-right {
  text-align: right;
}
.index-section {
  padding: 60px 0;
}
.index-section .col-md-3 {
  text-align: center;
}
.index-section h1 {
  font-size: 30px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.index-section h2 {
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.index-section a.col-md-3 {
  padding-top: 20px;
  border-radius: 10px;
}
.index-section a.col-md-3:hover {
  background-color: silver;
  text-decoration: none;
  -moz-transition: background-color 0.5s ease-in;
  -web-kittransition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  -m-stransition: background-color 0.5s ease-in;
  transition: background-color 0.5s ease-in;
}
.index-section a.col-md-3 p {
  color: #333;
}
.index-section a.col-md-3 p.description {
  min-height: 80px;
}
.ads-box {
  background-color: #f6f6f6;
  border-radius: 15px;
  width: 100%;
  min-height: 80px;
  margin-bottom: 15px;
}
.ads-box-banner {
  min-height: 180px;
}
.ads-box-tall {
  min-height: 600px;
}
span.string {
  color: #800;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.lh-28 {
  line-height: 28px;
}
.flex {
  display: flex;
}
.panel-heading {
  cursor: pointer;
}
.no-radius {
  border-radius: 0 !important;
}
.no-radius img {
  border-radius: 0 !important;
}
.figure-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
}
.figure-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  width: 196.5px;
  height: 240px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f6f6f6;
  margin: 0 1rem 1rem 0;
  transition: 0.3s all;
}
.figure-box > div.figure-img {
  height: 100%;
  overflow: hidden;
  background: white;
}
.figure-box > div.figure-img > a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.figure-box > div.figure-img img {
  max-width: 100%;
  max-height: 100%;
}
.figure-box figcaption {
  text-align: center;
  overflow: hidden;
  flex-shrink: 0;
}
.figure-box:hover {
  background: #f3f3f3;
  border-color: #999;
}
.dropdown-menu {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-menu .dropdown-item {
  padding: 0.8rem 1rem;
  font-size: 14px;
}
.dropdown-menu > li:first-child:last-child .dropdown-item {
  border-radius: 0.5rem;
}
.modal-body > .ad-box {
  margin: 0 auto;
}
.browser-box {
  position: relative;
  background: url("/img/tools/browser_light.png") no-repeat;
  width: 253px;
  height: 49px;
}
.browser-box.browser-box-dark {
  background: url("/img/tools/browser_dark.png") no-repeat;
}
.browser-box .browser-title {
  position: absolute;
  left: 80px;
  top: 11px;
  font-size: 14px;
  font-weight: normal;
}
.browser-box.browser-box-dark .browser-title {
  color: white;
}
.browser-box .browser-ico {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50px;
  top: 11px;
}
#tp_tabs li a {
  font-size: 16px;
}
#tp_contents {
  padding: 30px 10px 0 10px;
}
#tp_contents .icons-row {
  margin-bottom: 35px;
}
#tp_contents .icons-col {
  font-weight: normal;
  text-align: center;
  padding-top: 30px;
  color: #999;
  font-size: 11px;
}
#tp_contents .description {
  border-top: 1px solid silver;
  margin-top: 5px;
  padding-top: 5px;
}
#tp_contents .mobile_preview {
  position: relative;
  margin: 0 auto;
  width: 444px;
  height: 743px;
}
#tp_contents .mobile_preview.iphonex_mobile_preview {
  height: 910px;
}
#tp_contents .mobile_preview.mac_mobile_preview {
  width: 800px;
  height: 470px;
}
#tp_contents .mobile_preview.ios_imageset_preview {
  background: url("/img/icon/ios_imageset.png");
  width: 1157px;
  height: 947px;
  color: white;
  font-size: 12px;
}
#tp_contents .mobile_preview.ios_imageset_preview > * {
  position: absolute;
}
#tp_contents .mobile_preview.ios_imageset_preview img.x1 {
  max-height: 14px;
  max-width: 14px;
  border-radius: 0;
  width: auto;
  height: auto;
  vertical-align: text-bottom;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_name_toolbar {
  left: 264px;
  top: 71px;
  display: flex;
  align-items: center;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_name_toolbar > img {
  margin-right: 4px;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_name_left {
  font-size: 13px;
  left: 19px;
  top: 114px;
  display: flex;
  align-items: center;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_name_left img.x1 {
  width: 12px;
  max-height: 12px;
  margin-right: 4px;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_right_box {
  left: 240px;
  top: 103px;
  width: 907px;
  height: 806px;
  border: 1px solid rgba(86, 86, 86);
  border-radius: 4px;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_name_right {
  font-size: 14px;
  position: absolute;
  padding: 3px 8px;
  background: rgba(86, 86, 86);
  border-bottom-right-radius: 5px;
  font-weight: bold;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_content {
  margin: 80px 95px 20px;
  text-align: center;
  font-size: 14px;
  width: 700px;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_content .col-4 {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_content img {
  border-radius: 0 !important;
  align-self: center;
  max-height: 400px !important;
  width: auto !important;
  height: auto !important;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_content img.x2 {
  max-width: 100px;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_content img.x4 {
  max-width: 150px;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_content img.x5 {
  max-width: 200px;
}
#tp_contents .mobile_preview.ios_imageset_preview .iip_content .description {
  border-top: 1px solid rgba(86, 86, 86);
}
#tp_contents .img_preview img:hover {
  transition: 0.3s all;
  box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
#tp_android .description {
  border-top-width: 0;
  line-height: 1.8em;
  margin-top: 0;
}
#tp_android .icons-row {
  margin-bottom: 15px;
}
#tp_ios,
#tp_watch,
#tp_webapp,
#tp_phonegap,
#tp_windowsphone,
#tp_quasar,
#tp_mac {
  overflow-x: auto;
}
#tp_ios .icons-row .icon-row,
#tp_watch .icons-row .icon-row,
#tp_webapp .icons-row .icon-row,
#tp_phonegap .icons-row .icon-row,
#tp_windowsphone .icons-row .icon-row,
#tp_quasar .icons-row .icon-row,
#tp_mac .icons-row .icon-row {
  vertical-align: middle;
  line-height: 61px;
}
#tp_ios .sub-icon > div,
#tp_watch .sub-icon > div,
#tp_webapp .sub-icon > div,
#tp_phonegap .sub-icon > div,
#tp_windowsphone .sub-icon > div,
#tp_quasar .sub-icon > div,
#tp_mac .sub-icon > div {
  padding: 0;
}
#tp_ios img,
#tp_watch img,
#tp_webapp img,
#tp_phonegap img,
#tp_windowsphone img,
#tp_quasar img,
#tp_mac img {
  background-clip: padding-box;
}
#tp_ios img.x1,
#tp_watch img.x1,
#tp_webapp img.x1,
#tp_phonegap img.x1,
#tp_windowsphone img.x1,
#tp_quasar img.x1,
#tp_mac img.x1 {
  width: 29px;
  height: 29px;
  border-radius: 6px;
}
#tp_ios img.x2,
#tp_watch img.x2,
#tp_webapp img.x2,
#tp_phonegap img.x2,
#tp_windowsphone img.x2,
#tp_quasar img.x2,
#tp_mac img.x2 {
  width: 40px;
  height: 40px;
  border-radius: 9px;
}
#tp_ios img.x3,
#tp_watch img.x3,
#tp_webapp img.x3,
#tp_phonegap img.x3,
#tp_windowsphone img.x3,
#tp_quasar img.x3,
#tp_mac img.x3 {
  width: 56px;
  height: 56px;
  border-radius: 12px;
}
#tp_ios img.x4,
#tp_watch img.x4,
#tp_webapp img.x4,
#tp_phonegap img.x4,
#tp_windowsphone img.x4,
#tp_quasar img.x4,
#tp_mac img.x4 {
  width: 61px;
  height: 61px;
  border-radius: 13px;
}
#tp_ios img.x5,
#tp_watch img.x5,
#tp_webapp img.x5,
#tp_phonegap img.x5,
#tp_windowsphone img.x5,
#tp_quasar img.x5,
#tp_mac img.x5 {
  width: 80px;
  height: 80px;
  border-radius: 17px;
}
#tp_ios img.x8,
#tp_watch img.x8,
#tp_webapp img.x8,
#tp_phonegap img.x8,
#tp_windowsphone img.x8,
#tp_quasar img.x8,
#tp_mac img.x8 {
  width: 150px;
  height: 150px;
  border-radius: 32px;
}
#tp_watch img.x1 {
  border-radius: 14px;
}
#tp_watch img.x2 {
  border-radius: 20px;
}
#tp_watch img.x3 {
  border-radius: 28px;
}
#tp_watch img.x4 {
  border-radius: 30px;
}
#tp_watch img.x5,
#tp_watch img.x8 {
  border-radius: 50%;
}
#tp_watch img.watch {
  width: 47px;
  height: 47px;
  border-radius: 22.5px;
}
#tp_windowsphone img.x4,
#tp_phonegap img.x4 {
  margin-top: -6px;
}
#tp_windowsphone img {
  border-radius: 0 !important;
}
#tp_windowsphone img.x5 {
  width: 75px;
  height: 75px;
  border-radius: 14px;
  margin-top: -20px;
}
#tp_mac img {
  border-radius: 0 !important;
}
#tp_custom .inline-block {
  width: 25%;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 1%;
  padding-right: 1%;
}
footer {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}
.jumbotron h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
#jumbotron_img_box {
  position: sticky;
  margin-top: -50px;
  margin-left: 30px;
  float: right;
  width: 160px;
  height: 160px;
  top: 90px;
  overflow: hidden;
}
#jumbotron_img_box.has_file {
  outline: 1px solid #ccc;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
#jumbotron_img_box > .shield {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 75%;
  transform: translateX(-50%);
}
#jumbotron_img_box > .badge_thumbnail {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#jumbotron_img_box.keep_box {
  overflow: visible;
  box-shadow: none;
  outline: none;
}
#jumbotron_img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#jumbotron_img.contain_center,
#jumbotron_img.contain_left,
#jumbotron_img.contain_right,
#jumbotron_img.contain_top,
#jumbotron_img.contain_bottom {
  max-width: 100%;
  max-height: 100%;
}
#jumbotron_img.keep {
  max-width: 100%;
  max-height: none;
  top: 0;
  transform: translateX(-50%);
}
#jumbotron_img.contain_left,
#jumbotron_img.cover_left {
  left: 0;
  transform: translate(0, -50%);
}
#jumbotron_img.contain_right,
#jumbotron_img.cover_right {
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
#jumbotron_img.contain_top,
#jumbotron_img.cover_top {
  top: 0;
  transform: translate(-50%, 0);
}
#jumbotron_img.contain_bottom,
#jumbotron_img.cover_bottom {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}
#jumbotron_img.cover_center,
#jumbotron_img.cover_left,
#jumbotron_img.cover_right,
#jumbotron_img.cover_top,
#jumbotron_img.cover_bottom {
  min-width: 100%;
  min-height: 100%;
}
#jumbotron_img.cover_center.high,
#jumbotron_img.cover_left.high,
#jumbotron_img.cover_right.high,
#jumbotron_img.cover_top.high,
#jumbotron_img.cover_bottom.high {
  width: 100%;
}
#jumbotron_img.cover_center.wide,
#jumbotron_img.cover_left.wide,
#jumbotron_img.cover_right.wide,
#jumbotron_img.cover_top.wide,
#jumbotron_img.cover_bottom.wide {
  height: 100%;
}
#jumbotron_img.stretch {
  width: 100%;
  height: 100%;
}
#jumbotron_img_loading {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#jumbotron_img_loading .circle {
  background-color: rgba(0, 0, 0, 0);
  border: 10px solid rgba(0, 183, 229, 0.9);
  opacity: 0.9;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-radius: 160px;
  box-shadow: 0 0 55px var(--mdb-primary);
  width: 160px;
  height: 160px;
  margin: 0 auto;
  -moz-animation: spinPulse 1s infinite ease-in-out;
  -webkit-animation: spinPulse 1s infinite linear;
}
#jumbotron_img_loading .circle1 {
  background-color: rgba(0, 0, 0, 0);
  border: 10px solid rgba(0, 183, 229, 0.9);
  opacity: 0.9;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 35px var(--mdb-primary);
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  top: -95px;
  -moz-animation: spinoffPulse 1s infinite linear;
  -webkit-animation: spinoffPulse 1s infinite linear;
}
/* new theme */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  position: relative;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
}
#mainNavBar .gh-btn {
  margin-top: 4px;
  margin-bottom: -2px;
}
.table > thead tr:last-of-type {
  border-bottom: 1px solid #888;
}
.table th {
  color: black;
}
.btn {
  padding: 0.6rem 1.5rem 0.6rem;
  font-size: 0.9rem;
}
.not-allowed {
  cursor: not-allowed;
}
.opacity {
  opacity: 0.4;
}
a[class^=link] {
  text-decoration: underline;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5875rem 1.6875rem 0.6875rem;
  font-size: 1rem;
}
.login-page-list h3 {
  margin: 20px auto 30px 0;
}
.form-outline .form-control {
  padding: 0.5em 0.75em;
}
.form-outline .form-control.form-control-lg {
  padding: 0.75em;
}
.input-group-text {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.card.card-lg {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.card.card-lg .card-header {
  padding: 1rem 2rem;
}
.card.card-lg .card-body {
  padding: 2rem;
}
.card.card-lg > .list-group > .list-group-item {
  padding: 0.75rem 2rem;
}
.hover-shadow:hover {
  transform: translateY(-3px);
}
.list-group-item-action,
.list-group-item-action:hover {
  color: var(--mdb-primary);
}
.alert ul:last-child,
.alert ol:last-child,
.alert dl:last-child {
  margin-bottom: 0;
}
.table {
  --mdb-table-striped-bg: rgba(0, 0, 0, 0.02);
  --mdb-table-hover-bg: rgba(0, 0, 0, 0.04);
}
.table.table-sm.table-mini th,
.table.table-sm.table-mini td {
  padding: 6px;
}
.table tr.inactive th,
.table tr.inactive td {
  opacity: 0.4;
}
.table tbody {
  font-weight: 400;
}
select.form-control {
  min-height: 34px;
}
.select-wrapper > .form-outline {
  background: white;
}
.select-wrapper > .form-outline > .form-control {
  font-size: 13px;
  padding: 6px 10px;
  min-height: 34px;
}
.select-wrapper > .form-outline > .form-control.select-input {
  padding: 8px 10px 4px;
}
.select-wrapper > .form-outline > .select-arrow {
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  margin-top: -2px;
}
.chat {
  border: 1px solid var(--mdb-primary);
  background-color: rgba(18, 102, 241, 0.05);
  border-radius: 0.4rem;
  border-bottom-left-radius: 0;
  margin-left: 10px;
  max-width: 80%;
  position: relative;
}
.chat:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  bottom: -1px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid var(--mdb-primary);
  border-right: 0;
}
.chat:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -8px;
  bottom: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #F5F8FE;
  border-right: 0;
}
.chat.chat-success {
  border-color: var(--mdb-success);
  background-color: rgba(0, 183, 74, 0.05);
}
.chat.chat-success .chat-heading {
  border-bottom: 1px dashed var(--mdb-success);
}
.chat.chat-success .chat-footer {
  border-top: 1px dashed var(--mdb-success);
}
.chat.chat-success:before {
  border-bottom: 10px solid var(--mdb-success) !important;
}
.chat.chat-success:after {
  border-bottom: 8px solid #F4FCF6;
}
.chat.chat-right {
  margin-left: auto;
  margin-right: 10px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0;
}
.chat.chat-right:before {
  left: auto;
  right: -10px;
  border-left: 0;
  border-right: 10px solid transparent;
}
.chat.chat-right:after {
  left: auto;
  right: -8px;
  border-left: 0;
  border-right: 8px solid transparent;
}
.chat .chat-heading {
  padding: 0.6rem 1rem;
  font-weight: bold;
  border-bottom: 1px dashed var(--mdb-primary);
}
.chat .chat-heading small {
  font-weight: normal;
}
.chat .chat-body {
  padding: 0.6rem 1rem;
}
.chat .chat-body p:last-child {
  margin-bottom: 0;
}
.chat .chat-footer {
  padding: 0.6rem 1rem;
  font-size: 12px;
  margin-top: 0.4rem;
}
.chat img {
  max-width: 100% !important;
  max-height: 200px;
  border-radius: 0 !important;
}
.input-group > .form-control {
  height: calc(2.4rem + 2px);
}
.input-group.input-group-lg > .form-control {
  height: calc(3.4rem + 2px);
}
.input-group.input-group-lg > .btn {
  padding: 0.5rem 2rem;
}
.input-group .btn-middle {
  border: 1px solid #bdbdbd;
  box-shadow: none;
}
.nav-tabs .nav-link {
  text-transform: none;
}
.alert {
  font-size: 14px;
}
.form-check-with-input {
  display: flex;
  align-items: center;
}
.form-check-with-input > .form-check-input {
  margin-top: 0 !important;
  margin-right: 5px !important;
}
.form-check-with-input input.form-control {
  display: inline;
}
.form-check-input[type=checkbox] {
  margin-top: 0.25rem;
  margin-right: 0;
}
.form-check-input[type=radio] {
  margin-top: 0.22rem;
}
.form-outline .form-control {
  background-color: white;
}
.form-outline .form-control.form-control-sm2 {
  padding: 0.47em 0.99em 0.35em;
  font-size: 0.9rem;
  line-height: 1.6;
}
.accordion-button,
.accordion-button:focus,
.accordion-collapse {
  box-shadow: none;
}
.rounded-group {
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 6px;
  padding: 8px 24px 16px 16px;
  margin: 15px 0;
}
.rounded-group .legend {
  font-size: 14px;
  margin: 0 auto 8px;
  text-align: center;
}
.rounded-group .form-group:last-child {
  margin-bottom: 0 !important;
}
.pickr > button {
  border: 1px dashed #999;
}
.shield-option-color {
  position: absolute;
  right: 16px;
  top: 5px;
  width: 20px;
  text-align: center;
}
.shield-option-color > .dropdown-toggle {
  display: block;
  width: 100%;
}
fieldset.classic {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 30px 0 15px;
  padding: 25px 15px 12px;
  position: relative;
}
fieldset.classic legend {
  font-size: 13px;
  position: absolute;
  top: -11px;
  padding: 0 12px;
  background: #f3f3f3;
  width: auto;
  border-radius: 5px;
}
div[md-color-picker] {
  margin-top: -21px;
}
.animation {
  animation-duration: 0.3s;
}
.master-footer {
  margin-bottom: 0;
  padding: 15px 0;
}
.master-footer a {
  margin-left: 20px;
  position: relative;
}
.master-footer a:first-of-type {
  margin-left: 0;
}
.master-footer .red-dot {
  z-index: 0;
  right: -2px;
  top: -1px;
}
#navbar .gh-btn {
  margin-top: 16px;
  margin-left: 20px;
  display: inline-block;
}
.checkbox .checkbox-material {
  top: 2px;
}
.panel-heading {
  padding: 15px;
}
.container.container-single img {
  margin: 0 10px 0 0;
  border: none;
}
.alert a[href] {
  text-decoration: underline;
}
.form-group label.radio-inline {
  color: #333;
}
.form-group select {
  appearance: auto !important;
}
@media (max-width: 1199px) {
  #navbar .gh-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .label-right {
    text-align: left;
  }
}
[md-color-picker] .md-color-picker-input-container .md-color-picker-clear,
md-color-picker .md-color-picker-input-container .md-color-picker-clear {
  bottom: 18px;
}
/* Sweet Alert */
.swal-title {
  font-size: 24px;
}
.swal-title:last-child {
  margin-bottom: 26px;
}
/* Material Design */
.md-dialog-container {
  z-index: 1000009;
}
@-moz-keyframes spinPulse {
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px var(--mdb-primary);
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px var(--mdb-primary);
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* Tools - SVG2PNG */
#tool-svg2png .select-wrapper {
  width: 80px;
}
