/* -----------------------------------------
[Master Stylesheet]

[Table of Contents]

    * Google Fonts
    * Include Third Party CSS Library
        + Bootstrap CSS
        + Animate CSS
        + Owl Carousel CSS
        + Font Awesome CSS
        + Line Icon CSS
    * Template Mixins
        + Miscellaneous
    * Template Variables
    * Template Responsive
    * Main Styles
        + Reboot CSS
        + Shortcode CSS
        + Preloader CSS
        + Animation CSS
        + Demo CSS
        + Header CSS
        + Hero CSS
        + Home CSS
        + Footer CSS
        + CTA CSS
        + Register CSS
        + Contact CSS
        + Dark Mode CSS

# [font-family]
'Roboto', sans-serif;
----------------------------------------- */

:root {
  --background: #EDEEF7;
  --gray: #EDEEF7;
  --white: #ffffff;
  --poppins: "Poppins", sans-serif;
  --shadow-opacity: 0.30;
  --blur: 10px;
}

/* Reboot CSS */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "Roboto", sans-serif;
  color: #626262;
  overflow-x: hidden;
  background-color: #c8e7ff;
  /* background-image: url(/img/bg/bg-learning.jpg); */
  /* background-color: #f0f2f5; */
  scrollbar-width: thin;
  padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #020310;
}

p {
  color: #626262;
  font-size: 14px;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1498fd;
  cursor: pointer;
}

ul {
  margin: 0;
}

ul li {
  list-style: none;
  text-decoration: none;
}

ul li:hover,
ul li:focus {
  list-style: none;
  text-decoration: none;
}

ol {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* Section Padding */
.section-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-padding-0-30 {
  padding-top: 0;
  padding-bottom: 30px;
}

.section-padding-30-0 {
  padding-top: 30px;
  padding-bottom: 0;
}

.section-padding-30-14 {
  padding-top: 30px;
  padding-bottom: 14px;
}

/* Scrollup */
#scrollUp {
  bottom: 30px;
  font-size: 16px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 6px;
  background-color: #020310;
}

#scrollUp:hover,
#scrollUp:focus {
  background-color: #100DD1;
}

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.no-boxshadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ajloader.hidden {
  display: none;
}

#ajloader {
  background-color: white;
  position: fixed;
  /* display: block; */
  top: 0;
  bottom: 0;
  z-index: 1000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  text-align: center;
}

/*Spinner Styles*/
.lds-dual-ring {
  margin: auto;
  top: calc(50% - 100px);
  left: calc(50% - 30px);
  position: absolute;
  z-index: 999999;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid #1498fd;
  border-color: #1498fd transparent #1498fd transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Function developing */

#funcUnderConstruction {
  background-color: white;
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  text-align: center;
  height: calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);

}

/*Spinner Styles*/
#funcUnderConstruction .lds-dual-ring {
  margin: auto;
  top: calc(50% - 100px);
  left: 0;
  position: absolute;
  z-index: 999999;
  display: inline-block;
  width: 100%;
  height: 80px;
  font-size: 18px;
  color: #009fbf;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;

}

#funcUnderConstruction .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid #1498fd;
  border-color: #1498fd transparent #1498fd transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 
#funcUnderConstruction .loader {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
  margin: auto;
  top: calc(50% - 100px);
  left: calc(50% - 50px);
  position: absolute;
  z-index: 999999;

}

.loader-bars:before,
.loader-bars:after,
.loader-bars span {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 30px;
	background-color: #46d2ed;
	-webkit-animation: grow 1.5s linear infinite;
	animation: grow 1.5s linear infinite;
}

.loader-bars:after {
	left: 15px;
	-webkit-animation: grow 1.5s linear -.5s infinite;
	animation: grow 1.5s linear -.5s infinite;
}

.loader-bars span {
	left: 30px;
	-webkit-animation: grow 1.5s linear -1s infinite;
	animation: grow 1.5s linear -1s infinite;
}

@-webkit-keyframes grow {
	0% { -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
	50% { -webkit-transform: scaleY(1); transform: scaleY(1); opacity: 1;}
	100% { -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
}

@keyframes grow {
	0% { -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
	50% { -webkit-transform: scaleY(1); transform: scaleY(1); opacity: 1;}
	100% { -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
} */

/* Shortcodes CSS */
.fz-14 {
  font-size: 14px;
}

.h-100vh {
  height: 100vh !important;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::after {
  position: absolute;
  content: "";
  background: #1498fd;
  background: -webkit-gradient(linear, right top, left top, from(#1498fd), to(#1498fd));
  background: linear-gradient(to left, #1498fd, #1498fd);
  opacity: 0.85;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-gray {
  background-color: #fef8ff;
}

.btn,
.btn:hover,
.btn:focus {
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  font-size: 14px;
}

.btn-group-lg>.btn,
.btn-lg {
  font-size: 1rem;
}

.btn-group-sm>.btn,
.btn-sm {
  font-size: 12px;
}

.btn-warning {
  color: #020310;
  background-color: #ffaf00;
  border-color: #ffaf00;
}

.btn-warning:hover,
.btn-warning:focus {
  color: #ffffff;
  background-color: #020310;
  border-color: #020310;
}

.btn-danger {
  background-color: #ea4c62;
  border-color: #ea4c62;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #020310;
  border-color: #020310;
}

.btn-primary {
  background-color: #100DD1;
  border-color: #100DD1;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #020310;
  border-color: #020310;
}

.btn-success {
  background-color: #00b894;
  border-color: #00b894;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #020310;
  border-color: #020310;
}

.btn-info {
  background-color: #21d6f1;
  border-color: #21d6f1;
  color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #020310;
  border-color: #020310;
  color: #ffffff;
}

.bg-primary,
.badge-primary {
  background-color: #100DD1 !important;
}

.bg-danger,
.badge-danger {
  background-color: #ea4c62 !important;
}

.bg-warning,
.badge-warning {
  background-color: #ffaf00 !important;
  color: #020310;
}

.bg-warning,
.badge-notification {
  background-color: #ffaf00 !important;
  color: #ffffff;
  font-weight: normal;
  font-size: 10px;
}

.bg-info,
.badge-info {
  background-color: #21d6f1 !important;
}

.bg-success,
.badge-success {
  background-color: #00b894 !important;
}

.text-dark {
  color: #020310 !important;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  line-height: 1;
}

.section-heading h6 {
  margin-bottom: 0 !important;
  color: #020310;
  line-height: 1;
}

.section-heading p {
  margin-bottom: 0;
}

.section-heading a {
  color: #747794;
  padding: 0 !important;
  line-height: 1;
}

.section-heading a:hover,
.section-heading a:focus {
  color: #1498fd;
}
/* 
.card {
  border: 0 !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 6px;
}

.card .card-body {
  padding: 1rem;
}

.card-img-top {
  border-top-left-radius: calc(.75rem - 1px);
  border-top-right-radius: calc(.75rem - 1px);
} */

.border,
.border-start,
.border-right,
.border-bottom,
.border-top,
.list-group-item {
  border-color: #ebebeb !important;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1100px;
}

.internet-connection-status {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 26px;
  z-index: 99999;
  text-align: center;
  color: #ffffff;
  bottom: 58px !important;
  left: 0;
  right: 0;
  line-height: 26px;
  font-weight: 700;
  font-size: 12px;
}

/* Animation CSS */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes flashing {

  0%,
  90% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }
}

@keyframes flashing {

  0%,
  90% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-webkit-keyframes tada {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
}

@keyframes tada {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
}

.lni-spin-effect,
.lni-spin-effect-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.lni-tada-effect,
.lni-tada-effect-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.lni-flashing-effect,
.lni-flashing-effect-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.lni-burst-effect,
.lni-burst-effect-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.lni-fade-up-effect,
.lni-fade-up-effect-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.lni-fade-down-effect,
.lni-fade-down-effect-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.lni-fade-left-effect,
.lni-fade-left-effect-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.lni-fade-right-effect,
.lni-fade-right-effect-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

/* Demo CSS */
.preview-iframe-wrapper {
  position: relative;
  z-index: 1;
}

.preview-iframe-wrapper .preview-hero-area {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 100px;
  margin-bottom: -50px;
}

.preview-iframe-wrapper .preview-hero-area::after {
  position: absolute;
  content: "";
  background-image: url(https://rohto.trainingapp.vn/img/core-img/curve.png);
  bottom: 50px;
  width: 142px;
  height: 121px;
  background-repeat: no-repeat;
  right: 0;
  z-index: auto;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.3;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title span {
  color: #100DD1;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-desc {
  font-size: 1rem;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center;
  max-width: 18rem;
  padding: 2rem;
  border-radius: 6px;
  display: block;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper::after {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(https://rohto.trainingapp.vn/img/core-img/dot-blue.png);
  background-repeat: repeat;
  bottom: -70px;
  left: -70px;
  z-index: -10;
  content: "";
  border-radius: 50%;
  opacity: 0.15;
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper h6 {
  font-size: 14px;
}

.preview-iframe-wrapper .preview-hero-area iframe {
  position: relative;
  z-index: 1;
  width: 375px;
  height: 748px;
  border: 5px solid #747794;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 8px 15px rgba(14, 14, 14, 0.175);
  box-shadow: 0 8px 15px rgba(14, 14, 14, 0.175);
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .preview-iframe-wrapper .preview-hero-area iframe {
    display: none;
  }
}

.preview-iframe-wrapper .tech-img ul li {
  margin-right: 1rem;
}

.preview-iframe-wrapper .tech-img ul li img {
  max-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-iframe-wrapper .tech-img ul li img {
    max-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .preview-iframe-wrapper .tech-img ul li img {
    max-height: 20px;
  }
}

.preview-iframe-wrapper .tech-img ul li:last-child {
  margin-right: 0;
}

.preview-iframe-wrapper .tech-img ul li:first-child img {
  max-height: 20px;
}

.preview-iframe-wrapper .features-area {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  border-radius: 3rem 0 0 0;
}

.preview-iframe-wrapper .features-area ul li {
  position: relative;
  z-index: 1;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.preview-iframe-wrapper .features-area ul li::before {
  position: absolute;
  content: "\f00c";
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #747794;
  z-index: 1;
}

.preview-iframe-wrapper .features-area ul li.active {
  color: #020310;
  font-weight: 500;
}

.preview-iframe-wrapper .features-area ul li.active::before {
  color: #020310;
}

.border-top.margin-100 {
  margin-top: 100px;
}

.tablet-wrap {
  position: relative;
  z-index: 1;
  margin-top: 95px;
}

.ipad-frame-wrap {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.ipad-frame-wrap iframe {
  width: 768px;
  height: 1024px;
  border: 10px solid #d7def4;
  border-radius: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ipad-frame-wrap iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ipad-frame-wrap iframe {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ipad-frame-wrap iframe {
    width: 100%;
    height: 800px;
  }
}

.preview-footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100px;
}

.preview-footer-area .footer-nav a {
  margin-left: 1rem;
  font-size: 14px;
  color: #747794;
  font-weight: 700;
}

.preview-footer-area .footer-nav a:hover,
.preview-footer-area .footer-nav a:focus {
  color: #100DD1;
}

.preview-footer-area .footer-logo img {
  max-height: 50px;
}

.page-content-wrapper {
  margin-top: 50px;
  margin-bottom: 58px;
}

.pwa-install-alert {
  position: fixed;
  z-index: 999;
  border-radius: 6px;
  max-width: 18rem;
  top: 62px;
  right: 12px;
  border: 0;
}

.pwa-install-alert .toast-body {
  padding: 1.25rem;
}

.pwa-install-alert .toast-body .content img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  max-width: 30px;
  margin-right: 0.5rem;
}

.pwa-install-alert .toast-body span {
  font-size: 13px;
}

.pwa-install-alert .close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  z-index: 10;
}

.pwa-install-alert .close span {
  font-size: 18px;
  color: #ffffff;
}

.page-nav {
  position: relative;
  z-index: 1;
}

.page-nav li a {
  color: #020310;
  display: block;
  padding: .75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .5rem;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.page-nav li a i {
  margin-left: auto;
}

.page-nav li a:hover,
.page-nav li a:focus {
  color: #100DD1;
  background-color: #fef8ff;
}

.page-nav li:last-child a {
  margin-bottom: 0;
}

.page-nav li.nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 1rem 0;
  font-size: 12px;
  font-weight: 500;
  padding-left: 4px;
  line-height: 1;
}

.page-nav li.nav-title span {
  display: inline-block;
  margin-left: .25rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  background-color: #020310;
  color: #ffffff;
  font-size: 10px;
  border-radius: .25rem;
  line-height: 1rem;
  font-weight: 700;
}

.widget .widget-title {
  display: block;
}

.widget .form-check-label {
  font-size: 14px;
}

.select-product-catagory select {
  padding: 0;
  border: 0 !important;
  padding-right: .875rem !important;
  font-size: 14px;
  background-color: transparent;
  color: #747794;
  background-position: right 0rem center;
}

.select-product-catagory select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.layout-options {
  position: relative;
  z-index: 1;
}

.layout-options a {
  display: inline-block;
  width: 30px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 0.25rem;
  margin-left: .5rem;
  text-align: center;
  font-size: 12px;
  color: #747794;
}

.layout-options a i {
  line-height: 24px;
}

.layout-options a.active,
.layout-options a:hover,
.layout-options a:focus {
  color: #ffffff;
  background-color: #ea4c62;
}

.notification-clear-all {
  font-size: 12px;
}

.collection-card {
  position: relative;
  z-index: 1;
}

.collection-card img {
  border-radius: 6px;
}

.collection-card .collection-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #ffffff;
  height: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 6px 6px;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.collection-card .collection-title span:last-child {
  font-size: 10px;
  padding-left: 1rem;
}

/* Header CSS */
.header-area {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #1498fd;
  color: #fff;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
}

.top-search-form {
  position: relative;
  z-index: 1;
}

.top-search-form form {
  position: relative;
  z-index: 1;
}

.top-search-form form .form-control {
  max-width: 190px;
  background-color: #ffffff;
  height: 32px;
  font-size: 12px;
  padding: 10px 15px;
  padding-left: 35px;
  border: 1px solid #ebebeb;
  color: #747794;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .top-search-form form .form-control {
    max-width: 240px;
    width: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-search-form form .form-control {
    max-width: 280px;
    width: 280px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-search-form form .form-control {
    max-width: 280px;
    width: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  .top-search-form form .form-control {
    max-width: 350px;
    width: 350px;
  }
}

.top-search-form form button {
  background-color: transparent;
  position: absolute;
  top: 1px;
  left: 10px;
  width: 18px;
  height: 30px;
  border: 0;
  z-index: 10;
  color: #747794;
}

.top-search-form form button:focus {
  outline: none;
}

.navbar-toggler {
  position: relative;
  z-index: 1;
  width: 26px;
  cursor: pointer;
  padding: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar-toggler span {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  min-width: 22px;
  width: 22px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 4px;
}

.navbar-toggler span:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  min-width: 12px;
  width: 12px;
}

.navbar-toggler span:last-child {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17px;
  flex: 0 0 17px;
  min-width: 17px;
  width: 17px;
}

.navbar-toggler:hover span,
.navbar-toggler:focus span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  min-width: 22px;
  width: 22px;
}

.filter-option {
  cursor: pointer;
  text-align: right;
}

.back-button a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-button a:hover,
.back-button a:focus {
  color: #fff;
}

/* .back-button .btnBackButton. */
.notification-button {
  height: 24px;
  width: 24px;
  background: rgb(255 255 255 / 60%);
  border-radius: 50%;
  margin-right: 20px;
}

.notification-button img {
  height: 20px;
  margin-top: -5px;
  margin-left: 2px;
}

.notification-button a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notification-button a:hover,
.notification-button a:focus {
  color: #fff;
}

.notification-button .notch-bg--sunset-orange {
  background: #FF5050;
}

.notification-button .notch-bg {
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  /* top: 7px; */
  left: 18px;
  z-index: 1;
}

.page-heading h6 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.logo-wrapper a {
  display: block;
}



/* CONTENT CSS */

.content-full-width {
  /* background: #a9e7f3; */
  padding-left: 0px;
  padding-right: 0px;
}

.content-blue-bg {
  /* background: #9bd6ff; */
}

.contentarea-box {
  /* background: #fff; */
  /* border-radius: 30px 30px 0px 0px; */
  padding: 10px;
}

.subTitle {
  font-size: 16px;
  color: #4e4e4e;
  font-weight: 400;
  padding: 10px 10px 0px;

}


/* HOME */
.map {
  /* background: url(https://rohto.trainingapp.vn/img/map/map-bg.jpg) no-repeat top left; */
  /* height: 1010px; */
  /* background-size: cover; */
  position: relative;
  /* background: url(https://rohto.trainingapp.vn/img/map/bg-grass.jpg); */
  background: #c6dd67;
  text-align: center;
}

.map-bg {
  /* height: 1010px; */
  width: auto !important;
}

.map-dashboard {
  position: fixed;
  bottom: 60px;
  height: 50px;
  background: rgb(255 255 255 / 90%);
  /* width: 100%; */
  left: 0;
  right: 0;
  border-radius: 15px 15px 0px 0px;
}

.maptitle {
  background: rgb(255 255 255 / 50%);
  border-radius: 20px;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* .maptitle:before {
  content: '';
  display: block;  
  position: absolute;
  left: 140px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: black;
} */

/* .maptitle:after {
  content: '';
  display: block;  
  position: absolute;
  left: 145px;
  top: 10px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: white;
  -webkit-transform: rotate(45deg); 
  -moz-transform: rotate(45deg);    
  transform:rotate(45deg);  
} */

.maptitle span.completed {
  color: #48a000;
  font-size: 14px;
  padding: 0px 5px;
}

/* Learning category */


.learningcategory-detail {
  padding: 3rem 0
}

#learningcategory {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.learningcategory-item {
  line-height: 5rem;
  min-height: 5rem;
  border-radius: 15px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  background-color: #fff;

}

.learningcategory-item .learningcategory-title {
  color: #1498fd;
  font-weight: 400;
  font-size: 16px;
  padding-left: 25px;
  display: inline-block;
}

.learningcategory-item .learningcategory-title i {
  color: #1498fd;
  font-weight: 400;
  font-size: 20px;
  margin-right: 15px;
}

.learningcategory-item .learningcategory-title a {
  color: #1498fd;
  font-weight: 400;
  font-size: 16px;
}

/* .learningcategory-item .learningcategory-title a:active,
a:hover {
  color: #1498fd;
  font-weight: 600;
  font-size: 16px;
} */

.learningcategory-item .learningcategory-content {
  padding: .2rem .0rem;
  border-radius: .5rem;
  color: #333;
  font-size: 13px;
}


.learningcategory-item .learningcategory-icon {
  line-height: 5rem;
  display: inline-block;
  float: right;
  margin-right: 20px;
}

#divStaffName {
  font-weight: 400;
  text-align: center;
  width: 100%;
  padding: 0px 10px 10px 10px;
}

.report-box {
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
  width: 100%;
  margin: auto;
  padding: 20px 20px 20px 20px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(var(--blur));
          backdrop-filter: blur(var(--blur));
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  /* filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, var(--shadow-opacity))); */
  margin-bottom: 10px;
}

.report-box .title {
  color: tomato !important;
  text-align: center;
}

.learning_dashboard #lblLearningFinished, #lblLearningFinishedHome {
  font-size: 24px;
  color: #0b99ff;
}

.learning_dashboard #lblRanking, #lblRankingHome {
  font-size: 24px;
  color: #ff7816;
}

.learning_dashboard #lblCoin, #lblCoinHome {
  font-size: 24px;
  color: #d47119;
}

.learning_dashboard #lblLearningPointAVG {
  font-size: 24px;
  color: green;
}

.learning_dashboard #lblLearningCount {
  font-size: 24px;
  color: var(--bs-gray);
}

.learning_dashboard #lblLearningRank {
  font-size: 24px;
  color: green;
}

.learning_dashboard .lblsmall {
  font-size: 12px;
  color: #333;
}

.learning_dashboard .ranking-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  /* margin-top: -10px; */
}

.learning_chart_status {
  min-height: 350px;
}

.learning_chart_skill {
  min-height: 350px;
}

.learning_suggest {
  padding: 20px 10px;
}


.learning-list {
  margin: 0 auto;
  padding-top: 10px;
}

.learning-list .card-item-learning {
  background: #fff;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  transition: border 0.5s ease;
  margin-left: 10px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%)* 9999))) / 8px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
  position: relative;

}

.learning-list .card-item-learning:hover {
  border: 1px solid #1498fd;
} 

.learning-list .card-item-learning img {
  max-height: 60px;
  border-radius: 8px;
}

.learning-list .card-item-learning-text {
  display: inline-block;
}

.learning-list span {
  display: block;
  /* margin-top: 32px;
  padding: 8px 15px; */
  font-size: 0.75rem;
  /* border-radius: 50px; */
  font-weight: 400;
}

.learning-list .category {
  color: #333;
}
   
.learning-list .subject {
  color: #333;
}

.learning-list .status {
  color: green;
}

.learning-list .point {
  color: #333;
  font-size: 12px;
  margin-top: 3px;
  float: left;
}

.learning-list .learning-arrow {
  float: right;
  margin-top: 3px;
  /* transition: 0.2s ease; */
}

.learning-list .learning-button {
  /* position: absolute; */
  float: right;
  /* top: 3px; */
  right: 20px;
  padding: 3px 10px;
  /* border: 1px solid #1498fd; */
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  background: #e4f0fa;
}

.learning-list .card-item-learning h3 {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.learning-list .card-item-learning .arrow {
  /* display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-35deg); */
  height: 30px;
  width: 30px;
  color: #1498fd;
  border: 1px solid #1498fd;
  border-radius: 50%;
  padding: 4px 8px;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  /* transition: 0.2s ease; */
}

.learning-slides-report {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  /* max-width: 1250px; */
  margin: 0 auto;
  /* padding: 20px; */
  /* gap: 20px; */
}

.learning-slides-report .card-item {
  background: #fff;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  transition: border 0.5s ease;
  margin-left: 10px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%)* 9999))) / 8px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  /* max-width: 250px; */
  margin-bottom: 2px;
  min-height: 260px;
  position: relative;

}

/* .learning-slides-report .card-item:hover {
  border: 1px solid #1498fd;
} */
.learning-slides-report .card-item img {
  width: 100%;
  /* aspect-ratio: 16/9; */
  border-radius: 8px;
  object-fit: cover;
}

.learning-slides-report span {
  display: block;
  /* margin-top: 32px;
  padding: 8px 15px; */
  font-size: 0.75rem;
  /* border-radius: 50px; */
  font-weight: 400;
}

.learning-slides-report .category {
  color: #333;
}   
.learning-slides-report .subject {
  color: #333;
}
.learning-slides-report .editor {
  background-color: #d6f8d6; 
  color: #205c20;
}

.learning-slides-report .category-title {
  color: #1498fd;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.learning-slides-report .category-title i {
  color: #1498fd;
  font-weight: 400;
  font-size: 16px;
  margin-left: 5px;
}

.learning-slides-report .status {
  color: green;
}

.learning-slides-report .learning-button {
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  background: aliceblue;
  margin-top: 8px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  /* right: 5px; */
  width: 86%;
}

.learning-slides-report .card-item h3 {
  min-height: auto !important;
}

.card-item h3 {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  text-transform: uppercase;
  min-height: 35px;
}

.card-item .arrow {
  /* display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-35deg); */
  height: 30px;
  width: 30px;
  color: #1498fd;
  border: 1px solid #1498fd;
  border-radius: 50%;
  padding: 4px 8px;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  /* transition: 0.2s ease; */
}

.card-item .arrow-none-border {
  height: 30px;
  width: 30px;
  color: #1498fd;

  padding: 4px 8px;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  /* transition: 0.2s ease; */
}

.learning-slides-report .owl-dots {
  display: none;
}


/* .learning_suggest {
  padding: 20px 10px;
} */

.grid-list {
  display: grid;
  margin: 0 auto;
  gap: 10px;
  padding-left: 0px;
}

@media (min-width: 768px) {
  .grid-list {
      grid-template-columns: 1fr 1fr;
  }
}

/* .learning-category .card-item {
  background: #fff;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  transition: border 0.5s ease;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%)* 9999))) / 8px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
  min-height: 205px;
  position: relative;
  text-align: center;

} */

.learning-category .card-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-inline-start: 4px solid transparent;
  background: #fff;
  padding: 15px;
  cursor: pointer;
  transition: 0.25s ease;
  border-radius: 8px;

}


.learning-category .card-item img {
  /* width: 100%; */
  /* aspect-ratio: 16/9; */
  border-radius: 8px;
  object-fit: contain;
  height: 60px;
  width: 60px;
}

.learning-category span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}

.learning-category .category-title {
  color: #1498fd;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  /* margin-top: 10px; */
  /* background: var(--gray); */
  padding-top: 10px;
}

.learning-category .category-title i {
  color: #1498fd;
  font-weight: 400;
  font-size: 14px;
  margin-left: 5px;
}

.learning-category .category-desc {
  color: #333;
  font-size: small;
}

/* LEARNING */

.subjectlist-box {
  border: 1px dotted var(--bs-light);
  padding: 10px 10px 5px 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.subject-tags a {
  display: inline-block;
  line-height: 24px;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  background: #fff;
  font-size: 12px;
  text-decoration: none;
  color: var(--bs-primary);
  font-weight: 400;
  border-radius: 10px;

}

.subject-tags a.active {
  color: #c2c2c2;
}

.subject-tags a:hover , .subject-tags a:active {
  color: #c2c2c2;
  font-weight: 400;
  font-size: 12px;
   /* border: 1px solid #ccc; */
}

.subject-tags a:visited {
  color: #c2c2c2;
  font-weight: 400;
  font-size: 12px;
}

.learning-list .card-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-inline-start: 4px solid transparent;
  background: #fff;
  padding: 12px;
  cursor: pointer;
  transition: 0.25s ease;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%)* 9999))) / 8px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.learning-list .card-item-flat {
  border-bottom: 1px dashed #ccc;
  border-radius: 0px !important;
  box-shadow: none !important;
  background: transparent !important;
}


.learning-list .card-item .card-icon {
  display: inline-block;
  margin-right: 10px;
}

.learning-list .card-item .card-text {
  display: inline-block;
}

.learning-list .card-item img {
  /* width: 100%; */
  /* aspect-ratio: 16/9; */
  object-fit: contain;
  border-radius: 8px;
  height: 60px;
  width: 60px;
  /* border: 1px solid #e7e7e7;
  padding: 5px; */

}

.learning-list span {
  /* display: block; */
  font-size: 14px;
  font-weight: 400;
}

.learning-list .title {
  color: #1498fd !important;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}

.learning-list .desc {
  color: #333;
  font-size: small;
  margin-top: 3px;
}

.learning-list .status {
  color: green;
  font-size: 14px;
  margin-top: 3px;
}

.learning-list .icon {
  width: 18px !important;
  height: 18px !important;
  border: 0px !important;
  padding: 0px !important;
  margin-right: 5px;
  margin-top: -2px;
}

/* 
.learning-list .learning-title {
  color: #1498fd;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 2rem;
}

.learning-list .learning-subject {
  color: #222;
  font-size: small;
}

.learning-list .learning-subtitle {
  color: green;
  font-size: 12px;
}

.learning-list ul {
  list-style: none;
  padding: 0;
  padding-left: 0rem !important;
}

.learning-list ul ul {
  margin: 0 0 0 2em; 
  padding-left: 0rem !important;
} */

.learning-rounded-list a {
  position: relative;
  display: block;
  padding: .7em 1em;  
  margin: .5em 0;
  color: #333 !important;
  text-decoration: none;
  border-radius: .3em;
  transition: all .3s ease-out;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  white-space: normal;
  cursor: pointer;
  user-select: none;
  line-height: 1.3;
  background: #fff /*{c-bup-background-color}*/;
  border-color: #ccc /*{c-bup-border}*/;
}

.learning-rounded-list a:hover{
  /* background: #eee; */
  font-weight: 400;
}

.learning-rounded-list a:hover:before{
  transform: rotate(360deg);
}

.learning-rounded-list img {
  max-height: 60px;
  float: left;
  margin: 0 15px 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 5px;
}

/* .learning-rounded-list a:before{
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.2em;
  background: #c8e7ff;
  height: 2.4em;
  width: 2.4em;
  line-height: 2em;
  border: .3em solid #fff;
  text-align: center;
  border-radius: 2em;
  transition: all .3s ease-out;
} */

/* .learning-rounded-list a::after {	
  content: '';
  height: 15px; 
  width: 15px;
	border: 1px solid #dbdbdb;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);

  position: absolute;
  right: 15px;
  top: 17px;
} */

.learning-rounded-list .arrow {
  /* height: 30px;
  width: 30px; */
  color: #1498fd;
  /* border: 1px solid #1498fd;
  border-radius: 50%;
  padding: 4px 8px; */
  position: absolute;
  right: 10px;
  top: 15px;
}

/* @media (max-width: 1200px) {
  .learning-slides-report .card-item {
      padding: 15px;
  }
}
@media screen and (max-width: 980px) {
  .learning-slides-report {
      margin: 0 auto;
  }
} */
/* #learninglist {

} */

.learninglist-list .learning-title {
  color: #1498fd;
  font-size: 15px;
  text-transform: uppercase;
}

.learninglist-list .learning-subtitle {
  color: green;
  font-size: 12px;
}

.learninglist-list .learning-desc {
  color: #222;
  font-size: 12px;
}

.learninglist ol {
  /* counter-reset: li; */
  list-style: none; /* Remove default numbering */
  padding: 0;
  /* text-shadow: 0 1px 0 rgba(255,255,255,.5); */
  padding-left: 0rem !important;
}

.learninglist ol ol {
  margin: 0 0 0 2em; /* Add some left margin for inner lists */
  padding-left: 0rem !important;
}

.rounded-list a {
  position: relative;
  display: block;
  padding: .4em .4em .4em .5em;
  margin: .5em 0;
  /* background: #fff; */
  color: #1498fd !important;
  text-decoration: none;
  /* border-radius: .3em; */
  transition: all .3s ease-out;
  border-bottom: 1px dotted #97d1ff;
}

.rounded-list a:hover{
  /* background: #eee; */
  font-weight: 400;
}

/* .rounded-list a:hover:before{
  transform: rotate(360deg);
} */

/* .rounded-list a:before{
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.2em;
  background: #c8e7ff;
  height: 2.4em;
  width: 2.4em;
  line-height: 2em;
  border: .3em solid #fff;
  text-align: center;
  border-radius: 2em;
  transition: all .3s ease-out;
} */

/* .rounded-list a::after {	
  content: '';
  height: 15px; 
  width: 15px;
	border: 1px solid #dbdbdb;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);

  position: absolute;
  right: 15px;
  top: 17px;
} */

.rounded-list .arrow {
  height: 30px;
  width: 30px;
  color: #1498fd;
  border: 1px solid #1498fd;
  border-radius: 50%;
  padding: 4px 8px;
  position: absolute;
  right: 10px;
  top: 10px;
}

/* Learning list */

.learninglist-detail {
  padding: 3rem 0
}

#learningcategory {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.learninglist-item {
  min-height: 5rem;
  border-radius: 15px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  background-color: #fff;

}

.learninglist-item .learninglist-num {
  padding-top: 15px;
  color: #1498fd;
  font-weight: 400;
  font-size: 14px;
  padding-left: 25px;
  display: inline-block;
  line-height: 2rem;
}

.learninglist-item .learninglist-title {
  padding-top: 15px;
  color: #1498fd;
  font-weight: 400;
  font-size: 14px;
  padding-left: 25px;
  display: inline-block;
  line-height: 2rem;
}

.learninglist-item .learninglist-title i {
  color: #1498fd;
  font-weight: 400;
  font-size: 20px;
  margin-right: 15px;
}

.learninglist-item .learninglist-title a {
  color: #1498fd;
  font-weight: 400;
  font-size: 14px;
}

.learninglist-item .learninglist-title a:active,
a:hover {
  /* color: #1e98b0; */
  font-weight: 400;
  font-size: 14px;
}

.learninglist-item .learninglist-content {
  color: #333;
  font-size: 12px;
  line-height: 12px !important;
  padding-left: 35px;
}


.learninglist-item .learninglist-icon {
  line-height: 5rem;
  display: inline-block;
  margin-right: 20px;
  float: right;
}

/* Sales Skill */

.tracking-detail {
  padding: 3rem 0
}

#tracking {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.tracking-item {
  border-left: 2px dotted #b8b8b8;
  position: relative;
  padding: 0px 10px 10px 20px;
  font-size: .9rem;
  margin-left: 1rem;
  min-height: 5rem
}

.tracking-item:last-child {
  padding-bottom: 4rem;
  padding: 0px 10px 10px 20px;
  font-size: .9rem;
  margin-left: 1.2rem;
  min-height: 0rem;
  border-left: 0px;
}

.tracking-item.disabled {
  opacity: 0.2;
  color: #ccc;
}

.tracking-item .tracking-title {
  /* margin-bottom:.5rem */
  /* color: #1e98b0; */
  font-weight: 400;
  font-size: 14px;
}

.tracking-item .tracking-title a {
  color: #1498fd;
  font-weight: 400;
  font-size: 14px;
}

.tracking-item .tracking-title a:active,
a:hover {
  color: #1e98b0;
  font-weight: 400;
  font-size: 14px;
}

.tracking-item .tracking-content {
  padding: .2rem .0rem;
  border-radius: .5rem
}

.tracking-item .tracking-content span.learningtime {
  color: #333;
  font-size: 13px;
}

.tracking-item .tracking-content span.completed {
  color: #48a000;
  font-size: 13px;
  padding: 2px 0px;
}

.tracking-item .tracking-content span.learningpoint {
  color: #333;
  font-size: 13px;
  padding: 0px 10px;
}

.tracking-item .tracking-content span.learningresult {
  color: #c4c0d2;
  font-size: 13px;
  padding: 0px 10px;
}

.tracking-item .tracking-icon {
  /* line-height:2.6rem; */
  position: absolute;
  left: -0.9rem;
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #949698
}

.tracking-item .tracking-icon.status-learning {
  color: #333;
  border: 3px solid #1498fd;
  font-size: 14px;
  font-weight: 400;
}

.tracking-pct {
  color: #1e98b0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.tracking-pct img {
  max-width: 35px;
  max-height: 35px;
}


/* BRAND */
.brand-list {
  position: relative;
}

.brand-list.disabled {
  opacity: 0.3;
}

.brand-list img.logo {
  padding: 15px;
  max-height: 200px;
  margin-bottom: 20px;
}

.brand-list img.completed {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.brand-list span.completed {
  color: #48a000;
  font-size: 13px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  line-height: 18px;
}


/* CASE STUDY */
.casestudy-content {
  background: #c5eaf3;
  height: 88vh;
}

.casestudy-chart {
  padding: 10px;
}

.chart-box {
  background: #fff;
  height: 20px;
  border-radius: 30px;
  margin: 10px;
}

.menu-level {
  background: #fff;
  margin: 5px 20px 10px 20px;
  min-height: 60px;
  border-radius: 10px;
  position: relative;
}

.menu-level img.lockicon {
  height: 25px;
}

.menu-level .level-unlockicon {
  display: inline-block;
  position: absolute;
  top: 16px;
}

.menu-level .level-title {
  display: inline-block;
  margin-left: 35px;
  line-height: 18px;
  margin-top: 14px;
}

.menu-level .level-title span.title {
  color: #006872;
  font-weight: 400;
  font-size: 15px;
}

.menu-level .level-title span.subtitle {
  color: #000;
  font-weight: 400;
  font-size: 12px;
}

.menu-level .play-icon {
  /* color: #1e98b0; */
  font-size: 10px;
  font-weight: 500;
  text-align: right;
  margin-top: 18px;
}

.menu-level .play-icon span {
  margin-right: 5px;
}

.menu-level .play-icon img {
  max-width: 25px;
  max-height: 25px;
}

.menu-level .play-icon img.disabled {
  opacity: 0.2;
}

/* ACHIEVEMENTS */
.achievements-content {
  /* background: #c5eaf3; */
  height: 88vh;
}

.achievements-chart {
  padding: 10px;
}

.achievements.salesskill-report {
  background: #1498fd;
  margin: 10px 20px 15px 20px;
  height: 60px;
  border-radius: 10px;
  position: relative;
}

.achievements-content .play-icon {
  font-size: 20px;
  color: #fff;
  font-size: 20px;

}

.achievements-content .play-icon-newline {
  font-size: 20px;
  color: #fff;
  border-top: 1px dotted #9deeff;
  padding-top: 10px;
  width: 90%;
  margin: 10px auto !important;

}

/* .achievements-content .title,
.achievements-content .subtitle {
  color: #1498fd !important;
} */

.achievements-content .report-icon {
  color: #1498fd !important;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 7px 10px 10px 8px;
  width: 35px;
  height: 35px;
  top: 13px;
  margin-right: 10px;
}

/* STAFF LIST */
.stafflist-wrapper {
  position: relative;
}

.stafflist-sort-session {
  margin-bottom: 15px;
}

/* .stafflist-sort, .stafflistul-sort {
  display: inline;
}
*/

.stafflistul-sort {
  padding-left: 0px;
}

.stafflistul-sort>li {
  padding: 3px 10px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  margin: 0px 5px;
  border-radius: 30px;
  text-align: center;
  background: #1498fd;
  color: #fff;
}

.stafflistul-sort>li>a {
  color: #fff;
  font-weight: 400;
}

.chkStaffListSort:checked {
  background-color: #1498fd !important;
  border-color: #1498fd !important;
}

.stafflistul-sort>li.a:hover,
.stafflistul-sort>li.a:focus,
.stafflistul-sort>li.a:visited {
  color: #fff;
  font-weight: 400;
}

/* .reportSalesSkill {
  display: none;
} */

.achievements-content .AddressBookCount {
  display: inline-block;
  margin-top: 8px;
  font-size: 18px;
}

.AddressBookCount .AddressBookCountItem,
.AddressBookCount .TrainingScheduleCountItem {
  text-align: center;
  /* line-height: 18px; */
  padding: 5px 10px;
  display: inline-block;
  background: rgb(255, 255, 255, 0.3);
  border-radius: 5px;
  border: 1px solid #ffe084;
  font-size: 15px;
}

.TrainingScheduleCountItem {
  text-align: center;
  /* line-height: 18px; */
  padding: 2px 10px;
  display: inline-block;
  background: rgb(255, 255, 255, 0.3);
  border-radius: 5px;
  border: 1px solid #1498fd;
  margin-top: -3px;
  color: #1498fd;
}

a.btnAddressBook,
a.btnAddressBook:hover,
a.btnAddressBook:focus {
  color: #fff;
}

.AddressBookCount .AddressBookCountItem .roleid {
  font-size: 10px;
}

.achievements-content .MySalesSkillCount {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}

.MySalesSkillCount .MySalesSkillCountItem {
  text-align: center;
  /* line-height: 18px; */
  padding: 0px 8px;
  display: inline-block;
  background: rgb(255, 255, 255, 0.3);
  border-radius: 5px;
  border: 1px solid #9deeff;
}

a.btnMyRptSalesSkill,
a.btnMyRptSalesSkill:hover,
a.btnMyRptSalesSkill:focus {
  color: #1498fd;
}

.MySalesSkillCount .MySalesSkillCountItem .roleid {
  font-size: 10px;
}

.achievements-content .SalesSkillCount {
  display: inline-block;
  margin: 10px 0px;
  font-size: 16px;
}

.SalesSkillCount .SalesSkillCountItem {
  text-align: center;
  /* line-height: 18px; */
  padding: 5px 10px;
  display: inline-block;
  background: rgb(255, 255, 255, 0.3);
  border-radius: 5px;
  border: 1px solid #9deeff;
  font-size: 14px;
}

a.btnRptSalesSkill,
a.btnRptSalesSkill:hover,
a.btnRptSalesSkill:focus {
  color: #fff;
}

.SalesSkillCount .SalesSkillCountItem .roleid {
  font-size: 10px;
}

a.btnRptSalesSkillDetail,
a.btnRptSalesSkillDetail:hover,
a.btnRptSalesSkillDetail:focus {
  margin-right: 5px;
  margin-left: 60px;
  right: inherit;
}

#stafflistSearch {
  background-image: url(https://rohto.trainingapp.vn/img/icons/searchicon.png);
  background-position: 10px 10px;
  background-size: 15px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 14px;
  padding: 7px 5px 7px 35px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 30px;
}

#stafflistUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#stafflistUL li {
  position: relative;
  border-bottom: 1px dotted #ddd;
  margin-top: -1px;
  /* background-color: #f6f6f6; */
  padding: 12px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block;
}

#stafflistUL li img {
  height: 45px;
  border-radius: 50%;
  margin-right: 14px;
  position: absolute;
}

#stafflistUL li .staffname {
  display: inline-block;
  margin-left: 60px;
}

#stafflistUL li .roleid {
  font-size: 11px;
}

#stafflistUL li .distributorname {
  font-size: 12px;
  color: #a9a9a9;
}

#stafflistUL li span {
  color: #333333;
}

#stafflistUL li a {
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #1498fd;
  padding: 5px 10px;
  /* background: #dfdfdf; */
  color: #1498fd;
}

#stafflistUL li a.btnPhoneNo {
  right: 170px;
}

#stafflistUL li a.btnAddTask {
  right: 80px;
}

#stafflistUL li a:hover:not(.header) {
  background-color: #eee;
}


/* TASK LIST */

.msgTaskCountOver {
  color: red;
  font-size: 12px;
  text-align: center;
}

.taskdate {
  font-size: 13px;
}

.taskcontent {
  font-size: 13px;
}

#tasklistSearch {
  background-image: url(https://rohto.trainingapp.vn/img/icons/searchicon.png);
  background-position: 10px 10px;
  background-size: 15px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 14px;
  padding: 7px 5px 7px 35px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 30px;
}

a.btnAddTask {
  border-radius: 30px;
  border: 1px solid #1498fd;
  padding: 5px 10px;
  color: #1498fd;
}

#tasklistUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#tasklistUL li {
  position: relative;
  border: 1px solid #ddd;
  margin-top: -1px;
  /* background-color: #f6f6f6; */
  padding: 12px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block;
  border-radius: 10px;
  margin-bottom: 10px;
}

#tasklistUL li img {
  height: 45px;
  border-radius: 50%;
  margin-right: 14px;
  position: absolute;
}

#tasklistUL li .tasktitle {
  display: inline-block;
  margin-left: 10px;
}

#tasklistUL li .taskdate {
  font-size: 13px;
}

#tasklistUL li .taskcontent {
  font-size: 13px;
}

#tasklistUL li span {
  color: #333333;
}

#tasklistUL li a {
  position: absolute;
  right: 5px;
  top: 20px;
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #1498fd;
  padding: 5px 10px;
  /* background: #dfdfdf; */
  color: #1498fd;
  font-size: 14px;
}

#tasklistUL li a.btnRemoveTask {
  right: 170px;
}

#tasklistUL li a.btnEditTask {
  right: 90px;
}

#tasklistUL li a.btnAddTaskResult,
a.btnAddTaskResult:hover {
  margin-left: 10px;
  background-color: green;
  color: #fff;
  border-color: greenyellow;
}

#tasklistUL li a:hover:not(.header) {
  /* background-color: #eee; */
  font-weight: 600;
}

.btnSubmitTask .btnSubmitMyTask {
  background: #237cb9;
  border-radius: 40px;
  border-color: #237cb9;
  color: #fff;
  font-weight: 400;
}

.taskDashboardMTD {
  font-size: 14px;
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 0px 0px;
  color: #333;
  text-align: center;
  width: 100%;
  border-top: 1px dotted #ccc;
}

.taskDashboard>div[class^="task-type-"] {
  font-size: 10px;
  /* border: 1px solid #ccc; */
  display: inline-block;
  margin: 5px;
  border-radius: 10px;
  padding: 10px;
  color: #333;
  border: 0px !important;
}

.taskDashboard {
  margin-bottom: 20px;
}

.taskDashboard>.task-type-c {
  color: #0d6efd !important;
  border: 1px solid #0d6efd;
}

.taskDashboard>.task-type-p {
  color: #ff00c3 !important;
  border: 1px solid #ff00c3;
}

.taskDashboard>.task-type-v {
  color: orange !important;
  border: 1px solid orange;
}

.taskDashboard>.task-type-m {
  color: purple !important;
  border: 1px solid purple;
}

.taskDashboard>.task-type-o {
  color: gray !important;
  border: 1px solid gray;
}


.dotline {
  border-bottom: 1px dotted #ccc;
}

/* GIFT */
.gift-content {
  background: #c5eaf3;
  min-height: 88vh;
}

.gift-menu {
  background: #1498fd;
  margin: 10px 20px 15px 20px;
  height: 60px;
  border-radius: 10px;
  position: relative;
}

.gift-menu img.giftphoto {
  height: 25px;
}

.gift-menu .gift-icon {
  display: inline-block;
  position: absolute;
  top: 16px;
}

.gift-menu .gift-title {
  display: inline-block;
  margin-left: 35px;
  line-height: 18px;
  margin-top: 14px;
}

.gift-menu .gift-title span.title {
  color: #006872;
  font-weight: 400;
}

.gift-menu .gift-title span.subtitle {
  color: #000;
  font-weight: 400;
  font-size: 13px;
}

.gift-menu .textbox {
  color: #1e98b0;
  font-size: 10px;
  font-weight: 500;
  text-align: right;
  margin-top: 15px;
}

.txtGiftQty {
  border: 2px solid #ebebeb;
  width: 2.5rem;
  text-align: center;
  height: 2rem;
  border-radius: .25rem;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-weight: 700;
}

.txtGiftQty:focus {
  border-color: #100DD1;
}


.btn-convertgift {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
  min-width: 120px;
}

.gift-table {
  position: relative;
  z-index: 1;
}

.gift-table table {
  max-width: 100%;
}

.gift-table table tbody tr {
  background-color: #ffffff;
  border-bottom: 1px dashed #ebebeb;
}

.gift-table table tbody tr:last-child {
  border-bottom: 0;
}

.gift-table table a {
  color: #020310;
  font-weight: 700;
}

.gift-table table a.remove-product {
  color: #ffffff;
  width: 24px;
  height: 24px;
  background-color: #ea4c62;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  font-size: 10px;
}

.gift-table table a.remove-product:hover,
.gift-table table a.remove-product:focus {
  color: #ffffff;
  background-color: #020310;
}

.gift-table table a span {
  display: block;
  color: #747794;
}

.gift-table table a:hover,
.gift-table table a:focus {
  color: #100DD1;
}

.gift-table .table td,
.gift-table .table th {
  vertical-align: middle;
  color: #747794;
  font-size: 12px;
  padding: 1rem .5rem;
  border: 0;
}

.gift-table img {
  max-width: 2.5rem;
  border: 1px solid #ebebeb;
}

.gift-table .qty-text {
  border: 2px solid #ebebeb;
  width: 2.5rem;
  text-align: center;
  height: 2rem;
  border-radius: .25rem;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-weight: 700;
}

.gift-table .qty-text:focus {
  border-color: #100DD1;
}

.coupon-card .card-body {
  padding: 1.25rem;
}

.gift-amount-area .card-body {
  padding: .75rem 1.25rem;
}

.apply-coupon {
  position: relative;
  z-index: 1;
}

.apply-coupon p {
  font-size: 12px;
}

.coupon-form {
  position: relative;
  z-index: 1;
}

.coupon-form .form-control {
  height: 34.4px;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: .4rem;
}

.coupon-form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Footer CSS */

/* #footernav {
  margin-top: -15px;
} */

.footer-nav-area {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  /* padding: 10px 0px; */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 1px rgba(15, 15, 15, 0.30);
  box-shadow: 0 0 1px rgba(15, 15, 15, 0.30);
}

.footer-nav ul {
  width: 100%;
  margin-top: 7px;
}

.footer-nav ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  z-index: 1;
  height: 55px;
  line-height: 55px;
}

.footer-nav ul li a {
  position: relative;
  display: block;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
  line-height: 14px;
  color: #747794;
  z-index: 1;
  font-weight: 500;
}

.footer-nav ul li a i {
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
  color: #1498fd;
}

.footer-nav ul li a img {
  max-height: 1.5rem;
  margin: 0 auto .25rem;
  display: block;
}

.footer-nav ul li.active a {
  color: #1498fd;
}

/* Register CSS */
.login-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #77dfe2;
  background: -webkit-gradient(linear, right top, left top, from(#6dacb1), to(#77dfe2));
  background: linear-gradient(to left, #6dacb1, #77dfe2);
  background-image: url(https://rohto.trainingapp.vn/img/bg/bg-intro.jpg);
  background-size: cover;
  background-position-x: right;
  z-index: 10;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
}

.login-wrapper .background-shape {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.15;
  z-index: -1;
  top: -130px;
  right: -85px;
}

.login-wrapper .success-check {
  color: #ffffff;
  margin: 0 auto;
}

.login-wrapper .success-check i {
  font-size: 3rem;
}

.login-support-icon {
  height: 20px;
  margin-right: 12px;
}

/* .btn-biometric-auth-icon {
  display: none;
} */

.btn-biometric-auth-icon img {
  max-width: 24px;
}

.login-logo-nestle {
  height: 90px;
}

.login-logo {
  height: 60px;
  margin: 12px 0px;
}

.btn-login {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
}

.btn-login:hover,
.btn-login:focus {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.background-logo-the-next {
  /* background: url(http://rohto.trainingapp.vn/img/logo-rohto.png) top center; */
  background-size: 250px;
  background-repeat: no-repeat;
}

.register-box {
  background: rgb(255 255 255 / 80%);
  border-radius: 30px;
  padding: 10px 0px;
}

.register-form {
  position: relative;
  z-index: 1;
}

.register-form .form-group {
  position: relative;
  z-index: 1;
}

.register-form span {
  color: #626262;
  font-size: 12px;
  display: block;
}

.register-form form>.form-group>label {
  position: absolute;
  text-align: center;
  z-index: 100;
  border-radius: 50%;
  left: 0;
  font-size: 16px;
  margin-bottom: 0;
  color: #333;
  top: 7px;
}

.register-form .form-control {
  border-radius: 0;
  border: 0;
  color: #333;
  font-size: 16px;
  background-color: transparent;
  height: 40px;
  padding: 8px 8px 8px 30px;
  border-bottom: 1px solid rgba(193, 193, 193, 0.7);
  /* border-color: #e1e1e1; */
}

.register-form .form-control::-webkit-input-placeholder {
  color: #5b5b5b;
  opacity: 0.5;
}

.register-form .form-control::-moz-placeholder {
  color: #5b5b5b;
  opacity: 0.5;
}

.register-form .form-control:-ms-input-placeholder {
  color: #5b5b5b;
  opacity: 0.5;
}

.register-form .form-control::-ms-input-placeholder {
  color: #5b5b5b;
  opacity: 0.5;
}

.register-form .form-control::placeholder {
  color: #5b5b5b;
  opacity: 0.5;
}

.register-form .progress {
  width: 100%;
  height: 5px;
  margin-top: 1rem;
  border-radius: 6px;
  margin-bottom: 0.25rem;
}

.register-form .password-score {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.register-form .password-score span {
  font-size: 18px;
  margin-left: 1rem;
}

.register-form .password-recommendation {
  display: none !important;
}

.register-form #password-recommendation-heading {
  font-weight: 700;
  color: #00b894;
  font-size: 16px;
}

.view-as-guest .btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #ffffff;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 12px;
}

.view-as-guest .btn:hover,
.view-as-guest .btn:focus {
  opacity: 1;
}

.call-support .btn {
  margin: 5px 0px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #626262;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.call-support .btn:hover,
.call-support .btn:focus {
  opacity: 1;
}

.login-meta-data a {
  font-size: 14px;
  color: #626262;
  font-weight: 400;
}

.login-meta-data a:hover,
.login-meta-data a:focus {
  color: #ffaf00;
}

.login-meta-data p {
  color: rgba(255, 255, 255, 0.7);
}

.login-meta-data p a {
  color: #ffffff;
  font-weight: 500;
}

.login-meta-data p a:hover,
.login-meta-data p a:focus {
  color: #ffaf00;
}


/* Learning slider */

/* Intro section */

.learning-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  z-index: 10;
  overflow-y: auto;
  padding-bottom: 0rem;
  overflow-x: hidden;
}

#learning-container:fullscreen {
  width: 100%;
  height: 100%;
}

/* prefix for Chrome & Safari */
#learning-container:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.slideNav {
  width: 100%;
  margin: 0 auto;
}

.btnSlideLearning {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  z-index: 15;
  background: #fff;
  /* border-radius: 50%; */
  padding: 8px;
  z-index: 999;
}

.btnSlideLearning i {
  color: #333;
  font-size: 25px;
}

.btnSlideLearning:hover {
  opacity: 1;
}

.btnClose {
  padding: 5px !important;
  width: 40px;
  height: 40px;
  z-index: 999;
}

/* .btnClose:before, .btnClose:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
  } */
.btnClose:before {
  transform: rotate(90deg);
}

.btnClose:after {
  transform: rotate(-90deg);
}

.btnClose i {
  font-size: 30px;
}

.btnSaveLearning i {
  font-size: 25px;
}

.btn-EndSlide {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
}

.btn-Question {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
}

.btn-Question:active,
.btn-Question:hover,
.btn-Question:focus {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
}

.learning-slider .swiper-pagination {
  bottom: -25px;
}

.learning-slider .swiper-pagination-bullet-active {
  width: 15px;
  background: #FF375F;
  border-radius: 3px;
}

.learning-slider .swiper-pagination-bullet {
  background: #383636;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 7px;
  height: 7px;
  margin: 0 7px;
}

.learning-box img {
  width: auto !important;
}

/* TEST */
.test-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* background: url(https://rohto.trainingapp.vn/img/bg/bg-test.jpg) top right; */
  background: url(https://rohto.trainingapp.vn/img/bg/bg-test-m.jpg) top right;
  background-size: cover;
}

/* .test-wrapper::before {
  opacity: 0.6; 
} */

/* Intro section */

.intro-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #77dfe2;
  background: -webkit-gradient(linear, right top, left top, from(#6dacb1), to(#77dfe2));
  background: linear-gradient(to left, #6dacb1, #77dfe2);
  background-image: url(https://rohto.trainingapp.vn/img/bg/bg-intro.jpg);
  background-size: cover;
  background-position-x: right;
  z-index: 10;
  overflow-y: auto;
  /* padding-top: 1rem; */
  padding-bottom: 0rem;
  /* overflow-x: hidden; */
}

.intro-container {
  height: calc(100% - 96px);
  height: -webkit-calc(100% - 96px);
  height: -moz-calc(100% - 96px);
}

.intro-box {
  background: #fff;
  border-radius: 30px 30px 0px 0px;
  padding-top: 10px !important;
  font-size: 13px;
  height: calc(100% - 130px);
  height: -webkit-calc(100% - 130px);
  height: -moz-calc(100% - 130px);
}

.intro-title {
  font-size: 18px;
  padding: 20px;
}

.intro-content {
  font-size: 14px;
  line-height: 22px;
  height: calc(100% - 90px);
  /* overflow-y: auto; */
}

.intro-banner-box {
  /* padding: 10px 0px; */
  min-height: 150px;
  text-align: center;
}

.intro-banner-box img.banner {
  border-radius: 10px;
}

.intro-box img.fullcenter {
  width: 100%;
  /* max-width: 800px; */
  text-align: center;
}

.intro-button-area {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  /* padding-left: 12px;
    padding-right: 12px;     */
  /* padding-top: 10px; */
}


.intro-button-area .bg-line {
  background: url(https://rohto.trainingapp.vn/img/intro/bg-line.png) top center;
  background-repeat: no-repeat;
  background-size: 70% 3px;
  /* background-color: #fff !important */
  background: rgb(20, 152, 253, 0.4);
}

.intro-gift-banner {
  max-height: 150px;
  width: auto !important;
  display: inline-block !important;
}

.btnIntroSkip,
.btnIntroSkip:hover,
.btnIntroSkip:focus {
  background: #fff;
  border-radius: 40px;
  border-color: #1498fd;
  color: #1498fd;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-size: 12px;
}

/* .btnIntroSkip:hover, .btnIntroSkip:focus {
      background-color: #fff !important;
      color: #237cb9 !important; 
      font-size: 12px !important;
    } */

.btnIntroNext,
.btnIntroNext:hover,
.btnIntroNext:focus {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 999999;
  font-size: 12px;
}

/* .btnIntroNext:hover, .btnIntroNext:focus {
        background-color: #237cb9 !important;
        color: #fff !important; 
        font-size: 12px !important;
      } */

.intro-icon {
  max-width: 35px;
  margin-right: 10px;
}


.intro-btn-startapp {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
}

.intro-btn-startapp:hover,
.intro-btn-startapp:focus {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.intro-slider .swiper-pagination {
  bottom: -25px;
}

.intro-slider .swiper-pagination-bullet-active {
  width: 15px;
  background: #FF375F;
  border-radius: 3px;
}

.intro-slider .swiper-pagination-bullet {
  background: #383636;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 7px;
  height: 7px;
  margin: 0 7px;
}

.intro-box img {
  width: auto !important;
}

/* end section */


.go-back-btn {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #ea4c62;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 42px;
  z-index: 10;
  cursor: pointer;
}

.go-back-btn:hover,
.go-back-btn:focus {
  background-color: #100DD1;
  color: #ffffff;
}

.otp-form {
  position: relative;
  z-index: 1;
}

.otp-form .form-control {
  padding: 0.5rem 0.75rem;
  border: 0;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.25);
  font-weight: 700;
  color: #ffffff;
  border-radius: 6px;
}

.otp-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-form .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-form .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-form .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-form select.form-select {
  padding: 0.5rem 0.75rem;
  height: 50px;
  border: 0;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.25);
  font-weight: 700;
  color: #ffffff;
  border-radius: 6px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.otp-form select.form-select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.otp-form select option {
  background-color: #100DD1;
}

.otp-form input.form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.otp-verify-form {
  position: relative;
  z-index: 1;
}

.otp-verify-form .form-control {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  padding: 12px;
  border: 0;
  text-align: center;
  font-size: 1.25rem;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-weight: 700;
}

.otp-verify-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-verify-form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-verify-form .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-verify-form .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-verify-form .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.otp-verify-form .form-control:focus {
  background-color: #ffaf00;
  color: #020310;
}

.otp-sec {
  font-weight: 500;
}

.offcanvas-wrap {
  width: 300px;
  border-right: 0;
  background: #1498fd;
  background: -webkit-gradient(linear, right top, left top, from(#1498fd), to(#1498fd));
  background: linear-gradient(to left, #1498fd, #1498fd);
}

.offcanvas-wrap .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}

.offcanvas-wrap .offcanvas-body {
  scrollbar-width: thin;
}

.sidenav-profile {
  position: relative;
  z-index: 1;
}

.sidenav-profile .user-profile {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 3rem auto 1.5rem;
}

.sidenav-profile .user-profile::before {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -15px;
  left: -15px;
  background-image: url(https://rohto.trainingapp.vn/img/core-img/dot.png);
  content: "";
  z-index: -10;
  opacity: 0.2;
  border-radius: 50%;
}

.sidenav-profile .user-profile img {
  border-radius: 50%;
}

.sidenav-profile .user-profile .user-designation {
  position: absolute;
  z-index: 1;
  height: 46px;
  width: 46px;
  font-size: 12px;
  border: 3px solid #ffffff;
  background-color: #100DD1;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  top: 0;
  right: 0;
}

.sidenav-profile .user-info {
  position: relative;
  z-index: 1;
  text-align: center;
}

.sidenav-profile .user-info h6,
.sidenav-profile .user-info p {
  color: #ffffff;
}

.sidenav-profile .user-info .available-balance {
  margin-bottom: 0;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.sidenav-nav {
  margin: 3rem 0;
  position: relative;
  z-index: 1;
}

.sidenav-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 14px;
  font-weight: 400;
  border-radius: .375rem;
  margin-bottom: .25rem;
}

.sidenav-nav li a i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1rem;
  color: #ffffff;
}

.sidenav-nav li a:hover,
.sidenav-nav li a:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.sidenav-nav li:last-child a {
  margin-bottom: 0;
}

li.dropdown-menu {
  position: relative;
  z-index: 1;
}

li.dropdown-menu ul {
  display: none;
  padding-left: 1rem;
}

li.dropdown-menu ul li a {
  font-size: 13px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

li.dropdown-menu .dropdown-trigger-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 41px;
  line-height: 41px;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: right;
  padding-right: 1rem;
  border-radius: .375rem;
  cursor: pointer;
}

li.dropdown-menu .dropdown-trigger-btn i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

li.dropdown-menu .dropdown-trigger-btn:hover,
li.dropdown-menu .dropdown-trigger-btn:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

li.dropdown-menu .dropdown-trigger-btn.active {
  background-color: rgba(255, 255, 255, 0.15);
}

li.dropdown-menu .dropdown-trigger-btn.active i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.filter-offcanvas-wrap {
  width: 240px;
  border-right: 0;
  background-color: #ffffff;
}

.filter-offcanvas-wrap .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}

.filter-offcanvas-wrap .offcanvas-body {
  scrollbar-width: thin;
}

/* Welcome Page CSS */
/* .intro-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #100DD1;
  background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d3bd1));
  background: linear-gradient(to left, #100DD1, #0d3bd1);
  z-index: 1; }
  .intro-wrapper .background-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.125;
    z-index: -70;
    top: -130px;
    right: -85px; } */

.get-started-btn {
  position: fixed;
  z-index: 100;
  bottom: 40px;
  width: 280px;
  left: 50%;
  margin-left: -140px;
}

/* Intro Slide CSS */
.intro-slides {
  position: relative;
  z-index: 1;
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);
  margin-top: 12px;

}

.intro-slides .owl-carousel,
.intro-slides .owl-stage-outer {
  height: calc(100%);
  height: -webkit-calc(100%);
  height: -moz-calc(100%);
}

.intro-slides .owl-stage-outer ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.intro-slides .owl-stage-outer ::-webkit-scrollbar-track {
  background: RGB(0, 0, 0, 0.5);
}

/* Handle */
.intro-slides .owl-stage-outer ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.intro-slides .owl-stage-outer ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.intro-slides .owl-prev,
.intro-slides .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.11);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 0;
  margin-top: -15px;
  color: #ffffff;
  display: none;
}

.intro-slides .owl-next {
  left: auto;
  right: 0;
}

.intro-slides .owl-dots {
  position: fixed;
  width: 100%;
  bottom: 15px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-slides .owl-dots .owl-dot {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  max-width: 8px;
  background-color: #ebebeb;
  border-radius: 50%;
}

.intro-slides .owl-dots .owl-dot.active {
  background-color: #1498fd;
}

.intro-slides .owl-dots .owl-dot.active::after {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  z-index: 1;
  content: "";
  border: 2px solid #1498fd;
  left: -4px;
  top: -4px;
  border-radius: 50%;
}

.single-intro-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  /* height: 180px; */
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
  height: calc(100%);
  height: -webkit-calc(100%);
  height: -moz-calc(100%);
}

.intro-box img.homeimg {
  max-height: 335px;
}


.single-intro-slide .slide-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: auto;
  /* height: calc(100% - 295px); */
  /* background-color: #fff; */
  /* border-radius: 30px 30px 0px 0px; */
  /* margin-top: 10px; */

}

.single-intro-slide .slide-content .slide-text {
  padding-left: 2rem;
  padding-right: 1rem;
}

@media (min-width:320px) and (max-width: 768px) {
  .intro-slides .owl-stage-outer {
    overflow-y: visible;
    /* background-color: #fff; */
    /* margin-top: 25px; */
    /* border-radius: 30px 30px 0px 0px; */
  }
}

/* @media (min-width:480px)  { 
      .intro-slides .owl-stage-outer {
        overflow-y: visible;
        background-color: #fff;
        margin-top: 25px;
        border-radius: 30px 30px 0px 0px;
      }
    } */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-intro-slide .slide-content h4 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-intro-slide .slide-content h4 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .single-intro-slide .slide-content h4 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-intro-slide .slide-content p {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-intro-slide .slide-content p {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 1200px) {
  .single-intro-slide .slide-content p {
    font-size: 1.25rem;
  }
}


/* Banner Slide CSS */

.home-banner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  /*centers items on the line (the x-axis by default)*/
  align-items: center;
  /*centers items on the cross-axis (y by default)*/
  border-radius: 10px;

}

.banner-slides {
  position: relative;
  z-index: 1;
  max-height: 600px;
  text-align: center;
}

.banner-bottom {
  position: absolute;
  bottom: 70px;
}

.banner-slides img.banner {
  border-radius: 10px;
  /* max-height: 200px;
  width: auto !important; */
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.banner-slides .owl-carousel,
.banner-slides .owl-stage-outer {
  /* height: calc(100%);
  height: -webkit-calc(100%);
  height: -moz-calc(100%); */
}

.banner-slides .owl-prev,
.banner-slides .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.11);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 0;
  margin-top: -15px;
  color: #ffffff;
  display: none;
}

.banner-slides .owl-next {
  left: auto;
  right: 0;
}

.banner-slides .owl-dots {
  /* position: fixed; */
  width: 100%;
  /* bottom: 15px; */
  /* left: 0;
    right: 0; */
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-slides .owl-dots .owl-dot {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  max-width: 8px;
  background-color: #383636;
  transition: all 0.3s ease;
  opacity: 0.2;
  border-radius: 50%;
}

.banner-slides .owl-dots .owl-dot.active {
  background-color: #FF375F;
  opacity: 1 !important;
}

.banner-slides .owl-dots .owl-dot.active::after {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100%);
  z-index: 1;
  content: "";
  background-color: #FF375F !important;
  opacity: 1 !important;
  /* border: 2px solid #237cb9; */
  left: -4px;
  top: 0px;
  border-radius: 3px;
}

.single-banner-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  /* height: 100vh; */
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
}

.single-banner-slide .slide-content {
  /* position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100vh; */
}

.single-banner-slide .slide-content .slide-text {
  padding-left: 2rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-slide .slide-content h4 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-slide .slide-content h4 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .single-banner-slide .slide-content h4 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-slide .slide-content p {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-slide .slide-content p {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 1200px) {
  .single-banner-slide .slide-content p {
    font-size: 1.25rem;
  }
}


/* Banner slider in Case study */

.casestudy-banner-slides {
  position: relative;
  z-index: 1;
  max-height: 150px;
  text-align: center;
}

.casestudy-banner-slides img.banner {
  border-radius: 10px;
  max-height: 150px;
  width: auto !important;
  margin: 0 auto;
}

.casestudy-banner-slides .owl-prev,
.casestudy-banner-slides .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.11);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 0;
  margin-top: -15px;
  color: #ffffff;
  display: none;
}

.casestudy-banner-slides .owl-next {
  left: auto;
  right: 0;
}

.casestudy-banner-slides .owl-dots {
  /* position: fixed; */
  width: 100%;
  /* bottom: 15px; */
  /* left: 0;
    right: 0; */
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.casestudy-banner-slides .owl-dots .owl-dot {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  max-width: 8px;
  background-color: #383636;
  transition: all 0.3s ease;
  opacity: 0.2;
  border-radius: 50%;
}

.casestudy-banner-slides .owl-dots .owl-dot.active {
  background-color: #1498fd;
  opacity: 1 !important;
}

.casestudy-banner-slides .owl-dots .owl-dot.active::after {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100%);
  z-index: 1;
  content: "";
  background-color: #1498fd !important;
  opacity: 1 !important;
  /* border: 2px solid #237cb9; */
  left: -4px;
  top: 0px;
  border-radius: 3px;
}

.single-casestudy-banner-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 150px;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
}

.single-casestudy-banner-slide .slide-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100vh;
}

.single-casestudy-banner-slide .slide-content .slide-text {
  padding-left: 2rem;
  padding-right: 1rem;
}


/* LEARNING SLIDE */
.learning-slides {
  position: relative;
  z-index: 1;
}

.learning-slides .owl-video-wrapper {
  height: 90%;
  width: 80%;
  margin: 0 auto;
}

.learning-slides .item-video {
  position: absolute;
  height: 100vh;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
}

.learning-slides .owl-prev,
.learning-slides .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.11);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 0;
  margin-top: -15px;
  color: #ffffff;
  display: none;
}

.learning-slides .owl-next {
  left: auto;
  right: 0;
}

.learning-slides .owl-dots {
  position: fixed;
  width: 100%;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;  */
}

.learning-slides .owl-dots .owl-dot {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  max-width: 8px;
  background-color: #cbcbcb;
  border-radius: 50%;
}

.learning-slides .owl-dots .owl-dot.active {
  background-color: #1498fd;
}

.learning-slides .owl-dots .owl-dot.active::after {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  z-index: 1;
  content: "";
  border: 2px solid #1498fd;
  left: -4px;
  top: -4px;
  border-radius: 50%;
}

.single-learning-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
}

.single-learning-slide .slide-content {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}

.item-video-navmenu {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 99999;
  background: rgb(0, 0, 0, 0.5);
  margin: 0;
  padding-bottom: 25px;
}

.item-video-navmenu .video-icon {
  height: 100px;
  width: auto !important;
  margin: 0 auto;
}

@media only screen and (min-width: 300px) and (max-width: 900px) {
  .single-learning-slide .slide-content img {
    max-height: 100vh;
    width: auto;
    margin: 0 auto;
  }

}


/* Setting Card CSS */
.settings-card {
  margin-bottom: .5rem;
  border-radius: .25rem;
}

.settings-card .card-body {
  padding: .75rem 1rem;
}

.settings-card:last-child {
  margin-bottom: 0;
}

.single-settings {
  position: relative;
  z-index: 1;
}

.single-settings .title {
  font-size: 14px;
}

.single-settings .title i {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #8A4821;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  border-radius: .25rem;
  margin-right: .5rem;
  font-size: 14px;
}

.single-settings .title span span {
  font-size: 10px;
  margin-left: 0.5rem;
}

.single-settings .data-content {
  font-size: 13px;
  font-weight: 700;
}

.single-settings .data-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-settings .data-content i {
  margin-left: 0.25rem;
}

.single-settings .toggle-button-cover {
  position: relative;
  z-index: 1;
}

.single-settings .knobs,
.single-settings .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.single-settings .button.r {
  position: relative;
  width: 45px;
  height: 21px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.single-settings .button.r,
.single-settings .button.r .layer {
  border-radius: 100px;
}

.single-settings .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.single-settings .knobs {
  z-index: 2;
}

.single-settings .layer {
  width: 100%;
  background-color: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}

.single-settings .knobs:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  background-color: #ea4c62;
  border-radius: 50%;
  -webkit-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.single-settings .checkbox:active+.knobs:before {
  width: 45px;
  border-radius: 100px;
}

.single-settings .checkbox:checked:active+.knobs:before {
  margin-left: -26px;
}

.single-settings .checkbox:checked+.knobs:before {
  content: '';
  left: 24px;
  background-color: #100DD1;
}

.single-settings .checkbox:checked~.layer {
  background-color: #fef8ff;
}

/* Catagory Card CSS */
.catagory-card {
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.catagory-card a {
  display: block;
}

.catagory-card i {
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
  display: block;
  color: #100DD1;
}

.catagory-card span {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #747794;
}

.catagory-card:hover,
.catagory-card:focus {
  background-color: #fef8ff;
}

.catagory-card:hover span,
.catagory-card:focus span {
  color: #100DD1;
}

.catagory-single-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 160px;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
}

/* FAQ Search CSS */
.faq-search-form {
  position: relative;
  z-index: 1;
  margin-left: 1rem;
  margin-right: 1rem;
}

.faq-search-form input {
  border-radius: 60px;
  padding-left: 40px;
  font-weight: 700;
  border-width: 2px;
  height: auto !important;
}

.faq-search-form input:focus {
  border-color: #100DD1;
}

.faq-search-form button {
  position: absolute;
  width: 50px;
  height: 37px;
  border: 0;
  background-color: transparent;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 10;
  outline: none !important;
}

.support-wrapper .faq-heading {
  background: #100DD1;
  background: -webkit-gradient(linear, left top, right top, from(#100DD1), to(#00b894));
  background: linear-gradient(to right, #100DD1, #00b894);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

/* Contact CSS */
.form-control {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-color: #ebebeb;
  height: 50px;
  padding: 0.375rem 1rem;
  font-size: 14px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
  background-color: #e7eaf5;
}

.contact-form {
  position: relative;
  z-index: 1;
}

.contact-form .form-group {
  position: relative;
  z-index: 1;
}

.contact-form form>.form-group>label {
  position: absolute;
  text-align: center;
  z-index: 100;
  border-radius: 50%;
  left: 10px;
  font-size: 16px;
  margin-bottom: 0;
  color: #747794;
  top: 11px;
}

.contact-form .form-control {
  border-radius: 6px;
  border: 0;
  color: #747794;
  font-size: 13px;
  background-color: #ffffff;
  height: 46px;
  padding: 0.75rem 1.25rem;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #747794;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #747794;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #747794;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #747794;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #747794;
  opacity: 1;
}

.contact-form textarea.form-control {
  height: 120px;
}

.google-maps-wrap {
  position: relative;
  z-index: 1;
}

.google-maps-wrap iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* Profile Data CSS */
.single-profile-data {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
}

.single-profile-data:last-child {
  margin-bottom: 0;
}

.single-profile-data .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  font-size: 12px;
  color: #020310;
}

.single-profile-data .title i {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #8A4821;
  text-align: center;
  color: #ffffff;
  line-height: 23px;
  border-radius: .25rem;
  margin-right: .4rem;
  font-size: 12px;
}

.single-profile-data .title span {
  line-height: 1;
}

.single-profile-data .data-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  font-size: 13px;
  text-align: right;
  color: #747794;
}

.user-data-card {
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.user-data-card .card-body {
  padding: 1.25rem;
}

.user-data-card .title {
  font-size: 13px;
  color: #020310;
  font-weight: 500;
  margin-bottom: 0;
}

.user-data-card .title i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #00b894;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  border-radius: .25rem;
  margin-right: .4rem;
  font-size: 14px;
}

.user-data-card .form-control {
  height: 36px;
  padding: 0 15px;
  color: #747794;
  font-size: 13px;
}

.user-data-card textarea.form-control {
  height: auto;
  padding: 15px;
}

.change-user-thumb {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
}

.change-user-thumb input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
}

.change-user-thumb button {
  width: 100%;
  height: 100%;
  background-color: #fef8ff;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  z-index: 1;
  border: 1px solid #ebebeb;
}

.user-info-card {
  position: relative;
  z-index: 1;
  background-color: #ffaf00;
  border-color: #ffaf00;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.user-info-card .user-profile {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.user-info-card .user-profile img {
  border-radius: 50%;
}

.sep-line-dotted {
  border-bottom: 1px dotted #ccc;
}

.box-change-pwd {
  /* background: #f8f9fa;
  padding: 10px;
  border-radius: 15px;   */
}


.btn-change-pwd {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
}

.btn-change-pwd:hover,
.btn-change-pwd:focus {
  background: #1498fd;
  border-radius: 40px;
  border-color: #1498fd;
  color: #fff;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Notification CSS */

/* .btnNotificationDetail:active, .btnNotificationDetail:active {
  font-weight: normal !important;
} */
.notification-area {
  position: relative;
  z-index: 1;
}

.notification-area .list-group-item {
  border-color: #ebebeb;
  margin-bottom: 0.5rem;
  border-radius: 6px;
  border-top-width: 1px;
}

.notification-area .list-group-item .noti-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  background: #100DD1;
  background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d3bd1));
  background: linear-gradient(to left, #100DD1, #0d3bd1);
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  margin-right: .75rem;
  border-radius: 50%;
}

.notification-area .list-group-item .noti-icon i {
  line-height: 30px;
}

.notification-area .list-group-item .noti-icon::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffaf00;
  content: "";
  top: -2px;
  right: -2px;
  border-radius: 50%;
  z-index: 1;
}

.notification-area .list-group-item h6 {
  font-size: 14px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #020310;
}

.notification-area .list-group-item p {
  margin-bottom: 0.5rem;
}

.notification-area .list-group-item a {
  font-size: 14px;
}

.notification-area .list-group-item span {
  font-size: 12px;
  display: block;
  color: #747794;
}

.notification-area .list-group-item:first-child {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.notification-area .list-group-item:last-child {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.notification-area .list-group-item.readed {
  /* background-color: #fef8ff;  */
}

.notification-area .list-group-item.readed .noti-icon {
  background: #00b894;
}

.notification-area .list-group-item.readed .noti-icon::before {
  display: none;
}

.notification-area .list-group-item.readed h6 {
  color: #747794;
}

.notification-area .list-group-item:hover h6,
.notification-area .list-group-item:focus h6 {
  color: #100DD1;
}

.notification-area .unread-notifications {
  position: relative;
  z-index: 1;
}

.btnNotificationDetail {
  color: #333;
  font-weight: 400 !important;
}

.UnReadNoti {
  font-weight: 600;
}

/* Night Mode */
#previewPage[data-theme="dark"] {
  background-color: #e7eaf5;
}

#previewPage[data-theme="dark"] body {
  background-color: #e7eaf5;
}

#previewPage[data-theme="dark"] .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
  color: #020310;
}

#previewPage[data-theme="dark"] h1,
#previewPage[data-theme="dark"] h2,
#previewPage[data-theme="dark"] h3,
#previewPage[data-theme="dark"] h4,
#previewPage[data-theme="dark"] h5,
#previewPage[data-theme="dark"] h6 {
  color: #020310;
}

[data-theme="dark"] {
  background-color: #0C153B;
}

[data-theme="dark"] #preloader {
  background-color: #0C153B;
}

[data-theme="dark"] body {
  background-color: #0C153B;
}

[data-theme="dark"] a,
[data-theme="dark"] a:hover,
[data-theme="dark"] a:focus {
  color: #ffffff;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
  color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .header-area {
  background-color: #0C153B;
  -webkit-box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175);
  box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175);
}

[data-theme="dark"] .footer-nav-area {
  background-color: #0C153B;
  -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
  box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
}

[data-theme="dark"] .card {
  border-color: #242644;
  background-color: #242644;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[data-theme="dark"] .footer-nav ul li a {
  color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .footer-nav ul li.active a {
  color: #ffaf00;
}

[data-theme="dark"] .footer-nav ul li a:hover,
[data-theme="dark"] .footer-nav ul li a:focus {
  color: #ffaf00;
}

[data-theme="dark"] .top-search-form form .form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.125);
}

[data-theme="dark"] .btn-warning:hover,
[data-theme="dark"] .btn-warning:focus {
  color: #ffffff;
  background-color: #282958;
  border-color: #282958;
}

[data-theme="dark"] .btn-danger:hover,
[data-theme="dark"] .btn-danger:focus {
  background-color: #282958;
  border-color: #282958;
}

[data-theme="dark"] .btn-primary:hover,
[data-theme="dark"] .btn-primary:focus {
  background-color: #282958;
  border-color: #282958;
}

[data-theme="dark"] .btn-success:hover,
[data-theme="dark"] .btn-success:focus {
  background-color: #282958;
  border-color: #282958;
}

[data-theme="dark"] .btn-info:hover,
[data-theme="dark"] .btn-info:focus {
  background-color: #282958;
  border-color: #282958;
}

[data-theme="dark"] .catagory-card span {
  color: #ffffff;
}

[data-theme="dark"] .catagory-card:hover span,
[data-theme="dark"] .catagory-card:focus span {
  color: #ffaf00;
}

[data-theme="dark"] .flash-sale-card .product-title {
  color: #ffffff;
}

[data-theme="dark"] .flash-sale-card:hover .product-title,
[data-theme="dark"] .flash-sale-card:focus .product-title {
  color: #ffaf00;
}

[data-theme="dark"] .flash-sale-card .sale-price {
  color: #ffffff;
}

[data-theme="dark"] .flash-sale-card .progress-title {
  color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .product-card .product-title {
  color: #ffffff;
}

[data-theme="dark"] .product-card:hover .product-title,
[data-theme="dark"] .product-card:focus .product-title {
  color: #ffaf00;
}

[data-theme="dark"] .product-card .btn:hover,
[data-theme="dark"] .product-card .btn:focus {
  background-color: #ea4c62;
  border-color: #ea4c62;
}

[data-theme="dark"] .horizontal-product-card .product-description .product-title {
  color: #ffffff;
}

[data-theme="dark"] .horizontal-product-card:hover .product-title,
[data-theme="dark"] .horizontal-product-card:focus .product-title {
  color: #ffaf00;
}

[data-theme="dark"] .horizontal-product-card .product-description .sale-price {
  color: #ffaf00;
}

[data-theme="dark"] .page-nav li a {
  background-color: #332858;
  color: #ffffff;
}

[data-theme="dark"] .page-nav li a:hover,
[data-theme="dark"] .page-nav li a:focus {
  color: #ffaf00;
}

[data-theme="dark"] .cart-table table tbody tr {
  background-color: transparent;
}

[data-theme="dark"] .cart-table table a {
  color: #ffffff;
}

[data-theme="dark"] .cart-table table a:hover,
[data-theme="dark"] .cart-table table a:focus {
  color: #ffaf00;
}

[data-theme="dark"] .cart-table img {
  border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .back-button a {
  color: #ffffff;
}

[data-theme="dark"] .back-button a:hover,
[data-theme="dark"] .back-button a:focus {
  color: #ffaf00;
}

[data-theme="dark"] .filter-option {
  color: #ffaf00;
}

[data-theme="dark"] .type-text-form {
  background-color: #0C153B;
}

[data-theme="dark"] .type-text-form {
  -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
  box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
}

[data-theme="dark"] .type-text-form .form-control,
[data-theme="dark"] .type-text-form .file-upload span,
[data-theme="dark"] .type-text-form button[type="submit"] {
  background-color: #0C153B;
}

[data-theme="dark"] .type-text-form button[type="submit"] {
  color: #ffffff;
  outline: none;
}

[data-theme="dark"] .user-info-card {
  background-color: #ffaf00;
  border-color: #ffaf00;
}

[data-theme="dark"] .user-info-card h5 {
  color: #ffffff;
}

[data-theme="dark"] .user-data-card .title {
  color: #ffffff;
}

[data-theme="dark"] .cart-table table tbody tr {
  border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .pay-credit-card-form small a {
  color: #ffffff;
}

[data-theme="dark"] .pay-credit-card-form small a:hover,
[data-theme="dark"] .pay-credit-card-form small a:focus {
  color: #ffaf00;
}

[data-theme="dark"] .single-payment-method a {
  background-color: #ea4c62;
}

[data-theme="dark"] .single-payment-method a h6 {
  color: #ffffff;
}

[data-theme="dark"] .single-payment-method a:hover h6,
[data-theme="dark"] .single-payment-method a:focus h6 {
  color: #100DD1;
}

[data-theme="dark"] .billing-information-title-card {
  border-color: transparent;
}

[data-theme="dark"] .shipping-method-choose-title-card {
  border-color: transparent;
}

[data-theme="dark"] .language-area-wrapper input[type="radio"]:checked~label,
[data-theme="dark"] .shipping-method-choose input[type="radio"]:checked~label {
  color: #ffffff;
  background-color: rgba(16, 13, 209, 0.7);
}

[data-theme="dark"] .language-area-wrapper input[type="radio"]:checked~.check::before,
[data-theme="dark"] .shipping-method-choose input[type="radio"]:checked~.check::before {
  background: #ffffff;
}

[data-theme="dark"] .language-area-wrapper input[type="radio"]:checked~.check,
[data-theme="dark"] .shipping-method-choose input[type="radio"]:checked~.check {
  border-color: #ffffff;
}

[data-theme="dark"] .list-group-item {
  background-color: #242644;
  border-color: #242644 !important;
  color: #ffffff !important;
}

[data-theme="dark"] .notification-area .list-group-item h6 {
  color: #ffffff;
}

[data-theme="dark"] .notification-area .list-group-item:hover h6,
[data-theme="dark"] .notification-area .list-group-item:focus h6 {
  color: #ffaf00;
}

[data-theme="dark"] .notification-area .list-group-item.readed {
  background-color: #0C153B;
}

[data-theme="dark"] .single-settings .button.r {
  border-color: rgba(255, 255, 255, 0.15);
}

[data-theme="dark"] .single-settings .data-content a:hover,
[data-theme="dark"] .single-settings .data-content a:focus {
  color: #ffaf00;
}

[data-theme="dark"] .layout-options a {
  background-color: #242644;
}

[data-theme="dark"] .layout-options a:hover,
[data-theme="dark"] .layout-options a:focus,
[data-theme="dark"] .layout-options a.active {
  background-color: #ea4c62;
}

[data-theme="dark"] .post-content,
[data-theme="dark"] .selection-panel.bg-white,
[data-theme="dark"] .product-title-meta-data.bg-white,
[data-theme="dark"] .cart-form-wrapper.bg-white,
[data-theme="dark"] .p-specification.bg-white,
[data-theme="dark"] .rating-and-review-wrapper.bg-white,
[data-theme="dark"] .ratings-submit-form.bg-white {
  background-color: #242644 !important;
}

[data-theme="dark"] .p-wishlist-share a {
  color: #ea4c62;
}

[data-theme="dark"] .p-wishlist-share a:last-child {
  color: #ffaf00;
}

[data-theme="dark"] .single-user-review {
  border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .accordian-card .accordian-header button {
  color: #ffaf00;
}

[data-theme="dark"] .accordian-card .accordian-header button.collapsed>span {
  color: #ffffff;
}

[data-theme="dark"] .faq-search-form input {
  border-color: transparent;
}

[data-theme="dark"] .product-card .delete-btn,
[data-theme="dark"] .horizontal-product-card .product-thumbnail-side .delete-btn {
  color: #020310;
}

[data-theme="dark"] .product-title-meta-data::after {
  background-image: url(https://rohto.trainingapp.vn/img/core-img/curve2.png);
}

[data-theme="dark"] .product-card .wishlist-btn {
  color: #ea4c62;
}

[data-theme="dark"] .catagory-card i {
  color: #ffaf00;
}

[data-theme="dark"] .blog-catagory-card a i {
  color: #ffaf00;
}

[data-theme="dark"] .blog-catagory-card a span {
  color: #ffffff;
}

[data-theme="dark"] .blog-catagory-card a span:hover,
[data-theme="dark"] .blog-catagory-card a span:focus {
  color: #ffaf00;
}

[data-theme="dark"] .post-meta-data a span {
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .post-meta-data a span:hover,
[data-theme="dark"] .post-meta-data a span:focus {
  border-color: #ffaf00;
  color: #ffaf00;
}

[data-theme="dark"] .ratings-submit-form textarea.form-control {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}

[data-theme="dark"] .blog-card .post-content .post-title {
  color: #ffffff;
}

[data-theme="dark"] .blog-card .post-content .post-title:hover,
[data-theme="dark"] .blog-card .post-content .post-title:focus {
  color: #ffaf00;
}

[data-theme="dark"] .blog-card .post-content .post-meta a,
[data-theme="dark"] .blog-card .post-content .post-meta span {
  color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .blog-card .post-content .post-meta a:hover,
[data-theme="dark"] .blog-card .post-content .post-meta a:focus,
[data-theme="dark"] .blog-card .post-content .post-meta span:hover,
[data-theme="dark"] .blog-card .post-content .post-meta span:focus {
  color: #ffffff;
}

[data-theme="dark"] .blog-card .post-content .bg-shapes .circle1,
[data-theme="dark"] .blog-card .post-content .bg-shapes .circle2,
[data-theme="dark"] .blog-card .post-content .bg-shapes .circle3,
[data-theme="dark"] .blog-card .post-content .bg-shapes .circle4 {
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .featured-product-card .product-description .product-title {
  color: #ffffff;
}

[data-theme="dark"] .featured-product-card .product-description .product-title:hover,
[data-theme="dark"] .featured-product-card .product-description .product-title:focus {
  color: #ffaf00;
}

[data-theme="dark"] .cart-table .qty-text,
[data-theme="dark"] .form-control {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

[data-theme="dark"] .cart-table .qty-text::-webkit-input-placeholder,
[data-theme="dark"] .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

[data-theme="dark"] .cart-table .qty-text::-moz-placeholder,
[data-theme="dark"] .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

[data-theme="dark"] .cart-table .qty-text:-ms-input-placeholder,
[data-theme="dark"] .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

[data-theme="dark"] .cart-table .qty-text::-ms-input-placeholder,
[data-theme="dark"] .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

[data-theme="dark"] .cart-table .qty-text::placeholder,
[data-theme="dark"] .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

[data-theme="dark"] .cart-table .qty-text option,
[data-theme="dark"] .form-control option {
  border-color: transparent !important;
  background-color: #0C153B;
  color: #ffffff !important;
}

[data-theme="dark"] .register-form .form-control {
  background-color: transparent !important;
}

[data-theme="dark"] .register-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.7;
}

[data-theme="dark"] .register-form .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
}

[data-theme="dark"] .register-form .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.7;
}

[data-theme="dark"] .register-form .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.7;
}

[data-theme="dark"] .register-form .form-control::placeholder {
  color: #ffffff;
  opacity: 0.7;
}

[data-theme="dark"] .agent-message-content .agent-message-text p {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

[data-theme="dark"] .faq-search-form button {
  color: #ffffff;
}

[data-theme="dark"] .form-check-input {
  background-color: #332858;
}

[data-theme="dark"] .cart-form .quantity-button-handler {
  border: transparent;
  background-color: #332858;
  color: #ffffff;
}

[data-theme="dark"] .flash-sale-panel {
  background-color: #242644 !important;
}

[data-theme="dark"] .btn-warning {
  color: #020310;
}

[data-theme="dark"] .pwa-install-alert {
  background-color: #242644 !important;
}

[data-theme="dark"] .pwa-install-alert .btn-close {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

[data-theme="dark"] .featured-product-card .product-description .sale-price,
[data-theme="dark"] .product-card .sale-price {
  color: #ffaf00;
}

[data-theme="dark"] .product-catagories a {
  background-color: #242644;
}

[data-theme="dark"] .single-order-status.active .order-text h6 {
  color: #ffaf00;
}

[data-theme="dark"] .single-order-status .order-icon {
  background-color: transparent;
  color: #747794;
  border: 0;
}

[data-theme="dark"] .single-order-status.active .order-icon {
  background-color: #332858;
  border: 0;
  color: #ffffff;
}

[data-theme="dark"] .single-order-status.active .order-status svg {
  color: #ffaf00;
}

[data-theme="dark"] .my-order-wrapper .card::after {
  border-right: 2px dashed rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .featured-product-card .product-thumbnail-side .wishlist-btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ea4c62;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

[data-theme="dark"] .related-product-wrapper {
  background-color: #242644;
}

[data-theme="dark"] .single-related-product-slide {
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .vendor-tabs {
  background-color: #332858;
}

[data-theme="dark"] .nav-tabs .nav-item.show .nav-link,
[data-theme="dark"] .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #ea4c62;
  border-color: transparent;
}

[data-theme="dark"] .otp-form select.form-select {
  background-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .agent-message-content .agent-message-text .writing-mode {
  background-color: rgba(255, 255, 255, 0.2);
}


/* overwrite boostrap css */
.form-check-input:checked {
  background-color: #1498fd;
  border-color: #1498fd;
}



hr.gradient-line-style {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
  margin: 10px 0px;
}

hr.gradient-style {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin: 10px 0px;
}

hr.dotted-style {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
  margin: 10px 0px;
}

hr.solid {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
  margin: 10px 0px;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  
  .test-wrapper {
    background: url(https://rohto.trainingapp.vn/img/bg/bg-test-m.jpg) top right;
    background-size: cover;
  }

  .achievements-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .learning_chart_status {
    min-height: auto !important;
  }
  
  .learning_chart_skill {
    min-height: auto !important;
  }

  /* .learning-slides-report .card-item {
    margin-left: 0px !important;
  } */

  /* .learning-slides-report .card-item {
    min-width: 95% !important;
  } */
  .maptitle {
    font-size: 20px !important;
  }

  .maptitle span.completed {
    font-size: 18px !important;
  }
  
  #stafflistUL li a {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    top: auto;
  }

  #stafflistUL li a.btnRptSalesSkill {
    margin-right: 5px;
    margin-left: 60px;
    right: inherit;
  }

  #stafflistUL li a.btnPhoneNo {
    margin-right: 5px;
    margin-left: 60px;
    right: inherit;
  }

  #stafflistUL li a.btnAddTask {
    margin-right: 10px;
    /* margin-left: 60px; */
    right: inherit;
  }

  #stafflistUL li .staffname {
    width: 100%;
    padding-right: 60px;
  }

  #tasklistUL li a {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    top: auto;
    font-size: 14px;
  }

  #tasklistUL li a.btnRemoveTask {
    margin-right: 5px;
    right: inherit;
  }

  #tasklistUL li a.btnEditTask {
    margin-right: 5px;
    right: inherit;
  }

  #tasklistUL li a.btnAddTaskResult {
    margin-right: 5px;
    right: inherit;
  }

  a.btnAddTask {
    right: inherit;
  }

  #tasklistUL li .tasktitle {
    width: 100%;
    padding-right: 60px;
  }
}


@media only screen and (min-width: 1200px) {
  .container {
    max-width: 940px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}


@media only screen and (min-width: 1200px) {
  .preview-iframe-wrapper .container.demo-container {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .preview-iframe-wrapper .container.demo-container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-iframe-wrapper .container.demo-container {
    max-width: 720px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .preview-iframe-wrapper .container.demo-container {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .preview-iframe-wrapper .container.demo-container {
    max-width: 540px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    font-size: 1.625rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    font-size: 2rem;
  }
}

/* form.form-search {
  color: #555;
  display: flex;
  padding: 2px;
  border: 1px solid currentColor;
  border-radius: 5px;
} */

/* input[type="search"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
}

input[type="search"]::placeholder {
  color: #bbb;
}

input[type="search"]:focus {
  box-shadow: 0 0 3px 0 #1183d6;
  border-color: #1183d6;
  outline: none;
} */

input.search-query:focus {
  /* box-shadow: 0 0 3px 0 #1183d6; */
  /* border-color: #1183d6; */
  outline: none;
}

input.search-query::placeholder {
  color: #bbb;
}

.search-query {
  width: 100%;
  border: 0px solid #555;
  display: block;
  padding: 7px 5px 7px 40px;
  background: #fff url(/img/icons/search.svg) no-repeat 10px;
  font-size: small;
  border-radius: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}


.dotted-line {
  border-bottom: 1px dotted #ccc;
  margin: 10px 0px 10px 0px;
}

.listview-small-box {
  /* border-radius: 5px; */
  /* padding: 5px 10px; */
  /* color: #fff; */
  display: inline-block;
  font-weight: 400;
  white-space: normal;
  font-size: small;
  /* margin-top: 1px; */
  padding-right: 10px;

}

.bg-gray-light {
  /* background-color: #ececec; */
}
