@charset "UTF-8";
.center, .page-blogger .blogger-social a i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.transition, .page-profile .profile-header .user-menu li a, .page-profile .profile-header .blogger-avatar, .page-blogger .blogger-social a, .page-blogs .user-panel-box, .page-post .post-tags a, .page-blog-post .post-tags a {
  transition: all 500ms, color 200ms;
}

.radius {
  border-radius: 6px;
}

.radius2 {
  border-radius: 8px;
}

.shadow {
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}

form textarea {
  min-height: 190px;
  resize: vertical;
}
form .custom-file-label > span {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.short-link {
  height: 40px;
  border-radius: 30px;
  border: 1px solid #e8ebf8;
  background-color: #f9faff;
}
.short-link .text {
  font-weight: 300;
  font-size: 14px;
}
.short-link input[type=text] {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 14px;
  border: none;
  direction: ltr;
  background: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 42px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single::before {
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transition: width 300ms;
  transform: translateX(50%);
  background-color: #1572ab;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 90%;
  margin-left: -4px;
  margin-top: 6px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single::before {
  width: 100%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e1e1e1;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1572ab;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.page-post figure figcaption, .page-blog-post figure figcaption {
  padding-right: 8px;
  border-right: 2px solid #cecece;
}
.page-post .post-text-container > p, .page-post .post-text-container > span, .page-post .post-text-container > div, .page-blog-post .post-text-container > p, .page-blog-post .post-text-container > span, .page-blog-post .post-text-container > div {
  margin-bottom: 30px;
}
.page-post .post-text-container p, .page-post .post-text-container span, .page-post .post-text-container div, .page-blog-post .post-text-container p, .page-blog-post .post-text-container span, .page-blog-post .post-text-container div {
  color: #343a40;
  font-size: 18px;
}
.page-post .blockquote, .page-blog-post .blockquote {
  border: 1px solid #ffcb05;
  border-radius: 6px;
  padding: 24px 60px 18px 40px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.page-post .blockquote::before, .page-post .blockquote::after, .page-blog-post .blockquote::before, .page-blog-post .blockquote::after {
  color: #ffcb05;
  font-size: 24px;
  content: "";
  font-family: "icons" !important;
  position: absolute;
}
.page-post .blockquote::before, .page-blog-post .blockquote::before {
  right: 14px;
  top: 12px;
  transform: scale(-1);
}
.page-post .blockquote::after, .page-blog-post .blockquote::after {
  bottom: 15px;
  left: 14px;
}
.page-post .author-profile, .page-blog-post .author-profile {
  transform: translateY(-45%);
}
.page-post .author-profile img, .page-blog-post .author-profile img {
  border: 5px solid #fff;
}
.page-post .post-tags a, .page-blog-post .post-tags a {
  font-size: 16px;
  padding: 4px 14px;
  border-radius: 30px;
  background-color: #f7f7f7;
}
.page-post .post-tags a:hover, .page-blog-post .post-tags a:hover {
  color: #fff;
  background-color: #1572ab;
}
.page-post .related-posts header, .page-blog-post .related-posts header {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
.page-post .related-posts header::after, .page-blog-post .related-posts header::after {
  width: 70%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e9e9e9;
}
.page-post .related-posts article a:hover, .page-blog-post .related-posts article a:hover {
  text-decoration: underline;
}

.page-blogs .page-blogs-header {
  background-color: #ddf2ff;
}
.page-blogs .page-blogs-header .user-panel {
  position: relative;
}
@media (max-width: 575.98px) {
  .page-blogs .page-blogs-header .user-panel .user-panel-box {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .page-blogs .page-blogs-header .user-panel .user-panel-box.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
@media (max-width: 767.98px) {
  .page-blogs .page-blogs-header + .user-panel-box {
    display: none;
  }
  .page-blogs .page-blogs-header + .user-panel-box.active {
    display: block;
  }
}
.page-blogs .user-panel-box {
  width: 350px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}
.page-blogs .user-panel-box .close {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
  font-size: 18px;
}
.page-blogs .user-panel-box .close i {
  transform: rotate(45deg);
  display: inline-block;
}
@media (max-width: 767.98px) {
  .page-blogs .user-panel-box {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .page-blogs .user-panel-box {
    width: 350px;
    position: absolute;
    left: 0;
    top: 110%;
    z-index: 5;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translate(10px, 10px);
  }
}

.page-blogger .blogger-header .blogger-avatar {
  border: 5px solid #dddddd;
}
@media (min-width: 768px) {
  .page-blogger .blogger-header .blogger-bio {
    padding-right: 20px;
    border-right: 2px solid #e2e2e2;
  }
}
.page-blogger .blogger-social a {
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.page-blogger .blogger-social a[class*=facebook] {
  background-color: #3b5998;
}
.page-blogger .blogger-social a[class*=facebook]:hover {
  background-color: #213256;
}
.page-blogger .blogger-social a[class*=twitter] {
  background-color: #1da1f2;
}
.page-blogger .blogger-social a[class*=twitter]:hover {
  background-color: #0a6da9;
}
.page-blogger .blogger-social a[class*=instagram] {
  background-color: #c13584;
}
.page-blogger .blogger-social a[class*=instagram]:hover {
  background-color: #792153;
}
.page-blogger .blogger-social a[class*=telegram] {
  background-color: #0088cc;
}
.page-blogger .blogger-social a[class*=telegram]:hover {
  background-color: #004b70;
}
.page-blogger .blogger-social a[class*=whatsapp] {
  background-color: #43d854;
}
.page-blogger .blogger-social a[class*=whatsapp]:hover {
  background-color: #219e2f;
}
.page-blogger .blogger-social a[class*=youtube] {
  background-color: #cd201f;
}
.page-blogger .blogger-social a[class*=youtube]:hover {
  background-color: #7d1413;
}

.page-profile .profile-header {
  position: relative;
  z-index: 50;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.page-profile .profile-header .user-menu li a {
  display: block;
  padding: 6px 18px;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  background-color: #f8f9fa;
}
.page-profile .profile-header .user-menu li a:hover, .page-profile .profile-header .user-menu li a.active, .page-profile .profile-header .user-menu li a.current {
  color: #fff;
  background-color: #1572ab;
}
@media (max-width: 991.98px) {
  .page-profile .profile-header .user-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .page-profile .profile-header .user-menu li a {
    padding: 2px 6px;
  }
  .page-profile .profile-header .user-menu li a i {
    display: none;
  }
}
body.profile-header-fixed .page-profile .profile-header {
  position: fixed;
  top: 60px;
  right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.profile-header-fixed .page-profile .profile-header .blogger-avatar {
  width: 40px;
  height: 40px;
}
body.profile-header-fixed .page-profile .profile-header .blogger-job {
  display: none;
}
body.profile-header-fixed .page-profile .profile-header .user-menu li a {
  padding: 4px 15px;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  body.profile-header-fixed .page-profile .profile-header .user-menu li a {
    padding: 2px 6px;
  }
  body.profile-header-fixed .page-profile .profile-header .user-menu li a i {
    display: none;
  }
}

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