@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
/*
===========================*/

/* ============= Keyframes ================*/
@-webkit-keyframes notesMembers {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes notesMembers {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes ct-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes ct-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes ct-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes ct-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes ct-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes ct-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@-webkit-keyframes ct-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

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

@keyframes ct-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

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

@-webkit-keyframes ct-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes ct-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes ct-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes ct-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes ct-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes ct-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes ct-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes ct-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ct-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ct-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ct-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes ct-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@-webkit-keyframes ct-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes ct-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes ct-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes ct-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

/* Colors */
.ct-text-primary,
.ct-text-primary:hover,
.ct-text-primary:focus {
  color: #6224dd;
}

.ct-text-secondary,
.ct-text-secondary:hover,
.ct-text-secondary:focus {
  color: #445cc8;
}

.ct-text-primary,
.ct-text-primary:hover,
.ct-text-primary:focus {
  color: #337ab7;
}

.ct-text-success,
.ct-text-success:hover,
.ct-text-success:focus {
  color: #5cb85c;
}

.ct-text-info,
.ct-text-info:hover,
.ct-text-info:focus {
  color: #5bc0de;
}

.ct-text-warning,
.ct-text-warning:hover,
.ct-text-warning:focus {
  color: #f0ad4e;
}

.ct-text-danger,
.ct-text-danger:hover,
.ct-text-danger:focus {
  color: #d9534f;
}

.ct-text-dark,
.ct-text-dark:hover,
.ct-text-dark:focus {
  color: #2f1760e8;
}

.bg-primary {
  background-color: #6224dd;
}

.bg-secondary {
  background-color: #445cc8;
}

.bg-success {
  background-color: #29ab29;
}

.bg-info {
  background-color: #5bc0de;
}

.bg-warning {
  background-color: #f0ad4e;
}

.bg-danger {
  background-color: #d9534f;
}

.bg-dark {
  background-color: #2f1760e8;
}

.bg-light {
  background-color: #878793;
}

.bg-gradient-primary {
  background-color: #0ab1e8;
  background-image: linear-gradient(to right, #0ab1e8, #28f39a);
}

.bg-gradient-secondary {
  background-color: #926afe;
  background-image: linear-gradient(to right, #926afe, #bd9aff);
}

.bg-gradient-success {
  background-color: #12b252;
  background-image: linear-gradient(to right, #12b252, #31e97a);
}

.bg-gradient-warning {
  background-color: #fea837;
  background-image: linear-gradient(to right, #fea837, #fed257);
}

.bg-gradient-danger {
  background-color: #eb025d;
  background-image: linear-gradient(to right, #eb025d, #fe4749);
}

.bg-gradient-info {
  background-color: #3e60ff;
  background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}

.bg-gradient-light {
  background-color: #5f5f67;
  background-image: linear-gradient(to right, #5f5f67, #858591);
}

.bg-gradient-dark {
  background-color: #252434;
  background-image: linear-gradient(to right, #252434, #3a3850);
}

.bg-facebook {
  background-color: #3b5997;
}

.bg-twitter {
  background-color: #3da4f1;
}

.bg-linkedin {
  background-color: #0177b5;
}

.bg-instagram {
  background: linear-gradient(to top right, #fa7e1e, #d82a74, #9a2ebc, #4f5bd5);
}

.bg-youtube {
  background-color: #fe0000;
}

.bg-g-plus {
  background-color: #dc4e41;
}

.bg-pinterest {
  background-color: #bd071d;
}

.bg-dropbox {
  background-color: #3d9ae8;
}

.bg-dribble {
  background-color: #ea4c89;
}

/* Style Reset */
body {
  padding: 0;
}

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

ul {
  list-style: none;
  padding: 0;
}

.ct-scrollable,
.ct-aside-scrollable {
  position: relative;
  overflow-y: auto;
}

.ct-directions {
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #76838f;
  font-size: 12px;
}

/* Typography */
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/Roboto-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/Roboto-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/Roboto-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
}

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

h1 {
  font-size: 24px;
  font-weight: 500;
}

h2 {
  font-size: 18px;
  font-weight: 500;
}

h3 {
  font-size: 14px;
  font-weight: 500;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
  font-weight: 500;
}

h6 {
  font-size: 13px;
}

p {
  font-size: 14px;
}

p,
spans,
.ct-dark-theme .driver-highlighted-element p,
.driver-highlighted-element p,
.driver-highlighted-element span,
.ct-dark-theme .driver-highlighted-element span {
  color: #ffff;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #2f1760e8;
  font-size: 14px;
}

a:hover,
a:active,
a:focus {
  color: #6224dd;
  text-decoration: none;
}

code {
  padding: 5px;
  font-weight: 300;
  font-size: 0.8125rem;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  color: #333333;
  margin-top: 2rem;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.material-icons {
  vertical-align: sub;
  font-weight: 500;
  font-size: 14px;
}

.text-disabled {
  color: #878793;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.section-title {
  margin: 0 0 1.5rem 0;
  font-size: 14px;
}

.w-5 {
  width: 5%;
}

/* Main Panel Module */
.ct-panel {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 6px 1px rgba(65, 65, 78, 0.1);
  -moz-box-shadow: 0 1px 6px 1px rgba(65, 65, 78, 0.1);
  box-shadow: rgba(60, 61, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 60, 67, 0.15) 0px 2px 6px 2px;
  margin-bottom: 30px;
}

.ct-panel.has-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-panel.ct-panel-hoverable:hover {
  background-color: #f5f5f5;
}

.ct-panel.bg-dark {
  background-color: #2f1760e8;
}

.ct-panel.ct-panel-fh {
  height: calc(100% - 2rem);
}

.ct-panel-header {
  position: relative;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-panel-header.header-mini {
  border-bottom: 0;
  padding-bottom: 0;
}

.ct-panel-header p {
  font-size: 13px;
  margin: 0.25rem 0 0 0;
}

.ct-panel-header h6 {
  margin-bottom: 0;
  text-transform: initial;
  font-weight: 700;
}

.ct-panel-header .btn {
  margin-top: 0;
}

.ct-panel-body,
.ct-panel-footer {
  position: relative;
  padding: 1.5rem;
}

.ct-img-small {
  width: 40px;
}

.ct-img-medium {
  width: 65px;
}

.ct-img-large {
  width: 100px;
}

/* Body Content */
.body-content {
  position: relative;
  background: #fcfcfc;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  min-height: 100vh;
}

.horizontal-layout .body-content {
  padding-left: 0;
}

.ct-aside-open .body-content {
  padding-left: 255px;
}

.index-top-wrapper {
  padding: 50px 30px 30px 30px;
}

.ct-content-wrapper {
  padding: 80px 30px 30px 30px;
}

.has-chevron {
  position: relative;
}

.has-chevron::after {
  content: '\e313';
  font-family: 'Material Icons';
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 16px;
  right: 20px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .ct-content-wrapper {
    padding: 65px 10px 10px 10px;
  }
  .index-top-wrapper {
      padding: 12px;
  }
}

@media screen and (max-width: 576px) {
  .has-chevron::after {
    top: 12px;
    right: 10px;
  }

  .ct-panel-body,
  .ct-panel-footer {
    position: relative;
    padding: 0.7rem;
  }
}

.ct-d-block-lg {
  display: block;
}

.ct-d-block-sm {
  display: none;
}

.ct-inline {
  display: inline-block;
  width: auto;
  height: 100%;
}

.ct-img-round {
  border-radius: 50%;
}

.ct-has-notification {
  position: relative;
}

.ct-has-notification::after {
  content: '';
  position: absolute;
  top: -6px;
  right: -3px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  background: #ec4e20;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ct-overflow-style: none;
  touch-action: auto;
  -ct-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 6px;
  right: 0;
  position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.9;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 0;
  position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 7px;
}

@supports (-ct-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ct-high-contrast: active), (-ct-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* Navbar */
.navbar {
  border-radius: 0;
  background: linear-gradient(180deg, #FF9800, #ffa122);
  border-bottom: 1px solid rgba(143, 143, 143, 0.1);
  padding: 0 30px;
  z-index: 999;
  top: 0;
}

.navbar .navbar-nav li a:hover {
  background: transparent;
  color: #374eae;
}

.ct-navbar .ct-nav-link {
  padding: '';
}

.ct-aside-toggler,
.ct-nav-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
}

.ct-aside-toggler .ct-toggler-bar,
.ct-nav-toggler .ct-toggler-bar {
  height: 2px;
  width: 20px;
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.accordion.ct-main-aside {
  margin-bottom: 50px;
}

body:not(.ct-aside-left-open) .ct-aside-toggler .ct-toggler-bar {
  width: 20px;
}

.ct-aside-toggler .ct-toggler-bar:nth-child(2) {
  width: 15px;
}

.ct-aside-toggler .ct-toggler-bar:nth-child(3) {
  width: 10px;
}

.ct-aside-toggler:hover .ct-toggler-bar:nth-child(2),
.ct-aside-toggler:hover .ct-toggler-bar:nth-child(3) {
  width: 20px;
}

.ct-navbar .ct-form input.ct-form-input {
  width: 250px;
}

.navbar-nav li.ct-nav-item {
  margin: 0 25px;
}

.ct-inline li.ct-nav-item {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  background: black;
  border-radius: 30px;
}

.ct-inline li.ct-nav-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ct-inline li.ct-nav-item a span {
  font-weight: 500 !important;
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .ct-inline li.ct-nav-item {
    padding: 6px;
  }

  .ct-aside-left.side-nav {
    display: block;
    position: fixed !important;
    top: 55px !important;
  }
}

@media screen and (max-width: 576px) {
  .ct-inline li.ct-nav-item {
    padding: 8px;
  }
}

.ct-navbar li.ct-nav-item .ct-user-img {
  display: block;
  vertical-align: middle;
  max-width: 40px;
  cursor: pointer;
}

.ct-navbar .ct-nav-list li.ct-nav-item:last-child {
  padding-right: 0;
  margin-top: 10px;
}

.ct-inline li.ct-nav-item a i[class^='flaticon-']::before,
.ct-inline li.ct-nav-item a i[class*=' flaticon-']::before {
  font-size: 22px;
  color: #6224dd;
}

.ct-navbar .dropdown-menu {
  min-width: 300px;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .ct-navbar .dropdown-menu {
    min-width: 250px;
    margin: 7px auto;
  }
}

.navbar .has-chevron::after {
  top: 0;
  right: auto;
  left: 110%;
}

.ct-horizontal-layout .ct-navbar {
  justify-content: flex-end;
}

.ct-horizontal-layout .ct-navbar .logo-sn {
  flex: 1;
}

.ct-horizontal-layout .ct-panel .navbar {
  padding: 0;
}

.ct-horizontal-layout .ct-panel .navbar .nav-item {
  position: relative;
  flex: 1;
}

.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item {
  font-size: 14px;
  padding: 0.5rem 0;
}

.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item.active {
  border-bottom: 3px solid #445cc8;
}

.ct-horizontal-layout .ct-panel .navbar .navbar-nav li a.media:hover {
  background: #e4e3e8;
}

.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item.active>a,
.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item.active>a span,
.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item>a:hover span,
.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item>a:hover span.has-chevron::after,
.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item.active>a .has-chevron::after {
  color: #445cc8;
}

.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item>a {
  display: block;
  padding: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item:last-child>a {
  border-right: 0;
}

.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item .dropdown-menu {
  width: 100%;
}

.ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item>a span i {
  margin-right: 5px;
}

/* Aside Navigation */
.side-nav {
  left: 0;
  display: flex;
  flex-direction: column;
  width: 255px;
  margin: 0;
  height: 100%;
  float: left;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s transform;
  transition: 0.3s transform;
  list-style-type: none;
  padding: 0;
  background-color: #faf0fc;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.ct-aside-left.side-nav {
  width: 255px;
  transition: 0.5s all;
}

.ct-aside-left-open .ct-aside-left.side-nav {
  transform: translateX(0);
  width: 0;
}

.ct-aside-left.side-nav {
  display: block;
  position: fixed !important;
  top: 60px;
}

@media screen and (max-width: 1025px) {
  .ct-aside-left-open .ct-aside-left.side-nav {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .side-nav .menu-item a {
    padding: 15px 0 15px 15px;
  }

  .ct-aside-left-open .logo-sn a img {
    max-width: 111px !important;
  }
}

@media screen and (max-width: 576px) {
  .ct-aside-left-open .ct-aside-left.side-nav {
    transform: translateX(0%);
    width: 190px;
    left: -100%;
  }

  .ct-aside-left.side-nav {
    transform: translateX(0%);
    width: 190px;
    position: fixed;
    top: 70px;
    left: 0;
    padding-bottom: 60px;
  }

  .side-nav .menu-item a {
    padding: 15px 0 15px 15px !important;
  }

  .ct-navbar {
    position: fixed;
    width: -webkit-fill-available !important;
  }
}

.body-content {
  padding-left: 255px;
}

.ct-aside-left-open .body-content {
  padding-left: 0;
}

.ct-aside-left-open .logo-sn a img {
  max-width: 150px;
}

.logo-sn a img {
  max-width: 172px;
}

.ct-aside-right-open .body-content {
  padding-right: 350px;
}

.ct-aside-left-open span.respon-menu-item {
  display: block;
}

/* 
span.respon-menu-item {
  display: none;
} */

.nav-box-shdao {
  position: fixed !important;
  z-index: 1000 !important;
  transition: all 0.3s ease;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100% !important;
  padding: 5px 15px !important;

}

.side-nav ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0;
}

.side-nav .logo-sn,
/* .side-nav .menu-item ul {
  background-color: rgb(220, 139, 33);
} */

.side-nav .logo-sn a {
  display: block;
  padding: 5px 0;
}

.side-nav ul li.menu-item {
  padding: 0;

  background: linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 255, 255));
  margin: 2px 0px;
}

.side-nav .menu-item a {
  position: relative;
  display: block;
  padding: 15px 0 15px 15px;
  color: #6a6a6a;
  -webkit-transition: 0s;
  transition: 0s;
  display: flex;
  align-items: center;
}

.side-nav .menu-item a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #6a6a6a;
}

.side-nav .menu-item a.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #FF9800;
}

.side-nav .menu-item ul li a.active::before {
  left: auto;
  right: 0;
  top: 12px;
  height: 30px;
}

.side-nav li.menu-item a:hover,
.side-nav li.menu-item a:hover span,
.side-nav li.menu-item a.active,
.side-nav li.menu-item a.active span,
.side-nav li.menu-item ul li a.active {
  color: #1d1d1d;
}

.side-nav .menu-item ul {
  padding-left: 40px;
}

.side-nav .has-chevron:hover::after {
  color: #fff;
}

.side-nav a[aria-expanded='false']::after {
  transform: rotate(0);
}

.side-nav a[aria-expanded='true']::after {
  transform: rotate(180deg);
}

.side-nav li.menu-item a i {
  margin-right: 20px;
  font-size: 20px;
}

/* Aside Right */
.side-nav.ct-aside-right {
  transform: translate(100%);
  left: auto;
  right: 0;
  top: 0;
  min-width: 350px;
  z-index: 1001;
  background: #fff;
}

.side-nav.ct-aside-right.ct-aside-open {
  transform: translate(0);
  -webkit-box-shadow: 2px 0 75px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 0 75px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 75px 0 rgba(0, 0, 0, 0.16);
}

.ct-aside-header {
  padding: 15px 25px 0;
}

.ct-aside-header ul li {
  flex: 2;
}

.ct-aside-header ul li:last-child {
  flex: 1;
  text-align: center;
  padding: 4px;
}

.ct-aside-header ul li:last-child button.close {
  float: none;
}

.ct-aside-body {
  padding: 15px 25px;
}

ul.ct-activity-log>li {
  position: relative;
  margin: 20px 0 35px;
  padding-left: 50px;
}

ul.ct-activity-log>li:first-child {
  margin-top: 0;
}

ul.ct-activity-log>li::before {
  content: ' ';
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 14px;
  width: 1px;
  height: 125%;
  z-index: 400;
}

ul.ct-activity-log>li:last-child::before {
  display: none;
}

ul.ct-activity-log h6 {
  font-size: 15px;
  margin-bottom: 2px;
}

ul.ct-activity-log span {
  font-size: 10px;
}

ul.ct-activity-log span i {
  margin-right: 5px;
}

ul.ct-activity-log .icon {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 400;
}

ul.ct-activity-log>li:hover .icon {
  -webkit-box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.4);
}

.ct-img-overlay-link {
  position: relative;
}

.ct-img-overlay-link::before {
  content: '\f0c1';
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 50px;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0, 4.46, 1, 0.35);
  transition: 0.3s cubic-bezier(0, 4.46, 1, 0.35);
  visibility: hidden;
  transform: scale(0.5);
}

.ct-img-overlay-link:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.ct-recent-post img {
  border-radius: 3px;
}

.ct-recent-post h6 {
  font-size: 15px;
  margin: 2px 0;
}

.ct-recent-post span {
  font-size: 10px;
  margin-right: 5px;
}

.ct-aside-overlay.ct-overlay-right {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
}

/* Quick Bar */

i.ct-confirm-trigger:hover,
a.ct-confirm-trigger:hover {
  color: #5cb85c;
  cursor: pointer;
}

.ct-qa-card .dropdown-menu {
  min-width: 200px;
}

.ct-qa-card .dropdown-menu .media img {
  width: 30px;
}

.ct-qa-card .ct-dropdown-list {
  max-height: 10rem;
}

.ct-invite-member {
  width: 60%;
  margin: 0 auto;
}

.ct-invite-member i::before {
  font-size: 80px;
}

@media (max-width: 576px) {

  .navbar,
  .ct-logged-out .navbar {
    padding: 0.25rem 5px !important;
  }

  span.respon-menu-item {
    display: block !important;
  }
}

@media (max-width: 576px) {

  .ct-aside-toggler,
  .ct-nav-toggler {
    padding: 0.25rem;
    font-size: 1rem;
  }

  .ct-d-block-sm {
    display: none;
  }
}

@media (max-width: 1024px) {

  .ct-d-block-lg {
    display: none;
  }

  .ct-d-block-sm {
    display: block;
  }

  .body-content,
  .ct-has-quickbar .body-content,
  .ct-aside-left-open .body-content {
    padding-right: 0;
    padding-left: 0;
  }

  .ct-aside-right-open .body-content {
    padding-right: 0;
  }

  .navbar,
  .ct-logged-out .navbar {
    padding: 0.25rem 15px;
  }

  .ct-navbar .ct-nav-list {
    position: absolute;
    width: 100%;
    background-color: #2f1760e8;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: right;
    padding: 0 1.25rem;
    opacity: 0;
    visibility: hidden;
  }

  .ct-dark-theme .ct-navbar .ct-nav-list {
    background-color: #252851;
  }

  .ct-navbar .ct-nav-list.ct-inline {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: auto;
  }

  .ct-nav-list.ct-slide-down {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .ct-nav-toggler {
    border-left: 0;
  }

  .ct-navbar .ct-nav-list .ct-search-form {
    display: none;
  }

  .ct-horizontal-layout .ct-panel .navbar {
    padding: 0.25rem 15px;
  }

  .ct-horizontal-layout .ct-panel .navbar .ct-nav-toggler {
    padding: 0.25rem 0;
  }

  .ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item>a {
    border-right: 0;
  }

  .ct-horizontal-layout .ct-panel .navbar .navbar-nav .dropdown-menu {
    display: none;
  }

  .ct-horizontal-layout .ct-panel .navbar .navbar-nav .dropdown-menu.show {
    display: block;
  }

  .ct-horizontal-layout .ct-panel .navbar .navbar-nav li.nav-item.active {
    border-bottom: 0;
  }

  .ct-horizontal-layout .ct-panel .navbar .navbar-nav .dropdown-menu a {
    justify-content: center;
  }

  .ct-horizontal-layout .ct-panel .navbar .navbar-nav .dropdown-toggle::after {
    -webkit-transform: rotate(95deg);
    transform: rotate(95deg);
    margin-top: 3px;
    margin-left: 10px;
  }

  .ct-panel.ct-panel-fh {
    height: auto;
  }
}

/* Footer */

/* Dropdowns */
.dropdown-menu {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  top: 0;
  opacity: 0;
  -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.ct-dropdown-list {
  max-height: 18rem;
}

.dropdown-header {
  padding: 0.5rem;
}

.media {
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0s;
  transition: 0s;
}

.dropdown-menu .media:hover {
  background: #e9ecef;
}

.dropdown-toggle::after {
  vertical-align: 0.155em;
}

.user-dropdown.dropdown-menu {
  min-width: 200px;
  right: 0px;
}

.dropdown-menu .media img {
  width: 40px;
}

.dropdown-menu.dropright .dropdown-menu,
.dropdown-menu.dropleft .dropdown-menu {
  top: 0;
}

.dropdown-menu.dropleft li a:not(.dropdown-toggle) {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .ct-nav-list .dropdown {
    position: static;
  }

  .ct-navbar .dropdown-menu {
    width: auto;
    margin: 10px auto;
    right: 15px;
  }
}

/* Widgets */
.ct-widget.ct-has-new-msg .msg-count {
  top: -7px;
  right: 9px;
  left: auto;
}

.ct-notification-widget i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f0f0fa;
  color: #6224dd;
  margin-right: 1rem;
  font-size: 20px;
}

.PPC-alt {
  color: #3fa30c;
}

.ETH {
  color: #4e8ee8;
}

.ZEC-alt {
  color: #e5a93d;
}

.ADA-alt {
  color: #3cc8c8;
}

.EOS-alt {
  color: #19191a;
}

.badge-blue-blue {
  background: #d9d8fa;
  color: #1b00b1 !important;
}

.ct-widget.ct-chat-conversations .ct-panel-footer {
  padding: 0;
}

.ct-followers.ct-list .ct-list-item {
  padding: 1rem;
  margin-bottom: 0;
}

.ct-followers li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-followers li:last-child {
  border-bottom: 0;
}

.ct-followers li h4 {
  margin-bottom: 0;
}

.ct-followers li button {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ct-followers .ct-list-item.media i {
  margin-right: 0;
}

.ct-profile-widget {
  text-align: center;
}

.ct-profile-widget .ct-user-img {
  position: absolute;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 2;
  border: 3px solid #0ab1e8;
}

.ct-card.ct-profile-widget .ct-card-img {
  position: relative;
  z-index: 1;
}

.ct-card.ct-profile-widget .ct-card-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right,
      rgba(10, 177, 232, 0.7),
      rgba(40, 243, 154, 0.7));
  z-index: 1;
}

.ct-card.ct-profile-widget .ct-card-body {
  padding-top: 65px;
}

.ct-profile-widget h2 {
  margin-top: 1rem;
}

.ct-profile-widget button {
  margin: 0;
}

.ct-profile-widget span {
  display: block;
  margin-bottom: 1rem;
}

.ct-profile-widget .ct-profile-stats {
  padding: 1rem 0 0 0;
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.ct-email-widget .form-group {
  position: relative;
}

.ct-email-widget .form-group input+.ct-cc {
  position: absolute;
  right: 0.75rem;
  top: 8px;
  color: #6224dd;
}

.ct-crypto-widget .table {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.ct-infographics-widget .media-body p {
  margin-bottom: 0;
}

.ct-infographics-widget.has-graph canvas {
  position: absolute;
  top: 1rem;
  right: 0;
  height: 70% !important;
  width: 170px !important;
}

.ct-infographics-widget.has-graph i,
.ct-infographics-widget.has-graph-full-width i.cc {
  font-size: 40px;
  margin-right: 1rem;
}

.ct-infographics-widget.has-graph-full-width {
  position: relative;
}

.ct-infographics-widget.has-graph-full-width .ct-card-body {
  padding-bottom: 0;
}

.ct-infographics-widget.has-graph-full-width canvas {
  height: 60px !important;
  width: 100% !important;
}

.has-graph-full-width .ct-chart-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  padding: 0.25rem 0.75rem;
}

.ct-infographics-widget.has-graph .ct-card-body+p {
  margin: 1rem;
  margin-top: 0;
  color: #240c57;
  display: flex;
  justify-content: space-between;
}

.ct-infographics-widget.has-graph h6 {
  margin-bottom: 0;
}

.ct-infographics-widget .ct-card-body h6 {
  text-transform: uppercase;
}

.ct-card-change,
.ct-card-change i {
  font-size: 1.5rem;
}

.ct-infographics-widget .ct-card-body+i {
  position: absolute;
  top: 1rem;
  right: 3rem;
  color: rgba(255, 255, 255, 0.4);
}

.ct-infographics-widget .ct-card-body+i::before {
  font-size: 4rem;
}

.ct-identifier-widget.bg-primary {
  background-color: #6224dd;
}

.ct-identifier-widget.bg-secondary {
  background-color: #445cc8;
}

.ct-identifier-widget.bg-success {
  background-color: #5cb85c;
}

.ct-identifier-widget.bg-info {
  background-color: #5bc0de;
}

.ct-identifier-widget.bg-warning {
  background-color: #f0ad4e;
}

.ct-identifier-widget.bg-danger {
  background-color: #d9534f;
}

.ct-identifier-widget.bg-dark {
  background-color: #2f1760e8;
}

.ct-identifier-widget.bg-light {
  background-color: #878793;
}

.ct-identifier-widget .ct-panel-header h6,
.ct-identifier-widget .ct-panel-body p,
.ct-identifier-widget .ct-panel-body i {
  color: #fff;
}

.ct-identifier-widget .ct-panel-body p {
  margin: 3rem 0;
}

.ct-identifier-widget .ct-panel-body i::before {
  margin-top: 2rem;
  display: block;
  font-size: 3rem;
}

.ct-identifier-widget .ct-panel-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Form Elements */

.ct-list-display li {
  margin-bottom: 1.5rem;
}

textarea {
  resize: none;
}

.ct-form-group {
  position: relative;
  display: block;
  margin: 20px 0;
  width: 100%;
}

.ct-form-group,
.ct-form-group::before,
.ct-form-group::after {
  content: '';
  display: table;
  clear: both;
}

.ct-form-group input.ct-form-input {
  padding: 11px 14px;
  border-radius: 25px;
  border: 0;
  background: #f0f0f7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ct-form-group input.ct-form-input:focus {
  outline: none;
  background: #dedeed;
}

.ct-form-group.has-icon i {
  position: absolute;
  top: 8px;
  right: 20px;
}

.ct-form-group.has-icon label+input+i {
  top: 38px;
  color: #878793;
  font-size: 18px;
}

.ct-form-group label {
  color: #240c57;
  font-weight: 500;
  font-size: 13px;
}

.form-control {
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.input-group-text,
.custom-file-label::after {
  border: 0;
  font-size: 0.875rem;
  color: #878793;
  background-color: #ebebed;
}

.input-group {
  margin-bottom: 1rem;
}

.custom-file-label {
  color: #778087;
}

input[type='submit']:disabled,
button[type='submit']:disabled {
  background: #e4e3e8;
  border-color: #e4e3e8;
  cursor: not-allowed;
}

.input-group-prepend .btn,
.input-group-append .btn {
  margin-top: 0;
}

.ct-switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.ct-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ct-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e4e3e8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ct-switch-slider:before {
  position: absolute;
  content: '';
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}

input:checked+.ct-switch-slider {
  background: #6224dd;
}

input:checked+.ct-switch-slider:before {
  -webkit-transform: translateX(25px);
  -ct-transform: translateX(25px);
  transform: translateX(25px);
  background-color: #fff;
}

.ct-switch-slider.round {
  border-radius: 34px;
}

.ct-switch-slider.round:before {
  border-radius: 50%;
}

.ct-switch-slider.square {
  border-radius: 5px;
}

.ct-switch-slider.square:before {
  border-radius: 5px;
}

.ct-checkbox-wrap {
  position: relative;
  margin-bottom: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.ct-checkbox-wrap input[type='checkbox'],
.ct-checkbox-wrap input[type='radio'] {
  position: absolute;
  top: 4px;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  width: 18px;
  height: 18px;
}

.ct-checkbox-wrap input[type='checkbox']+i.ct-checkbox-check::after,
.ct-checkbox-wrap input[type='checkbox']+i.ct-checkbox-check::before,
.ct-checkbox-wrap input[type='radio']+i.ct-checkbox-check::after,
.ct-checkbox-wrap input[type='radio']+i.ct-checkbox-check::before {
  position: absolute;
  top: 4px;
  left: 0;
}

.ct-checkbox-wrap input[type='checkbox']+i.ct-checkbox-check::before,
.ct-checkbox-wrap input[type='radio']+i.ct-checkbox-check::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #e0e0ef;
  border-width: 2px;
  -webkit-transition: all;
  -moz-transition: all;
  -ct-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.ct-checkbox-wrap input[type='checkbox']:checked+i.ct-checkbox-check::before,
.ct-checkbox-wrap input[type='radio']:checked+i.ct-checkbox-check::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #6224dd;
  background: #6224dd;
  border-width: 2px;
  -webkit-transition: all;
  -moz-transition: all;
  -ct-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.ct-checkbox-wrap input[type='radio']+i.ct-checkbox-check::before,
.ct-checkbox-wrap input[type='radio']:checked+i.ct-checkbox-check::before {
  border-radius: 50%;
}

.ct-checkbox-wrap input[type='checkbox']+i.ct-checkbox-check::after,
.ct-checkbox-wrap input[type='radio']+i.ct-checkbox-check::after {
  content: '\e5ca';
  transition: all 0s;
  -webkit-transition: all 250ms;
  transition-duration: 250ms;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
  opacity: 0;
  font-size: 0.5625rem;
  color: #fff;
  text-align: center;
  width: 18px;
  line-height: 18px;
}

.ct-checkbox-wrap input[type='checkbox']:checked+i.ct-checkbox-check::after,
.ct-checkbox-wrap input[type='radio']:checked+i.ct-checkbox-check::after {
  opacity: 1;
}

.ct-checkbox-wrap input[type='checkbox']:disabled,
.ct-checkbox-wrap input[type='radio']:disabled,
input:disabled+.ct-switch-slider {
  cursor: not-allowed;
}

.ct-checkbox-wrap input[type='checkbox']:disabled+i.ct-checkbox-check::before,
.ct-checkbox-wrap input[type='radio']:disabled+i.ct-checkbox-check::before,
input:disabled+.ct-switch-slider {
  background: #e9ecef;
  border-color: #e9ecef;
}

.ct-checkbox-wrap.ct-checkbox-primary input[type='checkbox']:checked+i.ct-checkbox-check::before,
.ct-checkbox-wrap.ct-checkbox-primary input[type='radio']:checked+i.ct-checkbox-check::before,
input:checked+.ct-switch-slider.ct-switch-primary {
  background: #6224dd;
  border-color: #6224dd;
}

.ct-checkbox-wrap.ct-checkbox-secondary input[type='checkbox']:checked+i.ct-checkbox-check::before,
.ct-checkbox-wrap.ct-checkbox-secondary input[type='radio']:checked+i.ct-checkbox-check::before,
input:checked+.ct-switch-slider.ct-switch-secondary {
  background: #374eae;
  border-color: #374eae;
}

.ct-checkbox-wrap.ct-checkbox-success input[type='checkbox']:checked+i.ct-checkbox-check::before,
.ct-checkbox-wrap.ct-checkbox-success input[type='radio']:checked+i.ct-checkbox-check::before,
input:checked+.ct-switch-slider.ct-switch-success {
  background: #07be6e;
  border-color: #07be6e;
}

.ct-checkbox-wrap.ct-checkbox-warning input[type='checkbox']:checked+i.ct-checkbox-check::before,
.ct-checkbox-wrap.ct-checkbox-warning input[type='radio']:checked+i.ct-checkbox-check::before,
input:checked+.ct-switch-slider.ct-switch-warning {
  background: #fda600;
  border-color: #fda600;
}

.ct-checkbox-wrap.ct-checkbox-danger input[type='checkbox']:checked+i.ct-checkbox-check::before,
.ct-checkbox-wrap.ct-checkbox-danger input[type='radio']:checked+i.ct-checkbox-check::before,
input:checked+.ct-switch-slider.ct-switch-danger {
  background: #f9423c;
  border-color: #f9423c;
}

.ct-checkbox-wrap.ct-checkbox-info input[type='checkbox']:checked+i.ct-checkbox-check::before,
.ct-checkbox-wrap.ct-checkbox-info input[type='radio']:checked+i.ct-checkbox-check::before,
input:checked+.ct-switch-slider.ct-switch-info {
  background: #4f8dca;
  border-color: #4f8dca;
}

.ct-checkbox-wrap.ct-checkbox-dark input[type='checkbox']:checked+i.ct-checkbox-check::before,
.ct-checkbox-wrap.ct-checkbox-dark input[type='radio']:checked+i.ct-checkbox-check::before,
input:checked+.ct-switch-slider.ct-switch-dark {
  background: #262538;
  border-color: #262538;
}

.ct-radio-img input[type='radio'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ct-payment-container {
  display: flex;
}

.ct-payment-container li {
  display: inline-block;
}

.ct-radio-img input[type='radio']+.ct-payment-img {
  padding: 5px;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  max-width: 80px;
}

.ct-radio-img input[type='radio']:checked+.ct-payment-img {
  border-color: #6224dd;
}

/* Form Validation */
.ct-checkbox-wrap .invalid-feedback,
.ct-checkbox-wrap .valid-feedback {
  position: absolute;
  top: 110%;
  min-width: 300px;
  left: 0;
  text-align: left;
}

.invalid-feedback,
.valid-feedback {
  bottom: calc(100% + 10px);
  right: 0;
  text-align: right;
  position: absolute;
}

.ct-checkbox-wrap .invalid-tooltip,
.ct-checkbox-wrap .valid-tooltip {
  min-width: 300px;
  right: auto;
}

.invalid-tooltip,
.valid-tooltip {
  top: auto;
  bottom: calc(100% + 7px);
  right: 0;
}

.invalid-tooltip:before,
.valid-tooltip:before {
  content: '';
  position: absolute;
  top: 99%;
  right: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 6px solid red;
}

.valid-tooltip {
  background-color: #09a561;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #09a561;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #db3c36;
}

.validation-fill.custom-select.is-valid,
.validation-fill .form-control.is-valid,
.validation-fill.was-validated .custom-select:valid,
.validation-fill.was-validated .form-control:valid {
  background-color: #e0ffef;
  color: #09a561;
}

.validation-fill.custom-select.is-invalid,
.validation-fill .form-control.is-invalid,
.validation-fill.was-validated .custom-select:invalid,
.validation-fill.was-validated .form-control:invalid {
  background-color: #ffebea;
  color: #db3c36;
}

.invalid-feedback {
  color: #db3c36;
}

.valid-feedback {
  color: #09a561;
}

.invalid-tooltip {
  background-color: #db3c36;
}

.invalid-tooltip:before {
  border-top-color: #db3c36;
}

.valid-tooltip:before {
  border-top-color: #09a561;
}

/* Form Wizard */
.ct-form-wizard {
  background-color: #fff;
}

.ct-form-wizard .actions ul {
  margin: 2rem 0;
}

.ct-form-wizard .actions ul,
.ct-form-wizard .actions ul::after,
.ct-form-wizard .actions ul::before {
  content: '';
  display: block;
  clear: both;
}

.ct-form-wizard ul[role='tablist'] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.ct-form-wizard ul[role='tablist'] li {
  position: relative;
  background: #e4e3e8;
  margin-right: 10px;
  flex: 1 1 auto;
  text-align: center;
}

.ct-form-wizard ul[role='tablist'] li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ct-form-wizard ul[role='tablist'] li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-top: 20px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
}

.ct-form-wizard ul[role='tablist'] li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 2;
  height: 100%;
  border-top: 20px solid transparent;
  border-left: 20px solid #e4e3e8;
  border-bottom: 20px solid transparent;
}

.ct-form-wizard ul[role='tablist'] li:first-child::before {
  display: none;
}

.ct-form-wizard ul[role='tablist'] li a {
  -webkit-transition: 0s;
  transition: 0s;
  padding: 10px 0;
  display: block;
}

.ct-form-wizard ul[role='tablist'] li.current::after {
  border-left-color: #6224dd;
}

.ct-form-wizard ul[role='tablist'] li.current {
  background-color: #6224dd;
}

.ct-form-wizard ul[role='tablist'] li.done::after {
  border-left-color: #3377e8;
}

.ct-form-wizard ul[role='tablist'] li.done {
  background-color: #3377e8;
}

.ct-form-wizard ul[role='tablist'] li a,
.ct-form-wizard ul[role='tablist'] li a:hover {
  color: #95959e;
}

.ct-form-wizard ul[role='tablist'] li.current a,
.ct-form-wizard ul[role='tablist'] li.done a,
.ct-form-wizard ul[role='tablist'] li.current span,
.ct-form-wizard ul[role='tablist'] li.done span {
  color: #fff;
}

.ct-form-wizard>.content>.title {
  position: absolute;
  left: -1000px;
}

.ct-form-wizard>.content {
  min-height: 18rem;
}

.ct-form-wizard .actions ul li:first-child {
  float: left;
}

.ct-form-wizard .actions ul li:nth-child(2),
.ct-form-wizard .actions ul li:last-child {
  float: right;
}

.ct-form-wizard .actions ul li a {
  font-size: 14px;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.625rem 1rem;
  min-width: 120px;
  margin-top: 1rem;
  border-radius: 5px;
  color: #fff;
}

.ct-form-wizard .actions ul li:not(.disabled) a {
  background-color: #6224dd;
  border-color: #6224dd;
}

.ct-form-wizard .actions ul li.disabled a {
  background-color: #e4e3e8;
  border-color: #e4e3e8;
}

.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li,
.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li {
  margin-right: 0;
}

.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li a {
  position: relative;
}

.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li a .number,
.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li:last-child a::after,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li a .number,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li:last-child a::after {
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 40px;
  background-color: #3377e8;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li:first-child a .number {
  left: 0;
}

.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li:last-child a::after,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li:last-child a::after {
  content: '\e5ca';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  right: 0;
  left: auto;
  background: #fff;
  color: #6224dd;
}

.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li.current:last-child a::after,
.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li.done:last-child a::after,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li.current:last-child a::after,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li.done:last-child a::after {
  background-color: #3377e8;
  color: #fff;
}

.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li.disabled a .number {
  background-color: #fff;
  color: #6224dd;
}

.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li::before,
.ct-wizard-pill.ct-form-wizard ul[role='tablist'] li::after,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li::before,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li::after,
.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li::before,
.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li::after {
  display: none;
}

.ct-wizard-round.ct-form-wizard ul[role='tablist'] {
  margin-top: 1rem;
}

.ct-wizard-round.ct-form-wizard ul[role='tablist'] li {
  height: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-wizard-round.ct-form-wizard ul[role='tablist'] li a .number,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li:last-child a::after {
  top: -20px;
  left: 0;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.1);
  color: #95959e;
}

.ct-wizard-round.ct-form-wizard ul[role='tablist'] li.done:last-child a::after,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li.current:last-child a::after {
  background-color: #fff;
  border-color: #6224dd;
  color: #6224dd;
}

.ct-wizard-round.ct-form-wizard ul[role='tablist'] li.current a .number,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li.done a .number,
.ct-wizard-round.ct-form-wizard ul[role='tablist'] li.done:last-child a::after {
  border-color: #6224dd;
  color: #6224dd;
}

.ct-wizard-round.ct-form-wizard ul[role='tablist'] li:last-child a::after {
  left: auto;
  right: 0;
}

.ct-wizard-round.ct-form-wizard ul[role='tablist'] li.current {
  background-color: transparent;
  background-image: linear-gradient(to right, #3377e8, rgba(149, 149, 158, 0));
}

.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 250px;
  height: 100%;
  background-color: #6224dd;
  padding: 1rem;
}

.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li {
  position: relative;
  border-radius: 25px;
  background-color: transparent;
  margin-bottom: 2rem;
  flex: 0 0 auto;
  width: 100%;
}

.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li a::after {
  content: '';
  position: absolute;
  top: 90%;
  left: 18px;
  width: 5px;
  height: 160%;
  background-color: #fff;
  z-index: -1;
}

.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li:last-child a::after {
  display: none;
}

.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li a {
  position: relative;
  z-index: 3;
}

.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li a .number {
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 50%;
  height: 90%;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #6224dd;
}

.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li a {
  color: #fff;
}

.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li.current,
.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li.done {
  background-color: #fff;
}

.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li.current a .number,
.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li.done a .number {
  background-color: #6224dd;
  color: #fff;
}

.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li.current a,
.ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li.done a {
  color: #6224dd;
}

.ct-wizard-vertical.ct-form-wizard .content,
.ct-wizard-vertical.ct-form-wizard .actions {
  margin-left: 250px;
}

/* Accordions */
.accordion .card-header {
  position: relative;
  background-color: #fff;
  border-bottom: 0;
  cursor: pointer;
}

.accordion .card-header[aria-expanded='true'] {
  background-color: #f0f1f6;
}

.accordion .card-header::after {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
}

.accordion .card-header[aria-expanded='true']::after {
  content: '\e15b';
}

.accordion .card-header[aria-expanded='false']::after {
  content: '\e145';
}

.ct-accordion-chevron.accordion .card-header::after {
  transition: 0.3s;
  content: '\e313';
}

.ct-accordion-chevron.accordion .card-header[aria-expanded='true']::after {
  transform: rotate(180deg);
}

.ct-accordion-chevron.accordion .card-header[aria-expanded='false']::after {
  transform: rotate(0deg);
}

.accordion .card-header span {
  display: block;
  font-size: 14px;
  max-width: 87%;
  color: #240c57;
  font-weight: 500;
}

.accordion .card-header span.has-icon {
  margin-left: 40px;
}

.accordion .card-header i {
  position: absolute;
  top: 4px;
  left: 15px;
}

.accordion .card-header i::before {
  font-size: 24px;
}

.accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion .card-body {
  color: #878793;
}

.accordion.has-gap .card-header {
  border-radius: 3px 3px;
}

.accordion.has-gap .card:first-of-type,
.accordion.has-gap .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion.has-gap .card {
  margin-bottom: 1rem;
}

/* Alerts */
.alert.alert-success {
  background-color: #e0ffef;
  color: #07be6e;
  border-color: #07be6e;
}

.alert.alert-info {
  background-color: #e0f2ff;
  color: #4f8dca;
  border-color: #4f8dca;
}

.alert.alert-warning {
  background-color: #fef6e3;
  color: #fda600;
  border-color: #fda600;
}

.alert.alert-danger {
  background-color: #ffebea;
  color: #f9423c;
  border-color: #f9423c;
}

.alert.alert-brand {
  background-color: #eaedff;
  color: #374eae;
  border-color: #374eae;
}

.alert.alert-outline {
  background: transparent;
}

.alert.alert-solid {
  color: #fff;
}

.alert.alert-solid.alert-success {
  background-color: #07be6e;
}

.alert.alert-solid.alert-info {
  background-color: #4f8dca;
}

.alert.alert-solid.alert-warning {
  background-color: #fda600;
}

.alert.alert-solid.alert-danger {
  background-color: #f9423c;
}

.alert.alert-solid.alert-brand {
  background-color: #374eae;
}

.alert i {
  margin-right: 15px;
}

/* Breadcrumbs */

.breadcrumb {
  align-items: center;
  border-radius: 0;
  background-color: #f0f0fa;
}

.breadcrumb.breadcrumb-arrow-sep .breadcrumb-item+.breadcrumb-item::before {
  content: '\e315';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
}

.breadcrumb-dark {
  background-color: #2f1760e8;
}

.breadcrumb-dark a,
.breadcrumb-dark .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-dark .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb.breadcrumb-arrow {
  overflow: hidden;
}

.breadcrumb.breadcrumb-arrow li {
  position: relative;
  background: #fff;
  padding: 10px 40px;
}

.breadcrumb.breadcrumb-arrow li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 2;
  height: 100%;
  border-top: 20px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
}

.breadcrumb.breadcrumb-arrow li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-top: 20px solid transparent;
  border-left: 20px solid #f0f0fa;
  border-bottom: 20px solid transparent;
}

.breadcrumb.breadcrumb-arrow.has-bg li:not(.active),
.breadcrumb.breadcrumb-arrow.has-bg-active li {
  background-color: #3377e8;
}

.breadcrumb.breadcrumb-arrow.has-bg li:not(.active) a,
.breadcrumb.breadcrumb-arrow.has-bg-active li a,
.breadcrumb.breadcrumb-arrow.has-bg-active .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb.breadcrumb-arrow.has-bg li:not(.active)::after,
.breadcrumb.breadcrumb-arrow.has-bg-active li::after {
  border-left-color: #3377e8;
}

.breadcrumb.breadcrumb-arrow.has-gap li {
  margin-right: 10px;
}

.breadcrumb.breadcrumb-arrow:not(.has-gap) li:not(:first-child)::after,
.breadcrumb.breadcrumb-arrow:not(.has-gap) li:not(:first-child)::before {
  display: none;
}

.breadcrumb.breadcrumb-arrow:not(.has-gap) li:last-child::after {
  display: block;
}

.breadcrumb.breadcrumb-arrow.first-rounded li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.breadcrumb.breadcrumb-arrow.first-rounded li:first-child::before {
  display: none;
}

.breadcrumb.has-shadow li {
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
}

/* Cards */
.ct-card {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
  -moz-box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
  box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
  margin-bottom: 2rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

[class*='card-'] {
  border: 0;
}

[class*='card-'] .ct-card-body,
[class*='card-']:not(.ct-card-fh) .ct-card-body p,
[class*='card-']:not(.ct-card-fh) .ct-card-body h6,
[class*='card-gradient-'] .ct-card-body,
[class*='card-gradient-']:not(.ct-card-fh) .ct-card-body p,
[class*='card-gradient-']:not(.ct-card-fh) .ct-card-body h6 {
  color: #fff;
}

.ct-card.card-primary,
.ct-dark-theme .ct-card.card-primary {
  background-color: #6224dd;
}

.ct-card.card-secondary,
.ct-dark-theme .ct-card.card-secondary {
  background-color: #374eae;
}

.ct-card.card-success,
.ct-dark-theme .ct-card.card-success {
  background-color: #07be6e;
}

.ct-card.card-warning,
.ct-dark-theme .ct-card.card-warning {
  background-color: #fda600;
}

.ct-card.card-danger,
.ct-dark-theme .ct-card.card-danger {
  background-color: #f9423c;
}

.ct-card.card-info,
.ct-dark-theme .ct-card.card-info {
  background-color: #4f8dca;
}

.ct-card.card-dark,
.ct-dark-theme .ct-card.card-dark {
  background-color: #262538;
}

.ct-card.card-gradient-primary {
  background-color: #0ab1e8;
  background-image: linear-gradient(to right, #0ab1e8, #28f39a);
}

.ct-card.card-gradient-secondary {
  background-color: #926afe;
  background-image: linear-gradient(to right, #926afe, #bd9aff);
}

.ct-card.card-gradient-success {
  background-color: #12b252;
  background-image: linear-gradient(to right, #12b252, #31e97a);
}

.ct-card.card-gradient-warning {
  background-color: #fea837;
  background-image: linear-gradient(to right, #fea837, #fed257);
}

.ct-card.card-gradient-danger {
  background-color: #eb025d;
  background-image: linear-gradient(to right, #eb025d, #fe4749);
}

.ct-card.card-gradient-info {
  background-color: #3e60ff;
  background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}

.ct-card.card-gradient-light {
  background-color: #5f5f67;
  background-image: linear-gradient(to right, #5f5f67, #858591);
}

.ct-card.card-gradient-dark {
  background-color: #252434;
  background-image: linear-gradient(to right, #252434, #3a3850);
}

.ct-card.card-facebook,
.ct-dark-theme .ct-card.card-facebook {
  background-color: #3b5997;
}

.ct-card.card-twitter,
.ct-dark-theme .ct-card.card-twitter {
  background-color: #3da4f1;
}

.ct-card.card-linkedin,
.ct-dark-theme .ct-card.card-linkedin {
  background-color: #0177b5;
}

.ct-card.card-instagram,
.ct-dark-theme .ct-card.card-instagram {
  background: linear-gradient(to top right, #fa7e1e, #d82a74, #9a2ebc, #4f5bd5);
}

.ct-card.ct-card-fh {
  height: calc(100% - 2rem);
}

.ct-card-header h6 {
  margin-bottom: 0;
  display: inline-block;
}

.ct-card-header {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-card-header .ct-btn-icon {
  width: 28px;
  height: 28px;
}

.ct-card-body,
.ct-card-footer {
  position: relative;
  padding: 1rem;
  font-size: 14px;
}

.ct-card-body h6 {
  margin-bottom: 1rem;
}

.ct-card-body p {
  color: #878793;
}

.ct-card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-card .ct-card-img img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.ct-card .ct-card-body+.ct-card-img img {
  border-radius: 0;
}

.ct-card .ct-card-body>.media {
  margin-bottom: 1rem;
}

.ct-card .ct-card-body>.media h6 {
  display: inline-block;
  margin-bottom: 0;
}

.ct-card .ct-card-body>.media img {
  width: 50px;
}

.ct-card .ct-card-body>.media i {
  font-size: 18px;
}

.ct-card .ct-card-options {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-card .ct-card-options i {
  margin-right: 5px;
}

.ct-card .ct-card-options:last-child {
  border-right: 0;
}

/* Progress Bars */

.progress {
  margin-bottom: 1.5rem;
  border-radius: 3rem;
  height: 0.9rem;
}

.progress.progress-tiny {
  height: 0.2rem;
}

.progress-status {
  float: right;
}

.progress-label,
.progress-status {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

.progress-rounded {
  position: relative;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 16px solid #f1f1f1;
  margin-bottom: 2rem;
}

.progress-rounded * {
  transition: all 0.3s ease;
}

.progress-rounded .progress-value {
  font-size: 1rem;
  font-weight: 600;
  color: #2f1760e8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ct-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.progress-rounded svg {
  height: 130px;
  width: 130px;
  position: absolute;
  top: -16px;
  left: -16px;
  -webkit-transform: rotate(-90deg);
  -ct-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ct-transform-origin: center;
  transform-origin: center;
}

.progress-rounded svg circle {
  stroke-dasharray: 358.141563 358.141563;
  stroke-dashoffset: 360;
  stroke: #6224dd;
  stroke-linecap: square;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.progress-rounded.progress-round-tiny {
  width: 120px;
  height: 120px;
  border-width: 4px;
}

.progress-rounded.progress-round-tiny svg {
  top: -9px;
  left: -9px;
}

.progress-rounded svg circle.bg-primary {
  stroke: #6224dd;
}

.progress-rounded svg circle.bg-secondary {
  stroke: #445cc8;
}

.progress-rounded svg circle.bg-success {
  stroke: #5cb85c;
}

.progress-rounded svg circle.bg-info {
  stroke: #5bc0de;
}

.progress-rounded svg circle.bg-warning {
  stroke: #f0ad4e;
}

.progress-rounded svg circle.bg-danger {
  stroke: #d9534f;
}

.progress-rounded svg circle.bg-dark {
  stroke: #2f1760e8;
}

.progress-rounded svg circle.bg-light {
  stroke: #878793;
}

/* Buttons */
.ct-btn-display button,
.ct-btn-display .badge {
  margin-right: 0.2rem;
  margin-top: 0.3rem;
}

.ct-btn-display button .badge {
  margin: 0;
}

.btn {
  font-size: 14px;
  outline: none;
  padding: 0.425rem 1rem;
  margin-top: 1rem;
}

.btn:hover,
.ct-dark-theme .btn:hover {
  color: #fff;
}

.btn-link {
  color: #3377e8;
}

.btn.btn-square,
.ct-btn-icon.btn-square,
.ct-btn-icon-outline.btn-square {
  border-radius: 0;
}

.btn.btn-pill,
.ct-btn-icon.btn-pill,
.ct-btn-icon-outline.btn-pill {
  border-radius: 25px;
}

.btn.has-icon i {
  margin-right: 5px;
}

.btn-primary {
  color: #fff;
  background-color: #6224dd;
  border-color: #6224dd;
}

.btn-white {
  font-weight: 500;
}

.btn-white,
.btn-white:hover,
.ct-dark-theme .btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #3377e8;
}

.btn-primary:hover,
.btn-primary:focus,
.ct-btn-icon-outline.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover {
  background-color: #44199a;
  border-color: #6115f9;
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #b31ddc;
  border-color: #b31ddc;
}

.btn-secondary:hover,
.btn-secondary:focus,
.ct-btn-icon-outline.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #72128c;
  border-color: #b31ddc;
}

.btn-success {
  color: #fff;
  background-color: #07be6e;
  border-color: #07be6e;
}

.btn-success:hover,
.btn-success:focus,
.ct-btn-icon-outline.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-outline-success:hover {
  color: #fff;
  background-color: #09a561;
  border-color: #09a561;
}

.btn-info {
  color: #fff;
  background-color: #4f8dca;
  border-color: #4f8dca;
}

.btn-info:hover,
.btn-info:focus,
.ct-btn-icon-outline.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-outline-info:hover {
  color: #fff;
  background-color: #437eb7;
  border-color: #437eb7;
}

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

.btn-danger:hover,
.btn-danger:focus,
.ct-btn-icon-outline.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:hover {
  color: #fff;
  background-color: #db3c36;
  border-color: #db3c36;
}

.btn-warning {
  color: #fff;
  background-color: #fda600;
  border-color: #fda600;
}

.btn-warning:hover,
.btn-warning:focus,
.ct-btn-icon-outline.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:hover {
  color: #fff;
  background-color: #e89800;
  border-color: #e89800;
}

.btn-dark {
  color: #fff;
  background-color: #2f1760e8;
  border-color: #2f1760e8;
}

.btn-dark:hover,
.btn-dark:focus,
.ct-btn-icon-outline.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:hover {
  color: #fff;
  background-color: #262538;
  border-color: #262538;
}

.btn-light {
  color: #fff;
  background-color: #878793;
  border-color: #878793;
}

.btn-light:hover,
.btn-light:focus,
.ct-btn-icon-outline.btn-light:focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-outline-light:hover {
  color: #fff;
  background-color: #75757c;
  border-color: #75757c;
}

.ct-btn-icon,
.ct-btn-icon-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 38px;
  height: 38px;
  border-radius: 0.25rem;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.ct-btn-icon i {
  color: #fff;
  font-size: 16px;
}

.ct-btn-icon-outline {
  background-color: transparent;
  border: 1px solid;
}

.ct-btn-icon-outline[class*='btn-']:hover {
  color: #fff;
}

.ct-btn-icon-outline.btn-primary,
.btn-outline-primary {
  color: #6224dd;
  border-color: #6224dd;
}

.ct-btn-icon-outline.btn-secondary,
.btn-outline-secondary {
  color: #8a17aa;
  border-color: #8a17aa;
}

.ct-btn-icon-outline.btn-success,
.btn-outline-success {
  color: #07be6e;
  border-color: #07be6e;
}

.ct-btn-icon-outline.btn-info,
.btn-outline-info {
  color: #4f97ca;
  border-color: #4f8dca;
}

.ct-btn-icon-outline.btn-warning,
.btn-outline-warning {
  color: #fda600;
  border-color: #fda600;
}

.ct-btn-icon-outline.btn-danger,
.btn-outline-danger {
  color: #f9423c;
  border-color: #f9423c;
}

.ct-btn-icon-outline.btn-dark,
.btn-outline-dark {
  color: #2f1760e8;
  border-color: #2f1760e8;
}

.ct-btn-icon-outline.btn-light,
.btn-outline-light {
  color: #878793;
  border-color: #878793;
}

[class*='btn-gradient-'] {
  color: #fff;
  border: 0;
}

.btn-gradient-primary {
  background-color: #0ab1e8;
  background-image: linear-gradient(to right, #0ab1e8, #28f39a);
}

.btn-gradient-secondary {
  background-color: #926afe;
  background-image: linear-gradient(to right, #926afe, #bd9aff);
}

.btn-gradient-success {
  background-color: #12b252;
  background-image: linear-gradient(to right, #12b252, #31e97a);
}

.btn-gradient-info {
  background-color: #3e60ff;
  background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}

.btn-gradient-warning {
  background-color: #fea837;
  background-image: linear-gradient(to right, #fea837, #fed257);
}

.btn-gradient-danger {
  background-color: #eb025d;
  background-image: linear-gradient(to right, #eb025d, #fe4749);
}

.btn-gradient-dark {
  background-color: #252434;
  background-image: linear-gradient(to right, #252434, #3a3850);
}

.btn-gradient-light {
  background-color: #5f5f67;
  background-image: linear-gradient(to right, #5f5f67, #858591);
}

.btn-group.flex-column label {
  margin-top: 0;
  border-radius: 0;
}

.btn-group.flex-column>.btn:first-child,
.btn-group.flex-column>.btn:first-child:not(.dropdown-toggle) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.btn-group.flex-column>.btn:last-child,
.btn-group.flex-column>.btn:last-child:not(.dropdown-toggle) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.btn-group-sm>.btn,
.btn-sm {
  line-height: 0.5;
}

.btn.bg-facebook,
.btn.bg-twitter,
.btn.bg-linkedin,
.btn.bg-g-plus,
.btn.bg-instagram,
.btn.bg-pinterest,
.btn.bg-dropbox,
.btn.bg-dribble {
  border: 0;
  color: #fff;
}

/* Badges */
[class*='badge-'],
a.badge[class*='badge-']:hover {
  color: #fff;
}

.badge.badge-primary {
  background-color: #6224dd;
}

.badge.badge-secondary {
  background-color: #445cc8;
}

.badge.badge-success {
  background-color: #07be6e;
}

.badge.badge-warning {
  background-color: #fda600;
}

.badge.badge-danger {
  background-color: #f9423c;
}

.badge.badge-info {
  background-color: #4f8dca;
}

.badge.badge-light {
  background-color: #878793;
}

.badge.badge-dark {
  background-color: #2f1760e8;
}

a.badge.badge-primary:hover {
  background-color: #3377e8;
}

a.badge.badge-secondary:hover {
  background-color: #374eae;
}

a.badge.badge-success:hover {
  background-color: #09a561;
}

a.badge.badge-warning:hover {
  background-color: #e89800;
}

a.badge.badge-danger:hover {
  background-color: #db3c36;
}

a.badge.badge-info:hover {
  background-color: #437eb7;
}

a.badge.badge-light:hover {
  background-color: #75757c;
}

a.badge.badge-dark:hover {
  background-color: #262538;
}

.badge[class*='badge-outline-'] {
  background-color: transparent;
  border: 1px solid;
}

button .badge[class*='badge-outline-'],
a .badge[class*='badge-outline-'] {
  background-color: #fff;
}

.badge.badge-outline-primary {
  border-color: #6224dd;
  color: #6224dd;
}

.badge.badge-outline-secondary {
  border-color: #374eae;
  color: #374eae;
}

.badge.badge-outline-success {
  border-color: #07be6e;
  color: #07be6e;
}

.badge.badge-outline-warning {
  border-color: #fda600;
  color: #fda600;
}

.badge.badge-outline-danger {
  border-color: #f9423c;
  color: #f9423c;
}

.badge.badge-outline-info {
  border-color: #4f8dca;
  color: #4f8dca;
}

.badge.badge-outline-light {
  border-color: #878793;
  color: #878793;
}

.badge.badge-outline-dark {
  border-color: #262538;
  color: #262538;
}

.badge-gradient-primary {
  background-color: #0ab1e8;
  background-image: linear-gradient(to right, #0ab1e8, #28f39a);
}

.badge-gradient-secondary {
  background-color: #926afe;
  background-image: linear-gradient(to right, #926afe, #bd9aff);
}

.badge-gradient-success {
  background-color: #12b252;
  background-image: linear-gradient(to right, #12b252, #31e97a);
}

.badge-gradient-info {
  background-color: #3e60ff;
  background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}

.badge-gradient-warning {
  background-color: #fea837;
  background-image: linear-gradient(to right, #fea837, #fed257);
}

.badge-gradient-danger {
  background-color: #eb025d;
  background-image: linear-gradient(to right, #eb025d, #fe4749);
}

.badge-gradient-dark {
  background-color: #252434;
  background-image: linear-gradient(to right, #252434, #3a3850);
}

.badge-gradient-light {
  background-color: #5f5f67;
  background-image: linear-gradient(to right, #5f5f67, #858591);
}

.badge-square {
  border-radius: 0;
}

/* Pagination */
.pagination.has-gap .page-item .page-link {
  margin-right: 0.425rem;
}

.page-item:not(.active) .page-link,
.page-item:not(.active-circle) .page-link,
.page-item:not(.active-bordered) .page-link,
.page-item:not(.active-round) .page-link {
  color: #2f1760e8;
}

.pagination-light .page-item:not(.active) .page-link,
.pagination-light .page-item:not(.active-circle) .page-link,
.pagination-light .page-item:not(.active-round) .page-link {
  background-color: #eeeff7;
  border-color: #eeeff7;
}

.pagination-round .page-item .page-link {
  border-radius: 5px;
}

.pagination-circle .page-item .page-link {
  border-radius: 50%;
}

.pagination .page-link:hover {
  z-index: 0;
}

.page-item.active .page-link,
.pagination-light .page-item.active .page-link {
  color: #fff;
  background-color: #6224dd;
  border-color: #6224dd;
  z-index: 0;
}

.page-item.active-circle .page-link,
.page-item.active-round .page-link {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.page-item.active-circle .page-link::after,
.page-item.active-round .page-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  width: calc(100% + 0.4rem);
  height: 100%;
  z-index: -1;
  background-color: #6224dd;
  border-radius: 25px;
  transform: scale(1.2);
}

.page-item.active-round .page-link::after {
  border-radius: 5px;
}

.page-item.active-bordered .page-link {
  border-bottom: 2px solid #6224dd;
  color: #6224dd;
}

.pagination-pill .page-item:first-child .page-link {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.pagination-pill .page-item:last-child .page-link {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.pagination-input input[type='number'] {
  width: 51px;
  border: 1px solid #dee2e6;
  height: 100%;
  text-align: center;
  padding: 0.3rem 0.1rem;
  outline: none;
}

.pagination.pagination-expanded {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  background-color: #fff;
}

.pagination.pagination-expanded.has-shadow {
  border: 0;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
}

.pagination-expanded .page-item .page-link {
  position: relative;
  border: 0;
  margin: 0 4px;
  z-index: 1;
}

.pagination-expanded .page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
}

.pagination-expanded .page-item-expanded input[type='number'] {
  width: 51px;
  border: 1px solid #dee2e6;
  height: 100%;
  text-align: center;
  padding: 0.5rem 0.2rem;
  outline: none;
  border-radius: 5px;
}

.pagination-expanded .page-item-expanded .go-to-page {
  font-size: 12px;
  margin: 0 10px;
  display: inline-block;
}

.pagination-expanded .page-item .page-link:hover {
  background-color: transparent;
}

.pagination-expanded .page-item.active .page-link::after,
.pagination-expanded .page-item .page-link:hover::after,
.pagination-expanded .page-item:first-child .page-link::after,
.pagination-expanded .page-item:last-child .page-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  margin-left: -40%;
  margin-top: -40%;
  z-index: -1;
  background-color: #6224dd;
  transform: rotate(45deg);
  border-radius: 5px;
}

.pagination-expanded .page-item:first-child .page-link::after,
.pagination-expanded .page-item:last-child .page-link::after {
  background-color: #fff;
  border-color: #fff;
}

.pagination-expanded .page-item:not(.active) .page-link:hover::after {
  background-color: #e9ecef;
}

/* Preloaders */
#preloader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20009;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#preloader-wrap.loaded {
  visibility: hidden;
  opacity: 0;
}

.spinner-1 {
  width: 40px;
  height: 40px;
  background-color: #757575;
  margin: 100px auto;
  -webkit-animation: ct-rotateplane 1.2s infinite ease-in-out;
  animation: ct-rotateplane 1.2s infinite ease-in-out;
}

.spinner-2 {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #757575;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: ct-bounce 2s infinite ease-in-out;
  animation: ct-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner-3 {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner-3>div {
  background-color: #757575;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: ct-stretchdelay 1.2s infinite ease-in-out;
  animation: ct-stretchdelay 1.2s infinite ease-in-out;
}

.spinner-3 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner-3 .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner-3 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-3 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner-4 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1,
.cube2 {
  background-color: #757575;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: ct-cubemove 1.8s infinite ease-in-out;
  animation: ct-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-5 {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #757575;
  border-radius: 100%;
  -webkit-animation: ct-scaleout 1s infinite ease-in-out;
  animation: ct-scaleout 1s infinite ease-in-out;
}

.spinner-6 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: ct-rotate 2s infinite linear;
  animation: ct-rotate 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #757575;
  border-radius: 100%;
  -webkit-animation: ct-bounce 2s infinite ease-in-out;
  animation: ct-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner-7 {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner-7>div {
  width: 18px;
  height: 18px;
  background-color: #757575;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: ct-bouncedelay 1.4s infinite ease-in-out both;
  animation: ct-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-7 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-7 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.spinner-8 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.spinner-8 .ct-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.spinner-8 .ct-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #757575;
  border-radius: 100%;
  -webkit-animation: ct-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: ct-circleBounceDelay 1.2s infinite ease-in-out both;
}

.spinner-8 .ct-circle2 {
  -webkit-transform: rotate(30deg);
  -ct-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner-8 .ct-circle3 {
  -webkit-transform: rotate(60deg);
  -ct-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner-8 .ct-circle4 {
  -webkit-transform: rotate(90deg);
  -ct-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner-8 .ct-circle5 {
  -webkit-transform: rotate(120deg);
  -ct-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner-8 .ct-circle6 {
  -webkit-transform: rotate(150deg);
  -ct-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner-8 .ct-circle7 {
  -webkit-transform: rotate(180deg);
  -ct-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner-8 .ct-circle8 {
  -webkit-transform: rotate(210deg);
  -ct-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner-8 .ct-circle9 {
  -webkit-transform: rotate(240deg);
  -ct-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner-8 .ct-circle10 {
  -webkit-transform: rotate(270deg);
  -ct-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner-8 .ct-circle11 {
  -webkit-transform: rotate(300deg);
  -ct-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner-8 .ct-circle12 {
  -webkit-transform: rotate(330deg);
  -ct-transform: rotate(330deg);
  transform: rotate(330deg);
}

.spinner-8 .ct-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner-8 .ct-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner-8 .ct-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-8 .ct-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner-8 .ct-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.spinner-8 .ct-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner-8 .ct-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner-8 .ct-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner-8 .ct-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.spinner-8 .ct-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.spinner-8 .ct-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.spinner-9 {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.spinner-9 .ct-cube {
  width: 33%;
  height: 33%;
  background-color: #757575;
  float: left;
  -webkit-animation: ct-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: ct-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.spinner-9 .ct-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.spinner-9 .ct-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.spinner-9 .ct-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.spinner-9 .ct-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.spinner-9 .ct-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.spinner-9 .ct-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.spinner-9 .ct-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.spinner-9 .ct-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.spinner-9 .ct-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.spinner-10 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.spinner-10,
.spinner-12 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.spinner-10 .ct-cube,
.spinner-12 .ct-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ct-transform: scale(1.1);
  transform: scale(1.1);
}

.spinner-10 .ct-cube:before,
.spinner-12 .ct-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #757575;
  -webkit-animation: ct-foldCubeAngle 2.4s infinite linear both;
  animation: ct-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ct-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.spinner-10 .ct-cube2,
.spinner-12 .ct-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.spinner-10 .ct-cube3,
.spinner-12 .ct-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.spinner-10 .ct-cube4,
.spinner-12 .ct-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.spinner-10 .ct-cube2:before,
.spinner-12 .ct-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.spinner-10 .ct-cube3:before,
.spinner-12 .ct-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.spinner-10 .ct-cube4:before,
.spinner-12 .ct-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.spinner-11 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.spinner-11 .ct-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.spinner-11 .ct-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #757575;
  border-radius: 100%;
  -webkit-animation: ct-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: ct-circleFadeDelay 1.2s infinite ease-in-out both;
}

.spinner-11 .ct-circle2 {
  -webkit-transform: rotate(30deg);
  -ct-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner-11 .ct-circle3 {
  -webkit-transform: rotate(60deg);
  -ct-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner-11 .ct-circle4 {
  -webkit-transform: rotate(90deg);
  -ct-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner-11 .ct-circle5 {
  -webkit-transform: rotate(120deg);
  -ct-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner-11 .ct-circle6 {
  -webkit-transform: rotate(150deg);
  -ct-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner-11 .ct-circle7 {
  -webkit-transform: rotate(180deg);
  -ct-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner-11 .ct-circle8 {
  -webkit-transform: rotate(210deg);
  -ct-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner-11 .ct-circle9 {
  -webkit-transform: rotate(240deg);
  -ct-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner-11 .ct-circle10 {
  -webkit-transform: rotate(270deg);
  -ct-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner-11 .ct-circle11 {
  -webkit-transform: rotate(300deg);
  -ct-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner-11 .ct-circle12 {
  -webkit-transform: rotate(330deg);
  -ct-transform: rotate(330deg);
  transform: rotate(330deg);
}

.spinner-11 .ct-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner-11 .ct-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner-11 .ct-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-11 .ct-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner-11 .ct-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.spinner-11 .ct-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner-11 .ct-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner-11 .ct-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner-11 .ct-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.spinner-11 .ct-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.spinner-11 .ct-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

/* Tabs */
.nav-tabs {
  border: 0;
}

.nav-tabs li {
  flex: 1 1 auto;
}

.nav-tabs li a {
  display: block;
  padding: 7px;
  text-align: center;
  background: #eef0ff;
  color: #2f1760e8;
  border-radius: 0px;
}

.nav-tabs li a.active {
  color: #fff;
  background-color: #6224dd;
}

.nav-tabs.tabs-bordered li a {
  -webkit-transition: 0s;
  transition: 0s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-tabs.tabs-bordered li a.active {
  background: #fff;
  color: #445cc8;
  border-bottom: 2px solid #445cc8;
}

.tabs-bordered li a {
  background: #fff;
  padding: 0 0 1rem;
}

.nav-tabs.left-tabs,
.nav-tabs.right-tabs {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.nav-tabs.left-tabs {
  float: left;
  margin-right: 25px;
}

.nav-tabs.right-tabs {
  margin-left: 25px;
  float: right;
}

.nav-tabs.left-tabs li a,
.nav-tabs.right-tabs li a {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.nav-tabs.left-tabs li a {
  text-align: left;
}

.nav-tabs.right-tabs li a {
  text-align: right;
}

.nav-tabs.tabs-bordered.left-tabs li a,
.nav-tabs.tabs-bordered.right-tabs li a {
  border-bottom: 0;
}

.nav-tabs.tabs-bordered.left-tabs li a.active {
  border-bottom: 0;
  border-left: 3px solid #445cc8;
}

.nav-tabs.tabs-bordered.right-tabs li a.active {
  border-bottom: 0;
  border-right: 3px solid #445cc8;
}

.nav-tabs.left-tabs+.tab-content {
  float: right;
}

.nav-tabs.right-tabs+.tab-content {
  float: left;
}

.nav-tabs.left-tabs+.tab-content,
.nav-tabs.right-tabs+.tab-content {
  width: calc(100% - 120px);
}

.nav-tabs.tab-pills li a {
  border-radius: 25px;
}

.nav-tabs.tabs-round li a {
  border-radius: 5px;
}

.nav-tabs.has-gap li a {
  margin-right: 15px;
}

.nav-tabs.has-gap li:last-child a {
  margin-right: 0;
}

.ct-panel-header .nav.btn-group {
  flex-wrap: nowrap;
}

/* Tooltips */
.tooltip {
  padding: 5px;
}

.tooltip.show {
  opacity: 1 !important;
}

.tooltip>.tooltip-inner {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  border: rgba(0, 0, 0, 0.12) solid 1px;
  background-color: #eeeff7;
  opacity: 1;
  font-size: 14px;
  color: #555b62;
}

/* Lists */
.ct-list {
  margin-bottom: 0;
}

.ct-list .ct-list-item {
  position: relative;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

.ct-list-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ct-list .ct-list-item:last-child {
  margin-bottom: 0;
}

.ct-task-block li.ct-to-do-task:first-child {
  padding-top: 0;
}

.ct-list .ct-list-item.bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fff;
}

.ct-list-item p {
  margin-bottom: 0;
  font-size: 12px;
}

.ct-list-item.media i {
  font-size: 20px;
  margin-right: 25px;
}

.ct-list-item.media img {
  width: 40px;
  margin-right: 1rem;
}

/* Draggables */
.ui-sortable:not(.ui-sortable-disabled):hover,
.ct-draggable:hover {
  cursor: grab;
}

.ui-sortable:not(.ui-sortable-disabled):active,
.ct-draggable:active {
  cursor: grabbing;
}

.ui-state-highlight {
  margin-bottom: 1rem;
}

.ct-quickbar-container .ui-state-highlight {
  margin: 0 1rem 1rem 1rem;
  border-radius: 5px;
}

.ct-quick-bar-item.ui-draggable-dragging {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.ct-quick-bar-item.ui-draggable-dragging,
.ct-list-item.ui-draggable-dragging {
  z-index: 999;
  -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.4);
}

.ui-sortable-placeholder {
  background: #e4e3e8;
}

.ct-sortable-list {
  min-height: 100px;
}

/* Sliders */

.carousel-control-next,
.carousel-control-prev {
  height: 60px;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 5px;
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-control-next span,
.carousel-control-prev span {
  color: #fff;
}

.carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.6),
      rgba(255, 255, 255, 0));
}

.carousel-caption h5,
.carousel-caption p {
  color: #fff;
}

.ct-button-slider .carousel-control-next,
.ct-button-slider .carousel-control-prev {
  position: relative;
  height: auto;
  width: 60px;
  margin: 1rem 0.5rem 0 0.5rem;
  display: inline-block;
  padding: 5px;
  background: #878793;
  border-radius: 5px;
}

.ct-button-slider .carousel-control-next:hover,
.ct-button-slider .carousel-control-prev:hover {
  background: #75757c;
}

.ct-carousel-buttons {
  text-align: center;
}

.ct-indicator-slider .carousel-indicators {
  position: relative;
  margin: 2rem 15% 1rem 15%;
  bottom: auto;
}

.ct-indicator-slider .carousel-indicators li {
  background: #445cc8;
}

.ct-indicator-slider .carousel-indicators li:not(.active) {
  opacity: 0.6;
  width: 20px;
}

.ct-dotted-indicator-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0px;
}

.ct-dotted-indicator-slider .carousel-indicators li:not(.active) {
  background: transparent;
  border: 1px solid #fff;
}

.ct-image-slider .carousel-indicators {
  margin: 2% 0 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 1rem 0;
}

.ct-image-slider .carousel-indicators li {
  width: 100px;
  height: auto;
  font-size: 0px;
}

.carousel-indicators {
  font-size: 0px;
}

.ct-image-slider .carousel-indicators li.active img {
  border: 1px solid #fff;
}

.ct-image-slider .carousel-indicators li:not(.active) img {
  opacity: 0.7;
}

.ct-swipe-slider .carousel-inner {
  display: flex;
}

.ct-swipe-slider .carousel-item {
  display: block;
  flex: 0 1 auto;
  margin: 0 1rem 0 0;
}

.ct-swipe-slider .carousel-item:last-child {
  margin: 0;
}

/* Modals */
.modal-content {
  border: 0;
  -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
}

.modal-open .modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.close,
.close:focus {
  outline: none;
  opacity: 1;
  text-shadow: none;
}

.close span {
  text-shadow: none;
}

.modal-header.bg-secondary .close span {
  color: #fff;
}

.modal-title.has-icon i {
  margin-right: 10px;
}

.modal-title.has-icon.ct-icon-round i {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  border-radius: 50%;
  padding-top: 5px;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
}

.modal-notice {
  flex: 1 1 auto;
}

.modal-notice a {
  color: #878793;
}

.modal-body p:last-child {
  margin: 0;
}

.modal-min .modal-body {
  padding: 3rem 2rem;
}

.modal-min .modal-body .close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

.modal-min .modal-body i::before {
  font-size: 60px;
  color: #6224dd;
}

.modal-min .ct-form-group.has-icon i,
.modal-max .ct-form-group.has-icon i {
  top: 10px;
  color: #878793;
  font-size: 18px;
}

.modal-max .ct-list .ct-list-item {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-max .ct-list-item i::before {
  font-size: 30px;
}

/* Rating */
.ct-star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.ct-star-rating .ct-rating-item {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
  border: 1px solid #878793;
  color: #878793;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.ct-star-rating .ct-rating-item i {
  font-size: 16px;
}

.ct-star-rating.rating-circle .ct-rating-item {
  border-radius: 50%;
}

.ct-star-rating.rating-fill .ct-rating-item.rated,
.ct-star-rating.rating-fill .ct-rating-item:hover,
.ct-star-rating.rating-fill .ct-rating-item:hover~.ct-rating-item {
  background-color: #6224dd;
  border-color: #6224dd;
  color: #fff;
}

.ct-star-rating.rating-bordered .ct-rating-item.rated,
.ct-star-rating.rating-bordered .ct-rating-item:hover,
.ct-star-rating.rating-bordered .ct-rating-item:hover~.ct-rating-item {
  border: 1px solid #6224dd;
  color: #6224dd;
}

.ct-star-rating.rating-fill.heart-rating .ct-rating-item.rated,
.ct-star-rating.rating-fill.heart-rating .ct-rating-item:hover,
.ct-star-rating.rating-fill.heart-rating .ct-rating-item:hover~.ct-rating-item {
  background-color: #eb025d;
  border-color: #eb025d;
  color: #fff;
}

.ct-star-rating.rating-bordered.heart-rating .ct-rating-item.rated,
.ct-star-rating.rating-bordered.heart-rating .ct-rating-item:hover,
.ct-star-rating.rating-bordered.heart-rating .ct-rating-item:hover~.ct-rating-item {
  border: 1px solid #eb025d;
  color: #eb025d;
}

.ct-star-rating.misc-number .ct-rating-item {
  margin: 0;
  border-radius: 0;
  padding: 3px 0;
  width: 40px;
  border-color: #6224dd;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 0;
}

.ct-star-rating.misc-number .ct-rating-item i {
  font-size: 14px;
  font-style: normal;
}

.ct-star-rating.misc-number .ct-rating-item.rated,
.ct-star-rating.misc-number .ct-rating-item:hover,
.ct-star-rating.misc-number .ct-rating-item:hover~.ct-rating-item {
  background: #6224dd;
  color: #fff;
}

.ct-star-rating.misc-number .ct-rating-item:first-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-right: 1px solid #6224dd;
}

.ct-star-rating.misc-number .ct-rating-item:last-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-left: 1px solid #6224dd;
}

.ct-star-rating.letter-rating .ct-rating-item {
  padding: 2px 0;
}

.ct-star-rating.letter-rating .ct-rating-item i {
  text-transform: uppercase;
  font-style: normal;
}

.ct-star-rating.misc-checks .ct-rating-item:not(.rated)::before {
  content: '\e5cd';
  font-family: 'Material Icons';
  font-weight: 700;
  font-style: normal;
}

.ct-star-rating.misc-checks .ct-rating-item.rated::before,
.ct-star-rating.misc-checks .ct-rating-item:hover::before,
.ct-star-rating.misc-checks .ct-rating-item:hover~.ct-rating-item::before {
  content: '\e5ca';
  font-family: 'Material Icons';
  font-weight: 700;
  font-style: normal;
}

.ct-star-rating.misc-blocks .ct-rating-item,
.ct-star-rating.misc-square .ct-rating-item {
  width: 50px;
  height: 3px;
  border-radius: 0;
  border: 0;
  background-color: #6224dd;
  opacity: 0.3;
}

.ct-star-rating.misc-square .ct-rating-item {
  width: 20px;
  height: 30px;
}

.ct-star-rating.misc-blocks .ct-rating-item.rated,
.ct-star-rating.misc-blocks .ct-rating-item:hover,
.ct-star-rating.misc-blocks .ct-rating-item:hover~.ct-rating-item,
.ct-star-rating.misc-square .ct-rating-item.rated,
.ct-star-rating.misc-square .ct-rating-item:hover,
.ct-star-rating.misc-square .ct-rating-item:hover~.ct-rating-item {
  opacity: 1;
}

/* Tour */

div#driver-popover-item .driver-popover-footer button {
  background-color: #6224dd;
  border-color: #6224dd;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  text-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div#driver-popover-item .driver-popover-footer button:hover {
  background-color: #3377e8;
}

div#driver-popover-item .driver-popover-footer button.driver-disabled,
div#driver-popover-item .driver-popover-footer .driver-close-btn {
  background-color: #878793;
  border-color: #878793;
  color: #fff;
}

div#driver-popover-item .driver-popover-footer button.driver-disabled:hover,
div#driver-popover-item .driver-popover-footer .driver-close-btn:hover {
  background-color: #75757c;
}

/* Croppable */

.ct-crop-preview {
  overflow: hidden;
  margin-bottom: 2rem;
}

.ct-cropper-container {
  margin-bottom: 2rem;
}

.ct-crop-preview.ct-crop-preview-lg {
  max-width: 100%;
  height: 300px;
}

.ct-crop-preview.ct-crop-preview-md {
  max-width: 70%;
  height: 200px;
}

.ct-crop-preview.ct-crop-preview-sm {
  max-width: 40%;
  height: 150px;
}

.ct-cropper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ct-cropper-controls button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* Range Sliders */
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-handle>i:first-child {
  background-color: #6224dd;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #6224dd;
}

/* Animations */
.ct-animate {
  max-width: 565px;
  margin: 0 auto;
}

.ct-animate img {
  margin-bottom: 2rem;
}

/* Icons */

.ct-icons-list>div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 8px;
  box-shadow: 0px 0px 3px #bdbdbd;
  border-radius: 5px;
}

.ct-icons-list>div>i {
  display: inline-block;
  font-size: 20px;
  width: 40px;
  text-align: left;
  color: #240c57;
}

.ct-icons-list.flaticons>div>i::before {
  font-size: 24px;
}

/* Basic Tables */
.thead-primary thead {
  background-color: #6224dd;
}

.thead-secondary thead {
  background-color: #445cc8;
}

.thead-success thead {
  background-color: #5cb85c;
}

.thead-info thead {
  background-color: #5bc0de;
}

.thead-warning thead {
  background-color: #f0ad4e;
}

.thead-danger thead {
  background-color: #d9534f;
}

.thead-dark thead {
  background-color: #2f1760e8;
}

.thead-light thead {
  background-color: rgb(244, 244, 244);
}

table img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.ct-table-f-w {
  min-width: 185px;
}

table img+span {
  margin-left: 15px;
  font-weight: 400;
  color: #212529;
}

table i {
  margin-right: 10px;
  font-size: 18px;
}

.table thead tr th {
    border-top: 0;
    text-align: center;
}

.table thead tr th p{
  font-size: 11px;
}

.thead-dark thead th,
.thead-primary thead th,
.thead-secondary thead th,
.thead-success thead th,
.thead-info thead th,
.thead-warning thead th,
.thead-danger thead th {
  color: #fff;
}

.table thead th {
  border-bottom: 1px solid #dee2e6;
}

/* Data tables */
.dataTables_info {
  color: #878793;
}

.dataTables_length label select {
  margin-left: 10px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  /* content: '\e5c7';*/
  font-family: 'Material Icons';
  font-weight: 700;
  font-style: normal;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  /*content: '\e5c5';*/
  font-family: 'Material Icons';
  font-weight: 700;
  font-style: normal;
  right: 1em;
  bottom: 0.4em;
}

.dataTables_filter label input {
  border-radius: 25px;
  padding: 11px 14px;
}

/* Maps */
.map-container {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  display: block;
  padding: 35% 0;
  overflow: hidden;
  border-radius: 5px;
}

.map-container .google-map {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vector-map {
  position: relative;
  width: 100%;
  height: 330px;
}

/* Default Login and Signup */
.ct-content-wrapper.ct-auth {
  padding: 0;
  background-color: #fff;
  height: 100vh;
}

.ct-auth-container {
  display: flex;
}

.ct-auth-col {
  flex: 1 1 auto;
  height: 100vh;
}

.ct-auth-bg {
  position: relative;
  height: 100%;
  background-image: url('../img/people/people-6.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ct-auth-form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3rem 1rem;
}

.ct-auth-form form {
  width: 40%;
}

.ct-auth-form .btn-social-login span {
  width: 150px;
  display: inline-block;
  text-align: left;
}

.ct-auth-form .btn-social-login img {
  width: 20px;
  margin-right: 15px;
}

.ct-auth-form .btn-social-login {
  background-color: #f6f6f6;
}

/* Modal Login and Signup */
.modal-auth.modal-dialog {
  max-width: 95%;
}

.modal-auth .modal-content {
  height: auto;
}

.modal-auth .modal-body {
  padding: 0;
  overflow: hidden;
}

.modal-auth .modal-content {
  border-radius: 0;
}

.modal-auth .close {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 2;
  background-color: #240c57;
  opacity: 1;
  width: 70px;
  height: 70px;
  border-bottom-left-radius: 50%;
}

.modal-auth .ct-auth-col:first-child {
  flex: 1 1 0;
}

.modal-auth .close span {
  position: absolute;
  bottom: 13px;
  left: 20px;
  color: #fff;
}

.modal-auth .ct-auth-col {
  height: auto;
}

.modal-auth .ct-auth-form {
  padding: 3rem 1rem;
}

.modal-auth .ct-auth-bg {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-auth .ct-auth-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 127, 250, 0.8);
  z-index: -1;
}

.ct-auth-slider {
  text-align: center;
  width: 50%;
}

.ct-auth-slider h1 {
  margin-bottom: 1rem;
  font-size: 28px;
}

.ct-auth-slider h1,
.ct-auth-slider p {
  color: #fff;
}

.modal-auth .ct-indicator-slider .carousel-indicators li {
  background: #fff;
}

/* Lock screen */
.ct-lock-screen {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../img/fw/fw-1.jpg');
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.ct-lock-screen-user {
  width: 150px;
  margin-bottom: 2rem;
}

.ct-lock-screen .ct-content-wrapper {
  text-align: center;
  width: 500px;
}

.ct-lock-screen .ct-content-wrapper h1 {
  color: #fff;
  margin-bottom: 2rem;
}

.ct-lock-screen input.ct-form-input {
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
  border-radius: 5px;
  width: 100%;
}

.ct-lock-screen input.ct-form-input:focus {
  background: transparent;
}

.ct-lock-screen input.ct-form-input+i {
  color: #fff;
  top: 15px;
  font-size: 16px;
}

.ct-lock-screen input.ct-form-input::placeholder {
  color: #fff !important;
  opacity: 1;
}

.ct-lock-screen input.ct-form-input:-ct-input-placeholder {
  color: #fff !important;
}

.ct-lock-screen-nav {
  display: flex;
  justify-content: space-around;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 150px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 20;
  padding: 1rem 0;
  border-radius: 25px;
}

.ct-lock-screen-nav li.ct-nav-item {
  padding: 0 1rem;
}

.ct-lock-screen-nav .ct-nav-item>a i {
  color: #fff;
  font-size: 20px;
}

.ct-lock-screen-nav .dropdown-menu {
  width: 300px;
}

.ct-lock-screen-weather {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 3;
}

.ct-lock-screen-weather p {
  color: #fff;
  font-size: 1.3rem;
}

.ct-lock-screen-weather p:first-child {
  font-size: 4rem;
}

.ct-lock-screen-time {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
}

.ct-lock-screen-time p {
  color: #fff;
  font-size: 1.3rem;
}

.ct-lock-screen-time p:first-child {
  font-size: 6rem;
  line-height: 5rem;
}

/* Error 404 */
.ct-error-404 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../img/fw/fw-1.jpg');
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.ct-error-404::before,
.ct-lock-screen::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(250 53 53 / 70%);
  z-index: -1;
}

.ct-error-404 .ct-content-wrapper {
  text-align: center;
}

.ct-error-404 .ct-content-wrapper i::before {
  font-size: 8rem;
}

.ct-error-404 .ct-content-wrapper a i {
  margin-right: 5px;
}

.ct-error-404 .ct-content-wrapper h3 {
  font-size: 24px;
  font-weight: 400;
}

.ct-error-404 .ct-content-wrapper h1,
.ct-error-404 .ct-content-wrapper h3,
.ct-error-404 .ct-content-wrapper p,
.ct-error-404 .ct-content-wrapper i::before {
  color: #fff;
  margin-bottom: 1rem;
}

/* Coming Soon */
.ct-coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../img/fw/fw-2.jpg');
  background-size: cover;
  background-position: center center;
}

.ct-coming-soon .ct-content-wrapper {
  text-align: center;
  width: 500px;
}

.ct-coming-soon h1 {
  font-size: 54px;
  margin-bottom: 2rem;
  color: #fff;
}

.ct-coming-soon p {
  color: #fff;
  margin-bottom: 2rem;
}

.ct-dark-theme .ct-coming-soon p.ct-duration,
.ct-dark-theme .ct-coming-soon h1 {
  color: #240c57;
}

.ct-coming-soon button {
  padding: 0.225rem 1rem;
}

.ct-coming-soon ul {
  margin: 2rem 0;
}

.ct-coming-soon ul li p {
  margin-bottom: 0;
  font-weight: 700;
}

.ct-coming-soon ul li p:first-child {
  font-size: 39px;
}

.ct-coming-soon .input-group {
  margin-bottom: 2rem;
}

.ct-coming-soon ul li a.ct-social {
  font-size: 18px;
}

a.ct-fb,
.ct-dark-theme a.ct-fb {
  color: #3b5797;
}

a.ct-pnt,
.ct-dark-theme a.ct-pnt {
  color: #bd081b;
}

a.ct-tw,
.ct-dark-theme a.ct-tw {
  color: #3da4f3;
}

a.ct-wa,
.ct-dark-theme a.ct-wa {
  color: #29928b;
}

a.ct-skype,
.ct-dark-theme a.ct-skype {
  color: #0991fa;
}

a.ct-g-plus,
.ct-dark-theme a.ct-g-plus {
  color: #db4a39;
}

.ct-dark-theme .ct-coming-soon .form-control {
  background-color: #fff;
  color: #495057;
}

.ct-dark-theme .ct-coming-soon input.form-control::placeholder {
  color: #495057;
  opacity: 1;
}

.ct-dark-theme .ct-coming-soon input.form-control::-ct-input-placeholder {
  color: #495057;
}

/* User Profile */

.ct-profile-overview {
  position: relative;
  height: 500px;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
  -moz-box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
  box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
}

.ct-profile-cover {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-image: url('../img/wide/wide-5.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 87%;
  width: 100%;
  padding: 1.5rem;
  padding-bottom: 0;
  z-index: 1;
}

.ct-profile-cover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.4),
      rgba(255, 255, 255, 0));
  z-index: -1;
}

.ct-profile-cover img {
  width: 200px;
  margin-bottom: -35px;
  border: 3px solid #fff;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .ct-profile-cover img {
    width: 100px;
    margin-top: 30px;
    margin-bottom: 5px;
    border: 3px solid #fff;
    border-radius: 5px;
  }
}

.ct-profile-user-info,
.ct-profile-user-buttons {
  padding: 0 0 1.5rem 1.5rem;
}

.ct-profile-user-buttons {
  flex: 1 1 auto;
  text-align: right;
}

.ct-profile-user-buttons button i {
  margin-right: 5px;
}

.ct-profile-user-info h1,
.ct-profile-user-info h2 {
  color: #fff;
}

.ct-profile-user-info h2 {
  font-size: 12px;
  font-weight: 400;
}

.ct-profile-skills {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0 0;
}

.ct-skill-list {
  margin-bottom: 0;
}

.ct-skill-list .ct-skill {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  text-align: center;
  min-width: 100px;
  font-weight: 500;
}

.ct-profile-information tr td {
  text-align: right;
}

.ct-profile-stats {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 1rem 0;
  margin-bottom: 1.5rem;
}

.ct-profile-stats li {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-profile-stats li:last-child {
  border-right: 0;
}

.ct-profile-stats li span {
  display: block;
}

li .ct-count {
  font-size: 24px;
  font-weight: 700;
}

.ct-profile-navigation {
  position: absolute;
  bottom: 0;
  left: 250px;
}

.ct-profile-navigation li {
  flex: 0 0 auto;
}

.ct-profile-navigation li a {
  padding: 1rem;
}

.ct-profile-navigation.tabs-bordered li a {
  border-bottom: 0;
  color: #878793;
}

.ct-profile-experience {
  margin-bottom: 1.5rem;
}

.ct-profile-experience p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.ct-profile-experience h4 {
  margin-bottom: 0;
}

/* Portfolio */
.card-columns .card {
  margin-bottom: 1.5rem;
  border: 0;
}

.ct-portfolio-item {
  position: relative;
  overflow: hidden;
}

.ct-portfolio-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.4),
      rgba(255, 255, 255, 0));
  z-index: 1;
}

.ct-portfolio img,
.ct-portfolio .card {
  border-radius: 10px;
}

.ct-portfolio-item-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem;
  z-index: 2;
}

.ct-portfolio-item-content h4,
.ct-portfolio-item-content .item-content-inner span,
.ct-portfolio-minimal .ct-portfolio-item-content p {
  color: #fff;
}

.item-content-inner {
  display: flex;
  margin-top: 0.5rem;
}

.ct-portfolio-item-content .item-content-inner span {
  margin-right: 2rem;
}

.ct-portfolio-item-content .item-content-inner span i {
  font-size: 16px;
}

.ct-portfolio-minimal .ct-portfolio-item-content {
  text-align: center;
}

.ct-portfolio-minimal .ct-portfolio-item-content p {
  margin-bottom: 0;
}

.ct-portfolio-minimal .ct-portfolio-item-content {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.ct-portfolio-minimal .ct-portfolio-item::before {
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ct-portfolio-minimal .ct-portfolio-item:hover::before {
  height: 100%;
}

.ct-portfolio-minimal .ct-portfolio-item:hover .ct-portfolio-item-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Incvoice */

.invoice-address h3 {
  font-size: 30px;
  margin-bottom: 1rem;
}

.invoice-address h5 {
  font-size: 16px;
  margin-bottom: 0.75rem;
}

/* Chat */

.ct-chat-status {
  position: relative;
}

.ct-chat-status::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.ct-status-online::after {
  background: #0ac282;
}

.ct-status-offline::after {
  background: #aeaeae;
}

.ct-status-busy::after {
  background: #f04747;
}

.ct-status-away::after {
  background: #faa61a;
}

.ct-chat-header .ct-chat-img,
.ct-chat-container .ct-chat-img,
.ct-chat-message .ct-chat-img {
  width: 40px;
}

.ct-widget .ct-chat-header {
  display: flex;
}

.ct-chat-container .ct-chat-header {
  display: block;
}

.ct-chat-user-info {
  position: relative;
}

.ct-chat-user-info a {
  color: #878793;
}

.ct-chat-user-info h6 {
  margin-bottom: 0;
}

.ct-chat-conversations .ct-chat-user-info h6 {
  text-transform: capitalize;
}

.ct-chat-conversations .ct-panel-body {
  max-height: 100vh;
}

.ct-chat-user-info .has-chevron::after {
  top: 0;
  right: -15px;
}

.ct-open-chat {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-open-chat .ct-chat-user-info h6 {
  display: inline;
}

.ct-open-chat .ct-chat-user-info .ct-chat-time {
  font-size: 12px;
  color: #aeaeae;
  float: right;
}

.ct-open-chat .ct-chat-user-info p {
  font-size: 14px;
  color: #aeaeae;
  margin-bottom: 0;
  width: 85%;
}

.ct-open-chat .ct-chat-user-info i.ct-delete-trigger {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ct-has-new-msg .msg-count {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  background: #5dd034;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

.ct-group-members li {
  width: 30px;
  float: left;
  margin-left: -10px;
}

.ct-group-members li:first-child {
  margin-left: 0;
}

.ct-group-members li img {
  border-radius: 50%;
  border: 2px solid #fff;
}

.ct-group-members li.ct-group-count {
  width: auto;
  margin-left: 7px;
  margin-top: 6px;
  font-size: 12px;
  color: #aeaeae;
}

.ct-chat-conversations .ct-chat-controls li {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background-color: #f0f0f7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ct-chat-conversations .ct-chat-controls li i {
  color: #240c57;
  font-size: 18px;
}

.ct-chat-conversations .ct-chat-controls li:last-child {
  margin-right: 0;
}

.ct-chat-bubble {
  align-items: flex-start;
}

.ct-chat-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
}

.ct-chat-incoming .ct-chat-text {
  align-items: flex-start;
}

.ct-chat-text p {
  position: relative;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 0.5rem;
  color: #fff;
  display: block;
  max-width: 80%;
  text-align: left;
}

.ct-chat-bubble .ct-chat-time {
  font-size: 12px;
}

.ct-chat-bubble.ct-chat-outgoing .ct-chat-text p:first-child {
  border-top-right-radius: 0;
}

.ct-chat-bubble.ct-chat-outgoing .ct-chat-text p:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 0px solid transparent;
  border-left: 9px solid #6224dd;
  border-bottom: 12px solid transparent;
}

.ct-chat-bubble.ct-chat-incoming .ct-chat-text p:first-child {
  border-top-left-radius: 0;
}

.ct-chat-bubble.ct-chat-incoming .ct-chat-text p:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 0px solid transparent;
  border-right: 9px solid #f0f0f7;
  border-bottom: 12px solid transparent;
}

.ct-chat-bubble.ct-chat-outgoing {
  flex-direction: row-reverse;
}

.ct-chat-bubble.ct-chat-outgoing .ct-chat-img {
  margin-left: 1rem;
}

.ct-chat-bubble.ct-chat-outgoing .ct-chat-text {
  text-align: right;
}

.ct-chat-bubble.ct-chat-incoming .ct-chat-text {
  text-align: left;
}

.ct-chat-bubble.ct-chat-outgoing .ct-chat-text p {
  background-color: #6224dd;
}

.ct-chat-bubble.ct-chat-outgoing .ct-chat-time {
  text-align: right;
}

.ct-chat-bubble.ct-chat-incoming .ct-chat-img {
  margin-right: 1rem;
}

.ct-chat-bubble.ct-chat-incoming .ct-chat-text p {
  background-color: #f0f0f7;
  color: #240c57;
}

.ct-chat-textbox {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.ct-chat-textbox .ct-chat-input {
  flex: 1 1 auto;
}

.ct-chat-textbox .ct-chat-input input {
  width: 92%;
  border: 0;
  margin: 0 1rem;
  outline: none;
  background-color: transparent;
}

.ct-chat-text-controls {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-chat-text-controls span {
  padding-left: 1rem;
}

.ct-chat-text-controls span i,
.ct-chat-vn i {
  font-size: 18px;
  cursor: pointer;
  color: #878793;
}

.ct-hoverable-dropdown {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  color: #aeaeae;
}

.ct-hoverable-dropdown i {
  font-size: 18px;
}

.ct-open-chat:hover {
  background-color: #e9ecef;
}

.ct-open-chat.selected {
  background-color: #e9ecef;
  border-left: 3px solid #6224dd;
}

.ct-chat-user-container:hover .ct-hoverable-dropdown {
  display: block;
}

/* To-do-list */

.ct-todo-list-container div.form-group input {
  width: 87%;
}

.ct-to-do-task {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-to-do-task input.ct-task-input {
  border: 0;
  width: calc(100% - 65px);
  background-color: transparent;
}

.ct-to-do-task input.ct-task-input:disabled {
  background: #fff;
}

.ct-task-block li.ct-to-do-task:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ct-to-do-task .ct-confirm-task-form {
  display: inline;
}

.ct-to-do-task.task-complete span {
  text-decoration: line-through;
}

.ct-task-block .ct-list-item {
  margin-bottom: 0;
  padding: 0.75rem 0;
}

.ct-todo-options {
  display: flex;
  align-items: center;
  height: 100%;
}

.ct-todo-options.ct-todo-nav {
  justify-content: flex-end;
}

.ct-todo-options li {
  padding: 0 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-todo-options li:last-child {
  border-right: 0;
}

/* Email */
.ct-email-container .ct-email-img {
  width: 50px;
  text-align: center;
}

.ct-email {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-email:hover {
  background-color: #e9ecef;
}

.ct-email-details {
  overflow: hidden;
  width: 100%;
}

.ct-email .ct-email-details h6 {
  display: inline;
  font-size: 14px;
}

.ct-email:hover .ct-hoverable-dropdown {
  display: block;
}

.ct-email .ct-hoverable-dropdown {
  bottom: -9px;
  right: -5px;
}

.ct-email .ct-email-time {
  font-size: 12px;
  color: #aeaeae;
  position: absolute;
  top: 1rem;
  right: 0;
  margin-right: 25px;
}

.ct-email .ct-email-time i {
  font-size: 16px;
  margin-right: 10px;
}

.ct-email .ct-email-details p {
  font-size: 14px;
  color: #aeaeae;
  margin-bottom: 0;
}

.ct-email .ct-email-sender {
  font-size: 14px;
  font-weight: 500;
  color: #240c57;
  display: block;
}

.ct-email-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-email-aside .ct-email-list.bb-0 {
  border-bottom: 0;
}

.ct-email-panel .ct-panel-body {
  display: flex;
}

.ct-email-panel .ct-email-main {
  flex: 1 1 auto;
  width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ct-email-list .ct-list-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.ct-email-list .ct-list-item a {
  display: block;
}

.ct-email-list .ct-list-item a span {
  color: #878793;
  float: right;
}

.ct-email-list .ct-list-item i {
  color: #878793;
  margin-right: 10px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ct-email-list .ct-list-item i.ct-has-notification::after {
  top: -3px;
}

.ct-email-list .ct-email-label {
  font-size: 13px;
  padding-bottom: 0;
  color: #878793;
}

.ct-email-list .ct-active-email a,
.ct-email-list .ct-active-email i,
.ct-email-list .ct-list-item a:hover,
.ct-email-list .ct-list-item a:hover i,
.ct-email-list .ct-list-item a:focus i {
  color: #6224dd;
}

.ct-email-aside {
  padding: 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-email-config {
  margin-top: 150px;
}

.ct-email-pagination {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  margin-bottom: 0;
  width: auto;
}

.ct-email-pagination li {
  display: inline-block;
  margin: 0 5px;
}

.ct-email-pagination-item a {
  padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: block;
}

.ct-email-pagination-item a:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #2f1760e8;
}

.ct-email-pagination-item a:focus {
  color: #2f1760e8;
}

.ct-email-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}

.ct-email-options {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}

.ct-email-options .dropdown {
  display: inline-block;
}

.ct-email-options li {
  padding: 0 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-email-options li:first-child {
  padding-left: 0;
}

.ct-email-options li:last-child {
  border-right: 0;
  padding-right: 0;
}

.ct-email-options i {
  font-weight: 700;
  margin-right: 5px;
}

.ct-email-options .has-chevron,
.ct-email-options .has-chevron::after {
  color: #878793;
}

.ct-email-options .has-chevron::after {
  top: 1px;
  right: -20px;
}

.ct-email-content .ct-email img {
  width: 50px;
}

.ct-email-content .ct-email {
  padding: 1rem 1.5rem;
}

.ct-email-controls .ct-pin-email {
  margin-right: 15px;
  color: #878793;
  cursor: pointer;
}

.ct-email.pinned .ct-email-controls .ct-pin-email,
.ct-email .ct-email-controls .ct-pin-email:hover {
  color: #f39001;
}

/* Web Analytics */
.ct-graph-metrics .btn {
  margin-top: 0;
  min-width: auto;
  padding: 0.825rem 1rem;
}

.ct-site-select .dropdown-menu {
  width: 250px;
  margin-top: 1rem;
}

.ct-active-site {
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.ct-site-select .selected span {
  color: #5cb85c;
}

.ct-active-site.has-chevron::after {
  top: 1px;
  right: auto;
  left: 100%;
  margin-left: 5px;
}

.ct-graph-meta {
  margin-top: 1.5rem;
}

.ct-graph-meta ul {
  margin-bottom: 0;
}

.ct-graph-meta li {
  margin-right: 1.5rem;
}

.ct-graph-meta h3 {
  margin-top: 0.35rem;
  margin-bottom: 0;
}

.ct-graph-labels {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ct-graph-labels span {
  width: 15px;
  height: 7px;
  border-radius: 25px;
  display: inline-block;
}

.ct-graph-labels.column-direction {
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ct-graph-decrease {
  background-color: #ec4e3f;
}

.ct-graph-regular {
  background-color: #6224dd;
}

.ct-graph-labels p {
  display: inline-block;
  margin: 0 20px 0 10px;
  color: #240c57;
}

.ct-graph-labels p:last-child {
  margin-right: 0;
}

.ct-trend {
  position: relative;
  width: 150px;
}

.ct-trend canvas {
  position: absolute;
  top: 0;
  width: 50% !important;
  height: 40px !important;
}

.ct-device-sessions .ct-panel-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ct-device-sessions .ct-panel-footer h6 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.ct-device-sessions .ct-device {
  margin-bottom: 1.5rem;
}

.ct-device-sessions .ct-device i {
  font-size: 24px;
  padding: 10px;
  margin-bottom: 1rem;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ct-device-sessions .ct-device p {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.ct-device-sessions .ct-device p:last-child {
  font-size: 14px;
  font-weight: 400;
}

.ct-device-sessions .progress {
  height: 2rem;
  border-radius: 0;
  margin-bottom: 0;
}

.ct-panel-footer .ct-device {
  margin-bottom: 0;
}

.website-performance-canvas,
.ct-graph-canvas {
  position: relative;
  flex: 1 1 auto;
  height: 50px;
  width: 90%;
}

.ct-website-performance li.ct-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.ct-website-performance li:last-child {
  border-bottom: 0;
}

.website-performance-canvas canvas,
.ct-graph-canvas canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.website-performance-meta {
  text-align: right;
  margin-left: 1rem;
}

.website-performance-meta p:first-child,
.ct-facebook-engagements .ct-graph-meta p:first-child {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.ct-average-users-country .vector-map {
  height: 275px;
}

/* Crypto Currency */
.ct-news-update {
  border-radius: 10px 0px 0px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background-color: #6224dd;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  clip-path: polygon(75% 0%, 89% 49%, 75% 100%, 0% 100%, 0 54%, 0% 0%);
}

.ct-news-update span {
  text-transform: uppercase;
  color: #fff;
  margin-left: 15px;
}

.ct-news-flash-container {
  overflow: hidden;
  padding: 1.2rem;
}

.ct-news-flash-container li p {
  font-weight: 400;
}

.ct-crypto-overview-slider .slick-list {
  cursor: grab;
  padding: 1.5rem;
}

.ct-crypto-overview-slider .slick-slide:focus {
  outline: none;
}

.ct-crypto-overview i {
  margin-right: 5px;
}

.ct-crypto-rating a.has-chevron {
  color: #878793;
}

.ct-crypto-rating a.has-chevron i {
  margin-right: 5px;
}

.ct-crypto-rating a.has-chevron::after {
  top: 1px;
  right: -20px;
}

.ct-crypto-rating .dropdown {
  margin: 1rem 0;
}

.ct-crypto-orders .nav-tabs li a {
  background-color: transparent;
  color: #6224dd;
  border: 1px solid #6224dd;
  padding: 0.825rem 1rem;
  border-radius: 0.2rem;
  margin-top: 0;
}

.ct-crypto-orders .nav-tabs li:first-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ct-crypto-orders .nav-tabs li:not(:first-child) a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ct-crypto-orders .nav-tabs li a.active {
  background-color: #6224dd;
  color: #fff;
}

.ct-quick-stats {
  display: flex;
  align-items: center;
}

.ct-quick-stats i {
  font-size: 34px;
  padding: 10px;
  width: 44px;
  height: 44px;
  margin-bottom: 0.825rem;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ct-quick-stats p {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.ct-stats-grid {
  text-align: center;
  padding: 0.7rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex: 0 0 50%;
}

.ct-quick-stats:last-child .ct-stats-grid {
  border-bottom: 0;
}

.ct-crypto-amount {
  width: 180px;
}

.ct-crypto-orders-expanded .ct-trend {
  width: auto;
}

.ct-news-highlight {
  border-top: 3px solid #f8f8f8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ct-news-highlight:hover,
.ct-dark-theme .ct-news-highlight:hover {
  border-top-color: #6224dd;
  opacity: 0.8;
}

.ct-news-highlight h2 {
  margin: 1rem 0;
}

/* Social Media */

.ct-social-media-followers {
  display: flex;
  align-items: center;
}

.ct-social-media-followers i {
  font-size: 24px;
  padding: 10px;
  width: 44px;
  height: 44px;
  margin-bottom: 0.825rem;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ct-social-media-followers p {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.ct-social-grid {
  text-align: center;
  padding: 0.7rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex: 0 0 50%;
}

.ct-social-media-followers:last-child .ct-social-grid {
  border-bottom: 0;
}

table td .progress {
  margin-bottom: 0;
  background: #fff;
  border-radius: 0;
}

.ct-facebook-engagements p {
  margin-bottom: 0;
}

.ct-twitter-feed .media {
  align-items: flex-start;
}

.ct-feed .media .ct-img-round {
  margin-right: 1rem;
}

.ct-twitter-feed .ct-feed-user,
.ct-twitter-feed .ct-feed-user+p {
  display: inline-block;
}

.ct-feed p {
  font-size: 14px;
}

.ct-feed li.ct-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 0;
}

.ct-feed li.ct-list-item:last-child {
  border-bottom: 0;
}

.ct-feed-controls {
  display: flex;
  margin-top: 1rem;
}

.ct-feed-controls span {
  margin-right: 2rem;
}

.ct-feed-controls span i {
  font-size: 18px;
}

.ct-facebook-feed .ct-feed-user {
  margin-bottom: 0;
}

.ct-facebook-feed .media {
  margin-bottom: 0.5rem;
}

.ct-fb-feed-img {
  border-radius: 5px;
  margin: 1rem 0;
}

.ct-fb-post-meta {
  display: flex;
  justify-content: center;
}

.ct-fb-post-meta i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #6224dd;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}

.ct-facebook-feed .ct-feed-controls {
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
}

.ct-facebook-feed .ct-feed-controls span {
  margin: 0;
  cursor: pointer;
}

.ct-instagram-feed .ct-feed-controls {
  margin-top: 0;
}

.ct-instagram-feed .ct-feed-controls i {
  font-size: 24px;
  margin-right: 1rem;
  font-weight: 400;
  cursor: pointer;
}

.ct-instagram-feed .ct-group-members {
  margin: 1rem 0;
}

.ct-facebook-engagements li.ct-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 0;
}

.ct-facebook-engagements li.ct-list-item:last-child {
  border-bottom: 0;
}

.ct-facebook-engagements .ct-graph-meta {
  text-align: left;
  margin-top: 0;
  margin-right: 1rem;
}

.ct-facebook-page-selection {
  padding: 1.5rem;
  padding-bottom: 0;
}

.ct-facebook-page-selection .dropdown {
  display: inline-block;
  margin: 1.5rem 0 0;
}

.ct-facebook-page-selection .dropdown a.has-chevron::after {
  top: 0;
  right: auto;
  left: 100%;
}

/* Client Management */

.ct-recent-support-tickets .ct-list-item:hover {
  background-color: #e9ecef;
}

/* Dark Theme */
body.ct-dark-theme,
.ct-dark-theme a,
.ct-dark-theme h1,
.ct-dark-theme h2,
.ct-dark-theme h3,
.ct-dark-theme h4,
.ct-dark-theme h5,
.ct-dark-theme h6,
.ct-dark-theme table,
.ct-dark-theme .ct-news-flash *,
.ct-dark-theme .ct-infographics-widget.has-graph .ct-card-body+p,
.ct-dark-theme p:not([class*='ct-text-']),
.ct-dark-theme span:not([class*='ct-text-']),
.ct-dark-theme .ct-quick-bar-item i,
.ct-dark-theme .ct-configure-qa i,
.ct-dark-theme .text-disabled,
.ct-dark-theme .ct-crypto-rating a.has-chevron,
.ct-dark-theme .ct-email .ct-email-sender,
.ct-dark-theme .ct-text-dark,
.ct-dark-theme .ct-text-dark:hover,
.ct-dark-theme .ct-text-dark:focus,
.ct-dark-theme .ct-chat-conversations .ct-chat-controls li i,
.ct-dark-theme .ct-notification-widget i,
.ct-dark-theme .accordion .card-header span,
.ct-dark-theme .accordion .card-body,
.ct-dark-theme .progress-rounded .progress-value,
.ct-dark-theme .page-item:not(.active) .page-link,
.ct-dark-theme .page-item:not(.active-circle) .page-link,
.ct-dark-theme .page-item:not(.active-bordered) .page-link,
.ct-dark-theme .page-item:not(.active-round) .page-link,
.ct-dark-theme-panel *,
.ct-dark-theme .modal-min .ct-form-group.has-icon i,
.ct-dark-theme .modal-max .ct-form-group.has-icon i,
.ct-dark-theme .swal2-popup .swal2-title,
.ct-dark-theme .swal2-popup .swal2-content,
.ct-dark-theme pre,
.ct-dark-theme .ct-icons-list>div>i,
.ct-dark-theme .ct-email-list .ct-list-item i,
.ct-dark-theme .ct-delete-trigger,
.ct-dark-theme .ct-to-do-task input.ct-task-input {
  color: #fff;
}

.ct-dark-theme .ct-open-chat .ct-chat-user-info .ct-chat-time,
.ct-dark-theme .ct-group-members li.ct-group-count,
.ct-dark-theme .ct-email-list .ct-email-label,
.ct-dark-theme .ct-email-list .ct-list-item a span,
.ct-dark-theme .ct-email-options .has-chevron,
.ct-dark-theme .ct-email-options .has-chevron::after,
.ct-dark-theme .dataTables_info,
.ct-dark-theme .breadcrumb-item.active,
.ct-dark-theme .breadcrumb-item+.breadcrumb-item::before,
.ct-dark-theme .ct-chat-textbox .ct-chat-input input {
  color: #5c6dc0;
}

.ct-dark-theme a:hover,
.ct-dark-theme a:active {
  color: #6224dd;
}

.ct-dark-theme .ct-news-highlight {
  border-top: 3px solid #323a67;
}

.ct-dark-theme .body-content,
.ct-dark-theme .progress,
.ct-dark-theme .breadcrumb,
.ct-dark-theme .ct-chat-conversations .ct-chat-controls li,
.ct-dark-theme .ct-card-header .ct-btn-icon,
.ct-dark-theme .ct-notification-widget i,
.ct-dark-theme .accordion .card-header,
.ct-dark-theme .page-item.disabled .page-link,
.ct-dark-theme pre,
.ct-dark-theme .ct-open-chat.selected,
.ct-dark-theme .irs--flat .irs-line,
.ct-dark-theme .irs--sharp .irs-line,
.ct-dark-theme .irs--round .irs-line,
.ct-dark-theme .irs--square .irs-line {
  background-color: #323a67;
}

.ct-dark-theme .page-link,
.ct-dark-theme .input-group-text,
.ct-dark-theme .custom-file-label::after {
  background-color: #252851;
  color: #fff;
}

.ct-dark-theme .pagination-light .page-item:not(.active) .page-link,
.ct-dark-theme .pagination-light .page-item:not(.active-circle) .page-link,
.ct-dark-theme .pagination-light .page-item:not(.active-round) .page-link {
  background-color: #323a67;
  border-color: #323a67;
}

.ct-dark-theme .ct-panel.ct-panel-hoverable:hover,
.ct-dark-theme .ct-recent-support-tickets .ct-list-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.ct-dark-theme .page-item.active .page-link,
.ct-dark-theme .pagination-light .page-item.active .page-link {
  color: #fff;
  background-color: #6224dd;
  border-color: #6224dd;
  z-index: 0;
}

.ct-dark-theme .page-link,
.ct-dark-theme .pagination.pagination-expanded,
.ct-dark-theme .pagination-input input[type='number'],
.ct-dark-theme .pagination-expanded .page-item-expanded input[type='number'],
.ct-dark-theme .custom-file-label,
.ct-dark-theme .page-item.disabled .page-link {
  border-color: rgba(0, 0, 0, 0.1);
}

.ct-dark-theme .progress-rounded {
  border-color: #323a67;
}

.ct-dark-theme .ct-chat-bubble.ct-chat-incoming .ct-chat-text p {
  background-color: #323a67;
  color: #fff;
}

.ct-dark-theme .ct-chat-bubble.ct-chat-incoming .ct-chat-text p:first-child::after {
  border-right-color: #323a67;
}

.ct-dark-theme .accordion .card-header[aria-expanded='true'] {
  background-color: #252851;
}

.ct-dark-theme input,
.ct-dark-theme button,
.ct-dark-theme input:focus,
.ct-dark-theme button:focus {
  outline: 0;
  box-shadow: none;
}

.ct-dark-theme .ct-switch-slider,
.ct-dark-theme .ct-auth-form button.btn-social-login {
  background-color: #323a67;
}

.ct-dark-theme .ct-switch-slider:before {
  background-color: #5c6dc0;
}

.ct-dark-theme .navbar,
.ct-dark-theme .ct-quick-bar-list,
.ct-dark-theme .ct-quick-bar>.nav-tabs li a,
.ct-dark-theme .ct-quick-bar,
.ct-dark-theme #preloader-wrap {
  background-color: #2a2e5b;
}

.ct-dark-theme .ct-quick-bar,
.ct-dark-theme .navbar,
.ct-dark-theme .table-bordered {
  border-color: #242750;
}

.ct-dark-theme .side-nav .logo-sn,
.ct-dark-theme .side-nav .menu-item ul {
  background-color: #252851;
}

.ct-dark-theme .side-nav {
  background-color: #292e5a;
}

.ct-dark-theme .ct-panel,
.ct-dark-theme .ct-card,
.ct-dark-theme .dropdown-menu,
.ct-dark-theme .ct-quick-bar .ct-quick-bar-content,
.ct-dark-theme .card,
.ct-dark-theme .breadcrumb.breadcrumb-arrow li,
.ct-dark-theme .pagination.pagination-expanded,
.ct-dark-theme-panel,
.ct-dark-theme .pagination-expanded .page-item:first-child .page-link::after,
.ct-dark-theme .pagination-expanded .page-item:last-child .page-link::after,
.ct-dark-theme .pagination-expanded .page-item:not(.active) .page-link:hover::after,
.ct-dark-theme .ct-list .ct-list-item.bordered,
.ct-dark-theme .modal-content,
.ct-dark-theme .ct-form-wizard,
.ct-dark-theme .ct-profile-overview,
.ct-dark-theme .ct-content-wrapper.ct-auth,
.ct-dark-theme .irs--round .irs-handle,
.ct-dark-theme .irs--square .irs-handle {
  background-color: #292d5a;
}

.ct-dark-theme .swal2-popup {
  background: #292d5a;
}

.ct-dark-theme .modal-header {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.ct-dark-theme .modal-footer,
.ct-dark-theme .swal2-popup .swal2-footer {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.ct-dark-theme .breadcrumb.breadcrumb-arrow li::after,
.ct-dark-theme .ct-form-wizard ul[role='tablist'] li::before {
  border-left-color: #292d5a;
}

.ct-dark-theme .ct-news-update::after {
  border-bottom-color: #292d5a;
}

.ct-dark-theme .breadcrumb.breadcrumb-arrow li::before {
  border-left-color: #323a67;
}

.ct-dark-theme .table td,
.ct-dark-theme .table th {
  border-color: #242750;
}

.ct-dark-theme .ct-form-group input.ct-form-input,
.ct-dark-theme .form-control,
.ct-dark-theme .pagination-input input[type='number'],
.ct-dark-theme .pagination-expanded .page-item-expanded input[type='number'],
.ct-dark-theme .custom-file-label,
.ct-dark-theme .irs--flat .irs-min,
.ct-dark-theme .irs--flat .irs-max,
.ct-dark-theme .irs--modern .irs-min,
.ct-dark-theme .irs--modern .irs-max,
.ct-dark-theme .irs--round .irs-min,
.ct-dark-theme .irs--round .irs-max,
.ct-dark-theme .irs--big .irs-min,
.ct-dark-theme .irs--big .irs-max {
  background-color: #323a67;
  color: #5c6dc0;
}

.ct-dark-theme input.ct-form-input::placeholder,
.ct-dark-theme input::placeholder,
.ct-dark-theme textarea::placeholder {
  color: #5c6dc0;
  opacity: 1;
}

.ct-dark-theme input.ct-form-input:-ct-input-placeholder,
.ct-dark-theme input::-ct-input-placeholder,
.ct-dark-theme textarea::-ct-input-placeholder,
.ct-dark-theme .ct-chat-textbox .ct-chat-input input {
  color: #5c6dc0;
}

.ct-dark-theme .form-control {
  border: 0;
}

.ct-dark-theme .nav-tabs li a {
  background-color: #323a67;
  color: #5c6dc0;
}

.ct-dark-theme .nav-tabs li a.active {
  color: #fff;
  background-color: #6224dd;
}

.ct-dark-theme .ct-crypto-orders .nav-tabs li a {
  background-color: transparent;
  color: #6224dd;
}

.ct-dark-theme .dropdown-menu .media:hover,
.ct-dark-theme .ct-open-chat:hover,
.ct-dark-theme .ct-email:hover {
  background-color: #323a67;
}

.ct-dark-theme .thead-light thead {
  background-color: rgba(0, 0, 0, 0.15);
}

.ct-dark-theme .ct-has-new-msg .msg-count,
.ct-dark-theme .ct-chat-status::after,
.ct-dark-theme .ct-group-members li img {
  border-color: #292d5a;
}

.ct-dark-theme .dropdown-divider {
  border-top-color: #242750;
}

.ct-dark-theme .ct-quick-bar-item a:not(.active):hover span,
.ct-dark-theme .ct-quick-bar-item a:not(.active):hover i,
.ct-dark-theme .ct-quick-bar .ct-quick-bar-list:not(.ct-qa-configure-mode)+.ct-configure-qa a:hover i,
.ct-dark-theme .ct-quick-bar .ct-quick-bar-list:not(.ct-qa-configure-mode)+.ct-configure-qa a:hover span {
  color: #eee;
}

@media (max-width: 1024px) {
  .ct-card.ct-card-fh {
    height: auto;
  }

  .ct-todo-options {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: 1rem 0 0;
    height: auto;
  }

  .ct-todo-options.ct-todo-nav {
    align-items: flex-end;
  }

  .ct-todo-options li {
    padding: 5px 15px;
    border-right: 0;
  }

  .ct-chat-text p {
    max-width: 100%;
  }

  .ct-hoverable-dropdown,
  .ct-email .ct-email-time {
    display: block;
  }

  .ct-email .ct-email-time {
    float: right;
    position: relative;
    top: auto;
  }

  .ct-auth-bg,
  .ct-auth-col:first-child {
    display: none;
  }

  .ct-content-wrapper.ct-auth {
    min-height: 100vh;
  }

  .ct-website-performance li.ct-list-item {
    float: left;
    width: 50%;
  }

  .ct-facebook-engagements li.ct-list-item {
    float: left;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .display-4 {
    font-size: 2rem;
  }

  .pagination-expanded .page-item-expanded {
    display: none;
  }

  .ct-wizard-vertical.ct-form-wizard ul[role='tablist'] {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 25px;
  }

  .ct-wizard-vertical.ct-form-wizard .content,
  .ct-wizard-vertical.ct-form-wizard .actions,
  .ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li:not(:first-child) a {
    margin-left: 0;
  }

  .ct-wizard-vertical.ct-form-wizard ul[role='tablist'] li:last-child {
    margin-bottom: 0;
  }

  .section-title {
    margin: 1.5rem 0;
  }

  .ct-todo-options,
  .ct-todo-options.ct-todo-nav {
    align-items: center;
  }

  .ct-email-panel .ct-panel-body {
    flex-direction: column;
  }

  .ct-email-config {
    margin-top: 1.5rem;
  }

  .ct-email-panel .ct-email-main {
    width: 100%;
  }

  .ct-email .ct-email-time {
    float: none;
  }

  .ct-email-details {
    overflow: visible;
  }

  .ct-email-controls,
  .ct-email-header,
  .ct-email .ct-email-details p,
  .ct-email-pagination li:first-child {
    display: none;
  }

  .ct-auth-form {
    display: block;
  }

  .ct-auth-form form {
    padding: 3rem 1rem;
  }

  .ct-auth-form form {
    width: 100%;
  }

  .ct-email .ct-hoverable-dropdown {
    bottom: 100%;
  }

  .ct-profile-overview {
    height: auto;
  }

  .ct-profile-cover {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-bottom: 1.5rem;
    flex-direction: column;
  }

  .ct-profile-user-buttons {
    flex: 0 0 auto;
    text-align: left;
  }

  .ct-profile-cover img {
    margin-bottom: 1rem;
  }

  .ct-profile-user-info,
  .ct-profile-user-buttons {
    padding: 0;
  }

  .ct-profile-navigation {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .ct-lock-screen-weather,
  .ct-lock-screen-time,
  .ct-lock-screen-nav {
    display: none;
  }

  .ct-graph-meta ul {
    display: none;
  }

  .ct-selected-website select,
  .ct-selected-website h2 {
    margin-bottom: 1rem;
  }

  .ct-selected-website button {
    width: 100%;
  }

  .ct-portfolio-minimal .ct-portfolio-item::before {
    height: 100%;
  }

  .ct-portfolio-minimal .ct-portfolio-item .ct-portfolio-item-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .ct-graph-labels.column-direction {
    display: none;
  }

  .ct-panel-footer .ct-device {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 540px) {
  .ct-form-wizard ul[role='tablist'] li a {
    padding: 10px;
  }

  .ct-form-wizard ul[role='tablist'] li:not(:first-child) a {
    margin-left: 20px;
  }

  .ct-form-wizard ul[role='tablist'] li::before,
  .ct-form-wizard ul[role='tablist'] li::after,
  .ct-wizard-pill.ct-form-wizard ul[role='tablist'] li:last-child a::after,
  .ct-wizard-round.ct-form-wizard ul[role='tablist'] li {
    display: none;
  }

  .ct-form-wizard ul[role='tablist'] {
    display: block;
  }

  .ct-form-wizard.style1-wizard ul[role='tablist'] li:first-child {
    border-radius: 0;
  }

  .ct-wizard-pill.ct-form-wizard ul[role='tablist'] li {
    border-radius: 25px;
  }

  .ct-chat-conversations .ct-chat-controls li:nth-child(2),
  .ct-form-wizard ul[role='tablist'] li {
    margin-right: 0;
  }

  .ct-chat-conversations .ct-chat-controls li:last-child,
  .ct-email-widget .ct-email-options {
    display: none;
  }

  .ct-panel-header .d-flex:first-child {
    flex-direction: column;
  }

  .ct-panel-header .d-flex:first-child .btn,
  .ct-wizard-pill.ct-form-wizard ul[role='tablist'] li,
  .style1-wizard.ct-form-wizard ul[role='tablist'] li {
    margin-top: 1.5rem;
  }

  .ct-panel-header .d-flex:first-child .ct-graph-metrics.nav li {
    flex: 0 0 auto;
  }

  .ct-crypto-widget .nav-tabs.has-gap li a {
    margin-right: 0;
  }

  .ct-news-update {
    position: relative;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    margin-bottom: 1.5rem;
    width: calc(100% + 3rem);
    height: 50px;
    justify-content: center;
  }

  .ct-news-update::after {
    display: none;
  }

  .ct-website-performance li.ct-list-item {
    float: none;
    width: 100%;
  }

  .ct-facebook-engagements li.ct-list-item {
    float: none;
    width: 100%;
  }

  .ct-widget .ct-chat-header .ct-chat-user-info {
    display: none;
  }

  .modal-footer {
    display: block;
  }

  .ct-crypto-rating .dropdown {
    margin: 1.5rem 0;
  }
}

/* Settings Panel */
.ct-settings-toggle {
  position: fixed;
  bottom: 0;
  right: 50%;
  z-index: 4;
  width: 90px;
  height: 40px;
  margin-right: -45px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.ct-settings-open) .ct-settings-toggle:hover {
  height: 50px;
}

.ct-settings-toggle i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
}

.ct-settings-panel {
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  padding: 1.5rem;
  background-color: #fff;
  z-index: 1040;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ct-dark-theme .ct-settings-panel,
.ct-dark-theme .ct-settings-toggle i {
  background-color: #252851;
}

.ct-settings-open .ct-settings-panel {
  bottom: 0;
}

.ct-settings-open .ct-settings-toggle {
  bottom: 200px;
}

.ct-settings-links {
  display: flex;
  width: 100px;
}

.ct-settings-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.ct-settings-links li a i {
  font-size: 22px;
}

/* Welcome Page */

.ct-banner {
  position: relative;
  background-image: url('../img/others/banner.png');
  background-repeat: no-repeat;
  background-color: #fff;
  height: 100%;
  z-index: 2;
}

.ct-banner h2 {
  font-weight: 700;
}

.ct-banner-text {
  margin: 5rem auto 15rem;
}

.ct-banner p {
  font-size: 1rem;
}

.ct-banner h1,
.ct-banner p {
  color: #fff;
}

.welcome-title {
  font-size: 38px;
}

.welcome-subtitle {
  margin-bottom: 2rem;
  font-size: 14px;
  text-align: center;
}

.ct-dashboard-description {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.ct-text-container h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.ct-demo-img,
.ct-text-container {
  position: relative;
  margin-top: 5rem;
}

.ct-tables-preview {
  background-color: #f5f4fa;
  padding: 5rem 2rem;
}

.ct-color-schemes {
  padding: 5rem 15px;
}

.ct-color-schemes .ct-dashboard-description {
  max-width: 400px;
  float: right;
  margin: 0 2rem;
}

.ct-tables-preview .ct-dashboard-description {
  max-width: 400px;
  justify-content: flex-start;
  margin: 0;
}

.ct-features {
  position: relative;
  margin-top: 2rem;
  background-image: url('../img/others/features-bg.jpg');
  background-size: cover;
  background-position: center center;
  z-index: 1;
  margin: 7rem 0;
}

.ct-features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 54, 188, 0.9);
  z-index: -1;
}

.ct-feature {
  padding: 2rem 0;
  margin: 2rem 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ct-feature:hover {
  background-color: rgba(68, 92, 200, 0.4);
  border-color: rgba(68, 92, 200, 0.4);
}

.ct-feature i {
  color: rgb(71, 50, 187);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 0 auto 1rem auto;
  font-size: 22px;
}

.ct-feature p {
  color: #fff;
}

.ct-feature h3 {
  font-size: 28px;
  color: #fff;
}

.ct-infographics i {
  font-size: 34px;
  margin-bottom: 2rem;
}

.ct-infographics .infographic {
  margin: 2rem 0;
}

.ct-welcome-footer {
  background-color: rgb(76, 54, 188);
  text-align: center;
  margin-top: 7rem;
}

.ct-welcome-footer p {
  color: #fff;
}

.ct-welcome-btn {
  background-color: rgb(76, 54, 188);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0.75rem 3rem;
}

.ct-welcome-btn-light {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  color: rgb(76, 54, 188);
  padding: 0.75rem 3rem;
  font-weight: 700;
}

.ct-welcome-btn-outline {
  background-color: transparent;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 2px solid #fff;
  padding: 0.75rem 3rem;
  font-weight: 700;
}

.ct-welcome-btn-light:hover,
.ct-welcome-btn-light:focus,
.ct-welcome-btn-light:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: rgb(76, 54, 188);
}

.ct-welcome-btn:hover,
.ct-welcome-btn:focus,
.ct-welcome-btn:not(:disabled):not(.disabled):active {
  background-color: rgb(76, 54, 188);
  color: #fff;
}

.ct-preview-img-container {
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 5px;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Responsive tweak (optional) */
@media (max-width: 576px) {


  /* Crypto Currency */
  .ct-news-update {
    border-radius: 0px;
    clip-path: none;
  }
}

.icons-icn i {
  height: 44px;
  width: 44px;
  background: #dfdeff;
  border-radius: 3px;
  color: #6224dd;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.text-success-light {
  background: #e6f4ea;
  color: #34a853;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.w50 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 1.5px;
}

#error-message,
#error-message-success {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  z-index: 9999;
}

/* Alag colors ke liye */
#error-message {
  background: #ff0000;
  color: #fff;
}

#error-message-success {
  background: #06a000;
  color: #fff;
}

.span-error {
  padding: 10px 30px;
}

.cart-data {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.mama-top-bar{ 
   background: linear-gradient(180deg, #FF9800, #ffa122);
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.mama-table-cont {
    max-height: 300px;
    overflow: hidden; 
    overflow-x: auto;
}