.post-header .post-title {
  font-size: 2rem;
  color: #0D1BAD;
  margin-bottom: 0.8rem;
}

.post-meta {
  font-size: 1rem;
}
.post-meta li:not(:last-child):after {
  position: absolute;
  content: "";
  right: -5px;
  top: 0;
}

.not-found-404 {
  min-height: 100vh;
  padding: 60px 16px 60px;
}
.not-found-404 .notfound-content {
  max-width: 650px;
  text-align: center;
}
.not-found-404 .notfound-content h1 {
  color: #FFF;
  font-size: 250px;
}
.not-found-404 .notfound-content h2 {
  color: #FFF;
}
.not-found-404 .notfound-content p {
  color: #FFF;
}

@media (max-width: 767.98px) {
  .not-found-404 .notfound-content h1 {
    font-size: 190px;
  }
}
@media (max-width: 575.98px) {
  .not-found-404 .notfound-content h1 {
    font-size: 120px;
  }
}
.outline-btn {
  border: 1px solid #FFF;
  padding: 0.6rem 1.2rem;
}
.outline-btn:hover {
  background-color: #1337e8;
  border-color: #1337e8;
}

/* Start Custom Ajax Live Search */
.menu-search-result {
  max-height: 500px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  top: 100px;
  z-index: 1;
  margin-top: 2px;
  border: 1px solid #e5e9f2;
}
.menu-search-result-item {
  background: #f5f5f5;
  width: 100%;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(93, 118, 174, 0.15);
}
.menu-search-result-item a {
  font-size: 13px;
  line-height: 20px;
}
.menu-search-result-header {
  background: #dadada;
  color: #000000;
  font-size: 13px;
  padding: 10px;
  text-align: center;
}
.menu-search-result-footer {
  background: rgba(93, 118, 174, 0.15);
  padding: 10px;
}
.menu-search-result-footer a {
  text-align: center;
  font-size: 13px;
}

/* End Custom Ajax Live Search */
.sidebar-widget .widget-title {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #5b5858;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #c4c4c4;
}
.sidebar-widget .widget-title:before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 2px;
  background: linear-gradient(95.45deg, #0082F8 0.64%, #041ea1 98.23%);
  left: 0;
  bottom: -2px;
}
.sidebar-widget .form-control {
  background: rgba(185, 196, 255, 0.1);
  color: #3f3f3f;
  font-weight: 600;
  letter-spacing: 1.5px;
  border-color: #b7daff;
  border-radius: 0.25rem;
}
.sidebar-widget .form-control:focus {
  border-color: #569dea;
}
.sidebar-widget .form-control::placeholder {
  color: #7b8bc3 !important;
}

.post-footer .post-tags-warp .title {
  color: #001042;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}
.post-footer .post-tags-warp .tags-lists {
  margin-top: 1rem;
}
.post-footer .post-tags-warp .tags-lists a {
  background: #e9f1ff;
  border-radius: 5px;
  display: inline-block;
  color: #000300;
  font-weight: 500;
  font-size: 12px;
  padding: 4px 10px;
  margin-right: 5px;
  margin-bottom: 0.5rem;
  border: solid 1px #bac3ff;
}
.post-footer .post-tags-warp .tags-lists a:hover {
  background: #0000cc;
  color: #FFF;
}
.post-footer .author-warp {
  background: rgb(236, 238, 253);
  padding: 1.5rem 2rem;
  border-radius: 10px;
}
.post-footer .author-warp .author-image {
  max-height: 4.75rem;
  max-width: 4.75rem;
  margin-right: 1rem;
}
.post-footer .author-warp .author-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.post-footer .author-warp .author-info {
  margin-left: 1rem;
}
.post-footer .author-warp .author-info .name {
  color: #144397;
  font-size: 1.375rem;
  font-weight: 600;
}
.post-footer .author-warp .author-info .company {
  font-size: 1rem;
  font-weight: 500;
}
.post-footer .author-warp .content {
  color: #111;
  margin-top: 1rem;
}
.post-footer .post-vote-share-bg {
  border-top: 2px solid #D60000;
  background: #FFF7F7;
  padding: 1rem;
  text-align: center;
}
.post-footer .post-vote-warp .title {
  color: #001042;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}
.post-footer .post-vote-warp .message {
  display: none;
  color: #D60000;
  font-size: 0.9rem;
  margin-top: 0.6rem;
  padding-left: 1rem;
}
.post-footer .post-vote-warp .vote-options {
  margin: 1rem 0.8rem;
}
.post-footer .post-vote-warp .vote-options .vote-btn {
  background: #f4f5ff;
  color: #083e9b;
  border-color: #083e9b;
}
.post-footer .post-vote-warp .vote-options .vote-btn:hover {
  background: #083e9b;
  border-color: #083e9b;
  color: #fff;
}
.post-footer .post-vote-warp .vote-options .vote-btn:first-child {
  background: #083e9b;
  border-color: #083e9b;
  color: #fff;
  margin-right: 1rem;
}
.post-footer .post-vote-warp .vote-options .vote-btn:first-child:hover {
  background: #f4f5ff;
  color: #083e9b;
  border-color: #083e9b;
}
.post-footer .post-share-warp {
  margin-top: 1rem;
}
.post-footer .post-share-warp .title {
  color: #001042;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}
.post-footer .post-share-warp .icons {
  margin-top: 1rem;
}
.post-footer .post-share-warp .icons button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2px;
  font-size: 1.7rem;
  border: 0;
}
.post-footer .post-share-warp .icons .copy-btn-message {
  display: none;
  background: #16bc55;
  color: #FFF;
  font-size: 0.7rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3rem 0.6rem;
  margin-bottom: 0.1rem;
}
.post-footer .post-share-warp .icons .copy-btn-message:after {
  top: 100%;
  left: 1rem;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 7px solid transparent;
  border-top-color: #16bc55;
}
.post-footer .post-share-warp .icons .facebook {
  background: #3f6dc7;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-footer .post-share-warp .icons .whatsapp {
  background: linear-gradient(#25d366, #25d366) 10px 84%/10px 9px no-repeat, radial-gradient(circle at center, #25d366 63%, transparent 0);
  color: #FFF;
}
.post-footer .post-share-warp .icons .messenger {
  background: radial-gradient(circle at 25% 98%, rgb(0, 120, 255) 5%, rgb(75, 105, 255) 25%, rgb(175, 55, 240) 55%, rgb(255, 85, 125) 78%, rgb(250, 105, 110) 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-footer .post-share-warp .icons .instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-footer .post-share-warp .icons .youtube {
  background: #e52d27;
  background: linear-gradient(to right, #e52d27, #b31217);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-footer .post-share-warp .icons .google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.post-footer .post-share-warp .icons .linkedin {
  background: #1565c0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-footer .post-share-warp .icons .copy {
  background: linear-gradient(225deg, #2e1acc, #e72c83);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nopostcat {
  background: #E9F7FE;
  color: #555555;
  font-size: 1.1rem;
  padding: 10px;
}
.nopostcat i {
  color: #F4590B;
  font-size: 1.25rem;
}

.btn-brand-04 {
  background-color: #000c85;
  border-color: #cdd2ff;
  color: #fff;
}
.btn-brand-04:hover, .btn-brand-04:focus {
  background-color: #0414AF;
  color: #fff;
}

.post-content-format p {
  overflow: unset !important;
}
.post-content-format ul {
  list-style: none;
}
.post-content-format li {
  list-style: disc outside none;
  margin-left: 2em;
}
.post-content-format ol {
  list-style: none;
  counter-reset: num;
}
.post-content-format ol li {
  counter-increment: num;
  list-style: none;
  margin-left: 0;
}
.post-content-format ol li:before {
  content: counter(num) ". ";
}
.post-content-format ol, .post-content-format ul {
  margin-left: 0 !important;
}
.post-content-format ol, .post-content-format ul, .post-content-format dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.post-content-format ol ol, .post-content-format ul ul, .post-content-format ol ul, .post-content-format ul ol {
  margin-bottom: 0;
}
.post-content-format dt {
  font-weight: 700;
}
.post-content-format dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.post-content-format blockquote {
  color: #555555;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-left: 0.3rem solid #55a7f0;
  background: #EDEDED;
}
.post-content-format blockquote p {
  color: #0e0000;
  font-style: italic;
}
.post-content-format blockquote p::before {
  content: open-quote;
  color: #1C40F2;
  font-size: 1.5rem;
  padding-right: 0.4rem;
}
.post-content-format blockquote p::after {
  content: close-quote;
  color: #1C40F2;
  font-size: 1.5rem;
  padding-left: 0.4rem;
}
.post-content-format blockquote h6 {
  position: relative;
  padding-left: 2rem;
}
.post-content-format blockquote h6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 1.5rem;
  height: 3px;
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
}
.post-content-format b, .post-content-format strong {
  font-weight: bolder;
}
.post-content-format small {
  font-size: 80%;
}
.post-content-format sub, .post-content-format sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.post-content-format sub {
  bottom: -0.25em;
}
.post-content-format sup {
  top: -0.5em;
}
.post-content-format kbd, .post-content-format samp {
  font-size: 1em;
}
.post-content-format figure {
  margin: 0 0 1rem;
}
.post-content-format pre {
  border: 4px solid #768db4;
  border-radius: 5px;
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75);
  position: relative;
}
.post-content-format pre code {
  overflow-x: auto;
  display: block;
  padding: 1rem;
  font-size: initial;
}
.post-content-format pre code::-webkit-scrollbar {
  background: #b3bccc;
  height: 10px;
}
.post-content-format pre code::-webkit-scrollbar-thumb {
  background: #a0a0df;
  border-radius: 5px;
}
.post-content-format pre code::-webkit-scrollbar-thumb:hover {
  background: #adadcd;
}

/*# sourceMappingURL=blog.css.map */
