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

Template Name: Undex - Bootstrap Admin Template
Version: v1.0.0
Created: Sep 27, 2019
Last Updated: Sep 27, 2019

[Table of Contents]
    
    * Google Fonts
    * Include Third Party CSS Library
        + Bootstrap CSS
        + Classynav CSS
        + Owl Carousel CSS
        + Animate CSS
        + Nice Select CSS
        + jQuery UI CSS
    * Include Web Icon Fonts
        + Themify Icons
        + Font Awesome
        + Pe 7 Stroke
        + Elegant Icons
        + Material Design Iconic Font
        + Etline
    * Template Mixins
        + Flex
        + Miscellaneous
    * Template Responsive
    * Template Variables
    * Template Colors
    * Core Styles
        + Reboot CSS
            + Reset Styles
            + Typography
            + Utilities
        + Bootstraping CSS
            + Header CSS
            + Sidebar CSS
            + Footer CSS

    * Components
            + Button
            + Fill-button
            + Gradients-button
            + Icon-button
            + Dragula
            + Google-chart
            + Chart
            + Timeline
            + Invoice
            + Calendar
            + Slider
            + Gallery
            + Chat
            + Form-wizard
            + Form
            + Login
            + Loader
            + Todo-list
            + Widgets
            + Typography
            + Contact
            + Pricing-table
            + Data-table
            + Web-icons
            + Card
            + Cart
            + Product
            + Lock
            + Index
            + Nested-list
            + Table
            + Password
            + Timeout
            + Paginator
            + Avatar
            + Tooltip
            + Register
            + Project
            + Task
            + Tab
            + Dashboard
            + Progressbbar
            + Picker
            + Preloader
            + Profile
            + Switchers

    * Email
        + Inbox
    * General Pages
        + Coming Soon
        + 404
    * Sidebar Light CSS
    * Dark CSS
    * Sidebar Background Image CSS
    * Sidebar Gradient CSS
------------------------------------- */
/* -------------------------------------
# [font-family]
'Muli', sans-serif;
------------------------------------- */
/* Import Fonts & CSS Files */
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800&amp;display=swap");
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/nice-select.css);
@import url(css/jquery-ui.min.css);
@import url(css/default-assets/themify-icons.css);
@import url(css/font-awesome.min.css);
@import url(css/pe-icon-7-stroke.min.css);
@import url(css/style.css);
@import url(css/material-design-iconic-font.min.css);
@import url(etline/style.css);

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

body {
  background-color: #f9f9f9;
  color: #786fa4;
  overflow-x: hidden;
  font-family: "Muli", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  color: #161537;
  font-weight: 600;
  font-family: "Muli", sans-serif;
}

p {
  color: #786fa4;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 solid transparent;
}

ul,
ol {
  margin: 0;
}

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

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

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

.popover,
.tooltip {
  z-index: 9999999;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mt-250 {
  margin-top: 250px !important;
}

.mt-300 {
  margin-top: 300px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

.mb-300 {
  margin-bottom: 300px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-20 {
  padding: 20px;
}

.line-height-50-p-0 {
  line-height: 50px;
  padding: 0;
}

.height-50 {
  height: 50px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}

.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

.w-15 {
  width: 15% !important;
}

.w-40 {
  width: 40% !important;
}

.w-70 {
  width: 70% !important;
}

.w-50 {
  width: 50% !important;
}

.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999999;
}

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

.bg-default-opacity-8- {
  background-color: rgba(113, 192, 22, 0.8) !important;
}

.bg-green {
  background-color: #46be8a;
}

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

.bg-overlay-white::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, white), to(rgba(255, 255, 255, 0.2)));
  background-image: -webkit-linear-gradient(left, white 0, rgba(255, 255, 255, 0.2) 100%);
  background-image: -o-linear-gradient(left, white 0, rgba(255, 255, 255, 0.2) 100%);
  background-image: linear-gradient(to right, white 0, rgba(255, 255, 255, 0.2) 100%);
}

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

.green-color-overlay::after {
  background-color: rgba(113, 192, 22, 0.75);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.green-color-overlay-2 {
  position: relative;
  z-index: 1;
}

.green-color-overlay-2::after {
  background-color: rgba(113, 192, 22, 0.3);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.pink-color-overlay::after {
  background-color: rgba(136, 14, 79, 0.75);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.danger-color-overlay::after {
  background-color: rgba(241, 83, 110, 0.3);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.bg-overlay::after {
  background-color: rgba(62, 74, 89, 0.8);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.dark-color-overlay-2 {
  position: relative;
  z-index: 1;
}

.dark-color-overlay-2::after {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.primary-color-overlay::after {
  background-color: rgba(114, 124, 245, 0.8);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn-default {
  background-color: #ffffff;
  color: #222222;
  border-color: transparent;
  font-weight: 500;
}

.bg-primary {
  background-color: #ff4081 !important;
}

.primary-color {
  background-color: #ff4081;
}

.bg-danger {
  background-color: #fb434a !important;
}

.primary-color-text {
  color: #ff4081;
}

.bg-info {
  background-color: #39afd1 !important;
}

.bg-success {
  background-color: #46be8a !important;
}

.text-green {
  color: #46be8a;
}

.text-warning {
  color: #fdb901;
}

.info-color {
  background-color: #fb434a;
}

.danger-color {
  background-color: #fb434a;
}

.success-color {
  background-color: #46be8a;
}

.bg-success {
  background-color: #46be8a !important;
}

.success-text {
  color: #46be8a !important;
}

.uppercase-text {
  text-transform: uppercase !important;
}

.warning-color {
  background-color: #f39834;
}

.bg-purple {
  background-color: #6610f2;
}

.bg-blue {
  background-color: #0168fa;
}

.bg-teal {
  background-color: #46be8a;
}

.bg-chok {
  background-color: #462f3f;
}

.pink-darken-4 {
  background-color: #880e4f;
}

.g-transition-0_8 {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.text-color-gray {
  color: #786fa4;
}

.g-bg-black {
  background-color: #222222;
}

.white-opacity-0_2 {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.border {
  border: 1px solid rgba(72, 94, 144, 0.15);
}

.border-2 {
  border: 5px solid rgba(72, 94, 144, 0.15);
}

.border-primary {
  border: 8px solid #ff4081 !important;
}

.border-chok {
  border: 8px solid #462f3f;
}

.border-danger {
  border: 8px solid #fb434a !important;
}

.alert-outline-primary {
  border-color: #ff4081;
  border-radius: 5px;
}

.alert-outline-warning {
  border-color: #fdb901;
  border-radius: 5px;
}

.alert-outline-success {
  border-color: #46be8a;
  border-radius: 5px;
}

.alert-outline-info {
  border-color: #5578eb;
  border-radius: 5px;
}

.alert-outline-danger {
  border-color: #fb434a;
  border-radius: 5px;
}

.alert-outline-default {
  border-color: rgba(72, 94, 144, 0.15);
  border-radius: 5px;
  background: transparent;
}

.alert-outline-dark {
  border-color: #282f3a;
  border-radius: 5px;
}

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

.text-black {
  color: #000000 !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.text-muted {
  color: #98a6ad !important;
}

.card .header-title {
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 18px;
  margin-top: 0;
}

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.g-transition-0_3 {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.theme-bg-gra {
  background: -webkit-linear-gradient(225deg, #1de9b6 0, #1dc4e9 100%);
  background: -o-linear-gradient(225deg, #1de9b6 0, #1dc4e9 100%);
  background: linear-gradient(-135deg, #1de9b6 0, #1dc4e9 100%);
}

.full-height {
  clear: both;
  min-height: 100%;
}

.form-control {
  height: 28px;
  font-size: 12px;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  background: #ebebeb;
  color: #323232;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.jvectormap-zoomin:hover,
.jvectormap-zoomin:focus,
.jvectormap-zoomout:hover,
.jvectormap-zoomout:focus,
.jvectormap-goback:hover,
.jvectormap-goback:focus {
  background: #ff4081;
  color: #ffffff;
}

.order-listing,
.unorder-listing {
  padding-left: 20px;
}

.order-listing li,
.unorder-listing li {
  list-style: inherit;
}

.styling-listing li i {
  color: #ff4081;
  padding-right: 5px;
}

.visibility-hidden {
  visibility: hidden;
}

.h-5 {
  height: 5px;
}

[type="checkbox"]+span:not(.lever) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="checkbox"]+span:not(.lever)::before,
[type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #777;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.custom-control-label {
  cursor: pointer;
}

[type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]+span:not(.lever)::before,
[type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #ff4081;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.widgets-todo-list-area .todo-list li [type="checkbox"]:checked+span:not(.lever)::before {
  border-right: 2px solid #ff4081;
  border-bottom: 2px solid #ff4081;
}

[type="checkbox"]:checked+span:not(.lever)::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ff4081;
  border-bottom: 2px solid #ff4081;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.card {
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 16px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-40 {
  font-size: 40px !important;
}

.apex-charts text {
  fill: #adb6bd;
}

.text-info {
  color: #39afd1 !important;
}

.text-body {
  color: #6c757d !important;
}

.text-title {
  color: #6c757d;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.btn-link:hover {
  text-decoration: none;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #ff4081;
  border-color: #ff4081;
  background-color: #ff4081;
}

.float-right {
  float: right !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #4d5cf2;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 14px;
  }
}

.page-title-box .page-title-right .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #777;
}

.breadcrumb-item a {
  color: #ff4081;
}

.breadcrumb-item.active {
  color: #777;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-item {
    font-size: 14px;
  }
}

.card-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #161537;
}

.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%;
}

.badge-warning-lighten {
  color: #fff !important;
  background-color: #f39834;
}

.badge-danger-lighten {
  color: #fff !important;
  background-color: #fb434a;
}

.badge-success-lighten {
  color: #fff !important;
  background-color: #46be8a;
}

.overflow--hidden {
  overflow: hidden !important;
}

.h-6 {
  height: 6px !important;
}

.h-8 {
  height: 8px !important;
}

.h-10 {
  height: 10px !important;
}

.user-thumb {
  width: 80px;
  height: 80px;
}

.border-radius-50 {
  border-radius: 50% !important;
}

.text-color {
  color: #786fa4;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.user-img {
  width: 50px;
  height: 50px;
}

.chat-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.mail-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-block;
}

.custom-select {
  font-size: 14px;
  line-height: 17px;
}

.dropdown-item {
  font-size: 13px;
}

.align-middle {
  vertical-align: middle !important;
}

.custom-control-label::before {
  width: 18px;
  height: 18px;
  border: 2px solid #ff4081;
  border-radius: 2px;
  top: .15rem;
}

.custom-control-label::after {
  width: 18px;
  height: 18px;
  top: .15rem;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: transparent;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  height: 500px;
}

.profile-img {
  height: 150px;
  width: 150px;
  display: inline-block;
}

.card-header {
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-d-none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .xs-d-none {
    display: none;
  }
}

/* :: Bootstraping CSS */
.ecaps-sidemenu-area {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background-color: #10163A;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
}

.ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv {
  position: relative;
  top: 60px;
  padding-bottom: 70px !important;
  width: 100% !important;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #10163A;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
}

.ecaps-logo a {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 220px;
  background-color: #10163A;
  text-align: center;
  height: 70px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(72, 94, 144, 0.15);
}

.ecaps-logo a img {
  max-height: 72px;
  width: auto;
  margin: auto;
  padding-top: 6px;
}

.ecaps-logo a img.small-logo {
  max-height: 48px;
  display: none;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a img.small-logo {
  display: block;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a img.desktop-logo {
  display: none;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a img.desktop-logo {
  display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a img.small-logo {
  display: none;
}

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

.ecaps-page-content {
  position: relative;
  z-index: auto;
  margin-left: 220px;
  padding-top: 75px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.top-header-area {
  position: fixed;
  z-index: 99;
  width: calc(100% - 220px);
  height: 40px;
  background-color: #ececf1;
  left: 220px;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0 15px 0 30px;
}

.menu-collasped {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.menu-collasped>i {
  font-size: 22px;
  color: #525f80;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.mobile-menu-open {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.mobile-menu-open>i {
  font-size: 22px;
  color: #ff4081;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.mobile-logo a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-logo a img {
  max-height: 25px;
  width: auto;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-sidemenu-area {
  left: -165px;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-page-content {
  margin-left: 55px;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a {
  width: 55px;
}

.menu-collasped-active.ecaps-page-wrapper .top-header-area {
  left: 55px;
  width: calc(100% - 55px);
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu a .fa-angle-right {
  display: none;
}

.menu-collasped-active.ecaps-page-wrapper .side-menu-area .sidebar-menu>li>a>span {
  display: none;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu li a {
  padding: 0rem 1.25rem;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu li a i {
  margin-left: auto;
}

.side-menu-area {
  position: relative;
  width: 100%;
  z-index: 10;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-top: 20px;
}

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

.sidemenu-user-profile {
  margin-bottom: 0px;
  padding: 0 1rem;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.sidemenu-user-profile .user-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  margin-right: 15px;
}

.sidemenu-user-profile .user-thumbnail img {
  border-radius: 10px;
}

.sidemenu-user-profile .user-content h6 {
  color: #D0D0D0;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.sidemenu-user-profile .user-content span {
  color: #D0D0D0;
  font-size: 12px;
}

.sidebar-menu li a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0rem 1.25rem;
  color: #D0D0D0;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  height: 42px;
  border-left: 3px solid transparent;
}

.sidebar-menu li a i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23px;
  flex: 0 0 23px;
  max-width: 23px;
  width: 23px;
  font-size: 14px;
  color: #D0D0D0;
  font-weight: 800;
}

.sidebar-menu li a span {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: calc(100% - 30px);
}

.sidebar-menu li a:hover {
  color: #ff4081;
}

.sidebar-menu li .treeview-menu {
  display: none;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sidebar-menu li .treeview-menu .treeview-menu {
  margin-left: 15px;
}

.sidebar-menu li .treeview-menu li a {
  font-size: 13px;
  color: #D0D0D0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
  height: 38px;
  padding-left: 7px;
  padding-right: 7px;
}

.app-search {
  position: relative;
  margin-left: 20px;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid #e0e0ea;
  font-size: 13px;
  height: 40px;
  color: #525f80;
  padding-left: 20px;
  padding-right: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  width: 360px;
  background-color: #e0e0ea;
}

@media only screen and (max-width: 767px) {

  .app-search .form-control,
  .app-search .form-control:focus {
    width: 115px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .app-search .form-control,
  .app-search .form-control:focus {
    width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .app-search .form-control,
  .app-search .form-control:focus {
    width: 200px;
  }
}

.app-search button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 34px;
  text-align: center;
  border: 1px solid #e0e0ea;
  border-radius: 30px;
  color: #525f80;
  background-color: #e0e0ea;
}

.sidebar-menu li .treeview-menu li a:hover {
  color: #fff;
}

.sidebar-menu>li>a:hover,
.sidebar-menu>li.active>a,
.sidebar-menu>li.menu-open>a {
  color: #fff;
  background-color: #262C49;
  border-left: 3px solid #D0D0D0;
}

.sidebar-menu .treeview-menu>li.active>a {
  color: #fff;
  background-color: #262C49;
  border-radius: 5px 0 0 5px;
}

.sidebar-menu a .fa-angle-right {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 16px;
  position: absolute;
  right: 30px;
  width: auto;
  z-index: auto;
}

.sidebar-menu .menu-open a .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu .menu-open .treeview-menu a .fa-angle-right {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-menu .menu-open .treeview-menu .menu-open a .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu .menu-open .treeview-menu .treeview-menu a .fa-angle-right {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-menu .menu-open .treeview-menu .treeview-menu .menu-open a .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-menu-area .sidebar-menu>li>a>span {
  line-height: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.sidebar-menu>.active>.treeview-menu {
  display: block;
}

.ecaps-page-wrapper.menu-collasped-active .sidebar-menu>.active>.treeview-menu {
  display: none;
}

.ecaps-page-wrapper.menu-collasped-active.sidemenu-hover-active .sidebar-menu>.active>.treeview-menu {
  display: block;
}

.ecaps-page-wrapper.menu-collasped-active.sidemenu-hover-active .ecaps-sidemenu-area {
  left: 0;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a {
  width: 220px;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .top-header-area {
  left: 220px;
  width: calc(100% - 220px);
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu a .fa-angle-right {
  display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .side-menu-area .sidebar-menu>li>a>span {
  display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu li a {
  padding: 0rem 1.25rem;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu li a i {
  margin-left: auto;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu .sidemenu-user-profile .user-content {
  display: none;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu .sidemenu-user-profile .user-content {
  display: block;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu .sidemenu-user-profile .user-thumbnail {
  margin-left: auto;
  margin-right: 0;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu .sidemenu-user-profile .user-thumbnail {
  margin-left: 0;
  margin-right: 15px;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-deactive .sidebar-menu .menu-open .treeview-menu {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .mobile-menu-open {
    display: none;
  }

  .mobile-logo {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .menu-collasped {
    display: none;
  }

  .ecaps-page-wrapper .ecaps-sidemenu-area {
    left: -280px;
  }

  .ecaps-page-wrapper .ecaps-logo a {
    left: -280px;
  }

  .top-header-area {
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 0 15px;
  }

  .ecaps-page-content {
    margin-left: 0;
  }
}

.mobile-menu-active.ecaps-page-wrapper .ecaps-sidemenu-area {
  left: 0;
}

.top-header-area .left-side-content-area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .top-header-area .left-side-content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
}

.top-header-area .right-side-navbar {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .top-header-area .right-side-navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
}

.top-header-area .right-side-navbar .right-side-trigger {
  width: 30px;
  height: 30px;
  margin-right: 7.5px;
  cursor: pointer;
}

.top-header-area .right-side-navbar .right-side-trigger i {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ff4081;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header-area .right-side-navbar .right-side-trigger {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header-area .right-side-navbar .right-side-trigger {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .top-header-area .right-side-navbar .right-side-trigger {
    display: none;
  }
}

.top-header-area .right-side-navbar .right-side-content {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .top-header-area .right-side-navbar .right-side-content {
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    z-index: 10;
    top: 60px;
    background-color: #10163A;
    right: -1000px;
    height: 60px;
    width: 100%;
  }

  .top-header-area .right-side-navbar .right-side-content.active {
    right: 0;
  }
}

.top-header-area .nav-item.dropdown .dropdown-menu {
  -webkit-animation-name: dropdownAnimation;
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 22px 0px #cdcfe1;
  box-shadow: 0px 4px 22px 0px #cdcfe1;
  width: 240px;
  padding: 0;
  margin: 0;
}

.top-header-area .nav-item.dropdown .dropdown-menu.language-dropdown {
  width: 120px;
  min-width: 80px;
  padding: 1rem 0;
}

.top-header-area .nav-item.dropdown .dropdown-menu.language-dropdown .dropdown-item img {
  max-width: 25px;
  margin-right: 10px;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu {
  width: 220px;
  padding: 1rem 0;
}

@media only screen and (max-width: 767px) {
  .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu {
    width: 135px;
    min-width: 135px;
  }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
  width: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
    width: 660px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
    width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
    width: 210px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
    width: 450px;
  }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
  border-right: 1px solid rgba(72, 94, 144, 0.15);
}

@media only screen and (max-width: 767px) {
  .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul:last-child {
  border-right: none;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link {
  color: #786fa4;
  font-weight: 400;
  font-size: 14px;
  padding: 0.5rem 1.5rem;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link:hover {
  color: #ff4081;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link {
    font-size: 12px;
  }
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item {
  white-space: normal;
  color: #525f80;
  font-size: 14px;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  color: #ff4081;
}

.top-header-area .nav-item.dropdown .dropdown-menu.dropdown-menu-right {
  right: 7px !important;
  left: auto !important;
}

.top-header-area .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.left-side-navbar .nav-item.dropdown .btn {
  padding: 6px 12px;
  font-size: 13px;
  color: #525f80;
  line-height: 1;
  border: 1px solid #525f80;
}

@media only screen and (max-width: 767px) {
  .left-side-navbar .nav-item.dropdown .btn {
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .left-side-navbar .nav-item.dropdown .btn:hover {
    color: #10163A !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-side-navbar .nav-item.dropdown .btn {
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .left-side-navbar .nav-item.dropdown .btn:hover {
    color: #10163A !important;
  }
}

.top-header-area .nav-item.dropdown .btn:hover,
.top-header-area .nav-item.dropdown .btn:focus {
  color: #ff4081;
}

.right-side-navbar .nav-item.dropdown .btn {
  padding: 0;
  font-size: 20px;
  background-color: transparent;
  margin: 0 10px;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  line-height: 1;
  position: relative;
  height: 36px;
  width: 36px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .right-side-navbar .nav-item.dropdown .btn {
    color: rgba(255, 255, 255, 0.6);
  }
}

.right-side-navbar .nav-item.dropdown .btn .ti-search {
  font-size: 16px;
}

.right-side-navbar .nav-item.dropdown .btn>img {
  width: 42px;
  height: 36px;
}

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

.top-search-bar button {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  text-align: center;
  background-color: transparent;
  color: #786fa4;
  line-height: 30px;
}

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

.top-search-bar input {
  width: 100%;
  height: 70px;
  border: none;
  font-size: 12px;
  color: #786fa4;
  border-radius: 4px;
  padding-left: 50px;
  padding-right: 15px;
}

.top-search-bar input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

input::-webkit-input-placeholder {
  color: #786fa4;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #786fa4;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #786fa4;
  opacity: 1;
}

input::placeholder {
  color: #786fa4;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #786fa4;
}

input::-ms-input-placeholder {
  color: #786fa4;
}

.top-message-area {
  position: relative;
  z-index: 1;
}

.top-message-area .top-message-heading {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ff4081;
}

.top-message-area .top-message-heading .heading-title h6 {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
}

.top-message-area .top-message-heading>span {
  color: #ff4081;
  padding: 2px 5px 1px 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  font-size: 10px;
  font-weight: 700;
}

.message-box .dropdown-item {
  border-bottom: 1px solid rgba(72, 94, 144, 0.15);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-box .dropdown-item i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #ff4081;
  color: rgba(255, 255, 255, 0.9);
}

.message-box .dropdown-item .message-text span {
  display: block;
  font-size: 13px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.message-box .dropdown-item .message-text span:last-child {
  font-size: 13px;
}

.message-box .dropdown-item:last-child {
  border-bottom: none;
}

.top-notifications-area .notifications-heading {
  width: 100%;
  height: 50px;
  background-color: #ff4081;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

.top-notifications-area .notifications-heading .heading-title h6 {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
}

.top-notifications-area .notifications-heading>span {
  color: #ff4081;
  padding: 2px 5px 1px 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  font-size: 10px;
  font-weight: 700;
}

.notifications-box .dropdown-item,
.notifications-box .nav-link {
  padding: 1rem;
  border-bottom: 1px solid rgba(72, 94, 144, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8c8d9a;
  font-size: 13px;
}

.notifications-box .nav-link:hover {
  color: #ff4081;
}

.notifications-box .dropdown-item>i,
.notifications-box .nav-link>i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  background-color: #ff4081;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.notifications-box .nav-link>i.fa {
  margin-left: auto;
  background-color: #f2f6f8;
  color: #525f80;
}

.user-profile-area {
  padding-bottom: 1rem;
  z-index: 1;
  position: relative;
}

.user-profile-area .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.user-profile-area .user-profile-heading {
  width: 100%;
  height: 70px;
  background-color: #ff4081;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.user-profile-area .profile-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  margin-right: 10px;
}

.user-profile-area .profile-text h6 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.user-profile-area .profile-text span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  display: block;
}

.right-side-navbar .nav-item.dropdown .active-status {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: -5;
  top: 1px;
  right: -1px;
  border: 2px solid #ff4081;
  -webkit-animation: activeStatus linear 1500ms infinite;
  animation: activeStatus linear 1500ms infinite;
}

@-webkit-keyframes activeStatus {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes activeStatus {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.footer-area {
  position: relative;
  z-index: 1;
  background-color: #ececf1;
  width: 100%;
  padding: 20px 0;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.footer-area .copywrite-text {
  padding: 0 30px;
}

.footer-area .copywrite-text p {
  margin-bottom: 0;
  font-size: 14px;
}

.footer-area .copywrite-text p a {
  color: #ff4081;
  font-size: 14px;
}

.footer-area .footer-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-area .footer-nav li a {
  display: inline-block;
  color: #786fa4;
  font-size: 14px;
  margin-left: 20px;
}

.footer-area .footer-nav li:first-child a {
  margin-left: 0;
}

.footer-area .footer-nav li a:hover,
.footer-area .footer-nav li a:focus {
  color: #ff4081;
}

.user-profile-area .dropdown-item i {
  color: #ff4081;
  margin-right: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .right-side-navbar .nav-item.dropdown .btn {
    margin: 0 7.5px;
  }

  .top-header-area .nav-item.dropdown .dropdown-menu {
    width: 220px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (max-width: 767px) {
  .top-header-area .nav-item.dropdown .dropdown-menu {
    width: 205px;
  }

  .top-header-area .nav-item.dropdown .dropdown-menu.search-dropdown {
    width: 150px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (min-width: 480px) and (max-width: 767px) {
  .top-header-area .nav-item.dropdown .dropdown-menu.search-dropdown {
    width: 220px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .top-search-bar input {
    height: 60px;
  }

  .user-profile-area .profile-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    margin-right: 10px;
  }

  .user-profile-area .profile-text h6 {
    font-size: 12px;
  }

  .user-profile-area .profile-text span {
    font-size: 10px;
  }

  .footer-area .copywrite-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .footer-area .footer-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }

  .footer-area .copywrite-text p {
    font-size: 12px;
  }

  .footer-area .footer-nav li a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .footer-area .copywrite-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .footer-area .footer-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .copywrite-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .footer-area .footer-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
}

.main-content {
  position: relative;
  padding: 0px 5px 0 5px;
}

.page-title {
  position: relative;
}

.page-title span {
  font-size: 12px;
  color: #8c8d9a;
}

.choose-layout-area {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  position: fixed;
  width: 320px;
  height: 100%;
  background-color: #10163A;
  top: 0;
  right: -320px;
  z-index: 999999999;
  padding: 50px 30px;
  -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
  box-shadow: 0 5px 20px -4px #cdcfe1;
}

@media only screen and (max-width: 479px) {
  .choose-layout-area {
    width: 260px;
    right: -260px;
  }
}

.choose-layout-area .setting-trigger-icon {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
  box-shadow: 0 5px 20px -4px #cdcfe1;
  border-radius: 3px 0 0 3px;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ff4081;
  text-align: center;
  cursor: pointer;
}

.choose-layout-area .setting-trigger-icon i {
  display: block;
  color: #ffffff;
  font-size: 16px;
  -webkit-animation: rotate90deg linear 2s infinite;
  animation: rotate90deg linear 2s infinite;
  line-height: 45px;
}

@media only screen and (max-width: 767px) {
  .choose-layout-area .setting-trigger-icon {
    bottom: 20px;
    left: -70px;
  }
}

.choose-layout-area.active {
  right: 0;
}

.choose-layout-area .single-demos {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.choose-layout-area .single-demos:last-child {
  margin-bottom: 0;
}

.choose-layout-area .single-demos a {
  -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
  box-shadow: 0 5px 20px -4px #cdcfe1;
  display: block;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}

.choose-layout-area .single-demos a img {
  border-radius: 4px;
}

.choose-layout-area .single-demos a:hover,
.choose-layout-area .single-demos a:focus {
  opacity: 0.8;
}

.choose-layout-area .single-demos span {
  font-size: 14px;
  color: #ff4081;
  font-weight: 500;
  display: block;
}

@-webkit-keyframes rotate90deg {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes rotate90deg {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

#settingCloseIcon,
#quicksettingCloseIcon {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  width: 30px;
  height: 30px;
  background-color: #f2f4f8;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #8c8d9a;
  border-radius: 2px;
}

#settingCloseIcon i,
#quicksettingCloseIcon i {
  line-height: 30px;
}

#settingCloseIcon:hover,
#quicksettingCloseIcon:hover {
  background-color: #ff4081;
  color: #10163A;
}

.choose-layout-area .slimScrollDiv,
.quick-settings-panel .slimScrollDiv {
  position: relative;
  width: 100% !important;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.dashboard-dropdown .btn {
  font-size: 20px;
  color: #786fa4;
  width: 30px;
  height: 30px;
  padding: 0;
}

.dashboard-dropdown .btn::after {
  display: none;
}

.dashboard-dropdown .btn i {
  line-height: 30px;
}

.dashboard-dropdown .btn:hover,
.dashboard-dropdown .btn:focus {
  font-size: 20px;
  color: #786fa4;
}

.dashboard-dropdown .dropdown-menu {
  -webkit-animation-name: dropdownAnimation;
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 22px 0px #cdcfe1;
  box-shadow: 0px 4px 22px 0px #cdcfe1;
  width: 130px;
  min-width: 120px;
  padding: 1rem 0;
  margin: 0;
  border-radius: 8px;
}

.dashboard-dropdown .dropdown-menu.dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}

.dashboard-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 12px;
  color: #8c8d9a;
}

.dashboard-dropdown .dropdown-menu .dropdown-item i {
  margin-right: 5px;
}

@-webkit-keyframes dropdownAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    -ms-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 42px, 0);
    -ms-transform: translate3d(0, 42px, 0);
    transform: translate3d(0, 42px, 0);
  }
}

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    -ms-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 42px, 0);
    -ms-transform: translate3d(0, 42px, 0);
    transform: translate3d(0, 42px, 0);
  }
}

.quick-settings-panel {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  position: fixed;
  width: 450px;
  background-color: #10163A;
  height: 100%;
  top: 0;
  right: -500px;
  z-index: 999999999;
  box-shadow: 0 5px 20px -4px #cdcfe1;
  padding: 50px 30px;
}

@media only screen and (max-width: 767px) {
  .quick-settings-panel {
    width: 300px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .quick-settings-panel {
    width: 400px;
  }
}

.quick-settings-panel.active {
  right: 0;
}

.quick-setting-tab {
  position: relative;
  z-index: 1;
}

.quick-setting-tab .nav-tabs {
  margin-bottom: 30px;
  border-width: 2px;
}

.quick-setting-tab .nav-tabs .nav-item {
  margin-bottom: 0;
}

.quick-setting-tab .nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  border: none;
  padding: 0.25rem 1rem;
  font-size: 16px;
  color: #525f80;
}

@media only screen and (max-width: 767px) {
  .quick-setting-tab .nav-tabs .nav-item .nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 13px;
  }
}

.quick-setting-tab .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: transparent;
  content: '';
  bottom: -2px;
  right: 0;
  left: 0;
}

.quick-setting-tab .nav-tabs .nav-item .nav-link.active {
  color: #ff4081;
}

.quick-setting-tab .nav-tabs .nav-item .nav-link.active::after {
  background-color: #ff4081;
}

.quick-setting-tab .onoffswitch {
  position: relative;
  width: 55px;
  display: inline-block;
  font-size: 80%;
}

.quick-setting-tab .onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 40px;
  margin: 0;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.15s ease-in-out;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner:before,
.quick-setting-tab .onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 80%;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #ff4081;
  color: #10163A;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #f2f4f8;
  color: #525f80;
  text-align: right;
}

.quick-setting-tab .onoffswitch .onoffswitch-switch {
  width: 26px;
  height: 26px;
  margin: 0;
  background-color: rgba(72, 94, 144, 0.15);
  border-radius: 50%;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 34px;
  transition: right 0.15s ease-in-out;
}

.quick-setting-tab .toggle-group {
  position: relative;
  height: 27px;
  left: 5px;
}

.quick-setting-tab .toggle-group input[type=checkbox] {
  position: absolute;
  left: 10px;
}

.quick-setting-tab .toggle-group input[type=checkbox]:checked~.onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.quick-setting-tab .toggle-group input[type=checkbox]:checked~.onoffswitch .onoffswitch-label .onoffswitch-switch {
  right: -1px;
}

.quick-setting-tab .toggle-group input[type=checkbox]:focus~.onoffswitch {
  outline: 0;
}

.quick-setting-tab .toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 65px;
  display: inline-block;
  text-align: left;
  line-height: 24px;
  width: 100%;
  z-index: 1;
  height: 24px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  color: #786fa4;
}

.full-screen-mode a {
  font-size: 24px;
  margin: 0 10px;
  color: #727E8C;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.full-screen-mode a:hover {
  color: #ff4081;
}

/* :: Button CSS */
.btn-block {
  display: block !important;
  width: 100% !important;
}

.btn {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: .15rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btn:focus,
.btn:hover {
  /*    font-size: 14px;*/
  font-weight: 600;
}

.btn.btn-rounded {
  border-radius: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn.btn-lg {
  font-size: 1.25rem;
}

.btn.btn-lg.btn-rounded {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn.btn-circle {
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.btn.btn-circle.btn-lg {
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
}

.btn-light {
  color: #313a46;
  background-color: #e3eaef;
  border-color: #e3eaef;
}

.btn-light {
  -webkit-box-shadow: 0 2px 6px 0 rgba(227, 234, 239, 0.5);
  box-shadow: 0 2px 6px 0 rgba(227, 234, 239, 0.5);
}

.btn-light {
  color: #313a46;
  background-color: #e3eaef;
  border-color: #e3eaef;
}

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

.btn-primary:hover {
  color: #fff;
  background-color: #ff5a92;
  border-color: #ff5a92;
}

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
}

.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
}

.btn-googleplus {
  color: #ffffff;
  background-color: #dd4b39;
}

.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
}

.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
}

.btn-dribbble {
  color: #ffffff;
  background-color: #ea4c89;
}

.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
}

.btn-youtube {
  color: #ffffff;
  background-color: #bb0000;
}

.label-primary,
.badge-primary {
  background-color: #1dc9b7;
  color: #FFFFFF;
}

.label-warning,
.badge-warning {
  background-color: #fdb901;
  color: #FFFFFF;
}

.label {
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
  border-radius: 0.25em;
  line-height: 1;
  white-space: nowrap;
  font-size: 12px;
}

.btn-outline-primary {
  color: #ff4081 !important;
  border-color: #ff4081 !important;
  font-size: 14px;
}

.btn-outline-primary:hover {
  background-color: #ff4081 !important;
  color: #ffffff !important;
  font-size: 14px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff4081 !important;
  border-color: #ff4081 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: inherit;
}

/* :: Fill Button CSS */
.btn-fill {
  padding: 0.675rem 1.25rem;
  border: 1px solid #0168fa;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.btn-fill:hover {
  color: #ffffff;
}

.btn-fill:hover:after {
  background: #0168fa;
  height: 100%;
}

.btn-fill:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  transition: linear 0.3s all;
}

.btn-fill-white {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.btn-fill[class*="btn-fill-"] {
  background-color: transparent;
}

.btn-fill-default {
  border: 1px solid rgba(72, 94, 144, 0.15) !important;
  color: #161537 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-fill-default:hover:after,
.btn-fill-default:focus:after {
  background-color: rgba(72, 94, 144, 0.15);
}

.btn-fill-primary {
  border: 1px solid #ff4081 !important;
  color: #ff4081 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-fill-primary:hover:after,
.btn-fill-primary:focus:after {
  background-color: #ff4081;
}

.btn-fill-info {
  border: 1px solid #5578eb !important;
  color: #5578eb !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-fill-info:hover:after,
.btn-fill-info:focus:after {
  background-color: #5578eb;
}

.btn-fill-success {
  border: 1px solid #46be8a !important;
  color: #46be8a !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-fill-success:hover:after,
.btn-fill-success:focus:after {
  background-color: #46be8a;
}

.btn-fill-danger {
  border: 1px solid #fb434a !important;
  color: #fb434a !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-fill-danger:hover:after,
.btn-fill-danger:focus:after {
  background-color: #fb434a;
}

.btn-fill-warning {
  border: 1px solid #f39834 !important;
  color: #f39834 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-fill-warning:hover:after,
.btn-fill-warning:focus:after {
  background-color: #f39834;
}

.btn-fill-secondary {
  border: 1px solid #8897aa !important;
  color: #8897aa !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-fill-secondary:hover:after,
.btn-fill-secondary:focus:after {
  background-color: #8897aa;
}

.btn-fill-dark {
  border: 1px solid #161537 !important;
  color: #161537 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-fill-dark:hover:after,
.btn-fill-dark:focus:after {
  background-color: #161537;
}

.btn-fill--white {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-fill--white:hover:after,
.btn-fill--white:focus:after {
  background-color: transparent;
  border: transparent !important;
}

.btn-fill-default:hover,
.btn-fill-default:focus {
  color: #161537 !important;
}

.btn-fill-primary:hover,
.btn-fill-info:hover,
.btn-fill-success:hover,
.btn-fill-danger:hover,
.btn-fill-warning:hover,
.btn-fill-secondary:hover,
.btn-fill-dark:hover {
  color: #ffffff !important;
}

.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* :: Gradients Button CSS */
.btn[class*="btn-c-gradient-"] {
  padding: 10px 24px;
  text-shadow: none;
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  white-space: normal;
  word-wrap: break-word;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f2f4f8;
  -webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-c-gradient-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#3232b7), to(#2575fc));
  background-image: -webkit-linear-gradient(left, #3232b7 0%, #2575fc 100%);
  background-image: -o-linear-gradient(left, #3232b7 0%, #2575fc 100%);
  background-image: linear-gradient(to right, #3232b7 0%, #2575fc 100%);
}

.btn-c-gradient-1:hover,
.btn.btn-c-gradient-1:not(:disabled):not(.disabled):active {
  background-image: -webkit-gradient(linear, left top, right top, from(#2575fc), to(#3232b7));
  background-image: -webkit-linear-gradient(left, #2575fc 0%, #3232b7 100%);
  background-image: -o-linear-gradient(left, #2575fc 0%, #3232b7 100%);
  background-image: linear-gradient(to right, #2575fc 0%, #3232b7 100%);
}

.btn-c-gradient-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f2fe));
  background-image: -webkit-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
  background-image: -o-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.btn-c-gradient-2:hover,
.btn.btn-c-gradient-2:not(:disabled):not(.disabled):active {
  background-image: -webkit-gradient(linear, left top, right top, from(#00f2fe), to(#4facfe));
  background-image: -webkit-linear-gradient(left, #00f2fe 0%, #4facfe 100%);
  background-image: -o-linear-gradient(left, #00f2fe 0%, #4facfe 100%);
  background-image: linear-gradient(to right, #00f2fe 0%, #4facfe 100%);
}

.btn-c-gradient-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#00cdac), to(#38f9d7));
  background-image: -webkit-linear-gradient(left, #00cdac 0%, #38f9d7 100%);
  background-image: -o-linear-gradient(left, #00cdac 0%, #38f9d7 100%);
  background-image: linear-gradient(to right, #00cdac 0%, #38f9d7 100%);
}

.btn-c-gradient-3:hover,
.btn.btn-c-gradient-3:not(:disabled):not(.disabled):active {
  background-image: -webkit-gradient(linear, left top, right top, from(#38f9d7), to(#00cdac));
  background-image: -webkit-linear-gradient(left, #38f9d7 0%, #00cdac 100%);
  background-image: -o-linear-gradient(left, #38f9d7 0%, #00cdac 100%);
  background-image: linear-gradient(to right, #38f9d7 0%, #00cdac 100%);
}

.btn-c-gradient-4 {
  background-image: -webkit-linear-gradient(330deg, #f6d365 0%, #fda085 100%);
  background-image: -o-linear-gradient(330deg, #f6d365 0%, #fda085 100%);
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.btn-c-gradient-4:hover,
.btn.btn-c-gradient-4:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(330deg, #fda085 0%, #f6d365 100%);
  background-image: -o-linear-gradient(330deg, #fda085 0%, #f6d365 100%);
  background-image: linear-gradient(120deg, #fda085 0%, #f6d365 100%);
}

.btn-c-gradient-5 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f77062), to(#fe5196));
  background-image: -webkit-linear-gradient(bottom, #f77062 0%, #fe5196 100%);
  background-image: -o-linear-gradient(bottom, #f77062 0%, #fe5196 100%);
  background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
}

.btn-c-gradient-5:hover,
.btn.btn-c-gradient-5:not(:disabled):not(.disabled):active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fe5196), to(#f77062));
  background-image: -webkit-linear-gradient(bottom, #fe5196 0%, #f77062 100%);
  background-image: -o-linear-gradient(bottom, #fe5196 0%, #f77062 100%);
  background-image: linear-gradient(to top, #fe5196 0%, #f77062 100%);
}

.btn-c-gradient-6 {
  background-image: -webkit-gradient(linear, left top, right top, from(#816cfd), to(#7c5ac2));
  background-image: -webkit-linear-gradient(left, #816cfd 0%, #7c5ac2 100%);
  background-image: -o-linear-gradient(left, #816cfd 0%, #7c5ac2 100%);
  background-image: linear-gradient(to right, #816cfd 0%, #7c5ac2 100%);
}

.btn-c-gradient-6:hover,
.btn.btn-c-gradient-6:not(:disabled):not(.disabled):active {
  background-image: -webkit-gradient(linear, left top, right top, from(#7c5ac2), to(#816cfd));
  background-image: -webkit-linear-gradient(left, #7c5ac2 0%, #816cfd 100%);
  background-image: -o-linear-gradient(left, #7c5ac2 0%, #816cfd 100%);
  background-image: linear-gradient(to right, #7c5ac2 0%, #816cfd 100%);
}

/* :: Icon Button CSS */
.ladda-button {
  overflow: hidden;
  height: auto;
  padding: 0.55rem 1.10rem;
  min-width: 50px;
  border-radius: 50px;
}

.btn-creative {
  border: none;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 8px 22px;
  display: inline-block;
  margin: 10px 10px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-creative:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-1 {
  border: 1px solid transparent;
  color: #ffffff;
}

.btn-1a:hover,
.btn-1a:active {
  color: #ff4081 !important;
  background: #ffffff !important;
  border: 1px solid #ff4081 !important;
}

.btn-1b:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 3px;
}

.btn-1b:not(:disabled):not(.disabled):active {
  color: #00b1f4 !important;
}

.btn-1b:hover,
.btn-1b:active {
  color: #009eda !important;
  border: 1px solid #009eda;
  z-index: 1;
}

.btn-1b:hover:after,
.btn-1b:active:after {
  height: 100%;
}

.btn-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 3px;
}

.btn-1c:not(:disabled):not(.disabled):active {
  color: #46be8a !important;
}

.btn-1c:after:active {
  background: #000;
}

.btn-1c:hover,
.btn-1c:active {
  color: #46be8a !important;
  border: 1px solid #46be8a;
  z-index: 1;
}

.btn-1c:hover:after,
.btn-1c:active:after {
  width: 100%;
}

.btn-1d {
  overflow: hidden;
}

.btn-1d:after {
  width: 0;
  height: 100%;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-49%);
  -moz-transform: translateX(-50%) translateY(-49%);
  -ms-transform: translateX(-50%) translateY(-49%);
  transform: translateX(-50%) translateY(-49%);
}

.btn-1d:not(:disabled):not(.disabled):active {
  color: #f39834 !important;
}

.btn-1d:hover,
.btn-1d:active {
  color: #f39834 !important;
  border: 1px solid #f39834;
  z-index: 1;
}

.btn-1d:hover:after {
  width: 100%;
  opacity: 1;
}

.btn-1d:active:after {
  width: 100%;
  opacity: 1;
}

.btn-1e {
  overflow: hidden;
}

.btn-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:not(:disabled):not(.disabled):active {
  color: #ee3d49 !important;
}

.btn-1e:hover,
.btn-1e:active {
  color: #df303b !important;
  border: 1px solid #df303b;
  z-index: 1;
}

.btn-1e:hover:after {
  height: 300%;
  opacity: 1;
}

.btn-1e:active:after {
  height: 400%;
  opacity: 1;
}

.btn-1f {
  overflow: hidden;
}

.btn-1f:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-49%);
  -moz-transform: translateX(-50%) translateY(-49%);
  -ms-transform: translateX(-50%) translateY(-49%);
  transform: translateX(-50%) translateY(-49%);
}

.btn-1f:not(:disabled):not(.disabled):active {
  color: #7d56ce !important;
}

.btn-1f:hover,
.btn-1f:active {
  color: #714cbd !important;
  border: 1px solid #714cbd;
  z-index: 1;
}

.btn-1f:hover:after {
  height: 100%;
  opacity: 1;
}

.btn-1f:active:after {
  height: 130%;
  opacity: 1;
}

.btn-2 {
  background: #cb4e4e;
  color: #ffffff;
  box-shadow: 0 6px #ab3c3c;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-2b {
  border-radius: 5px;
  background: #00b1f4;
  box-shadow: 0 6px #189dce;
}

.btn-2b:hover {
  box-shadow: 0 8px #189dce;
  top: -2px;
}

.btn-2b:active {
  box-shadow: 0 0 #189dce;
  top: 6px;
}

.btn-2j {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  background: #4f5163;
  box-shadow: 0 6px #454656;
}

.btn-2j:hover {
  box-shadow: 0 8px #454656;
  top: -2px;
}

.btn-2j:active {
  box-shadow: 0 0 #454656;
  top: 6px;
}

.btn-3:active {
  top: 2px;
}

.btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 2.2;
  font-size: 130%;
  width: 45px;
}

.btn-3a {
  padding: 12px 20px 14px 60px;
  border-radius: 10px;
  background: #ff4081;
  color: #ffffff;
}

.btn-3a:hover {
  background: #ff4081;
}

.btn-3a:before {
  background: rgba(0, 0, 0, 0.05);
}

.btn-3b {
  padding: 12px 20px 14px 60px;
  border-radius: 10px;
  background: #00b1f4;
  color: #ffffff;
}

.btn-3b:hover {
  background: #209dff;
}

.btn-3b:before {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-3c {
  padding: 60px 12px 14px 12px;
  border-radius: 10px;
  box-shadow: 0 3px #079f45;
  background: #1ad271;
  color: #ffffff;
}

.btn-3c:active {
  box-shadow: 0 3px #079f45;
}

.btn-3c:before {
  height: 50px;
  width: 100%;
  line-height: 50px;
  background: #ffffff;
  color: #00c851;
  border: 1px solid #00c851;
  border-radius: 10px 10px 0 0;
}

.btn-3c:active:before {
  color: #00c851;
}

.btn-3d {
  padding: 12px 20px 14px 60px;
  border-radius: 10px;
  background: #e9b02b;
  color: #ffffff;
}

.btn-3d:before {
  background: #ffffff;
  color: #e9b02b;
  z-index: 2;
  border-top: 1px solid #e9b02b;
  border-bottom: 1px solid #e9b02b;
  border-left: 1px solid #e9b02b;
  border-radius: 10px 0 0 10px;
}

.btn-3d:after {
  width: 20px;
  height: 20px;
  background: #ffffff;
  z-index: 1;
  left: 40px;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-3d:active:before {
  color: #dea82a;
}

.btn-3d:active {
  top: 0;
}

.btn-3d:active:after {
  left: 44px;
}

.btn-3e {
  padding: 12px 60px 14px 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #805dca;
  color: #ffffff;
}

.btn-3e:before {
  left: auto;
  right: 0px;
  z-index: 2;
}

.btn-3e:after {
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}

.btn-3e:hover:after {
  width: 40%;
}

.btn-4 {
  border-radius: 50px;
  border: 1px solid transparent;
  color: #ffffff;
  overflow: hidden;
  line-height: 24px;
}

.btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 112%;
  line-height: 2.5;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-4a {
  background: #ff4081;
}

.btn-4a:hover {
  background: #ff4081;
}

.btn-4a:before {
  left: 130%;
  top: 0;
}

.btn-4a:hover:before {
  left: 83%;
}

.btn-4b {
  background: #1abc9c;
}

.btn-4b:hover {
  background: #2ea37d;
}

.btn-4b:before {
  left: -50%;
  top: 0;
}

.btn-4b:hover:before {
  left: 5%;
}

.btn-4c {
  background: #f28b21;
}

.btn-4c:hover {
  background: #ff961f;
}

.btn-4c:before {
  left: 70%;
  opacity: 0;
  top: 0;
}

.btn-4c:hover:before {
  left: 83%;
  opacity: 1;
}

.btn-4d {
  background: #9b59b6;
}

.btn-4d:hover {
  background: #b579d2;
}

.btn-4d:before {
  left: 30%;
  opacity: 0;
  top: 0;
}

.btn-4d:hover:before {
  left: 5%;
  opacity: 1;
}

.btn-5 {
  background: #823aa0;
  color: #ffffff;
  line-height: 24px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-5:active {
  top: 2px;
}

.btn-5 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.btn-5:before {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 2.5;
  font-size: 130%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-5:active:before {
  color: #ffffff;
}

.btn-5a {
  background: #00b1f4;
}

.btn-5a:hover {
  background: #009eda;
}

.btn-5a:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

.btn-5a:before {
  left: 0;
  top: -106%;
}

.btn-5a:hover:before {
  top: 0;
}

.btn-5b {
  background: #e7515a;
}

.btn-5b:hover {
  background: #ff3743;
}

.btn-5b:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

.btn-5b:before {
  left: 0;
  top: -100%;
}

.btn-5b:hover:before {
  top: 0;
}

.btn-5c {
  background: #e9b02b;
}

.btn-5c:hover {
  background: #dea82a;
}

.btn-5c:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

.btn-5c:before {
  left: 0;
  top: -100%;
}

.btn-5c:hover:before {
  top: 0;
}

.btn-5d {
  background: #805dca;
}

.btn-5d:hover {
  background: #714cbd;
}

.btn-5d:hover span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.btn-5d:before {
  left: -100%;
  top: 0;
}

.btn-5d:hover:before {
  left: 0;
}

.btn-5e {
  background: #4f5163;
}

.btn-5e:hover {
  background: #454656;
}

.btn-5e:hover span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.btn-5e:before {
  left: -100%;
  top: 0;
}

.btn-5e:hover:before {
  left: 0;
}

.btn-5f {
  background: #f8538d;
}

.btn-5f:hover {
  background: #f8538d;
}

.btn-5f:hover span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.btn-5f:before {
  left: -100%;
  top: 0;
}

.btn-5f:hover:before {
  left: 0;
}

.btn-6 {
  color: #ffffff;
  background: #226fbe;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-6:active {
  top: 2px;
}

.btn-6a {
  border: 2px solid #0a4f75;
  background: #0a4f75;
}

.btn-6a:hover {
  background: transparent;
  color: #0a4f75;
}

.btn-6b {
  border: 3px solid #26b0ff;
  background: #26b0ff;
}

.btn-6b:hover {
  background: transparent;
  color: #33b5e5;
}

.btn-6c {
  border: 3px solid #1ad271;
  background: #1ad271;
}

.btn-6c:hover {
  background: transparent;
  color: #00C851;
}

.btn-6d {
  border: 2px dashed #e95f2b;
  background: #e95f2b;
}

.btn-6d:hover {
  background: transparent;
  color: #e95f2b;
}

.btn-6e {
  border: 2px dashed #ec2330;
  background: #ec2330;
}

.btn-6e:hover {
  background: transparent;
  color: #CC0000;
}

.btn-6f {
  border: 2px dashed #9b59b6;
  background: #9b59b6;
}

.btn-6f:hover {
  background: transparent;
  color: #aa66cc;
}

.btn-6g {
  border: 3px dotted #24ccda;
  background: #24ccda;
}

.btn-6g:hover {
  background: transparent;
  color: #24ccda;
}

.btn-6h {
  border: 3px dotted #4073FF;
  background: #4073FF;
}

.btn-6h:hover {
  background: transparent;
  color: #4285F4;
}

.btn-6i {
  border: 3px dotted #26b0ff;
  background: #26b0ff;
}

.btn-6i:hover {
  background: transparent;
  color: #33b5e5;
}

.btn-6j {
  border: 3px double #f8538d;
  background: #f8538d;
}

.btn-6j:hover {
  background: transparent;
  color: #f8538d;
}

.btn-6k {
  border: 3px double #f28b21;
  background: #f28b21;
}

.btn-6k:hover {
  background: transparent;
  color: #FF8800;
}

.btn-6l {
  border: 3px double #ec2330;
  background: #ec2330;
}

.btn-6l:hover {
  background: transparent;
  color: #CC0000;
}

.btn-7 {
  background: #1ad271;
  color: #ffffff;
  border-radius: 7px;
  box-shadow: 0 5px #07A145;
  padding: 12px 15px 12px 50px;
}

.btn-7a {
  background: #4073FF;
  box-shadow: 0 5px #1861DA;
  overflow: hidden;
}

.btn-7a:before {
  position: absolute;
  left: 0;
  width: 30%;
  font-size: 130%;
  line-height: 1;
  color: #ffffff;
}

.btn-7a.btn-activated {
  -webkit-animation: fadeOutText 0.5s;
  -moz-animation: fadeOutText 0.5s;
  animation: fadeOutText 0.5s;
}

.btn-7a.btn-activated:before {
  -webkit-animation: moveToRight 0.5s;
  -moz-animation: moveToRight 0.5s;
  animation: moveToRight 0.5s;
}

@-webkit-keyframes fadeOutText {
  0% {
    color: transparent;
  }

  80% {
    color: transparent;
  }

  100% {
    color: #ffffff;
  }
}

@-moz-keyframes fadeOutText {
  0% {
    color: transparent;
  }

  80% {
    color: transparent;
  }

  100% {
    color: #ffffff;
  }
}

@keyframes fadeOutText {
  0% {
    color: transparent;
  }

  80% {
    color: transparent;
  }

  100% {
    color: #ffffff;
  }
}

@-webkit-keyframes moveToRight {
  80% {
    -webkit-transform: translateX(250%);
  }

  81% {
    opacity: 1;
    -webkit-transform: translateX(250%);
  }

  82% {
    opacity: 0;
    -webkit-transform: translateX(250%);
  }

  83% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
  }

  84% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
  }

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

@-moz-keyframes moveToRight {
  80% {
    -moz-transform: translateX(250%);
  }

  81% {
    opacity: 1;
    -moz-transform: translateX(250%);
  }

  82% {
    opacity: 0;
    -moz-transform: translateX(250%);
  }

  83% {
    opacity: 0;
    -moz-transform: translateX(-50%);
  }

  84% {
    opacity: 1;
    -moz-transform: translateX(-50%);
  }

  100% {
    -moz-transform: translateX(0%);
  }
}

@keyframes moveToRight {
  80% {
    transform: translateX(250%);
  }

  81% {
    opacity: 1;
    transform: translateX(250%);
  }

  82% {
    opacity: 0;
    transform: translateX(250%);
  }

  83% {
    opacity: 0;
    transform: translateX(-50%);
  }

  84% {
    opacity: 1;
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

.btn-7b {
  background: #1ad271;
  box-shadow: 0 5px #07A145;
  overflow: hidden;
}

.btn-7b:before {
  position: absolute;
  left: 0;
  width: 30%;
  font-size: 130%;
  line-height: 1;
  color: #ffffff;
}

.btn-7b.btn-activated:before {
  -webkit-animation: scaleUp 0.5s;
  -moz-animation: scaleUp 0.5s;
  animation: scaleUp 0.5s;
}

@-webkit-keyframes scaleUp {
  80% {
    opacity: 0;
    -webkit-transform: scale(2);
  }

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

@-moz-keyframes scaleUp {
  80% {
    opacity: 0;
    -moz-transform: scale(2);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(2);
  }
}

@keyframes scaleUp {
  80% {
    opacity: 0;
    transform: scale(2);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.btn-icon-only {
  font-size: 0;
  padding: 24px 30px;
}

.btn-icon-only:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 50px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-7c {
  background: #f28b21;
  box-shadow: 0 5px #D87607;
  overflow: hidden;
}

.btn-7c:before {
  color: #ffffff;
  z-index: 1;
}

.btn-7c:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  width: 0;
  background: #D87607;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-7c.btn-activated:after {
  -webkit-animation: fillToRight 0.7s forwards;
  -moz-animation: fillToRight 0.7s forwards;
  animation: fillToRight 0.7s forwards;
}

@-webkit-keyframes fillToRight {
  to {
    width: 100%;
  }
}

@-moz-keyframes fillToRight {
  to {
    width: 100%;
  }
}

@keyframes fillToRight {
  to {
    width: 100%;
  }
}

.btn-7d {
  background: #ec2330;
  box-shadow: 0 5px #AE0404;
  overflow: hidden;
}

.btn-7d:before {
  color: #ffffff;
  z-index: 1;
}

.btn-7d:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 0;
  background: #AE0404;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-7d.btn-activated:after {
  -webkit-animation: emptyBottom 0.7s forwards;
  -moz-animation: emptyBottom 0.7s forwards;
  animation: emptyBottom 0.7s forwards;
}

@-webkit-keyframes emptyBottom {
  to {
    height: 100%;
  }
}

@-moz-keyframes emptyBottom {
  to {
    height: 100%;
  }
}

@keyframes emptyBottom {
  to {
    height: 100%;
  }
}

.btn-7e:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #ea515e;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-7e.btn-activated:after {
  -webkit-animation: scaleFade 0.5s forwards;
  -moz-animation: scaleFade 0.5s forwards;
  animation: scaleFade 0.5s forwards;
}

@-webkit-keyframes scaleFade {
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

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

@-moz-keyframes scaleFade {
  50% {
    opacity: 1;
    -moz-transform: scale(1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}

@keyframes scaleFade {
  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.btn-7f {
  background: #9b59b6;
  box-shadow: 0 5px #8f3fb7;
}

.btn-7f:before {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}

.btn-7f:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #ffe44d;
  visibility: hidden;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffe44d;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-7f.btn-activated:after {
  visibility: visible;
  -webkit-animation: dropDown 0.3s forwards;
  -moz-animation: dropDown 0.3s forwards;
  animation: dropDown 0.3s forwards;
}

@-webkit-keyframes dropDown {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes dropDown {
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@keyframes dropDown {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.btn-7g {
  background: #494949;
  box-shadow: 0 5px #3c3b3b;
}

.btn-7g:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #0a833d;
  visibility: hidden;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-7g.btn-activated:after {
  visibility: visible;
  -webkit-animation: dropDownFade 0.5s forwards;
  -moz-animation: dropDownFade 0.5s forwards;
  animation: dropDownFade 0.5s forwards;
}

@-webkit-keyframes dropDownFade {
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

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

@-moz-keyframes dropDownFade {
  50% {
    opacity: 1;
    -moz-transform: scale(1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes dropDownFade {
  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.btn-7h {
  background: #9b59b6;
  box-shadow: 0 5px #8e44b4;
}

.btn-7h span {
  display: inline-block;
  width: 100%;
}

.btn-7h:before {
  position: absolute;
  left: 0;
  width: 30%;
  font-size: 130%;
  line-height: 1;
  color: #ffffff;
}

.btn-success-1,
.btn-error {
  color: transparent;
}

.btn-success-1:after,
.btn-error:after {
  z-index: 1;
  color: #ffffff;
  left: 40%;
}

.btn-success-1:before {
  content: "\e001";
}

.btn-success-1:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  -moz-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
}

@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(50%);
    opacity: 0;
  }

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

@-moz-keyframes moveUp {
  0% {
    -moz-transform: translateY(50%);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-error {
  -webkit-animation: shake 0.5s;
  -moz-animation: shake 0.5s;
  animation: shake 0.5s;
}

@-webkit-keyframes shake {

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

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {

  0%,
  100% {
    -moz-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}

.btn-error:before {
  content: "\e002";
}

.btn-error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  -moz-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
}

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

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

@-moz-keyframes scaleFromUp {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

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

@keyframes scaleFromUp {
  0% {
    transform: scale(0);
    opacity: 0;
  }

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

.trash-effect {
  position: relative;
  max-width: 300px;
  margin: 60px auto 15px;
}

.trash-effect .icon-file {
  font-size: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -25px;
  color: #494949;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(90px) translateY(20px) scale(1);
  -moz-transform: translateX(90px) translateY(20px) scale(1);
  -ms-transform: translateX(90px) translateY(20px) scale(1);
  transform: translateX(90px) translateY(20px) scale(1);
}

.trash-effect .icon-file:nth-child(2) {
  -webkit-transform: translateX(140px) translateY(-10px) scale(1);
  -moz-transform: translateX(140px) translateY(-10px) scale(1);
  -ms-transform: translateX(140px) translateY(-10px) scale(1);
  transform: translateX(140px) translateY(-10px) scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.trash-effect .icon-file:nth-child(3) {
  -webkit-transform: translateX(140px) translateY(50px) scale(1);
  -moz-transform: translateX(140px) translateY(50px) scale(1);
  -ms-transform: translateX(140px) translateY(50px) scale(1);
  transform: translateX(140px) translateY(50px) scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.trash-effect.trash-effect-active .icon-file {
  -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
  -moz-transform: translateX(-100px) translateY(-10px) scale(0);
  -ms-transform: translateX(-100px) translateY(-10px) scale(0);
  transform: translateX(-100px) translateY(-10px) scale(0);
}

.btn-7i {
  box-shadow: none;
  border-radius: 0 0 7px 7px;
  padding: 27px 33px;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

.btn-7i:before {
  line-height: 45px;
}

.btn-7i:after {
  height: 11px;
  width: 100%;
  background: #17aa56;
  border-radius: 7px 7px 0 0;
  left: 0;
  top: -10px;
  z-index: 1;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.trash-effect-active .btn-7i:after {
  -webkit-animation: openTrash 0.5s;
  -moz-animation: openTrash 0.5s;
  animation: openTrash 0.5s;
}

@-webkit-keyframes openTrash {
  50% {
    -webkit-transform: rotate(-35deg);
  }

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

@-moz-keyframes openTrash {
  50% {
    -moz-transform: rotate(-35deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

@keyframes openTrash {
  50% {
    transform: rotate(-35deg);
  }

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

.perspective {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  display: inline-block;
}

.btn-8 {
  display: block;
  background: #5cbcf6;
  outline: 1px solid transparent;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-8:active {
  background: #55b7f3;
}

.btn-8a:after {
  width: 100%;
  height: 42%;
  left: 0;
  top: -40%;
  background: #49a7df;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}

.btn-8a:hover {
  -webkit-transform: rotateX(-15deg);
  -moz-transform: rotateX(-15deg);
  -ms-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
}

.btn-8b:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}

.btn-8b:hover {
  -webkit-transform: rotateX(15deg);
  -moz-transform: rotateX(15deg);
  -ms-transform: rotateX(15deg);
  transform: rotateX(15deg);
}

.btn-8c:after {
  width: 21%;
  height: 100%;
  left: -20%;
  top: 0;
  background: #49a7df;
  -webkit-transform-origin: 100% 0%;
  -webkit-transform: rotateY(-90deg);
  -moz-transform-origin: 100% 0%;
  -moz-transform: rotateY(-90deg);
  -ms-transform-origin: 100% 0%;
  -ms-transform: rotateY(-90deg);
  transform-origin: 100% 0%;
  transform: rotateY(-90deg);
}

.btn-8c:hover {
  -webkit-transform: rotateY(15deg);
  -moz-transform: rotateY(15deg);
  -ms-transform: rotateY(15deg);
  transform: rotateY(15deg);
}

.btn-8d:after {
  width: 20%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateY(90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateY(90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateY(90deg);
  transform-origin: 0% 0%;
  transform: rotateY(90deg);
}

.btn-8d:hover {
  -webkit-transform: rotateY(-15deg);
  -moz-transform: rotateY(-15deg);
  -ms-transform: rotateY(-15deg);
  transform: rotateY(-15deg);
}

.btn-8e {
  -webkit-transform: rotateX(-15deg);
  -moz-transform: rotateX(-15deg);
  -ms-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
}

.btn-8e:after {
  width: 100%;
  height: 42%;
  left: 0;
  top: -40%;
  background: #49a7df;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}

.btn-8e:active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.btn-8f {
  -webkit-transform: rotateX(15deg);
  -moz-transform: rotateX(15deg);
  -ms-transform: rotateX(15deg);
  transform: rotateX(15deg);
}

.btn-8f:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}

.btn-8f:active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.btn-8g {
  background: #ffffff;
  color: #999;
}

.btn-8g:active {
  background: #ffffff;
}

.btn-8g:after,
.btn-8g:before {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  line-height: 70px;
}

.btn-8g:after {
  top: -98%;
  background: #7aca7c;
  color: #358337;
  content: 'It worked!';
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}

.btn-8g:before {
  top: 100%;
  background: #e96a6a;
  color: #a33a3a;
  content: 'Error!';
  font-weight: 700;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}

.btn-8g.btn-success3d {
  background: #aaa;
  -webkit-transform-origin: 50% 100%;
  -webkit-transform: rotateX(-90deg) translateY(100%);
  -moz-transform-origin: 50% 100%;
  -moz-transform: rotateX(-90deg) translateY(100%);
  -ms-transform-origin: 50% 100%;
  -ms-transform: rotateX(-90deg) translateY(100%);
  transform-origin: 50% 100%;
  transform: rotateX(-90deg) translateY(100%);
}

.btn-8g.btn-error3d {
  background: #aaa;
  -webkit-transform-origin: 50% 0%;
  -webkit-transform: rotateX(90deg) translateY(-100%);
  -moz-transform-origin: 50% 0%;
  -moz-transform: rotateX(90deg) translateY(-100%);
  -ms-transform-origin: 50% 0%;
  -ms-transform: rotateX(90deg) translateY(-100%);
  transform-origin: 50% 0%;
  transform: rotateX(90deg) translateY(-100%);
}

/* :: Dragula CSS */
.dragula-example {
  margin-bottom: 6px;
}

.sortable-example {
  margin: 0;
  padding: 0;
}

.sortable-example li {
  padding: 6px 10px;
  margin-bottom: 8px;
  list-style: none;
}

.sortable-example-inline li {
  margin-right: 8px;
  display: inline-block;
}

[dir=rtl] .sortable-example-inline li {
  margin-right: 0;
  margin-left: 8px;
}

#sortable-3 {
  width: 220px;
}

#sortable-3 img {
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  display: block;
  float: left;
}

[dir=rtl] #sortable-3 img {
  margin-right: 0;
  margin-left: 8px;
  float: right;
}

/* :: Dragula Card CSS */
.draggable-cards:hover {
  cursor: pointer;
}

.draggable-cards .card-moved .card {
  background: #137eff;
}

.card-moved .card p,
.card-moved .card a,
.card-moved .card h4,
.card-moved .card h3 {
  color: #fff !important;
}

/* :: Google Chart CSS */
#chart_google,
#chart_google_c,
#chart_pie,
#chart_donut,
#chart_3dpie,
#chart_diffpie,
#chart_line,
#chart_area,
#chart_combo {
  width: 100%;
  height: 400px;
  font-size: 12px;
}

/* :: Chart CSS */
#simplecolumnchartdiv,
#columnlinemixchartdiv,
#clusteredbarchartdiv,
#cylinderchartdiv {
  width: 100%;
  height: 500px;
  font-size: 11px;
}

#clusteredbarchartdiv .amcharts-chart-div a {
  color: #ffffff !important;
  font-size: 11px !important;
  opacity: 1 !important;
  top: 40px !important;
}

#valueaxischartdiv,
#changingcolorchartdiv,
#zoomablechartdiv {
  width: 100%;
  height: 500px;
  font-size: 11px;
}

#smoothchartdiv,
#differentcolorchartdiv {
  width: 100%;
  height: 400px;
  font-size: 11px;
}

#polarchartdiv,
#radarchartdiv,
#polarscatterchartdiv,
#gaugechartdiv {
  width: 100%;
  height: 400px;
  font-size: 11px;
}

.widget-chart-js {
  height: 300px;
}

#chartdiv {
  width: 100%;
  height: 300px;
}

.chartDiv-2 {
  width: 100%;
  height: 450px;
}

#chartdiv-donut {
  width: 100%;
  height: 300px;
}

#lineChart2 {
  width: 100%;
}

#Earnings-chart {
  height: 330px;
}

.amcharts-zoom-out-label {
  opacity: 0;
}

image.amcharts-zoom-out-image {
  opacity: 0;
}

#world-low {
  height: 400px;
}

.highchart-pie1 {
  height: 300px;
  width: 100%;
}

#chart-highchart-bar1 {
  height: 450px;
  width: 100%;
}

.chart-sale {
  height: 200px;
  width: 200px;
  margin: 0 auto;
}

.amcharts-main-div a {
  opacity: 0 !important;
}

.Stackchart {
  height: 300px;
}

.lineAreaDashboard {
  height: 350px;
}

.ChartShadow.BarChart {
  height: 250px;
}

.ChartShadow {
  height: 350px;
}

.WidgetlineChart {
  height: 350px;
}

.ChartShadow.BarChart.barChart1 {
  height: 300px;
}

.chartSummary {
  height: 300px;
}

.bar-chart2 {
  height: 350px;
}

.device-chart {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .device-chart {
    width: 220px;
    height: 220px;
  }
}

.bar-chart3 {
  height: 300px;
}

.world-low {
  height: 300px;
}

.Stackchart {
  height: 250px;
}

.chartSummary-area span {
  font-size: 12px;
}

.chartPageVisit {
  height: 320px;
}

.page-visitors-chart-area span {
  font-size: 12px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

.flot-chart {
  width: 100%;
  position: relative;
  max-width: none;
  height: 400px;
}

#lineChartArea,
#lineScattered,
#usingEvents,
#bipolar,
#smileAnimation,
#horizontalBar,
#peakCircles,
#pieChart,
#overlapBarMobile,
#extreamResponsive,
#gaugeChart,
#lineInterpolation,
#multiLineLabels,
#seriesOverrides,
#tackedBar,
#pathAnimation,
#labelPlacement,
#barChart,
#pieChartLabels,
#distributedSeries,
#donutFill,
#gaugeChartFill {
  height: 300px;
  width: 100%;
}

#line-chart-example {
  height: 320px;
  width: 100%;
}

.flot-chart-dashboard {
  height: 250px;
}

#dashboard-bar-chart {
  height: 250px;
}

.doughnut-chart {
  position: relative;
  z-index: 1;
}

.doughnut-chart-status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.apex-charts {
  height: 300px !important;
}

/* :: Timeline CSS */
#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background-color: #ff4081;
}

.vertical-timeline-content .btn- {
  float: right;
}

.light--timeline .vertical-timeline-content:before {
  border-color: transparent #ffffff transparent transparent;
}

.light--timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent transparent transparent #ffffff;
}

.light--timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.light--timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #ffffff transparent transparent;
}

.light--timeline .vertical-timeline-content,
.llight--timeline.center-orientation .vertical-timeline-content {
  background: #ffffff;
}

@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px;
  }
}

@media only screen and (max-width: 1170px) {
  .center-orientation.light--timeline .vertical-timeline-content:before {
    border-color: transparent rgba(72, 94, 144, 0.15) transparent transparent;
  }
}

.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}

.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.vertical-timeline-block:first-child {
  margin-top: 0;
}

.vertical-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 4em 0;
  }

  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0;
  }

  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid rgba(72, 94, 144, 0.15);
  text-align: center;
  background: #303f9f;
  background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
  background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2);
  background: -o-linear-gradient(45deg, #303f9f, #7b1fa2);
  background: linear-gradient(45deg, #303f9f, #7b1fa2);
  -webkit-box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, 0.5);
  box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, 0.5);
}

.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
  line-height: 20px !important;
  font-size: 16px;
  color: #ffffff;
}

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px;
  }

  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px;
  }

  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden;
  }
}

.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background-color: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  border: 1px solid #ff4081;
}

.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.vertical-timeline-content h5 {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .vertical-timeline-content h5 {
    font-size: 16px;
  }
}

.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vertical-timeline-content .vertical-date {
    margin-right: 15px;
  }
}

.vertical-date small {
  color: #8897aa;
  font-weight: 400;
}

.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}

.vertical-timeline-content p {
  margin-right: 0 !important;
}

@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 17px;
  }

  .vertical-timeline-content p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }

  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }

  .center-orientation .vertical-timeline-content .btn {
    float: left;
  }

  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px;
  }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right;
  }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right;
  }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden;
  }
}

.tab--button--:hover {
  background-color: #ff4081;
  color: #ffffff;
}

.tab--button-- {
  display: inline-block;
  background-color: #ff4081;
  color: #ffffff;
  border-radius: 20px;
  height: 36px;
  line-height: 35px;
  font-size: 14px;
}

.tab---button--group {
  max-width: 550px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #ff4081;
}

.tab---button--group .tab--button-- {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 1 100%;
  flex: 1 100%;
  background-color: transparent;
  border-radius: 0;
  color: #ff4081;
  border-right: 2px solid #ff4081;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tab---button--group .tab--button--:last-child {
  border-right: 0;
}

.tab---button--group .tab--button--:hover,
.tab---button--group .tab--button--.active {
  color: #ffffff;
  background-color: #ff4081;
}

/* :: Timeline - 2 CSS */
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none;
}

.cd-timeline-navigation a:hover,
.cd-timeline-navigation a:focus {
  border-color: #ff4081;
}

.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
  color: #ff4081;
}

.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
  quotes: none;
}

.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before,
.cd-horizontal-timeline q:after {
  content: '';
  content: none;
}

.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline.loaded {
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}

.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30px;
  height: 2px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ff4081;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 10px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #ff4081;
  border-color: #ff4081;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #ff4081;
  border-color: #ff4081;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #ff4081;
}

.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(http://demo.riktheme.com/undex-1/img/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-color: #ff4081;
  border-color: #ff4081;
}

.cd-timeline-navigation a.next {
  right: 0;
  background-color: #ff4081;
  border-color: #ff4081;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  border: 1px solid rgba(72, 94, 144, 0.15);
  padding: 25px;
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content h2 {
  font-weight: 600;
  margin-bottom: 0px;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

.cd-horizontal-timeline .events-content p {
  font-size: 16px;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 30px;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

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

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

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

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.timeline:before {
  content: " ";
  display: none;
  bottom: 0;
  left: 0%;
  width: 0px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

.vertical-timeline-content h2 {
  font-size: 18px;
}

/* :: Invoice CSS */
.invoice-content span {
  font-size: 14px;
}

/* :: Calendar CSS */
.fc-event.draging-button {
  padding: 10px 10px;
  border-radius: 0;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
  border-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fc-event.draging-button {
    font-size: 12px;
  }
}

.fc-event.draging-button i {
  color: #ffffff;
}

.fc-button {
  border: 1px solid transparent;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 2px;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  margin-right: 4px;
}

.fc-button-primary {
  color: #ffffff;
  background-color: #ff4081;
  border-color: #ff4081;
}

.fc-button-primary:hover {
  color: #ff4081;
  border-color: #ff4081;
  box-shadow: none;
  background-color: transparent;
}

.fc-button-primary:disabled {
  color: #ffffff;
  background-color: #ff4081;
  border-color: #ff4081;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fc-button-primary:disabled {
    margin-top: 10px;
  }
}

.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
  color: #ffffff;
  background-color: #ff4081;
  border-color: #ff4081;
}

.fc-button-primary:not(:disabled).fc-button-active:focus,
.fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}

.fc-day-grid-event.fc-h-event.fc-event {
  padding: 8px 12px;
  border: none;
  background-color: #ff4081 !important;
  border-radius: 0;
  color: #ffffff;
}

.fc-unthemed td.fc-today {
  background: #e9ecef;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-event-warning {
  background-color: #f39c12 !important;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}

.fc-day-header.fc-widget-header {
  padding: 5px 10px;
  background-color: #e9ecef;
}

.fc-day-header.fc-widget-header span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.fc-day-number {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.fc-dayGrid-view .fc-day-number,
.fc-dayGrid-view .fc-week-number {
  padding: 10px;
}

.fc-toolbar h2 {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .fc-toolbar h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .fc-toolbar {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .fc-left {
    margin-bottom: 15px;
  }
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: rgba(72, 94, 144, 0.15);
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.today {
  color: #fff;
  background: transparent;
  position: relative;
  z-index: 1;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today::before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.today::before {
  content: "";
  width: 28px;
  height: 28px;
  background: #ff4081;
  border-radius: 25px;
  box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43);
  -webkit-box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43);
  -moz-box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43);
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  z-index: -1;
  left: 0;
  right: 0;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day {
  font-size: 14px;
  padding: 0.5rem 0;
  color: #001737;
  font-weight: bold;
  position: relative;
  border: 1px solid #ffffff;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed,
.datepicker.datepicker-inline .datepicker-days table.table-condensed {
  width: 100%;
}

/* :: Slider CSS */
.owl-carousel.full-width .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  margin-top: 0;
  left: 0;
}

.owl-carousel.full-width .owl-nav .owl-prev {
  left: 0;
  right: auto;
}

.owl-carousel.full-width .owl-nav .owl-next {
  right: 0;
  left: auto;
}

.owl-dots {
  margin-top: 10px;
}

.range-slider-area .demo__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.range-slider-area .demo__buttons .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding: 0 1.5rem;
  margin: 0 5px;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 190ms linear;
  -o-transition: background-color 190ms linear;
  transition: background-color 190ms linear;
  border: none;
  cursor: pointer;
}

.range-slider-area .demo__buttons .button.small {
  height: 2.5rem;
  padding: 0 .5rem;
  margin: 0;
}

.range-slider-area .irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #1de9b6;
  border: 1px solid #1de9b6;
  background: -webkit-linear-gradient(225deg, #1de9b6 0, #1dc4e9 100%);
  background: -o-linear-gradient(225deg, #1de9b6 0, #1dc4e9 100%);
  background: linear-gradient(-135deg, #1de9b6 0, #1dc4e9 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.range-slider-area .irs--big .irs-handle {
  border: none;
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(#1de9b6), color-stop(30%, #1de9b6), to(#1de9b6));
  background: -webkit-linear-gradient(top, #1de9b6 0%, #1de9b6 30%, #1de9b6 100%);
  background: -o-linear-gradient(top, #1de9b6 0%, #1de9b6 30%, #1de9b6 100%);
  background: linear-gradient(to bottom, #1de9b6 0%, #1de9b6 30%, #1de9b6 100%);
}

.range-slider-area .irs--big .irs-from,
.range-slider-area .irs--big .irs-to,
.range-slider-area .irs--big .irs-single {
  background-color: #1de9b6;
  background: -webkit-gradient(linear, left top, left bottom, from(#1de9b6), to(#1de9b6));
  background: -webkit-linear-gradient(top, #1de9b6 0%, #1de9b6 100%);
  background: -o-linear-gradient(top, #1de9b6 0%, #1de9b6 100%);
  background: linear-gradient(to bottom, #1de9b6 0%, #1de9b6 100%);
}

.range-slider-area .irs--big .irs-min,
.range-slider-area .irs--big .irs-max {
  background-color: #1de9b6;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ff4081;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #ff4081;
}

.irs--flat .irs-handle>i:first-child {
  background-color: #ff4081;
}

.irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before {
  border-top-color: #ff4081;
}

/* :: Gallery CSS */
.gallery--single-content {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.gallery--single-content .gallery--image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px;
}

.gallery--single-content .gallery--image img {
  width: 100%;
  -webkit-transition-duration: 1500ms;
  -o-transition-duration: 1500ms;
  transition-duration: 1500ms;
  border-radius: 3px;
}

.gallery--single-content .gallery_service_text {
  padding: 25px 30px 30px;
}

.gallery--single-content .gallery_service_text h6 {
  font-size: 14px;
  margin-bottom: 0;
}

/* :: Chat CSS */
.people-list .status {
  font-size: 12px;
  font-weight: 600;
  color: #786fa4;
}

.people-list img {
  float: left;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.people-list .about {
  float: left;
  padding-left: 8px;
}

.people-list .chat-list img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.people-list .chat-list li {
  padding: 15px 10px 10px 10px;
  list-style: none;
  border-radius: 3px;
  border: 1px solid #ff4081;
  margin-bottom: 15px;
}

.people-list .chat-list li .name {
  font-size: 15px;
  font-weight: 600;
  color: #786fa4;
}

.people-list .chat-list .status i {
  font-size: 10px;
  margin-right: 3px;
  color: #2ecc71;
}

.chat-header img {
  width: 30px;
  border-radius: 50%;
}

.chat-with {
  font-size: 16px;
  font-weight: 600;
}

.chat-header-thumb {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.chat-header-thumb img {
  width: 45px;
  border-radius: 50%;
}

.chat .chat-header {
  padding: 20px;
  border-bottom: 1px solid rgba(72, 94, 144, 0.15);
  border-radius: 0 0.55rem 0 0;
}

.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
}

.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}

.chat .chat-message {
  padding: 20px;
}

.chat .chat-message .form-control {
  height: 48px;
  border: 1px solid rgba(72, 94, 144, 0.15);
}

.form-group .form-line {
  width: 100%;
  position: relative;
}

.chat-history {
  padding: 20px;
  border-bottom: 2px solid #ffffff;
  height: 450px;
}

.chat-history .other-message {
  background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
  background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2);
  background: -o-linear-gradient(45deg, #303f9f, #7b1fa2);
  background: linear-gradient(45deg, #303f9f, #7b1fa2);
  -webkit-box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, 0.5);
  box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, 0.5);
  color: #ffffff !important;
}

.chat-history .message {
  position: relative;
  z-index: 1;
  color: #757575;
  padding: 15px 30px;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 6px;
}

.chat-history .message-data {
  margin-bottom: 10px;
}

.chat-history .message-data .message-data-name {
  font-size: 13px;
  font-weight: 700;
}

.chat-history .my-message {
  background: #fff;
  color: #757575;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
}

.chat-history .my-message {
  background: #eff2f9;
  color: #757575;
}

.chat-num-messages {
  font-size: 12px;
  color: #757575;
}

.message-thumb {
  width: 200px;
  height: auto;
  margin-left: auto;
}

.message-thumb img {
  border-radius: 10px;
}

.message.my-message p {
  margin-bottom: 0;
  color: #777;
}

.chat-upload {
  float: right;
}

.chat-upload button {
  font-size: 14px;
}

.chat-upload button:hover {
  color: #ffffff;
}

.people-list .chat-list li:hover {
  background: #ff4081;
  border: 1px solid #ff4081;
  cursor: pointer;
}

.people-list .chat-list li:hover .name {
  color: #ffffff;
}

.people-list .chat-list li:hover .status {
  color: #ffffff;
}

.chat-features a {
  color: #757575;
  font-size: 18px;
  margin-left: 10px;
}

.chat-features a:hover {
  color: #757575;
}

.chat-upload a {
  color: #757575;
  margin-left: 10px;
  font-size: 20px;
}

.input-group-append .btn,
.input-group-prepend .btn {
  z-index: 1;
}

.small-chat-box {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #fff;
  border: 1px solid #e7eaec;
  width: 300px;
  height: 425px;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .small-chat-box {
    width: 250px;
  }
}

.small-chat-box.active {
  display: block;
}

.small-chat-box {
  z-index: 1001;
}

.small-chat-box .heading {
  background-color: transparent;
  padding: 10px 15px;
  font-weight: bold;
  color: #161537;
}

.small-chat-box .content {
  padding: 15px 15px;
}

.small-chat-box .content .left {
  text-align: left;
  clear: both;
}

.small-chat-box .content .author-name {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 11px;
}

.small-chat-box .content .chat-message.active {
  background: #1ab394;
  color: #fff;
}

.small-chat-box .content .left .chat-message {
  float: left;
}

.small-chat-box .content .chat-message {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 14px;
  max-width: 100%;
  background: #f3f3f4;
  margin-bottom: 10px;
}

.chat-thumb {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

/* :: Form Wizard CSS */
.wizard-content .wizard>.steps>ul>li:after,
.wizard-content .wizard>.steps>ul>li:before {
  content: '';
  z-index: 9;
  display: block;
  position: absolute;
}

.wizard-content .wizard {
  width: 100%;
  overflow: hidden;
}

.wizard-content .wizard .content {
  margin-left: 0 !important;
}

.wizard-content .wizard>.steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard-content .wizard>.steps .current-info {
  position: absolute;
  left: -99999px;
}

.wizard-content .wizard>.steps .current a,
.wizard-content .wizard>.actions a,
.wizard-content .wizard>.actions a:hover,
.wizard-content .wizard>.steps .disabled a,
.wizard-content .wizard>.steps .disabled a:hover,
.wizard-content .wizard>.steps .disabled a:active,
.wizard-content .wizard>.content,
.wizard-content .wizard>.steps .done a,
.wizard-content .wizard>.steps .done a:hover,
.wizard-content .wizard>.steps .done a:active {
  background: transparent;
}

.wizard-content .wizard>.steps>ul>li,
.wizard-content .wizard>.actions>ul>li {
  float: none;
}

.wizard-content .wizard>.steps>ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wizard-content .wizard>.steps>ul>li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.wizard-content .wizard>.steps>ul>li a {
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.wizard-content .wizard>.steps>ul>li:before {
  left: 0;
}

.wizard-content .wizard>.steps>ul>li:after {
  right: 0;
}

.wizard-content .wizard>.steps>ul>li:first-child:before,
.wizard-content .wizard>.steps>ul>li:last-child:after {
  content: none;
}

.wizard-content .wizard>.steps>ul>li.current>a {
  color: #2f3d4a;
  cursor: default;
}

.wizard-content .wizard>.steps>ul>li.current .step {
  border-color: #ff4081;
  background-color: #fff;
  color: #ff4081;
}

.wizard-content .wizard>.steps>ul>li.disabled a,
.wizard-content .wizard>.steps>ul>li.disabled a:focus,
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
  color: #999;
  cursor: default;
}

.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
  color: #999;
}

.wizard-content .wizard>.steps>ul>li.done .step {
  background-color: #ff4081;
  border-color: #ff4081;
  color: #fff;
}

.wizard-content .wizard>.steps>ul>li.error .step {
  border-color: #f62d51;
  color: #f62d51;
}

.wizard-content .wizard>.steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
}

.wizard-content .wizard>.content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}

.wizard-content .wizard>.content>.title {
  position: absolute;
  left: -99999px;
}

.wizard-content .wizard>.content>.body {
  padding: 0 20px;
}

.wizard-content .wizard>.content>iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.wizard-content .wizard>.actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 20px;
}

.wizard-content .wizard>.actions>ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wizard-content .wizard>.actions>ul:after {
  content: '';
  display: table;
  clear: both;
}

.wizard-content .wizard>.actions>ul>li {
  float: left;
}

.wizard-content .wizard>.actions>ul>li+li {
  margin-left: 10px;
}

.wizard-content .wizard>.actions>ul>li>a {
  background: #ff4081;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.wizard-content .wizard>.actions>ul>li>a:focus,
.wizard-content .wizard>.actions>ul>li>a:hover {
  background: #a6a6a6;
}

.wizard-content .wizard>.actions>ul>li>a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9;
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}

.wizard-content .wizard>.actions>ul>li.disabled>a,
.wizard-content .wizard>.actions>ul>li.disabled>a:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
  color: #999;
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"],
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: #ff4081;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
  background-color: #F3F3F3;
}

.wizard-content .wizard.wizard-circle>.steps .step {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #F3F3F3;
  font-size: 1.3rem;
  border-radius: 50%;
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #ff4081;
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
  border: 2px solid #ff4081;
  color: #ff4081;
  line-height: 36px;
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
  border-top-color: #ff4081;
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
  background-color: #F3F3F3;
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
  color: #FFF;
}

.wizard-content .wizard.wizard-notification>.steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #F3F3F3;
}

.wizard-content .wizard.wizard-notification>.steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #F3F3F3;
}

.wizard-content .wizard.vertical>.steps {
  display: inline;
  float: left;
  width: 20%;
}

.wizard-content .wizard.vertical>.steps>ul>li {
  display: block;
  width: 100%;
}

.wizard-content .wizard.vertical.wizard>.content {
  min-width: 80%;
}

.wizard-content .wizard.vertical>.steps>ul>li.current:after,
.wizard-content .wizard.vertical>.steps>ul>li.current:before,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:after,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:before,
.wizard-content .wizard.vertical>.steps>ul>li:after,
.wizard-content .wizard.vertical>.steps>ul>li:before {
  background-color: transparent;
}

@media (max-width: 768px) {
  .wizard-content .wizard>.steps>ul {
    margin-bottom: 20px;
  }

  .wizard-content .wizard>.steps>ul>li {
    display: block;
    float: left;
    width: 50%;
  }

  .wizard-content .wizard>.steps>ul>li>a {
    margin-bottom: 0;
  }

  .wizard-content .wizard>.steps>ul>li:first-child:before {
    content: "";
  }

  .wizard-content .wizard>.steps>ul>li:last-child:after {
    content: '';
    background-color: #ff4081;
  }

  .wizard-content .wizard.vertical>.steps {
    width: 15%;
  }
}

@media (max-width: 480px) {
  .wizard-content .wizard>.steps>ul>li {
    width: 100%;
  }

  .wizard-content .wizard>.steps>ul>li.current:after {
    background-color: #ff4081;
  }

  .wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    float: left;
    width: 50%;
  }

  .wizard-content .wizard.vertical>.steps {
    width: 100%;
    float: none;
  }
}

.sw-theme-default .sw-number,
.sw-theme-default .sw-icon,
.sw-theme-default .sw-done-icon {
  border-color: #ff4081;
}

/* :: Form CSS */
.form-group label {
  font-size: 0.874rem;
}

.form-control {
  border-color: #dbdbdb;
}

.form-control:focus {
  border-color: #ff4081;
  box-shadow: none;
}

.input-group,
.asColorPicker-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.form-group .file-upload-default {
  display: none;
}

.success-box {
  margin: 50px 0;
  padding: 10px 10px;
  border: 1px solid rgba(72, 94, 144, 0.15);
  background: #f2f4f8;
}

.success-box div {
  vertical-align: top;
  display: inline-block;
  color: #777;
}

.success-box img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

#example-vertical-wizard h3 {
  font-size: 20px;
}

#demo {
  z-index: 99999999999 !important;
  position: relative;
}

.input-form-area .nice-select {
  width: 80%;
  border-radius: 0;
  height: auto;
}

.input-form-area .form-control {
  height: auto;
}

.input-group-text {
  background-color: #fff;
}

.typeahead-form-area .twitter-typeahead {
  width: 100%;
}

.typeahead-form-area .typeahead.form-control.tt-input {
  font-size: 14px;
}

.typeahead-form-area .tt-menu {
  background-color: #f8f8f8;
  padding: 15px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.3);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.3);
}

.typeahead-form-area .tt-menu .tt-suggestion.tt-selectable {
  font-size: 14px;
  margin-bottom: 10px;
  color: #161537;
  font-weight: 300;
  cursor: pointer;
}

.layout-form-area .nice-select {
  height: calc(2.25rem + 2px);
  line-height: calc(2.25rem + 2px);
}

.form-check-input {
  margin-left: 0;
}

.tag.badge.badge-default,
.tag.badge.badge-dark,
.tag.badge.badge-info,
.tag.badge.badge-secondary,
.tag.badge.badge-warning,
.tag.badge.badge-success,
.tag.badge.badge-danger,
.tag.badge.badge-primary,
.tag.label.label-info {
  margin: 5px;
  padding: 5px 10px;
  border-radius: 0;
}

.label-info {
  background-color: #23c6c8;
  color: #FFFFFF;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 10px;
}

/* :: Login CSS */
.form-control.login {
  height: 50px;
  font-size: 12px;
}

.login-icon a {
  color: #ffffff;
  background-color: #ff4081;
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 50%;
  line-height: 37px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin: 0 5px;
  transition-duration: 500ms;
}

.login-icon a:hover,
.login-icon a:focus {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.form-control.register {
  height: 50px;
  font-size: 12px;
}

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

.login-form [type="checkbox"]+span:not(.lever)::before,
.login-form [type="checkbox"]:not(.filled-in)+span:not(.lever)::after,
.register-form [type="checkbox"]+span:not(.lever)::before,
.register-form [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  top: 0;
}

.login-area-2 {
  position: relative;
  z-index: 22;
}

.login-area-2 .middle-box {
  position: relative;
  z-index: 9999;
}

.login-area-2 .middle-box h3 {
  font-size: 30px;
}

.login-area-2 .middle-box .form-control {
  background-color: transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.card-body-login img {
  max-height: 120px;
}

/* .middle-box input[type="checkbox"],
.middle-box input[type="radio"] {
  display: none; } */

.middle-box [type="checkbox"]+span:not(.lever) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.middle-box [type="checkbox"]+span:not(.lever)::before,
.middle-box [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #777;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.middle-box [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.middle-box [type="checkbox"]+span:not(.lever)::before,
.middle-box [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #ff4081;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.middle-box .widgets-todo-list-area .todo-list li [type="checkbox"]:checked+span:not(.lever)::before {
  border-right: 2px solid #ff4081;
  border-bottom: 2px solid #ff4081;
}

.middle-box [type="checkbox"]:checked+span:not(.lever)::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ff4081;
  border-bottom: 2px solid #ff4081;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* ---- Particles Css ---- */
#particles-js {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

#particles-js canvas.particles-js-canvas-el {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -1 !important;
}

/* :: Loader CSS */
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #ff4081;
  border-color: #ffffff transparent #ffffff transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
  animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

.lds-circle {
  display: inline-block;
  -webkit-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  transform: translateZ(1px);
}

.lds-circle>div {
  display: inline-block;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  background: #ff4081;
  -webkit-animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@-webkit-keyframes lds-circle {

  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}

@keyframes lds-circle {

  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}

.lds-heart {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 32px 32px;
}

.lds-heart div {
  top: 23px;
  left: 19px;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #ff4081;
  -webkit-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background: #ff4081;
}

.lds-heart div:before {
  left: -17px;
  border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
  top: -17px;
  border-radius: 50% 50% 0 0;
}

@-webkit-keyframes lds-heart {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  39% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

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

  60% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

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

@keyframes lds-heart {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  39% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

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

  60% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

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

.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ff4081;
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}

.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}

.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}

.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}

.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}

.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}

.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}

.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}

.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}

.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}

.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}

.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

@-webkit-keyframes lds-default {

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

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

@keyframes lds-default {

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

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

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #ff4081;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #ff4081;
  border-color: #ffffff transparent #ffffff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

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

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

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

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

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff4081;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

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

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

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

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

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

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

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

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #ff4081;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ffffff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

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

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

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

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

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #ff4081;
  -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 6px;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 26px;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 45px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }

  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
  -ms-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff4081;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.lds-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff4081;
  -webkit-animation: lds-grid 1.2s linear infinite;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}

@-webkit-keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-spinner div {
  -webkit-transform-origin: 32px 32px;
  -ms-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #ff4081;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.text-primary {
  color: #ff4081 !important;
}

/* :: Todo List CSS */
.widgets-todo-list-area .form-add-todo {
  position: relative;
  z-index: 1;
}

.widgets-todo-list-area .new-todo-item {
  width: 100%;
  border: 1px solid rgba(72, 94, 144, 0.15);
  height: 45px;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 3px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .widgets-todo-list-area .new-todo-item {
    width: 70%;
  }
}

.widgets-todo-list-area .add-todo-item {
  width: 100px;
  height: 45px;
  border: none;
  color: #ffffff;
  background-color: #ff4081;
  font-size: 18px;
  border-radius: 3px;
  z-index: 10;
}

.widgets-todo-list-area .todo-list {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
}

.widgets-todo-list-area .todo-list li {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  padding: 0.4rem 2rem 0.4rem 1rem;
  border: 1px solid rgba(72, 94, 144, 0.15);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.widgets-todo-list-area .todo-list li [type="checkbox"]:checked+span:not(.lever)::before {
  border-right: 2px solid #ff4081;
  border-bottom: 2px solid #ff4081;
}

.widgets-todo-list-area .todo-list li label {
  margin-right: .5rem;
}

.widgets-todo-list-area .todo-list li .todo-item-delete {
  position: absolute;
  top: 50%;
  right: 1rem;
  height: 16px;
  width: 16px;
  font-size: 16px;
  color: #ff4081;
  margin-top: -8px;
  cursor: pointer;
}

.widgets-todo-list-area .todo-list li.todo-completed {
  text-decoration: line-through;
  border-color: #46be8a;
}

.widgets-todo-list-area .todo-list li.todo-completed .todo-item-delete {
  color: #fb434a;
}

.widgets-todo-list-area input[type="checkbox"],
.widgets-todo-list-area input[type="radio"] {
  display: none;
}

.widgets-todo-list-area [type="checkbox"]+span:not(.lever) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.widgets-todo-list-area [type="checkbox"]+span:not(.lever)::before,
.widgets-todo-list-area [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #777;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.widgets-todo-list-area [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.widgets-todo-list-area [type="checkbox"]+span:not(.lever)::before,
.widgets-todo-list-area [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #ff4081;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.widgets-todo-list-area .widgets-todo-list-area .todo-list li [type="checkbox"]:checked+span:not(.lever)::before {
  border-right: 2px solid #ff4081;
  border-bottom: 2px solid #ff4081;
}

.widgets-todo-list-area [type="checkbox"]:checked+span:not(.lever)::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ff4081;
  border-bottom: 2px solid #ff4081;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* :: Widget CSS */
.widget-icon {
  color: #727cf5;
  font-size: 16px;
  background-color: rgba(114, 124, 245, 0.25);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  display: inline-block;
}

.rounded-circle {
  border-radius: 50% !important;
}

.conversation-list .odd .chat-avatar {
  float: right !important;
}

.conversation-list .odd .ctext-wrap {
  background-color: #fef5e4;
}

.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}

.inbox-widget .inbox-item {
  border-bottom: 1px solid #fff;
  overflow: hidden;
  padding: .625rem 0;
  position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
  color: #343a40;
  display: block;
  margin-bottom: 3px;
}

.inbox-widget .inbox-item .inbox-item-text {
  color: #786fa4;
  display: block;
  font-size: .8125rem;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: .6875rem;
  position: absolute;
  right: 5px;
  top: 10px;
}

.timeline-alt .timeline-item {
  position: relative;
}

.timeline-alt .timeline-item::before {
  background-color: #f1f3fa;
  bottom: 0;
  content: "";
  left: 9px;
  position: absolute;
  top: 20px;
  width: 2px;
  z-index: 0;
}

.timeline-alt .timeline-item .icon {
  float: left;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  background-color: rgba(77, 92, 242, 0.19) !important;
}

.timeline-alt .timeline-item .timeline-item-info {
  margin-left: 35px;
}

.toll-free-box i {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 4rem;
  opacity: .4;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.tilebox-one i {
  position: absolute;
  right: 1.5rem;
  font-size: 2rem;
  opacity: .3;
}

.message-box .message-widget a .user-thumb img {
  width: 100%;
}

.total-earnings-list {
  position: relative;
  z-index: 1;
}

.total-earnings-list li {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.total-earnings-list li:last-child {
  margin-bottom: 0;
}

.total-earnings-list li::after {
  -webkit-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #ff4081;
  top: 0;
  left: -20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.total-earnings-list li:hover::after {
  opacity: 1;
  visibility: visible;
}

.total-earnings-list li:hover .author-text h6 {
  color: #ff4081;
}

.total-earnings-list .author-info .author-img {
  max-width: 35px;
}

.total-earnings-list .author-info .author-img img {
  border-radius: 50%;
}

.total-earnings-list .author-text h6 {
  font-size: 14px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
  .total-earnings-list .author-text h6 {
    font-size: 12px;
  }
}

.total-earnings-list .author-text p {
  font-size: 12px;
}

.client-media-content .client-thumb {
  width: 40px;
}

.user--media-body h6 {
  font-size: 14px;
}

.user--media-body span {
  font-size: 12px;
}

.gradient-45deg-indigo-purple {
  background: #303f9f;
  background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
  background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2) !important;
  background: -o-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
  background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
}

.gradient-45deg-indigo-light-blue {
  background: #3949ab;
  background: -webkit-linear-gradient(45deg, #3949ab, #4fc3f7) !important;
  background: -moz- oldlinear-gradient(45deg, #3949ab, #4fc3f7) !important;
  background: -o-linear-gradient(45deg, #3949ab, #4fc3f7) !important;
  background: linear-gradient(45deg, #3949ab, #4fc3f7) !important;
}

.gradient-45deg-indigo-blue {
  background: #303f9f;
  background: -webkit-linear-gradient(45deg, #303f9f, #1976d2) !important;
  background: -moz- oldlinear-gradient(45deg, #303f9f, #1976d2) !important;
  background: -o-linear-gradient(45deg, #303f9f, #1976d2) !important;
  background: linear-gradient(45deg, #303f9f, #1976d2) !important;
}

.icon-background {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

/* :: Typography CSS */
.link-btn-typo {
  margin-bottom: 15px;
  display: inline-block;
}

.tpography-unordered ul {
  margin: 5px;
  padding: 10px;
}

.tpography-unordered ul li {
  list-style: disc;
  line-height: 1.7;
}

/* :: Contact CSS */
.member-content-area .member-contact-content .contact-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  margin-right: 15px;
}

.member-content-area .member-contact-content .contact-thumb img {
  border-radius: 50%;
}

.member-content-area .member-contact-content .member-contact-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 80%;
}

.member-content-area h5 {
  font-size: 14px;
  margin-bottom: 0;
}

.member-content-area .nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.member-content-area .nav:last-child {
  margin-bottom: 0;
}

.member-content-area .nav .nav-item .img-icon {
  height: 30px;
  width: 30px;
  background-color: #ff4081;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
}

.member-content-area .nav .nav-item p {
  margin-bottom: 0;
}

.contact-content-area .address-contact-area p {
  margin-bottom: 10px;
  color: #343a40;
  font-size: 16px;
}

.contact-content-area .address-contact-area p i {
  display: inline-block;
  width: 30px;
}

.contact-content-area .address-contact-area a {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  color: #343a40;
}

.contact-content-area .address-contact-area a i {
  width: 30px;
  display: inline-block;
}

.contact-content-area .contact-add-icon a {
  font-size: 14px;
  margin-right: 10px;
}

.address-content- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.address-content- .contact--icon {
  margin-right: 15px;
}

.address-content- .contact--icon i {
  font-size: 22px;
}

.contact-add-icon.two a {
  font-size: 12px;
  height: 35px;
  width: 35px;
  border: 2px solid rgba(72, 94, 144, 0.15);
  display: inline-block;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  color: #0168fa;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.contact-add-icon.two a:hover {
  background-color: #0168fa;
  color: #ffffff;
  border-color: #0168fa;
}

.form-control.contact {
  border: none;
  background-color: #f2f4f8;
  font-size: 12px;
  padding: 20px;
}

.map-container.contact-page {
  width: 100%;
  height: 420px;
}

@media only screen and (max-width: 767px) {
  .map-container.contact-page {
    height: 270px;
  }
}

.map-container.contact-page iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* :: Pricing Table CSS */
.our-ticket-pricing-table-area {
  background-color: #eef5f9;
}

.single-ticket-pricing-table {
  background-color: #ffffff;
  padding: 0 40px 40px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid rgba(72, 94, 144, 0.15);
}

.single-ticket-pricing-table.active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-ticket-pricing-table .ticket-plan {
  background-color: #ff4081;
  padding: 10px 15px;
  display: block;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 0 0 5px 5px;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 15px;
}

.single-ticket-pricing-table .ticket-icon {
  font-size: 18px;
  color: #ff4081;
  height: 50px;
  width: 50px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #ff4081;
  border-radius: 50%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-ticket-pricing-table .ticket-price {
  font-size: 60px;
  color: #786fa4;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 15px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-ticket-pricing-table .ticket-price span {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  top: -20px;
}

.single-ticket-pricing-table .ticket-pricing-table-details p {
  color: #786fa4;
  margin-bottom: 8px;
}

.single-ticket-pricing-table .ticket-pricing-table-details p i {
  color: #ff4081;
  margin-right: 5px;
}

.single-ticket-pricing-table .ticket-pricing-table-details p:last-child {
  margin-bottom: 0;
}

/* :: Data Table CSS */
.pagination-rounded .page-link {
  border-radius: 3px !important;
  margin: 0 3px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .pagination-rounded .page-link {
    margin: 10px 0px;
    display: block;
  }
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #313a46;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
}

/* :: Web Icons CSS */
.single_icon {
  padding: 15px;
  text-align: center;
}

.single_icon span {
  font-size: 13px;
}

.single_icon i {
  display: block;
  margin-bottom: 15px;
  font-size: 26px;
  color: #232323;
}

.border {
  border-color: rgba(72, 94, 144, 0.15) !important;
}

.shortcodes_content_area .single_icon {
  padding: 15px;
  text-align: center;
}

.single_icon_thumb {
  padding: 30px;
  text-align: center;
}

.single_icon_thumb span {
  font-size: 30px;
  display: block;
  margin: auto;
}

.single_icon_thumb code {
  margin-top: 10px;
  display: block;
  font-size: 12px;
}

.single_icon_thumb h6 {
  margin-top: 15px;
  margin-bottom: 0;
}

/* :: Card CSS */
.single-card-area {
  border-radius: 10px;
}

.single-card-area .card-thumb {
  border-radius: 10px 10px 0 0;
}

.single-card-area .card-text {
  padding: 1rem;
}

.single-card-area .card-text h4 {
  font-size: 1.25rem;
}

.single-card-two-area {
  position: relative;
  z-index: 1;
  height: 300px;
  border-radius: 10px;
}

.single-card-two-area::after {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-radius: 10px;
}

.single-card-two-area .single-card-content .single-card-two-text h4 {
  color: #ffffff;
}

.single-card-two-area .single-card-content .single-card-two-text p {
  font-size: 14px;
  color: #ffffff;
}

.single-card-three-area {
  padding: 30px;
  text-align: center;
  background-color: #ffffff;
}

.single-card-three-area .icon {
  height: 70px;
  width: 70px;
  line-height: 72px;
  font-size: 26px;
  margin: auto;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  background-color: #f2f4f8;
}

.single-card-three-area h4 {
  margin-top: 15px;
}

.single-card-three-area p {
  margin-bottom: 0;
}

.single-card-three-area:hover .icon {
  background-color: #ff4081;
  color: #ffffff;
}

.card- {
  background: #ffffff;
  border: 1px solid;
}

.border-info- {
  border: #17a2b8 !important;
}

.border-danger- {
  border: 1px solid #f1536e !important;
}

.border-primary- {
  border: 1px solid #2466fd !important;
}

.gradient-light-blue-cyan {
  background: #0288d1;
  background: -webkit-linear-gradient(45deg, #0288d1, #26c6da) !important;
  background: -moz- oldlinear-gradient(45deg, #0288d1, #26c6da) !important;
  background: -o-linear-gradient(45deg, #0288d1, #26c6da) !important;
  background: linear-gradient(45deg, #0288d1, #26c6da) !important;
}

.gradient-45deg-red-pink {
  background: #ff5252;
  background: -webkit-linear-gradient(45deg, #ff5252, #f48fb1) !important;
  background: -moz- oldlinear-gradient(45deg, #ff5252, #f48fb1) !important;
  background: -o-linear-gradient(45deg, #ff5252, #f48fb1) !important;
  background: linear-gradient(45deg, #ff5252, #f48fb1) !important;
}

.gradient-45deg-amber-amber {
  background: #ff6f00;
  background: -webkit-linear-gradient(45deg, #ff6f00, #ffca28) !important;
  background: -moz- oldlinear-gradient(45deg, #ff6f00, #ffca28) !important;
  background: -o-linear-gradient(45deg, #ff6f00, #ffca28) !important;
  background: linear-gradient(45deg, #ff6f00, #ffca28) !important;
}

.gradient-45deg-green-teal {
  background: #43a047;
  background: -webkit-linear-gradient(45deg, #43a047, #1de9b6) !important;
  background: -moz- oldlinear-gradient(45deg, #43a047, #1de9b6) !important;
  background: -o-linear-gradient(45deg, #43a047, #1de9b6) !important;
  background: linear-gradient(45deg, #43a047, #1de9b6) !important;
}

.gradient-45deg-deep-orange-orange {
  background: #bf360c;
  background: -webkit-linear-gradient(45deg, #bf360c, #f57c00) !important;
  background: -moz- oldlinear-gradient(45deg, #bf360c, #f57c00) !important;
  background: -o-linear-gradient(45deg, #bf360c, #f57c00) !important;
  background: linear-gradient(45deg, #bf360c, #f57c00) !important;
}

.gradient-45deg-blue-indigo {
  background: #2962ff;
  background: -webkit-linear-gradient(45deg, #2962ff, #3949ab) !important;
  background: -moz- oldlinear-gradient(45deg, #2962ff, #3949ab) !important;
  background: -o-linear-gradient(45deg, #2962ff, #3949ab) !important;
  background: linear-gradient(45deg, #2962ff, #3949ab) !important;
}

.gradient-45deg-purple-deep-orange {
  background: #8e24aa;
  background: -webkit-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
  background: -moz- oldlinear-gradient(45deg, #8e24aa, #ff6e40) !important;
  background: -o-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
  background: linear-gradient(45deg, #8e24aa, #ff6e40) !important;
}

.gradient-45deg-purple-deep-purple {
  background: #7b1fa2;
  background: -webkit-linear-gradient(45deg, #7b1fa2, #7c4dff) !important;
  background: -moz- oldlinear-gradient(45deg, #7b1fa2, #7c4dff) !important;
  background: -o-linear-gradient(45deg, #7b1fa2, #7c4dff) !important;
  background: linear-gradient(45deg, #7b1fa2, #7c4dff) !important;
}

.background-round {
  height: 40px;
  width: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.18);
}

/* :: Cart CSS */
.table .thead-light th {
  color: #6c757d;
  background-color: #f1f3fa;
  border-color: #e3eaef;
}

.select2-container .select2-selection--single {
  border: 1px solid #dee2e6;
  height: calc(2.2125rem + 2px);
  background-color: #fff;
  outline: 0;
}

.select2-container {
  width: 100% !important;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
  color: #6c757d;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #98a6ad transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.cart-area .form-control {
  display: inline-block;
}

/* :: Product Edit CSS */
.product-thumb {
  width: 60px;
}

.progress-w-percent .progress {
  width: calc(100% - 50px);
  float: left;
  margin-top: 8px;
}

.progress-w-percent .progress-value {
  width: 40px;
  float: right;
  text-align: right;
  line-height: 20px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  background-color: #0acf97;
  top: auto;
  bottom: auto;
}

.product-card {
  display: block;
  position: relative;
  width: 100%;
  padding: 18px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.product-card .product-title a {
  margin-bottom: 5px;
  font-size: 16px;
  color: #6b6f82 !important;
  text-align: center;
  display: inline-block;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 1;
}

.product-card .product-price {
  color: #161537 !important;
  font-size: 24px;
  font-weight: 800;
}

.checkout-thumb {
  width: 60px;
}

.product-border {
  border: 2px solid #ff4081;
}

.img-thumbnail {
  border: 2px solid #ff4081;
}

/* :: Lock CSS */
.lock-screen-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.middle-box.lock-screen {
  padding: 15px;
}

.middle-box.lock-screen .lock-text {
  font-size: 16px;
  margin-bottom: 15px;
}

.middle-box.lock-screen .lock-profile-thumb {
  width: 70px;
  border-radius: 50%;
}

.middle-box.lock-screen .form-control {
  border: 1px solid #ff4081;
}

/* :: Dashboard CSS */
.user-area .nav-tabs {
  border-bottom: none;
}

.user-area .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.user-area .nav-tabs .nav-item a {
  border: none;
  line-height: normal;
  border-radius: 3px;
  padding: 5.5px 16px;
  background: #f6f7f8;
  color: #161537;
  font-size: 13px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .user-area .nav-tabs .nav-item a {
    padding: 5px 10px;
  }
}

.user-area .nav-tabs .nav-item a.active,
.user-area .nav-tabs .nav-item a.active:focus,
.user-area .nav-tabs .nav-item a.active:hover {
  color: #ffffff;
  background-color: #ff4081;
  border-color: #ff4081;
}

.user-data-list li {
  border-bottom: 1px dashed #ebedf2;
  padding: 15px 0;
}

.user-data-list li:last-child {
  border-bottom: none;
}

.user-data-list li:first-child {
  padding-top: 0;
}

.user-data-list li .author-info .author-img {
  width: 40px;
}

.user-data-list li .author-info .author-text h6 {
  font-size: 15px;
  line-height: 1.2;
}

.user-data-list li .author-info .author-text p {
  font-size: 12px;
}

.ticket-data-list li {
  border-bottom: 1px dashed #ebedf2;
  padding: 15px 0;
}

.ticket-data-list li:first-child {
  padding-top: 0;
}

.ticket-data-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ticket-data-list li .ticket-time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  max-width: 60px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .ticket-data-list li .ticket-time {
    display: none;
  }
}

.ticket-data-list li .avatar-area .avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.ticket-data-list li .avatar-area .avatar img {
  border-radius: 50%;
}

.ticket-data-list li .avatar-area .avatar.avatar-online::before {
  background-color: #46be8a;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: '';
  border: 1px solid #ffffff;
}

.ticket-data-list li .avatar-area .avatar.avatar-pending::before {
  background-color: #f39834;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: '';
  border: 1px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  .ticket-data-list li .avatar-area .avatar-text h6 {
    font-size: 14px;
  }
}

.ticket-data-list li .avatar-area .avatar-text p {
  font-size: 13px;
  margin-bottom: .5rem;
}

.order-area-index .img-order {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.order-area-index .admi-checkbox {
  margin-top: 11px;
  left: 8px;
  margin-left: 15px;
}

.order-text-desc {
  padding: 20px;
  border: 1px solid #f3f3f3;
}

.order-text-desc .total-count-text h5 {
  font-size: 22px;
  color: #5578eb;
  font-weight: 700;
  line-height: 1.2;
}

.order-text-desc .total-count-text span {
  font-size: 12px;
  font-weight: 500;
  color: #343a40;
}

.order-text-desc .total-count-text p {
  font-weight: 500;
}

.user-important-data-info {
  position: relative;
  z-index: 1;
}

.user-important-data-info .downloads--data-btn li {
  padding-right: 15px;
  margin-right: 15px;
}

.user-important-data-info .downloads--data-btn li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .user-important-data-info .downloads--data-btn li {
    padding-right: 7.5px;
    margin-right: 7.5px;
  }
}

.user-important-data-info .downloads--data-btn li a {
  font-weight: 500;
  color: #ff4081;
  padding: 0;
  border-radius: 0;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .user-important-data-info .downloads--data-btn li a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .user-important-data-info .downloads--data-btn li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .user-important-data-info .downloads--data-btn li a {
    font-size: 12px;
  }
}

.user-important-data-info .downloads--data-btn li a:hover,
.user-important-data-info .downloads--data-btn li a:focus {
  color: #ff4081;
}

.user-important-data-info .sales-reports li {
  text-align: center;
  padding-left: 30px;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .user-important-data-info .sales-reports li {
    padding-left: 15px;
    margin-left: 15px;
  }
}

.user-important-data-info .sales-reports li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.user-important-data-info .sales-reports li span {
  display: block;
  font-size: 13px;
}

.user-important-data-info .sales-reports li span:last-child {
  color: #ff4081;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .user-important-data-info .sales-reports li span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .user-important-data-info .sales-reports li span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .user-important-data-info .sales-reports li span {
    font-size: 12px;
  }
}

.dashboard-clock {
  position: relative;
  z-index: 1;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .dashboard-clock {
    margin-right: 0;
  }
}

.dashboard-clock #dashboardDate {
  font-size: 14px;
  font-weight: 500;
  color: #786fa4;
}

@media only screen and (max-width: 767px) {
  .dashboard-clock #dashboardDate {
    font-size: 11px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard-clock #dashboardDate {
    font-size: 13px;
  }
}

.dashboard-clock ul li {
  font-size: 13px;
  font-weight: 400;
  color: #ff4081;
}

@media only screen and (max-width: 767px) {
  .dashboard-clock ul li {
    font-size: 11px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard-clock ul li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-btn-group .btn {
    padding: 0.115rem 0.230rem;
    font-size: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard-btn-group .btn {
    padding: 0.2rem 0.4rem;
    font-size: 12px;
  }
}

.dashboard-header-title p {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .dashboard-header-title p {
    font-size: 11px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard-header-title p {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-header-title h6 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dashboard-header-title h6 {
    font-size: 16px;
  }
}

.dashboard-infor-mation {
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .single-browser-area img {
    max-width: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single-browser-area h6 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .index-flot-chart-area {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .index-flot-chart-area {
    margin-bottom: 50px;
  }
}

.avatar-initial {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  max-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}

.dahsboard-header-link .nav.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dahsboard-header-link .nav.navbar-nav .nav-item a {
  margin: 0 10px;
  font-size: 21px;
  color: #727E8C;
  line-height: 1;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.dahsboard-header-link .nav.navbar-nav .nav-item a:hover {
  color: #ff4081;
}

.dahboard-header-area {
  background-color: #fff;
  padding: 15px 30px;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 2;
  width: calc(100% - 220px);
  height: 70px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
  .dahboard-header-area {
    width: 100%;
    height: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dahboard-header-area {
    width: 100%;
    height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dahboard-header-area {
    width: 100%;
  }
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .dahboard-header-area {
  left: 220px;
  width: calc(100% - 220px);
}

.menu-collasped-active.ecaps-page-wrapper .dahboard-header-area {
  left: 55px;
  width: calc(100% - 55px);
}

.small-chat-box {
  -webkit-box-shadow: 0 0 22px 0 rgba(25, 42, 70, 0.3);
  box-shadow: 0 0 22px 0 rgba(25, 42, 70, 0.3);
}

/*#small-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000; }*/
  #small-chat {
  bottom: 2px;
  right: 2px;
  z-index: 1000; }
  
  #small-chat a {
    background-color: #FF2829;
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 20px 1px #FF5B5C;
    box-shadow: 0 1px 20px 1px #FF5B5C;
    position: relative; }

.pulse {
  overflow: visible;
  position: relative;
}

.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
  -webkit-animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }

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

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

  50% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }

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

.form-chat {
  padding: 10px;
}

.form-chat .chat-group .form-control {
  height: 35px;
}

.main-content.dashboard-pt {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .main-content.dashboard-pt {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-content.dashboard-pt {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .dahboard-header-title {
    margin-bottom: 5px;
  }
}

/* :: Nested List CSS */
.dd-handle {
  border: 1px solid #dbdbdb;
}

#nestable2 .dd-handle {
  color: #fff;
  border: none;
  background-color: #ff4081 !important;
}

/* :: Table CSS */
.table {
  width: 100%;
  color: #6c757d;
}

.table td,
.table th {
  padding: 5px;
  vertical-align: top;
  border-top: 1px solid #e3eaef;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
}

.table-centered td,
.table-centered th {
  vertical-align: middle !important;
}

.table-hover tbody tr:hover {
  color: #6c757d;
  background-color: #f1f3fa;
}

.table thead th {
  border-bottom: 1px solid #e3eaef;
}

.table th {
  font-weight: bold;
}

input[data-switch="success"]:checked+label {
  background-color: #0acf97;
}

input[data-switch]+label {
  width: 56px;
  height: 24px;
  background-color: #f1f3fa;
  background-image: none;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

input[data-switch] {
  display: none;
}

input[data-switch]:checked+label::before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 4px;
}

input[data-switch]+label::before {
  color: #313a46;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: .75rem;
  line-height: 24px;
  position: absolute;
  right: 3px;
  margin: 0 .21667rem;
  top: 0;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

input[data-switch]:checked+label::after {
  left: 34px;
  background-color: #f1f3fa;
}

input[data-switch]+label::after {
  content: '';
  position: absolute;
  left: 4px;
  background-color: #adb5bd;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2rem;
  height: 18px;
  width: 18px;
  top: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.table .table-user img {
  height: 30px;
  width: 30px;
}

.table .action-icon {
  color: #5E5155;
  font-size: 16px;
  display: inline-block;
  border: 1px solid rgba(72, 94, 144, 0.15);
  margin-bottom: 0px;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 14px;
}

.title.tablesaw-swipe-cellpersist a {
  color: #786fa4;
}

.title a {
  color: #786fa4;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f1f3fa;
}

.table .thead-light th {
  color: #6c757d;
  background-color: #f1f3fa;
  border-bottom: #e3eaef !important;
}

.bg-nav-pills {
  background-color: #e3eaef;
}

.edit-table-area .table td,
.edit-table-area .table th {
  border-top: 1px solid rgba(72, 94, 144, 0.15);
  background-color: #ffffff;
}

.prices .table thead {
  background-color: #ff4081;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.prices .currency-icon {
  max-width: 25px;
  margin-right: 15px;
}

.page-link:focus {
  box-shadow: none;
}

.btn-label-success {
  background-color: rgba(10, 187, 135, 0.1);
  color: #0abb87;
  cursor: text !important;
}

.office-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

/* :: Password CSS */
.forget-password-area {
  position: relative;
  z-index: 1;
}

.forget-password-area .animation-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-animation: animationBg linear 3s infinite;
  animation: animationBg linear 3s infinite;
}

@-webkit-keyframes animationBg {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes animationBg {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.forget-password-area p {
  margin-bottom: 30px;
}

.forget-password-area .form-control {
  background-color: transparent;
  font-size: 13px;
  border-radius: 30px;
  padding: 0 15px;
}

/* :: Timeout CSS */
#session-timeout-dialog .close {
  padding: 0;
  font-size: 22px;
  margin: 0;
}

#session-timeout-dialog .modal-content {
  border: none;
}

#session-timeout-dialog .modal-header {
  border-bottom: none;
}

#session-timeout-dialog .modal-footer {
  border-top: none;
}

#session-timeout-dialog .modal-body {
  border: 1px solid #f1f2f3;
}

#session-timeout-dialog .modal-body p span {
  color: #ff4081;
}

/* :: Paginator CSS */
.datepaginator-sm .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator .pagination li a {
  padding: 0 5px;
  height: 60px;
  border: 1px solid #e9ecef;
  float: left;
  position: relative;
}

/* :: Avatar CSS */
.avatar-area .thumb-md {
  height: 50px;
  width: 50px;
  font-size: 14px;
  font-weight: 700;
}

.avatar-area .img-group .user-avatar+.user-avatar-group {
  margin-left: -20px;
}

.avatar-area .img-group .user-avatar {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.avatar-area .img-group .user-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0 0 2px #b6c2e4;
  box-shadow: 0 0 0 2px #b6c2e4;
}

.avatar-area .rounded-circle {
  border-radius: 50% !important;
}

.avatar-area .img-group .user-avatar:focus,
.avatar-area .img-group .user-avatar:hover {
  z-index: 2;
}

.avatar-area .thumb-xl {
  height: 78px;
  width: 78px;
  font-size: 28px;
  font-weight: 700;
}

.avatar-area .thumb-lg {
  height: 60px;
  width: 60px;
  font-size: 20px;
  font-weight: 700;
}

.avatar-area .thumb-md {
  height: 48px;
  width: 48px;
  font-size: 14px;
  font-weight: 700;
}

.avatar-area .thumb-sm {
  height: 36px !important;
  width: 36px !important;
  font-size: 12px;
  font-weight: 700;
}

.avatar-area .thumb-xs {
  height: 32px !important;
  width: 32px !important;
  font-size: 10px;
  font-weight: 700;
}

.avatar-area .img-group .avatar-badge {
  position: absolute;
  right: 1px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 2px #b6c2e4;
  box-shadow: 0 0 0 2px #b6c2e4;
  z-index: 2;
}

.avatar-area .img-group .user-avatar .online {
  background: #1ecab8;
}

.avatar-area .img-group .user-avatar .offline {
  background: #f1646c;
}

.media.media-sm .media-object {
  width: 64px;
}

.media-left {
  padding-right: 15px;
}

/* :: Toltip CSS */
.mytooltip:hover .tooltip-content2,
.mytooltip:hover .tooltip-content2 i {
  opacity: 1;
  font-size: 18px;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.mytooltip:hover .tooltip-content4,
.mytooltip:hover .tooltip-text2 {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mytooltip {
  display: inline;
  position: relative;
  z-index: 10;
}

.mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}

.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.mytooltip:hover .tooltip-content3 {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.mytooltip:hover .tooltip-item2 {
  color: #ffffff;
  -webkit-transform: translate3d(0, -0.5em, 0);
  -ms-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -0.5em, 0);
}

.mytooltip:hover .tooltip-content5 {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mytooltip:hover .tooltip-text3 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.mytooltip:hover .tooltip-inner2 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tooltip-content {
  position: absolute;
  z-index: 999998989898989 !important;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.tooltip-content img {
  position: relative;
  height: 140px;
  display: block;
  float: left;
  margin-right: 1em;
}

.tooltip-effect-5 .tooltip-content {
  width: 180px;
  margin-left: -90px;
  -webkit-transform-origin: 50% calc(106%);
  -ms-transform-origin: 50% calc(106%);
  transform-origin: 50% calc(106%);
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  -ms-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg);
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
  -o-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
  transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}

.tooltip-effect-5 .tooltip-text {
  padding: 1.4em;
}

.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3035;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 1.31em 1.21em 1.21em 0;
  color: #ffffff;
}

.tooltip-content2 {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  left: 50%;
  margin-left: -40px;
  bottom: 100%;
  border-radius: 50%;
  text-align: center;
  background: #009efb;
  color: #ffffff;
  opacity: 0;
  margin-bottom: 20px;
  cursor: default;
  pointer-events: none;
}

.tooltip-content2 i {
  opacity: 0;
}

.tooltip-effect-6 .tooltip-content2 {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-6 .tooltip-content2 i {
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-6:hover .tooltip-content2 i {
  -webkit-transform: rotate3d(1, 1, 1, 0);
  transform: rotate3d(1, 1, 1, 0);
}

.tooltip-item2 {
  color: #00aeef;
  cursor: pointer;
  z-index: 100;
  position: relative;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, transform 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-content4 {
  position: absolute;
  z-index: 99;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: -5px;
  text-align: left;
  background: #00aeef;
  opacity: 0;
  font-size: 14px;
  line-height: 27px;
  padding: 1.5em;
  color: #ffffff;
  border-bottom: 55px solid #2b2b2b;
  cursor: default;
  pointer-events: none;
  border-radius: 5px;
  -webkit-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -0.5em, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-content4 a {
  color: #2b2b2b;
}

.tooltip-text2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.5em, 0);
  transform: translate3d(0, 1.5em, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-content5 {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  bottom: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
  opacity: 0;
  margin: 0 0 20px -150px;
  cursor: default;
  pointer-events: none;
  -webkit-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

.tooltip-content5 span {
  display: block;
}

.tooltip-text3 {
  border-bottom: 10px solid #009efb;
  overflow: hidden;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.tooltip-inner2 {
  background: #2b2b2b;
  padding: 40px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-content5::after {
  content: '';
  bottom: -20px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #009efb;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  color: #ffffff;
}

.tooltip-effect-2 .tooltip-content {
  -webkit-transform-origin: 50% calc(110%);
  -ms-transform-origin: 50% calc(110%);
  transform-origin: 50% calc(110%);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(0.7, 0.3, 1);
  transform: scale3d(0.7, 0.3, 1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

a.mytooltip {
  font-weight: 500;
  color: #009efb;
}

.tooltip-effect-7 .tooltip-content2 {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-7 .tooltip-content2 i {
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-8 .tooltip-content2 {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
  transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-8 .tooltip-content2 i {
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-9 .tooltip-content2 {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-9 .tooltip-content2 i {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip {
  z-index: 9999999999999999999999 !important;
}

/* :: Register CSS */
.register-page-2 .form-control {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.register-page-2 .nice-select .option {
  color: #000;
}

/* :: Project CSS */
.progress.progress-sm {
  height: 6px;
}

.project-details-area .avatar-sm {
  height: 3rem;
  width: 3rem;
}

.project-details-area .avatar-sm .avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff4081;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff4081;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.avatar-xs {
  width: 40px;
}

.avatar-sm {
  width: 40px;
}

/* :: Taskboard CSS */
.tasks {
  padding: 0 1rem 1rem 1rem;
  border: 1px solid #e3eaef;
  vertical-align: top;
  margin-bottom: 30px;
  border-radius: .25rem;
}

.tasks .card {
  white-space: normal;
  margin-top: 1rem;
}

.tasks .task-header {
  background-color: #f1f3fa;
  padding: 1rem;
  margin: 0 -1rem;
}

.task-list-items {
  min-height: 100px;
  position: relative;
}

.task-list-items::before {
  content: "No Tasks";
  position: absolute;
  line-height: 110px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

/* :: Tab CSS */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-pills>li>a,
.nav-tabs>li>a {
  color: #6c857d;
  font-weight: 500;
  font-size: 15px;
}

.tab-content {
  padding: 20px 0 0 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ff4081;
  font-size: 15px;
}

.navtab-bg li>a {
  background-color: #f8f8f8;
  margin: 0 5px;
}

.nav-pills>a {
  color: #6c857d;
  font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #fff;
}

.nav-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.25) !important;
}

.nav-bordered a.active {
  border-bottom: 2px solid #ff4081 !important;
}

.nav-bordered li a {
  border: 0 !important;
  padding: 10px 20px !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.card-header.tab {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: #edeff1;
  border-bottom: 0 solid #f7f7f7;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  color: #111;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}

/* :: Dashboard CSS */
.dash-item-overlay {
  position: absolute;
  left: 8%;
  max-width: 350px;
  padding: 20px;
  z-index: 1;
}

.progress-w-percent {
  min-height: 20px;
  margin-bottom: 15px;
}

.progress-w-percent .progress-value {
  width: 40px;
  float: right;
  text-align: right;
  line-height: 20px;
}

.progress-w-percent .progress {
  width: calc(100% - 50px);
  float: left;
  margin-top: 8px;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #727cf5;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.chartjs-chart {
  margin: auto;
}

.thumb-sm {
  height: 36px !important;
  width: 36px !important;
}

.table td {
  vertical-align: middle;
}

.order-inline li {
  display: inline-block;
  margin: 0 10px;
}

.order-inline li h4 {
  font-size: 18px;
}

.order-inline li h5 {
  font-size: 16px;
}

/* :: Progressbar CSS */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom .progress-bar {
  width: 100%;
  bottom: 0;
  position: absolute;
}

/* :: Picker CSS */
.datepicker td,
.datepicker th {
  font-size: 13px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #ff4081 !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #ff4081 !important;
}

/* :: Preloader CSS */
#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#hasro-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ff4081;
  -webkit-animation: hasroRotate 2400ms linear infinite;
  animation: hasroRotate 2400ms linear infinite;
  z-index: 999;
}

#hasro-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #e84393;
  -webkit-animation: hasroRotate 2700ms linear infinite;
  animation: hasroRotate 2700ms linear infinite;
}

#hasro-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ff4081;
  -webkit-animation: hasroRotate 1800ms linear infinite;
  animation: hasroRotate 1800ms linear infinite;
}

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

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

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

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

/* :: Profile CSS */
.user-friends img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.profile-big-thumb {
  width: 210px;
  height: 130px;
}

.profile-social a {
  color: #786fa4;
  margin: 0 10px;
  font-size: 18px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.profile-social a:hover {
  color: #ff4081;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile-brief .media {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile-brief .media {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .profile-brief .media {
    display: block;
  }
}

.profile-desc- .media-body {
  margin-top: 20px;
}

/* :: Switcher CSS Area */
.switcher-area input[type="checkbox"] {
  display: none;
}

.switcher-area input[type="checkbox"]+label {
  display: inline-block;
  width: 40px;
  height: 20px;
  position: relative;
  transition: 0.3s;
  margin-right: 15px;
  box-sizing: border-box;
}

.switcher-area input[type="checkbox"]+label:after,
.switcher-area input[type="checkbox"]+label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
  cursor: pointer;
}

.switcher-area #simple-1:checked+label.red,
.switcher-area #simple-2:checked+label.red,
.switcher-area #simple-3:checked+label.red {
  background: #ECA9A7;
}

.switcher-area #simple-1:checked+label.red:after,
.switcher-area #simple-2:checked+label.red:after,
.switcher-area #simple-3:checked+label.red:after {
  background: #D9534F;
}

.switcher-area #simple-1:checked+label.green,
.switcher-area #simple-2:checked+label.green,
.switcher-area #simple-3:checked+label.green {
  background: #AEDCAE;
}

.switcher-area #simple-1:checked+label.green:after,
.switcher-area #simple-2:checked+label.green:after,
.switcher-area #simple-3:checked+label.green:after {
  background: #5CB85C;
}

.switcher-area #simple-1:checked+label:after,
.switcher-area #simple-2:checked+label:after,
.switcher-area #simple-3:checked+label:after {
  left: calc(100% - 20px);
}

.switcher-area #simple-1+label,
.switcher-area #simple-2+label,
.switcher-area #simple-3+label {
  background: #ddd;
  border-radius: 20px;
  box-shadow: 1px 1px 3px #aaa;
}

.switcher-area #simple-1+label:after,
.switcher-area #simple-2+label:after,
.switcher-area #simple-3+label:after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 3px #aaa;
}

.switcher-area #md-1:checked+label.red,
.switcher-area #md-2:checked+label.red,
.switcher-area #md-3:checked+label.red {
  background: #ECA9A7;
}

.switcher-area #md-1:checked+label.red:after,
.switcher-area #md-2:checked+label.red:after,
.switcher-area #md-3:checked+label.red:after {
  background: #D9534F;
}

.switcher-area #md-1:checked+label.green,
.switcher-area #md-2:checked+label.green,
.switcher-area #md-3:checked+label.green {
  background: #AEDCAE;
}

.switcher-area #md-1:checked+label.green:after,
.switcher-area #md-2:checked+label.green:after,
.switcher-area #md-3:checked+label.green:after {
  background: #5CB85C;
}

.switcher-area #md-1:checked+label:after,
.switcher-area #md-2:checked+label:after,
.switcher-area #md-3:checked+label:after {
  left: calc(100% - 20px);
}

.switcher-area #md-1+label,
.switcher-area #md-2+label,
.switcher-area #md-3+label {
  background: #ddd;
  border-radius: 20px;
  height: 10px;
}

.switcher-area #md-1+label:after,
.switcher-area #md-2+label:after,
.switcher-area #md-3+label:after {
  background: #fff;
  border-radius: 50%;
  top: -5px;
  box-shadow: 0px 0px 3px #aaa;
}

.switcher-area #mds-1:checked+label.red,
.switcher-area #mds-2:checked+label.red,
.switcher-area #mds-3:checked+label.red {
  background: #ECA9A7;
}

.switcher-area #mds-1:checked+label.red:after,
.switcher-area #mds-2:checked+label.red:after,
.switcher-area #mds-3:checked+label.red:after {
  background: #D9534F;
}

.switcher-area #mds-1:checked+label.green,
.switcher-area #mds-2:checked+label.green,
.switcher-area #mds-3:checked+label.green {
  background: #AEDCAE;
}

.switcher-area #mds-1:checked+label.green:after,
.switcher-area #mds-2:checked+label.green:after,
.switcher-area #mds-3:checked+label.green:after {
  background: #5CB85C;
}

.switcher-area #mds-1:checked+label:after,
.switcher-area #mds-2:checked+label:after,
.switcher-area #mds-3:checked+label:after {
  left: calc(100% - 20px);
}

.switcher-area #mds-1+label,
.switcher-area #mds-2+label,
.switcher-area #mds-3+label {
  background: #ddd;
  height: 3px;
}

.switcher-area #mds-1+label:after,
.switcher-area #mds-2+label:after,
.switcher-area #mds-3+label:after {
  background: #fff;
  border-radius: 50%;
  top: -9px;
  box-shadow: 0px 0px 3px #aaa;
}

.switcher-area #border-1:checked+label.red,
.switcher-area #border-2:checked+label.red,
.switcher-area #border-3:checked+label.red {
  border-color: #ECA9A7;
}

.switcher-area #border-1:checked+label.red:after,
.switcher-area #border-2:checked+label.red:after,
.switcher-area #border-3:checked+label.red:after {
  background: #D9534F;
}

.switcher-area #border-1:checked+label.green,
.switcher-area #border-2:checked+label.green,
.switcher-area #border-3:checked+label.green {
  border-color: #AEDCAE;
}

.switcher-area #border-1:checked+label.green:after,
.switcher-area #border-2:checked+label.green:after,
.switcher-area #border-3:checked+label.green:after {
  background: #5CB85C;
}

.switcher-area #border-1:checked+label:after,
.switcher-area #border-2:checked+label:after,
.switcher-area #border-3:checked+label:after {
  left: calc(100% - 14px);
}

.switcher-area #border-1+label,
.switcher-area #border-2+label,
.switcher-area #border-3+label {
  border: 2px solid #ddd;
  border-radius: 20px;
}

.switcher-area #border-1+label:after,
.switcher-area #border-2+label:after,
.switcher-area #border-3+label:after {
  background: #ddd;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
}

.switcher-area #inset-1:checked+label.red,
.switcher-area #inset-2:checked+label.red,
.switcher-area #inset-3:checked+label.red {
  background: #ECA9A7;
}

.switcher-area #inset-1:checked+label.red:after,
.switcher-area #inset-2:checked+label.red:after,
.switcher-area #inset-3:checked+label.red:after {
  background: #D9534F;
}

.switcher-area #inset-1:checked+label.green,
.switcher-area #inset-2:checked+label.green,
.switcher-area #inset-3:checked+label.green {
  background: #AEDCAE;
}

.switcher-area #inset-1:checked+label.green:after,
.switcher-area #inset-2:checked+label.green:after,
.switcher-area #inset-3:checked+label.green:after {
  background: #5CB85C;
}

.switcher-area #inset-1:checked+label:after,
.switcher-area #inset-2:checked+label:after,
.switcher-area #inset-3:checked+label:after {
  left: calc(100% - 18px);
}

.switcher-area #inset-1+label,
.switcher-area #inset-2+label,
.switcher-area #inset-3+label {
  background: #ddd;
  border-radius: 20px;
}

.switcher-area #inset-1+label:after,
.switcher-area #inset-2+label:after,
.switcher-area #inset-3+label:after {
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}

.switcher-area #box-1:checked+label.red,
.switcher-area #box-2:checked+label.red,
.switcher-area #box-3:checked+label.red {
  background: #ECA9A7;
}

.switcher-area #box-1:checked+label.red:after,
.switcher-area #box-2:checked+label.red:after,
.switcher-area #box-3:checked+label.red:after {
  background: #D9534F;
}

.switcher-area #box-1:checked+label.green,
.switcher-area #box-2:checked+label.green,
.switcher-area #box-3:checked+label.green {
  background: #AEDCAE;
}

.switcher-area #box-1:checked+label.green:after,
.switcher-area #box-2:checked+label.green:after,
.switcher-area #box-3:checked+label.green:after {
  background: #5CB85C;
}

.switcher-area #box-1:checked+label:after,
.switcher-area #box-2:checked+label:after,
.switcher-area #box-3:checked+label:after {
  left: calc(100% - 18px);
}

.switcher-area #box-1+label,
.switcher-area #box-2+label,
.switcher-area #box-3+label {
  background: #ddd;
}

.switcher-area #box-1+label:after,
.switcher-area #box-2+label:after,
.switcher-area #box-3+label:after {
  background: #fff;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}

.switcher-area #flex-1:checked+label.red,
.switcher-area #flex-2:checked+label.red,
.switcher-area #flex-3:checked+label.red {
  background: #ECA9A7;
}

.switcher-area #flex-1:checked+label.red:after,
.switcher-area #flex-2:checked+label.red:after,
.switcher-area #flex-3:checked+label.red:after {
  background: #D9534F;
}

.switcher-area #flex-1:checked+label.green,
.switcher-area #flex-2:checked+label.green,
.switcher-area #flex-3:checked+label.green {
  background: #AEDCAE;
}

.switcher-area #flex-1:checked+label.green:after,
.switcher-area #flex-2:checked+label.green:after,
.switcher-area #flex-3:checked+label.green:after {
  background: #5CB85C;
}

.switcher-area #flex-1:checked+label:active:after,
.switcher-area #flex-2:checked+label:active:after,
.switcher-area #flex-3:checked+label:active:after {
  left: calc(100% - 28px);
}

.switcher-area #flex-1:checked+label:after,
.switcher-area #flex-2:checked+label:after,
.switcher-area #flex-3:checked+label:after {
  left: calc(100% - 18px);
}

.switcher-area #flex-1+label,
.switcher-area #flex-2+label,
.switcher-area #flex-3+label {
  background: #ddd;
  border-radius: 20px;
}

.switcher-area #flex-1+label:active:after,
.switcher-area #flex-2+label:active:after,
.switcher-area #flex-3+label:active:after {
  width: 26px;
}

.switcher-area #flex-1+label:after,
.switcher-area #flex-2+label:after,
.switcher-area #flex-3+label:after {
  background: #fff;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}

.switcher-area #fullFlex-1:checked+label.red,
.switcher-area #fullFlex-2:checked+label.red,
.switcher-area #fullFlex-3:checked+label.red {
  background: #D9534F;
}

.switcher-area #fullFlex-1:checked+label.red:after,
.switcher-area #fullFlex-2:checked+label.red:after,
.switcher-area #fullFlex-3:checked+label.red:after {
  background: #ECA9A7;
}

.switcher-area #fullFlex-1:checked+label.green,
.switcher-area #fullFlex-2:checked+label.green,
.switcher-area #fullFlex-3:checked+label.green {
  background: #5CB85C;
}

.switcher-area #fullFlex-1:checked+label.green:after,
.switcher-area #fullFlex-2:checked+label.green:after,
.switcher-area #fullFlex-3:checked+label.green:after {
  background: #AEDCAE;
}

.switcher-area #fullFlex-1:checked+label:after,
.switcher-area #fullFlex-2:checked+label:after,
.switcher-area #fullFlex-3:checked+label:after {
  width: 36px;
}

.switcher-area #fullFlex-1+label,
.switcher-area #fullFlex-2+label,
.switcher-area #fullFlex-3+label {
  background: #ddd;
  border-radius: 20px;
}

.switcher-area #fullFlex-1+label:after,
.switcher-area #fullFlex-2+label:after,
.switcher-area #fullFlex-3+label:after {
  background: #fff;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}

.switcher-area #bubble-1:checked+label.red,
.switcher-area #bubble-2:checked+label.red,
.switcher-area #bubble-3:checked+label.red {
  background: #ECA9A7;
}

.switcher-area #bubble-1:checked+label.red:after,
.switcher-area #bubble-2:checked+label.red:after,
.switcher-area #bubble-3:checked+label.red:after {
  background: #D9534F;
}

.switcher-area #bubble-1:checked+label.green,
.switcher-area #bubble-2:checked+label.green,
.switcher-area #bubble-3:checked+label.green {
  background: #AEDCAE;
}

.switcher-area #bubble-1:checked+label.green:after,
.switcher-area #bubble-2:checked+label.green:after,
.switcher-area #bubble-3:checked+label.green:after {
  background: #5CB85C;
}

.switcher-area #bubble-1:checked+label.red:before,
.switcher-area #bubble-2:checked+label.red:before,
.switcher-area #bubble-3:checked+label.red:before {
  background: #D9534F;
}

.switcher-area #bubble-1:checked+label.green:before,
.switcher-area #bubble-2:checked+label.green:before,
.switcher-area #bubble-3:checked+label.green:before {
  background: #5CB85C;
}

.switcher-area #bubble-1:checked+label:active:before,
.switcher-area #bubble-2:checked+label:active:before,
.switcher-area #bubble-3:checked+label:active:before {
  left: calc(100% - 30px);
}

.switcher-area #bubble-1:checked+label:after,
.switcher-area #bubble-2:checked+label:after,
.switcher-area #bubble-3:checked+label:after,
.switcher-area #bubble-1:checked+label:before,
.switcher-area #bubble-2:checked+label:before,
.switcher-area #bubble-3:checked+label:before {
  left: calc(100% - 20px);
}

.switcher-area #bubble-1+label,
.switcher-area #bubble-2+label,
.switcher-area #bubble-3+label {
  background: #ddd;
  border-radius: 20px;
  height: 10px;
}

.switcher-area #bubble-1+label:active:before,
.switcher-area #bubble-2+label:active:before,
.switcher-area #bubble-3+label:active:before {
  width: 40px;
  height: 40px;
  left: -10px;
  top: -15px;
}

.switcher-area #bubble-1+label:after,
.switcher-area #bubble-2+label:after,
.switcher-area #bubble-3+label:after {
  background: #fff;
  border-radius: 50%;
  top: -5px;
  box-shadow: 0px 0px 3px #aaa;
}

.switcher-area #bubble-1+label:before,
.switcher-area #bubble-2+label:before,
.switcher-area #bubble-3+label:before {
  top: -5px;
  border-radius: 50%;
  background: #ddd;
  opacity: 0.5;
  transition: width height 0.01s;
}

.switcher-area #teleport-1:checked+label.red,
.switcher-area #teleport-2:checked+label.red,
.switcher-area #teleport-3:checked+label.red {
  border-color: #ECA9A7;
}

.switcher-area #teleport-1:checked+label.red:before,
.switcher-area #teleport-2:checked+label.red:before,
.switcher-area #teleport-3:checked+label.red:before {
  background: #D9534F;
}

.switcher-area #teleport-1:checked+label.green,
.switcher-area #teleport-2:checked+label.green,
.switcher-area #teleport-3:checked+label.green {
  border-color: #AEDCAE;
}

.switcher-area #teleport-1:checked+label.green:before,
.switcher-area #teleport-2:checked+label.green:before,
.switcher-area #teleport-3:checked+label.green:before {
  background: #5CB85C;
}

.switcher-area #teleport-1:checked+label:after,
.switcher-area #teleport-2:checked+label:after,
.switcher-area #teleport-3:checked+label:after {
  left: -13px;
}

.switcher-area #teleport-1:checked+label:before,
.switcher-area #teleport-2:checked+label:before,
.switcher-area #teleport-3:checked+label:before {
  width: 12px;
  height: 12px;
  left: calc(100% - 15px);
}

.switcher-area #teleport-1+label,
.switcher-area #teleport-2+label,
.switcher-area #teleport-3+label {
  border: 2px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
}

.switcher-area #teleport-1+label:after,
.switcher-area #teleport-2+label:after,
.switcher-area #teleport-3+label:after {
  background: #ddd;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
}

.switcher-area #teleport-1+label:before,
.switcher-area #teleport-2+label:before,
.switcher-area #teleport-3+label:before {
  background: #ddd;
  border-radius: 10px;
  left: 100%;
  width: 12px;
  height: 12px;
  top: 2px;
}

.switcher-area #uLine-1:checked+label.red,
.switcher-area #uLine-2:checked+label.red,
.switcher-area #uLine-3:checked+label.red {
  border-color: #ECA9A7;
}

.switcher-area #uLine-1:checked+label.red:after,
.switcher-area #uLine-2:checked+label.red:after,
.switcher-area #uLine-3:checked+label.red:after,
.switcher-area #uLine-1:checked+label.red:before,
.switcher-area #uLine-2:checked+label.red:before,
.switcher-area #uLine-3:checked+label.red:before {
  background: #D9534F;
}

.switcher-area #uLine-1:checked+label.green,
.switcher-area #uLine-2:checked+label.green,
.switcher-area #uLine-3:checked+label.green {
  border-color: #AEDCAE;
}

.switcher-area #uLine-1:checked+label.green:after,
.switcher-area #uLine-2:checked+label.green:after,
.switcher-area #uLine-3:checked+label.green:after,
.switcher-area #uLine-1:checked+label.green:before,
.switcher-area #uLine-2:checked+label.green:before,
.switcher-area #uLine-3:checked+label.green:before {
  background: #5CB85C;
}

.switcher-area #uLine-1:checked+label:before,
.switcher-area #uLine-2:checked+label:before,
.switcher-area #uLine-3:checked+label:before {
  left: calc(100% + 8px);
}

.switcher-area #uLine-1:checked+label:active:before,
.switcher-area #uLine-2:checked+label:active:before,
.switcher-area #uLine-3:checked+label:active:before {
  left: calc(100% - 2px);
}

.switcher-area #uLine-1+label,
.switcher-area #uLine-2+label,
.switcher-area #uLine-3+label {
  background: #ddd;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.switcher-area #uLine-1+label:after,
.switcher-area #uLine-2+label:after,
.switcher-area #uLine-3+label:after {
  background: #ddd;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  left: 26px;
}

.switcher-area #uLine-1+label:active:before,
.switcher-area #uLine-2+label:active:before,
.switcher-area #uLine-3+label:active:before {
  width: 30px;
}

.switcher-area #uLine-1+label:before,
.switcher-area #uLine-2+label:before,
.switcher-area #uLine-3+label:before {
  background: #ddd;
  border-radius: 10px;
  left: -2px;
  width: 20px;
  height: 2px;
  top: auto;
  bottom: -6px;
}

/* :: Ribbon CSS Area */
.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
  position: relative;
  padding: 50px 15px 15px 15px;
}

.ribbon-vwrapper {
  padding: 15px 15px 15px 50px;
  position: relative;
}

.ribbon-overflow {
  overflow: hidden;
}

.ribbon-vwrapper-reverse {
  padding: 15px 50px 15px 15px;
}

.ribbon-wrapper-bottom {
  padding: 15px 15px 50px 50px;
}

.ribbon-wrapper-right-bottom {
  padding: 15px 50px 50px 15px;
}

.ribbon-content {
  margin-bottom: 0px;
}

.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: -2px;
  color: #fff;
}

.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid #343a40;
  border-right: 10px solid transparent;
}

.ribbon-right {
  left: auto;
  right: -2px;
}

.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #343a40;
  border-left: 10px solid transparent;
}

.ribbon-vertical-l,
.ribbon-vertical-r {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}

.ribbon-vertical-r {
  left: auto;
  right: 12px;
}

.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #343a40;
  border-bottom: 10px solid transparent;
}

.ribbon-badge {
  top: 15px;
  overflow: hidden;
  left: -90px;
  width: 100%;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon-badge.ribbon-right {
  left: auto;
  right: -90px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ribbon-badge.ribbon-bottom {
  top: auto;
  bottom: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ribbon-badge.ribbon-right.ribbon-bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon-corner {
  top: 0;
  left: 0;
  background-color: transparent !important;
  padding: 6px 0 0 10px;
}

.ribbon-corner i {
  position: relative;
}

.ribbon-corner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-top-color: #fb9678;
  border-left-color: #fb9678;
}

.ribbon-corner.ribbon-right:before {
  right: 0;
  left: auto;
  border-right-color: #526069;
  border-left-color: transparent;
}

.ribbon-corner.ribbon-right {
  right: 0;
  left: auto;
  padding: 6px 10px 0 0;
}

.ribbon-corner.ribbon-bottom:before {
  top: auto;
  bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #526069;
}

.ribbon-corner.ribbon-bottom {
  bottom: 0;
  top: auto;
  padding: 0 10px 6px 10px;
}

.ribbon-custom {
  background: #fb9678;
}

.ribbon-bookmark.ribbon-right.ribbon-custom:before {
  border-right-color: #fb9678;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
  border-right-color: #fb9678;
  border-bottom-color: transparent;
}

.ribbon-primary {
  background: #fb9678;
}

.ribbon-bookmark.ribbon-primary:before {
  border-color: #fb9678;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #fb9678;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
  border-right-color: #fb9678;
  border-bottom-color: transparent;
}

.ribbon-primary.ribbon-corner:before {
  border-top-color: #fb9678;
  border-left-color: #fb9678;
}

.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #fb9678;
  border-left-color: transparent;
}

.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fb9678;
}

.ribbon-success {
  background: #00c292;
}

.ribbon-bookmark.ribbon-success:before {
  border-color: #00c292;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #00c292;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
  border-right-color: #00c292;
  border-bottom-color: transparent;
}

.ribbon-success.ribbon-corner:before {
  border-top-color: #00c292;
  border-left-color: #00c292;
}

.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #00c292;
  border-left-color: transparent;
}

.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #00c292;
}

.ribbon-info {
  background: #ff4081;
}

.ribbon-bookmark.ribbon-info:before {
  border-color: #ff4081;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #ff4081;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
  border-right-color: #ff4081;
  border-bottom-color: transparent;
}

.ribbon-info.ribbon-corner:before {
  border-top-color: #ff4081;
  border-left-color: #ff4081;
}

.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #ff4081;
  border-left-color: transparent;
}

.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ff4081;
}

.ribbon-warning {
  background: #fec107;
}

.ribbon-bookmark.ribbon-warning:before {
  border-color: #fec107;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #fec107;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
  border-right-color: #fec107;
  border-bottom-color: transparent;
}

.ribbon-warning.ribbon-corner:before {
  border-top-color: #fec107;
  border-left-color: #fec107;
}

.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #fec107;
  border-left-color: transparent;
}

.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fec107;
}

.ribbon-danger {
  background: #e46a76;
}

.ribbon-bookmark.ribbon-danger:before {
  border-color: #e46a76;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #e46a76;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
  border-right-color: #e46a76;
  border-bottom-color: transparent;
}

.ribbon-danger.ribbon-corner:before {
  border-top-color: #e46a76;
  border-left-color: #e46a76;
}

.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #e46a76;
  border-left-color: transparent;
}

.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #e46a76;
}

.ribbon-default {
  background: #343a40;
}

.ribbon-bookmark.ribbon-default:before {
  border-color: #343a40;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-default:before {
  border-right-color: #343a40;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
  border-right-color: #343a40;
  border-bottom-color: transparent;
}

.ribbon-default.ribbon-corner:before {
  border-top-color: #343a40;
  border-left-color: #343a40;
}

.ribbon-default.ribbon-corner.ribbon-right:before {
  border-right-color: #343a40;
  border-left-color: transparent;
}

.ribbon-default.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #343a40;
}

/* :: Breadcrumb CSS Area */
.custom-breadcrumb-bg-img {
  height: 150px;
  padding: 45px;
  margin-bottom: 30px;
  border-radius: .25px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .custom-breadcrumb-bg-img {
    padding: 30px 15px;
  }
}

.custom-breadcrumb-bg-img .breadcrumb-title {
  font-size: 24px;
  color: #ffffff;
}

.custom-breadcrumb-bg-img h6 {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}

/* :: Scrool Up CSS */
#scrollUp {
  width: 35px;
  height: 35px;
  background-color: #5578eb;
  bottom: 30px;
  right: 30px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.15);
}

/* :: Notification CSS Area */
.alert-primary .alert-heading {
  -webkit-box-shadow: rgba(115, 103, 240, 0.4) 0 6px 15px -7px;
  box-shadow: rgba(115, 103, 240, 0.4) 0 6px 15px -7px;
}

.alert-warning .alert-heading {
  -webkit-box-shadow: rgba(255, 159, 67, 0.4) 0 6px 15px -7px;
  box-shadow: rgba(255, 159, 67, 0.4) 0 6px 15px -7px;
}

.alert-success .alert-heading {
  -webkit-box-shadow: rgba(40, 199, 111, 0.4) 0 6px 15px -7px;
  box-shadow: rgba(40, 199, 111, 0.4) 0 6px 15px -7px;
}

.alert-danger .alert-heading {
  -webkit-box-shadow: rgba(234, 84, 85, 0.4) 0 6px 15px -7px;
  box-shadow: rgba(234, 84, 85, 0.4) 0 6px 15px -7px;
}

.alert.alert-dark .alert-heading {
  -webkit-box-shadow: rgba(30, 30, 30, 0.4) 0 6px 15px -7px;
  box-shadow: rgba(30, 30, 30, 0.4) 0 6px 15px -7px;
}

.alert-info .alert-heading {
  -webkit-box-shadow: rgba(0, 207, 232, 0.4) 0 6px 15px -7px;
  box-shadow: rgba(0, 207, 232, 0.4) 0 6px 15px -7px;
}

.alert.alert-light .alert-heading {
  -webkit-box-shadow: rgba(186, 191, 199, 0.4) 0 6px 15px -7px;
  box-shadow: rgba(186, 191, 199, 0.4) 0 6px 15px -7px;
}

/* :: Pagination CSS */
.pagination.singel-page .page-item .page-link {
  padding: 10px 15px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  border-color: transparent;
}

.pagination.singel-page .page-item .page-link i {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .pagination.singel-page .page-item .page-link {
    padding: 4px 8px;
  }
}

.pagination.singel-page .page-item .page-link:focus,
.pagination.singel-page .page-item .page-link:hover {
  background-color: #ff4081;
  color: #ffffff;
  border-color: transparent;
}

.pagination.pagination-flat .page-item {
  margin-right: 3px;
}

.pagination.pagination-flat .page-item .page-link {
  padding: 10px 15px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  border: none;
  border-radius: 3px;
}

.pagination.pagination-flat .page-item .page-link i {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .pagination.pagination-flat .page-item .page-link {
    padding: 4px 8px;
  }
}

.pagination.pagination-flat .page-item .page-link:focus,
.pagination.pagination-flat .page-item .page-link:hover {
  background-color: #46be8a;
  color: #ffffff;
  border-color: transparent;
}

.pagination.pagination-flat .page-item.active .page-link {
  background-color: #46be8a;
}

.pagination.pagination-separated .page-item {
  margin-right: 5px;
}

.pagination.pagination-separated .page-item .page-link {
  padding: 10px 15px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .pagination.pagination-separated .page-item .page-link {
    padding: 4px 8px;
  }
}

.pagination.pagination-separated .page-item .page-link i {
  font-size: 14px;
}

.pagination.pagination-separated .page-item .page-link:focus,
.pagination.pagination-separated .page-item .page-link:hover {
  background-color: #fb434a;
  color: #ffffff;
  border-color: transparent;
}

.pagination.pagination-separated .page-item.active .page-link {
  background-color: #fb434a;
  border-color: #fb434a;
}

.pagination.pagination-rounded .page-item:first-child .page-link {
  border-radius: 25px 0 0 25px;
}

.pagination.pagination-rounded .page-item:last-child .page-link {
  border-radius: 0 25px 25px 0;
}

.pagination.pagination-rounded .page-item .page-link {
  padding: 8px 15px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.pagination.pagination-rounded .page-item .page-link i {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .pagination.pagination-rounded .page-item .page-link {
    padding: 4px 8px;
  }
}

.pagination.pagination-rounded .page-item .page-link:focus,
.pagination.pagination-rounded .page-item .page-link:hover {
  background-color: #fb434a;
  color: #ffffff;
  border-color: transparent;
}

.pagination.pagination-rounded .page-item.active .page-link {
  background-color: #fb434a;
  border-color: #fb434a;
}

.pagination.pagination-rounded-flat .page-item {
  margin-right: 5px;
  border-radius: 50%;
}

.pagination.pagination-rounded-flat .page-item .page-link {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
}

.pagination.pagination-rounded-flat .page-item .page-link i {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .pagination.pagination-rounded-flat .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination.pagination-rounded-flat .page-item .page-link:focus,
.pagination.pagination-rounded-flat .page-item .page-link:hover {
  background-color: #46be8a;
  color: #ffffff;
  border-color: transparent;
}

.pagination.pagination-rounded-flat .page-item.active .page-link {
  background-color: #46be8a;
}

.pagination.next-pre-separated .page-item .page-link {
  padding: 15px 30px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  border-radius: 2px;
}

.pagination.next-pre-separated .page-item .page-link i {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .pagination.next-pre-separated .page-item .page-link {
    padding: 3px 5px;
  }
}

.pagination.next-pre-separated .page-item .page-link:focus,
.pagination.next-pre-separated .page-item .page-link:hover {
  background-color: #46be8a;
  color: #ffffff;
  border-color: transparent;
}

.pagination.next-pre-separated .page-item.active .page-link {
  background-color: #46be8a;
  padding: 15px 30px;
  font-size: 16px;
  border-color: #46be8a;
}

@media only screen and (max-width: 767px) {
  .pagination.next-pre-separated .page-item.active .page-link {
    padding: 3px 5px;
  }
}

/* :: Inbox CSS */
.email-content-area .mail-sidebar {
  border-right: 1px solid rgba(72, 94, 144, 0.15);
}

.email-content-area .mail-sidebar .menu-bar {
  width: 100%;
  float: right;
  height: 100%;
  min-height: 100%;
}

.email-content-area .mail-sidebar .menu-bar .menu-items {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  list-style-type: none;
}

.email-content-area .mail-sidebar .menu-bar .menu-items li {
  padding: 6px 10px;
  transition: 0.4s;
  position: relative;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.email-content-area .mail-sidebar .menu-bar .menu-items li:hover {
  background: #eef0f7;
}

.email-content-area .mail-sidebar .menu-bar .menu-items li a {
  color: #161537;
  font-size: 14px;
  font-weight: 600;
}

.email-content-area .mail-sidebar .menu-bar .menu-items li a i {
  color: #ff4081;
  margin-right: 5px;
  font-weight: 800;
}

.email-content-area .mail-sidebar .menu-bar .menu-items li.active {
  background: #eef0f7;
}

.email-content-area .mail-sidebar .menu-bar .mail-profile-list .mail-profile-list-item {
  margin-bottom: 20px;
}

.email-content-area .mail-sidebar .menu-bar .mail-profile-list .mail-profile-list-item .mail-client .thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}

@media only screen and (max-width: 767px) {
  .email-content-area .mail-sidebar .menu-bar .mail-profile-list .mail-profile-list-item .mail-client .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    width: 15%;
    max-width: 15%;
  }
}

.email-content-area .mail-sidebar .menu-bar .mail-profile-list .mail-profile-list-item .mail-client .thumb img {
  border-radius: 50%;
}

.email-content-area .mail-sidebar .menu-bar .mail-profile-list .mail-profile-list-item .mail-client .user {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  width: 80%;
  max-width: 80%;
  margin-left: 15px;
}

.email-content-area .mail-list-area .mail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(72, 94, 144, 0.15);
}

.email-content-area .mail-list-area .mail-list .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  width: 65%;
  max-width: 65%;
}

.email-content-area .mail-list-area .mail-list .content .sender-name {
  font-size: 15px;
  color: #161537;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}

.email-content-area .mail-list-area .mail-list .content .message_text {
  font-size: 13px;
  margin-bottom: 0;
}

.email-content-area .mail-list-area .mail-list .time {
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.email-content-area .mail-list-area .mail-list .time p {
  font-size: 12px;
  color: #161537;
}

.email-content-area .mail-list-area .mail-list .custom-control.custom-checkbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  width: 10%;
  max-width: 10%;
}

.email-content-area input[type="checkbox"],
.email-content-area input[type="radio"] {
  display: none;
}

.email-content-area [type="checkbox"]+span:not(.lever) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.email-content-area [type="checkbox"]+span:not(.lever)::before,
.email-content-area [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #777;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.email-content-area .custom-control-label {
  cursor: pointer;
}

.email-content-area [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.email-content-area [type="checkbox"]+span:not(.lever)::before,
.email-content-area [type="checkbox"]:not(.filled-in)+span:not(.lever)::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #ff4081;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.email-content-area .widgets-todo-list-area .todo-list li [type="checkbox"]:checked+span:not(.lever)::before {
  border-right: 2px solid #ff4081;
  border-bottom: 2px solid #ff4081;
}

.email-content-area [type="checkbox"]:checked+span:not(.lever)::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ff4081;
  border-bottom: 2px solid #ff4081;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.single-widget-area .profit-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  max-width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  color: #ffffff;
  background-color: #ff4081;
  border-radius: 50%;
}

.widget-slider-content-inbox {
  border: 2px solid #ff4081;
}

.widget-slider-content-inbox .icon {
  color: #ff4081;
}

.widget-slider-area:hover {
  cursor: crosshair;
}

.mail-icon i {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
}

.active-color {
  color: #fdb901;
}

/* :: Email View CSS */
@media only screen and (max-width: 767px) {
  .mail-windoe-body-area {
    margin-top: 100px;
  }
}

.mail-windoe-body-area .mail-window-header {
  border-bottom: 1px solid rgba(72, 94, 144, 0.15);
  padding: 0 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .mail-windoe-body-area .mail-window-header {
    border-bottom: none;
  }
}

.mail-windoe-body-area .mail-window-header a {
  color: #161537;
  font-size: 14px;
}

.mail-windoe-body-area .mail-window-header a:hover {
  color: #ff4081;
}

.mail-windoe-body-area .mail-window-text-content {
  padding-top: 15px;
}

.mail-windoe-body-area .mail-window-text-content p {
  font-size: 14px;
}

.mail-windoe-body-area .mail-window-text-content .mail-avatra .mail-avatar-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.mail-windoe-body-area .mail-window-text-content .mail-avatra .mail-avatar-thumb img {
  border-radius: 50%;
}

.mail-windoe-body-area .avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #727cf5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.mail-windoe-body-area .avatar-sm {
  height: 3rem;
  width: 3rem;
}

.bg-primary-lighten {
  background-color: rgba(114, 124, 245, 0.25) !important;
}

/* :: Coming Soon CSS */
.coming-soon-area {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}

.coming-soon-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .coming-soon-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.coming-soon-content .text-form-area h2 {
  color: #222222;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .coming-soon-content .text-form-area h2 {
    font-size: 30px;
  }
}

.coming-soon-content .text-form-area p {
  font-size: 18px;
  color: #786fa4;
}

@media only screen and (max-width: 767px) {
  .coming-soon-content .text-form-area p {
    font-size: 13px;
  }
}

.social-info-area {
  margin-right: 70px;
}

@media only screen and (max-width: 767px) {
  .social-info-area {
    padding-bottom: 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-info-area {
    padding-bottom: 30px;
  }
}

.social-info-area p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .social-info-area p {
    display: block;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.social-info-area a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.social-info-area a:hover {
  background-color: #ff4081;
}

.countdown-timer {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .countdown-timer {
    margin-top: 0px;
  }
}

.countdown-timer #clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.countdown-timer #clock div {
  font-size: 44px;
  font-weight: 600;
  background-color: #edf3f9;
  margin-right: 15px;
  padding: 32px 0;
  width: 120px;
  height: 120px;
  display: inline-block;
  text-align: center;
  line-height: 0.9;
  color: #ff4081;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .countdown-timer #clock div {
    height: 60px;
    width: 60px;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .countdown-timer #clock div {
    width: 100px;
    height: 100px;
    background-color: #edf3f9;
    font-size: 24px;
  }
}

.countdown-timer #clock div span {
  margin-top: 10px;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  display: block;
}

@media only screen and (max-width: 767px) {
  .countdown-timer #clock div span {
    font-size: 14px;
  }
}

.purple {
  background-color: #ff4081;
}

.sky {
  background-color: #00bae3;
}

.red {
  background-color: #d91a18;
}

.blue {
  background-color: #0085d7;
}

/* :: 404 CSS */
.error-page-area {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
}

.error-page-area .error-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .error-page-area .error-content h2 {
    font-size: 26px;
  }
}

.error-page-area .error-content p {
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-page-area .error-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .error-page-area .error-content p {
    font-size: 16px;
  }
}

.error-page-area .error-content .error-thumb {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto;
}

/* :: Sidebar Light CSS */
.ecaps-page-wrapper.sidebar-light .ecaps-sidemenu-area {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ededed;
  box-shadow: none;
}

.ecaps-page-wrapper.sidebar-light .top-header-area {
  border-bottom: none;
}

.ecaps-page-wrapper.sidebar-light .ecaps-logo a {
  background-color: #fff;
}

.ecaps-page-wrapper.sidebar-light .ecaps-sidemenu-area .slimScrollDiv {
  background-color: #ededed;
}

.ecaps-page-wrapper.sidebar-light .sidebar-menu .treeview-menu>li.active>a {
  color: #ff4081;
}

.ecaps-page-wrapper.sidebar-light .sidemenu-user-profile .user-content h6 {
  color: #666;
}

.ecaps-page-wrapper.sidebar-light .sidebar-menu>li>a:hover,
.ecaps-page-wrapper.sidebar-light .sidebar-menu>li.active>a,
.ecaps-page-wrapper.sidebar-light .sidebar-menu>li.menu-open>a {
  color: #ff4081;
  background-color: #f6f6f6;
}

.ecaps-page-wrapper.sidebar-light .sidebar-menu li a {
  color: #666;
}

.ecaps-page-wrapper.sidebar-light .footer-area {
  border-top: 1px solid #e3e3e3;
  background-color: transparent;
}

.ecaps-page-wrapper.sidebar-light .sidebar-menu li .treeview-menu li a:hover {
  color: #ff4081;
}

.ecaps-page-wrapper.sidebar-light .side-menu-area {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .ecaps-page-wrapper.sidebar-light .top-header-area {
    background-color: #fff;
  }
}

/* :: Dark CSS */
.vertical-dark {
  background-color: #1a1d27;
}

.vertical-dark .admetro-logo a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .top-header-area {
  background-color: #12121b;
  box-shadow: none;
  border-bottom: none;
}

.vertical-dark .dropdown-menu {
  background-color: #2b273d;
  -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15) !important;
  box-shadow: 0 0 20px rgba(115, 105, 215, 0.15) !important;
}

.vertical-dark .dropdown-item:focus,
.vertical-dark .dropdown-item:hover {
  background-color: #13151c;
}

.vertical-dark .top-search-bar input {
  background-color: #2b273d;
}

.vertical-dark .message-box .dropdown-item {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .notifications-box .dropdown-item,
.vertical-dark .notifications-box .nav-link {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .card {
  background-color: #2b273d;
}

.vertical-dark .bg-boxshadow {
  border-color: transparent;
}

.vertical-dark .footer-area {
  background-color: #1a1d27;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .az-content-label {
  color: #ffffff;
}

.vertical-dark h1,
.vertical-dark h2,
.vertical-dark h3,
.vertical-dark h4,
.vertical-dark h5,
.vertical-dark h6 {
  color: #ffffff;
}

.vertical-dark .text-black {
  color: #fff !important;
}

.vertical-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.vertical-dark .widget-new-content {
  background-color: #2b273d !important;
}

.vertical-dark .list-wrapper ul li {
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.vertical-dark .add-items .form-control {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: transparent;
}

.vertical-dark small {
  color: #ffffff;
}

.vertical-dark .table thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .table {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .project-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .table td,
.vertical-dark .table th {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.vertical-dark .choose-layout-area,
.vertical-dark .choose-layout-area .setting-trigger-icon {
  background-color: #2b273d;
  -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
  box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
}

.vertical-dark .choose-layout-area .single-demos a {
  -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
  box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
}

.vertical-dark .card-footer.bg-white,
.vertical-dark .bg-boxshadow.bg-white,
.vertical-dark .widget-chart-content.bg-white,
.vertical-dark .widget-content-area-3.bg-white {
  background-color: #2b273d !important;
}

.vertical-dark .widget-content-area-3.bg-white {
  border-color: transparent;
}

.vertical-dark .widget-content-area-3 .footer-widget-3 {
  border-top: 1px solid transparent;
}

.vertical-dark .white-opacity-0_2 {
  border-color: transparent;
}

.vertical-dark .vertical-timeline-content .vertical-date {
  color: #ffffff;
}

.vertical-dark .light--timeline .vertical-timeline-content,
.vertical-dark .llight--timeline.center-orientation .vertical-timeline-content {
  background: #2b273d;
}

.vertical-dark .light--timeline .vertical-timeline-content::before {
  border-color: transparent #2b273d transparent transparent;
}

.vertical-dark .light--timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content::before,
.vertical-dark .light--timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content::before {
  border-color: transparent #2b273d transparent transparent;
}

.vertical-dark .light--timeline.center-orientation .vertical-timeline-content::before {
  border-color: transparent transparent transparent #2b273d;
}

.vertical-dark .accordian-style-1 a.collapsed {
  color: #ffffff;
}

.vertical-dark .card-header {
  border: none;
}

.vertical-dark p,
.vertical-dark body {
  color: #757575;
}

.vertical-dark .button-demo,
.vertical-dark .progress-demo,
.vertical-dark .button-checkbox,
.vertical-dark .md-content>div {
  background-color: #2b273d;
}

.vertical-dark .alert,
.vertical-dark abbr,
.vertical-dark address,
.vertical-dark .tpography-unordered ul li {
  color: #ffffff;
}

.vertical-dark .alert-light-default,
.vertical-dark .alert-light-primary,
.vertical-dark .alert-light-warning,
.vertical-dark .alert-light-success,
.vertical-dark .alert-light-info,
.vertical-dark .alert-light-danger,
.vertical-dark .alert-light-dark {
  border-color: transparent;
  color: #222 !important;
}

.vertical-dark .border {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.vertical-dark .modal-content {
  border: 1px solid transparent;
  background-color: #2b273d;
}

.vertical-dark .modal-backdrop {
  background-color: transparent;
}

.vertical-dark .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .md-content,
.vertical-dark .md-content h3,
.vertical-dark .swal-modal,
.vertical-dark .swal-icon--success__hide-corners {
  background-color: #2b273d;
}

.vertical-dark .invoice-content span,
.vertical-dark div {
  color: #ffffff;
}

.vertical-dark .form-control {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: transparent;
}

.vertical-dark .swal-icon--success::after,
.vertical-dark .swal-icon--success::before {
  background: transparent;
}

.vertical-dark .warning-element .agile-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .g-bg-gray-light-v5 {
  background-color: #2b273d !important;
}

.vertical-dark .single-banner .single-banner__title,
.vertical-dark .single-banner .single-banner__category {
  color: #ffffff;
}

.vertical-dark .copy-cut-page-btn a {
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.vertical-dark .wizard>.content {
  background: #2b273d;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .wizard>.content>.body input {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

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

.vertical-dark .dropzone.dz-clickable * {
  color: #ffffff;
}

.vertical-dark .external-event.dot-outline {
  background-color: #2b273d;
}

.vertical-dark .fc-month-button.btn.btn-primary,
.vertical-dark .fc-agendaWeek-button.btn.btn-primary,
.vertical-dark .fc-agendaDay-button.btn.btn-primary,
.vertical-dark .fc-prev-button.btn.btn-primary,
.vertical-dark .fc-next-button.btn.btn-primary,
.vertical-dark .fc-today-button.btn.btn-primary.disabled {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .btn-primary:not(:disabled):not(.disabled).active,
.vertical-dark .btn-primary:not(:disabled):not(.disabled):active,
.vertical-dark .show>.btn-primary.dropdown-toggle {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .table-bordered td,
.vertical-dark .table-bordered th {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .html5buttons-tables .btn.btn-default {
  background-color: #2b273d;
}

.vertical-dark table.table-bordered.dataTable tbody th,
.vertical-dark table.table-bordered.dataTable tbody td,
.vertical-dark table.table-bordered.dataTable th,
.vertical-dark table.table-bordered.dataTable td,
.vertical-dark .pagination li a {
  color: #ffffff;
}

.vertical-dark table.sortable>thead th:hover:not([data-defaultsort="disabled"]) {
  background: transparent;
}

.vertical-dark table.sortable th::after {
  color: #ffffff;
}

.vertical-dark .price-table-area--1 {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .bg-gray {
  background-color: #2b273d;
}

.vertical-dark .chat-header-text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .chat .chat-history .my-message,
.vertical-dark .form-control.contact {
  background: #1c1a24;
}

.vertical-dark .chat .chat-history {
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .people-list .chat-list li.active,
.vertical-dark .people-list .chat-list li:hover {
  background-color: #1c1a24;
}

.vertical-dark .skill .info .bootstrap-tagsinput input {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: #1c1a24;
  color: #ffffff;
}

.vertical-dark .profile-navbar a,
.vertical-dark .contact-content-area .address-contact-area p,
.vertical-dark .contact-content-area .address-contact-area a,
.vertical-dark .call-to-action-text-1 p,
.vertical-dark .folder-list li a,
.vertical-dark .category-list li a {
  color: #9b9b9b;
}

.vertical-dark .card-footer-comment>a,
.vertical-dark .error-content h2 {
  color: #ffffff;
}

.vertical-dark .mail-box-header {
  background-color: #2b273d;
  border: 1px solid transparent;
}

.vertical-dark .admi-mail-list {
  border-left: 1px solid transparent;
}

.vertical-dark .admi-mail-item {
  border-top: 1px solid transparent;
  background-color: transparent;
}

.vertical-dark .mail-subject--text-- {
  color: #fff !important;
}

.vertical-dark .mail-windoe-body-area .mail-window-header {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

.vertical-dark .mail-windoe-body-area .mail-window-header a,
.vertical-dark .mail-btn-group a {
  color: #ffffff;
}

.vertical-dark .mail-windoe-body-area .mail-window-header a:hover,
.vertical-dark .mail-btn-group a:hover {
  color: #ff4081;
}

.vertical-dark .mail-windoe-body-area {
  border-left: 1px solid transparent;
}

.vertical-dark ul.wysihtml5-toolbar {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark ul.wysihtml5-toolbar .btn-default {
  background-color: transparent;
  color: #ffffff;
}

.vertical-dark .jvectormap-zoomin,
.vertical-dark .jvectormap-zoomout,
.vertical-dark .jvectormap-goback {
  background: #1c1a24;
}

.vertical-dark .blog-details-text .post-meta a {
  color: #ffffff;
}

.vertical-dark .post-author-area {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .post-author-area .popular-tags li a,
.vertical-dark .post-author-area .author-social-info p,
.vertical-dark .post-author-area .author-social-info a {
  color: #9b9b9b;
}

.vertical-dark .comment_area .comment-content .comment-meta a.like,
.vertical-dark .comment_area .comment-content .comment-meta a.reply {
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #9b9b9b;
}

.vertical-dark .comment_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .side-menu-area {
  margin-top: 30px;
}

.vertical-dark .left-side-navbar .nav-item.dropdown .btn {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .right-side-navbar .nav-item.dropdown .btn,
.vertical-dark .mail-subject--text-- span {
  color: #757575;
}

.vertical-dark .dashboard-clock #dashboardDate {
  color: #fff;
}

.vertical-dark .user-important-data-info .downloads--data-btn li a {
  color: #fff;
}

.vertical-dark .user-important-data-info .downloads--data-btn li a:hover,
.vertical-dark .user-important-data-info .downloads--data-btn li a:focus {
  color: #ff4081;
}

.vertical-dark .user-important-data-info .sales-reports li span:last-child {
  color: #fff;
}

.vertical-dark .widget-slider-area.style-2 .owl-prev,
.vertical-dark .widget-slider-area.style-2 .owl-next {
  color: #fff;
}

.vertical-dark .ticket-data-list li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.vertical-dark .widget-slider-3-area .slider-content-text h6 span {
  color: #fff;
}

.vertical-dark .project-table a {
  color: #fff;
}

.vertical-dark .widget-content-area-3 .footer-widget-3 a {
  color: #fff;
}

.vertical-dark .chat .chat-message .form-control {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .folder-list li.active a,
.vertical-dark .category-list li.active a,
.vertical-dark .folder-list li a:hover,
.vertical-dark .category-list li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .mail-attach-file span {
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #757575;
}

.vertical-dark .note-editor.note-frame {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .admi-mail-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .note-editor.note-frame .note-editing-area .note-editable {
  background-color: transparent;
}

.vertical-dark .single-card-three-area {
  background-color: #2b273d;
}

.vertical-dark .bg-light {
  background-color: #2b273d !important;
}

.vertical-dark .single-card-three-area .icon {
  background-color: transparent;
}

.vertical-dark .warning-element span {
  color: #757575;
}

.vertical-dark .breadcrumb {
  background-color: #1c1a24;
}

.vertical-dark .accordian-style-2 a.collapsed {
  color: #fff;
}

.vertical-dark .dd-item>button::before {
  color: #fff;
}

.vertical-dark .page-link {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .dd-handle {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .dd-handle:hover {
  color: #2ea8e5;
  background: rgba(255, 255, 255, 0.05);
}

.vertical-dark .widgets-todo-list-area .new-todo-item {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: transparent;
}

.vertical-dark .img-thumbnail {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .input-group-text {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .custom-file-label {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .nice-select {
  background-color: rgba(255, 255, 255, 0.05);
  border: solid 1px rgba(255, 255, 255, 0.05);
}

.vertical-dark .nice-select .list {
  background-color: #1c1a24;
}

.vertical-dark .nice-select .option:hover,
.vertical-dark .nice-select .option.focus,
.vertical-dark .nice-select .option.selected.focus {
  background-color: #2b273d;
}

.vertical-dark .clockpicker-popover .popover-title {
  background-color: #1c1a24;
}

.vertical-dark .clockpicker-popover .popover-content {
  background-color: #2b273d;
}

.vertical-dark .clockpicker-tick {
  color: #1c1a24;
}

.vertical-dark .btn-default {
  background-color: #1c1a24;
  color: #fff;
}

.vertical-dark .wizard>.steps .disabled a {
  background: #1c1a24;
  color: #434a54;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(255, 255, 255, 0.05);
}

.vertical-dark .dataTables_wrapper .dataTables_filter input,
.vertical-dark .dataTables_wrapper .dataTables_filter input:focus {
  background-color: #1c1a24;
  color: #fff;
}

.vertical-dark div.dataTables_wrapper div.dataTables_info {
  color: #fff;
}

.vertical-dark .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff;
}

.vertical-dark .error-page-area {
  background-color: #1c1a24;
}

.vertical-dark .search-result .search-link {
  color: #fff;
}

.vertical-dark .vote-item {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vertical-dark .vote-item .vote-title {
  color: #fff;
}

.vertical-dark .single-shop-area .product-desc {
  background-color: #2b273d;
}

.vertical-dark .tabs-container .form-group label {
  color: #fff;
}

.vertical-dark .shopping-cart .product-item .product-title a {
  color: #fff;
}

.vertical-dark .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.vertical-dark .jvectormap-container {
  background-color: transparent !important;
}

.vertical-dark .single_icon i {
  color: #fff;
}

/* :: Sidebar Background Image */
.ecaps-page-wrapper.sidebar-bg-img .ecaps-sidemenu-area {
  background-image: url(img/bg-img/bg-1.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ecaps-page-wrapper.sidebar-bg-img .ecaps-sidemenu-area .slimScrollDiv {
  background-color: transparent;
}

.ecaps-page-wrapper.sidebar-bg-img .ecaps-sidemenu-area .slimScrollDiv::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  content: "";
  background-color: rgba(18, 18, 27, 0.7);
}

/* :: Sidebar Gradient CSS */
.ecaps-page-wrapper.sidebar-gradient .ecaps-sidemenu-area .slimScrollDiv {
  background: #0f0c29;
  background: -webkit-linear-gradient(to left, #302b63, #0f0c29);
  background: -webkit-gradient(linear, right top, left top, from(#302b63), to(#0f0c29));
  background: -webkit-linear-gradient(right, #302b63, #0f0c29);
  background: -o-linear-gradient(right, #302b63, #0f0c29);
  background: linear-gradient(to left, #302b63, #0f0c29);
}

.ecaps-page-wrapper.sidebar-gradient .ecaps-sidemenu-area .sidebar-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.ecaps-page-wrapper.sidebar-gradient .ecaps-sidemenu-area .sidebar-menu>li>a:hover,
.ecaps-page-wrapper.sidebar-gradient .ecaps-sidemenu-area .sidebar-menu>li.active>a,
.ecaps-page-wrapper.sidebar-gradient .ecaps-sidemenu-area .sidebar-menu>li.menu-open>a {
  background-color: rgba(18, 18, 27, 0.1);
  color: white;
}

.form_checkbox .ads_Checkbox {
  margin-left: 5px;
}

.img_patient_report,
.img_patient_document {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
#appointmentDateTime #date_app {
  width: 90%;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .375rem .75rem;
}

#registration_date {
  width: 90%;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .375rem .75rem;
}

/*  Tab CSS start */
.tabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* tab list item */
.tabs .tabs-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tabs .tabs-list li {
  width: 170px;
  float: left;
  margin: 0px;
  margin-right: 8px;
  padding: 10px 5px;
  text-align: center;
  background-color: #2f6246;
  border-radius: 3px;
  border: 1px solid;
  border-bottom: none !important;
}

.tabs .tabs-list li:hover {
  cursor: pointer;
}

.tabs .tabs-list li a {
  text-decoration: none;
  color: white;

}

/* Tab content section */
.tabs .tab {
  display: none;
  width: 96%;
  min-height: 250px;
  height: auto;
  border-radius: 3px;
  padding: 20px 15px;
  color: darkslategray;
  border-top: 1px solid;
  clear: both;
}

.tabs .tab h3 {
  letter-spacing: 1px;
  font-weight: normal;
  padding: 5px;
}

.tabs .tab p {
  line-height: 20px;
  letter-spacing: 1px;
}

/* When active state */
.tabs .tab.active {
  display: block !important;
}

.tabs .tabs-list li.active {
  background-color: #fff !important;
  color: black !important;
  display: block !important;
}

.tabs-list li.active a {
  color: black !important;
}

.tbl_medicine td,
.tbl_medicine th {
  padding: 0.75rem 5px !important;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dbdbdb !important;
  border-radius: 3px !important;
  padding: 0.375rem 0.75rem !important;
  height: 28px !important;
  font-size: 12px;
  line-height: 14px;
}

/* Modal css start */
.modal-confirm {
  color: #636363;
  width: 400px;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
}

.modal-confirm .modal-body {
  color: #999;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
  color: #999;
}

.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
  line-height: 20px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
}

.modal-confirm .btn-secondary {
  background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
  background: #a8a8a8;
}

.modal-confirm .btn-danger {
  background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
  background: #ee3535;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

/* Modal css end */

.tbl_scroll {
  overflow: scroll;
  width: 100%;
  overflow-y: hidden;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.panel-title {
  font-size: 14px;
}

.panel-title>a {
  display: block;
  padding: 18px;
  text-decoration: none;
  color: #000;
}

.more-less {
  float: left;
  color: #212121;
  margin-right: 8px;
  font-size: 20px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #EEEEEE;
}

.error_input {
  color: red;
}

.patient_vitals td {
  padding: .10rem;
}

.card-box-main h4.card-title {
  min-height: 0px;
}

#card-box .dash_read_more {
  display: flex;
  justify-content: center;
  align-items: center;
}

#card-box {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

#card-box .elms-animation,
#card-box .dash_read_more {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#card-box .elms-animation {
  z-index: 5;
}

#card-box .elms-animation span {
  position: absolute;
  background-color: rgb(16 22 58 / 45%);
  height: 0;
  width: 0;
  transition: all .5s ease-out;
}

#card-box .elms-animation span.one {
  top: 0;
  left: 0;
}

#card-box .elms-animation span.two {
  top: 0;
  right: 0;
}

#card-box .elms-animation span.three {
  left: 0;
  bottom: 0;
}

#card-box .elms-animation span.four {
  right: 0;
  bottom: 0;
}

#card-box:hover .elms-animation span {
  width: 50%;
  height: 50%;
}

#card-box .dash_read_more {
  z-index: 6;
  visibility: hidden;
}

#card-box:hover .dash_read_more {
  animation: show .3s .4s linear forwards;
}

#card-box .dash_read_more button {
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background: #000;
  color: #fff !important;
  border: none;
  transition: background .3s ease;
}

#card-box .dash_read_more button:hover {
  background: #000;
  color: #fff !important;
}

.ipd_dashborad {
  flex: 0 0 8.2857%;
  max-width: 8.2857%;
}

.bed_occup {
  border: 2px solid #9f3333;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 30px;
}

.bed_occup h5 {
  font-weight: 800;
  font-size: 15.2px;
  color: #9f3333;
}

.bed_occup h5 span {
  font-size: 14.6px;
  font-weight: 600;
  color: #9f3333;
}

.bed_occup h6 {
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 5px;
  color: #000;
}

.bed_occup h6 span {
  font-weight: 700;
  color: #555;
  padding-left: 1px;
  font-size: 12px;
}

.bed_occup .border-custom {
  border-bottom: 1px dotted #9f3333;
  padding: 0px 10px;
  margin-bottom: 10px;
}

@keyframes show {
  to {
    visibility: visible;
  }
}

.bed_ready {
  border: 3px solid #23b14d;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 30px;
}

.bed_ready h5 {
  font-weight: 800;
  font-size: 14.6px;
  color: #23b14d;
}

.bed_ready h5 span {
  font-size: 13.6px;
  font-weight: 600;
  color: #23b14d;
}

.bed_ready .border-custom {
  border-bottom: 3px solid #23b14d;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.bed_ready img {
  text-align: center;
  margin: 20px auto;
  display: block;
}

.bed_cleaning {
  border: 3px solid #6dc5dd;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 30px;
}

.bed_cleaning h5 {
  font-weight: 800;
  font-size: 14.6px;
  color: #6dc5dd;
}

.bed_cleaning h5 span {
  font-size: 13.6px;
  font-weight: 600;
  color: #6dc5dd;
}

.bed_cleaning .border-custom {
  border-bottom: 3px solid #6dc5dd;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.bed_cleaning img {
  text-align: center;
  margin: 20px auto;
  display: block;
}

.highlighted_tab {
  background-color: #b1d5db !important;
  border-color: #b1d5db !important;
}

#app_print_btn {
  color: #fff !important;
}

.thumb_border {
  position: relative;
  padding: 5px;
  margin-bottom: 15px;
  border-color: #ccc !important;
}

.thumb_border a {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #000;
  color: #fff;
  width: 17px;
  height: 17px;
  font-size: 12px;
  padding: 0px 5px;
}

.picture_120x120 {
  width: 100px;
  height: 80px;
}

.repot_download_lable {
  text-align: end;
  padding: 0px;
  font-size: 15px;
}

/* media query */
@media screen and (max-width:360px) {
  .tabs {
    margin: 0;
    width: 96%;
  }

  .tabs .tabs-list li {
    width: 80px;
  }
}

/* tab css end */

table.dataTable {
  width: 100% !important;
}

.mt-n1 {

  margin-top: -0.4rem !important;
}

/**
21-03-2024
 **/

.error-input p {
  color: red;
}

#opd_follow_up_filter,
#ipd_follow_up_filter,
#daycare_follow_up_filter {
  display: none;
}