@media (max-width: 767px) {
  body {
    margin-top: 10px;
  }
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.title-page {
  text-align: center;
}

.section-superhero h3 {
  font-size: 2.2em;
  color: hsla(0, 100%, 0%, 0.87);
  text-align: center;
}
.section-superhero p {
  font-size: 1.1em;
  padding: 15px 0;
  margin-bottom: 30px;
}
.section-superhero button {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section-superhero > a:last-of-type > button {
    margin-bottom: 0;
  }
}
.circle-icon {
  text-align: center;
  margin-top: 20px;
}
.circle-icon > div {
  border: 1px hsla(0, 100%, 0%, 0.3) solid;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 110px;
  margin: 0 auto;
}
.circle-icon > div > span {
  font-size: 2.5em;
  color: hsla(0, 100%, 0%, 0.4);
}
.circle-icon > p {
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.circle-icon > p:first-of-type {
  font-size: 1.4em;
  color: hsla(0, 100%, 0%, 0.87);
  padding: 40px 0 10px 0;
}
.circle-icon > p:last-of-type {
  font-size: 1.15em;
  color: hsla(0, 100%, 0%, 0.54);
}
.circle-icon .fa-space-shuttle {
  transform: rotate(270deg);
}
.media {
  margin-bottom: 20px;
}
.media .media-left span {
  font-size: 1.7em;
  color: #36cb36;
  width: 30px;
}
.media .media-body {
  padding-left: 10px;
}
.table {
  padding: 0 20px;
}
.page-header + div > ul {
  margin: 0 20px;
  margin-top: 40px;
}
.bg-info {
  padding: 5px;
  margin: 20px;
  margin-top: -40px;
  color: #4caf50;
  background: #fafafa;
}
.footer {
  background: hsla(0, 100%, 0%, 0.75);
  padding: 30px 20px;
  padding-bottom: 20px;
}
.footer p {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.1em;
}
.footer p > a {
  color: hsla(0, 0%, 100%, 0.6);
}

.media-heading {
  line-height: 1.4em;  
}

.mb-1 {
  margin-bottom: 0.25rem!important;
}

.mb-2 {
  margin-bottom: 0.5rem!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

@media (min-width: 0) {
    .g-mr-15 {
        margin-right: 1.07143rem !important;
    }
}
@media (min-width: 0){
    .g-mt-3 {
        margin-top: 0.21429rem !important;
    }
}

.g-height-50 {
    height: 50px;
}

.g-width-50 {
    width: 50px !important;
}

@media (min-width: 0){
    .g-pa-30 {
        padding: 2.14286rem !important;
    }
}

.g-bg-secondary {
    background-color: #fafafa !important;
}

.u-shadow-v18 {
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
}

.written-time {
  color: #777 !important;
  font-size: 15px !important;
  margin-bottom: 5px;
  margin-top: 5px;
}

.title {
  line-height: 25px;
  font-weight: 500;
}

.callout {
    padding: 0px 20px;
    margin: 20px 0;
    border: 1px solid transparent;
    border-left-width: 5px;
    border-radius: 3px;
}
.callout-info {
    border-left-color: #5bc0de;
    background-color: #e4f6ff;
}
.callout-warning {
    border-left-color: #f0ad4e;
    background-color: #fcf8e3;
}
.callout-danger {
    border-left-color: #d9534f;
    background-color: #f2dede;
}

#txtKeyword {
  width: 400px;
}

@media (max-width: 767px) {
  #txtKeyword {
    width: 100%;
  }
}

#searchPage .content-result {
  margin-bottom: 20px;
}

#searchPage .title-result {
  line-height: 25px;
}

#imageAudio {
  max-width: 100%;
}

.tooltip {
  font-family: "Segoe UI";
  font-size: 16px;
}

#playPauseButton .fa {
  margin-right: 6px;
}

#nextButton .fa {
  margin-right: 6px;
}

.modal-title {
    font-size: 20px;
}

.modal-header .close {
    margin-top: -30px;
    font-size: 25px;
}

.select2-container--bootstrap .select2-selection {
    font-size: 16px;
}

.toolbar-menu .dropdown-toggle {
    padding: 0px 5px;
    border: none;
}

.toolbar-menu .dropdown-toggle:hover,
.toolbar-menu .dropdown-toggle:focus,
.toolbar-menu .dropdown-toggle:active {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
}

.toolbar-menu.open .dropdown-toggle {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
}


.toolbar-menu .dropdown-menu {
    min-width: 90px;
}

.toolbar-menu .dropdown-menu>li>a {
    display: flex;
    align-items: center;
}

.toolbar-menu .dropdown-menu svg {
    margin-right: 7px;
}

.toolbar-menu .dropdown-toggle svg {
    vertical-align: middle;
}

.button-icon-inner {
    display: flex;
    align-items: center;
}

.button-icon-inner svg {
    margin-right: 5px;
}

.home-main-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-main-toolbar button {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.home-main-toolbar label {
    font-weight: 500;
}

.home-main-toolbar button svg {
    margin-right: 5px;
}

.home-main-toolbar label {
    margin-left: 5px;
}

#fileInputImg {
  max-width: 216px;  
}

#post_id_tool {
  width: 100px;
}

.toolbar-menu a {
  cursor: pointer;;
}