/*
Template Name: Moltran Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Pages
*/
/*
  - Profile
  - Sweet Alerts
  - Charts
  - Login Pages
  - Course View
  - Feed Page
*/
/* ==============
  Profile
===================*/
.profile img {
  border: 3px solid #fff; }

/* ==============
  Sweet Alert
===================*/
.sweet-alert p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; }

button.confirm {
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important; }

/* ==============
  Charts
===================*/
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }
  .chart canvas {
    position: absolute;
    top: 0;
    left: 0; }

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px; }

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2; }
  .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: 8em; }

#flotTip {
  padding: 4px 8px;
  background-color: #000000;
  z-index: 100;
  color: #ffffff;
  opacity: 7;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.flot-chart .error {
  display: none; }

/* ==============
  Login page
===================*/
.login-pg label {
  text-transform: capitalize;
  font-weight: 400; }

#toggleButton {
  position: absolute;
  right: 0px;
  bottom: 0px; }

.login-bg .login.logo img {
  max-width: 100%;
  max-height: inherit; }
.login-bg .wrapper-page .panel {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  border: none;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.75); }

.ex-page-content h1 {
  color: #030303;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px; }

html.login-pg {
  background-color: #030303;
  background-image: url(/assets/images/login-bg.jpg);
  background-size: cover; }
  html.login-pg.slide {
    background-image: none; }
  html.login-pg body.login-bg {
    background-color: transparent; }
  html.login-pg .panel-pages {
    background: rgba(255, 255, 255, 0.9); }
  html.login-pg .wrapper-page {
    margin: 20px;
    width: 320px; }
    html.login-pg .wrapper-page.center {
      margin: 7.5% auto !important;
      max-width: 420px;
      width: 100%; }
      html.login-pg .wrapper-page.center#forgot-password form {
        width: 250px;
        margin: 20px auto; }

.wrapper-page {
  margin: 7.5% auto;
  width: 420px; }
  .wrapper-page#forgot-password form {
    width: 250px;
    margin: 20px auto; }

.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1; }

.cb-slideshow:after {
  content: ''; }

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s; }

.cb-slideshow li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  -webkit-animation: titleAnimation 36s linear infinite 0s;
  -moz-animation: titleAnimation 36s linear infinite 0s;
  -o-animation: titleAnimation 36s linear infinite 0s;
  -ms-animation: titleAnimation 36s linear infinite 0s;
  animation: titleAnimation 36s linear infinite 0s; }

.cb-slideshow li div h3 {
  font-size: 240px;
  padding: 0;
  line-height: 200px; }

.cb-slideshow li:nth-child(1) span {
  background-image: url(../images/slides/bg-1.jpg); }

.cb-slideshow li:nth-child(2) span {
  background-image: url(../images/slides/bg-2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; }

.cb-slideshow li:nth-child(3) span {
  background-image: url(../images/slides/bg-3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; }

.cb-slideshow li:nth-child(4) span {
  background-image: url(../images/slides/bg-4.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; }

.cb-slideshow li:nth-child(5) span {
  background-image: url(../images/slides/bg-5.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s; }

.cb-slideshow li:nth-child(6) span {
  background-image: url(../images/slides/bg-6.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s; }

.cb-slideshow li:nth-child(7) span {
  background-image: url(../images/slides/bg-7.jpg);
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
  -ms-animation-delay: 36s;
  animation-delay: 36s; }

.cb-slideshow li:nth-child(8) span {
  background-image: url(../images/slides/bg-8.jpg);
  -webkit-animation-delay: 42s;
  -moz-animation-delay: 42s;
  -o-animation-delay: 42s;
  -ms-animation-delay: 42s;
  animation-delay: 42s; }

.cb-slideshow li:nth-child(9) span {
  background-image: url(../images/slides/bg-9.jpg);
  -webkit-animation-delay: 48s;
  -moz-animation-delay: 48s;
  -o-animation-delay: 48s;
  -ms-animation-delay: 48s;
  animation-delay: 48s; }

.cb-slideshow li:nth-child(10) span {
  background-image: url(../images/slides/bg-10.jpg);
  -webkit-animation-delay: 54s;
  -moz-animation-delay: 54s;
  -o-animation-delay: 54s;
  -ms-animation-delay: 54s;
  animation-delay: 54s; }

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/* Animation for the title */
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1; }

@media screen and (max-width: 1140px) {
  .cb-slideshow li div h3 {
    font-size: 140px; } }
@media screen and (max-width: 600px) {
  .cb-slideshow li div h3 {
    font-size: 80px; } }
/* ==============
  Course View
===================*/
.sponsor-logo {
  position: absolute;
  left: 20px;
  top: 10px; }

.sponsor_img {
  object-fit: contain; }

.course-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; }

#orgshow .panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  display: none; }

.locked-course {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(85, 98, 113, 0.7);
  backdrop-filter: blur(4px);
  z-index: 2;
  text-align: center;
  color: white; }

/* ==============
  Feed Page
===================*/
.feedpost #wrapper {
  overflow: inherit; }
  .feedpost #wrapper .content-page {
    overflow: visible !important; }
  .feedpost #wrapper .affix {
    top: 80px;
    width: 19%; }
  .feedpost #wrapper #article-list .panel:hover .dropdown.more {
    opacity: 1; }
  .feedpost #wrapper #article-list .panel .dropdown.more {
    opacity: 0; }
  .feedpost #wrapper .link-preview-post img {
    height: 300px;
    width: 100%; }
  .feedpost #wrapper .mentiontype .btn-circle {
    height: 40px;
    width: 40px;
    font-size: 18px;
    padding: 8px 0;
    line-height: 22px;
    margin: 0; }
  .feedpost #wrapper .mentiontype .fileinput-filename {
    display: none; }
  .feedpost #wrapper .share_input {
    width: 100%;
    border: none; }
  .feedpost #wrapper .feedHighFive, .feedpost #wrapper .feedComment {
    line-height: 2.8rem; }
    .feedpost #wrapper .feedHighFive i, .feedpost #wrapper .feedComment i {
      font-size: 2.8rem;
      float: left;
      margin-right: 5px; }
  .feedpost #wrapper input[type="file"] {
    display: block; }
  .feedpost #wrapper .pip {
    display: inline-block;
    position: relative; }
  .feedpost #wrapper .remove {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%; }
  .feedpost #wrapper .panel.panel-default.share_bx.focused {
    box-shadow: 0 0px 0px 1600px rgba(0, 0, 0, 0.65);
    position: relative;
    z-index: 999; }
  .feedpost #wrapper .removePhoto {
    top: 15px;
    position: relative;
    font-size: 23px; }
  .feedpost #wrapper .comment-list {
    margin: 15px -10px; }
    .feedpost #wrapper .comment-list p {
      font-size: 13px;
      margin: 3px 0; }
  .feedpost #wrapper a.likeActive, .feedpost #wrapper a.commentActive {
    color: #f05523; }
  .feedpost #wrapper html {
    scroll-behavior: smooth; }

.tooltip-new:hover .tooltiptext {
  visibility: visible; }

.tooltip-new .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #000000;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  overflow: visible;
  position: absolute;
  z-index: 6000;
  font-size: 13px;
  left: 0;
  line-height: 1.8em;
  top: 30px; }

/* ============== 
  Forum Page 
===================*/
.forumPage3 > .panel.panel-default {
  background: transparent;
  box-shadow: none; }
.forumPage3 table.table.table-view {
  background: #fff; }
  .forumPage3 table.table.table-view thead {
    display: none; }
  .forumPage3 table.table.table-view caption {
    display: none; }
.forumPage3 .forum_1 table.table.table-view tr {
  border-bottom: 20px solid #e4e9ef !important; }
  .forumPage3 .forum_1 table.table.table-view tr .icon-tool {
    opacity: 0; }
  .forumPage3 .forum_1 table.table.table-view tr:hover .icon-tool {
    opacity: 1; }
.forumPage3 .forum_1 table.table.table-view td.image {
  display: none; }
.forumPage3 a.author img {
  border-radius: 100%;
  border: 3px solid #fff;
  background: #e2e6e9;
  width: 70px;
  height: 70px;
  object-fit: contain; }

.reading tr.yui-dt-odd:hover, .reading tr.yui-dt-even:hover {
  background: #fff !important; }
.reading tr.yui-dt-odd.forum_action {
  border-bottom: 20px solid #e2e6e9;
  border-left: 0 !important; }

/* ==============
  Gallery Page
===================*/
.search-box {
  width: 300px;
  position: relative;
  display: inline-block;
  font-size: 14px; }
  .search-box input[type="text"] {
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #c7c7c7;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box; }

.result {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box; }
  .result p {
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #c7c7c7;
    border-top: none;
    cursor: pointer; }
    .result p:hover {
      background: #f2f2f2; }

.hashtag-footer {
  height: 75px;
  background: #fff; }
  .hashtag-footer .hashtag {
    background-color: #e2e6e9;
    color: #030303;
    margin: 1px;
    display: inline-block;
    padding: 0.75em .7em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    border: 0px solid transparent !important; }

/*# sourceMappingURL=pages.css.map */
