 /*Template Name: Inaipi
 Author: Ase*/


/* ============
TABLES OF CSS
---------------

01. General
02. Bootstrap-custom
03. Helper
04. Waves Effect
05. Menu
06. Buttons
07. Cards
08. Email
09. Summernote
10. Alerts
11. Demo Only
12. Pagination
13. Progress
14. Popover - Tooltips
15. Sweet Alerts
16. Tabs
17. Form-elements
18. Form-validation
19. Form-advanced
20. Form-editors
21. Form-upload
22. Calendar
23. Tables
24. Maps
25. Range-slider
26. Session-timeout
27. Charts
28. Widgets
29. TImeline
30. Directory
31. Invoice
32. Account Pages
33. Dashboard Page
34. Responsive


*/

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");

/* ======
01. General
   ====== */

body {
  background-repeat: repeat;
  background: #f5f5f5!important;
  font-family: "Poppins", sans-serif!important;
  color: #5b626b!important;
  font-size: 13px!important;
}

html {
  overflow-x: hidden!important;
  position: relative!important;
  min-height: 100%!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0!important;
}

p {
  line-height: 1.7!important;
}

svg {
  max-width: 100%!important;
}

a {
  color: #707070!important;
}

a:hover {
  outline: 0!important;
  text-decoration: none!important;
}

a:active {
  outline: 0!important;
  text-decoration: none!important;
}

a:focus {
  outline: 0!important;
  text-decoration: none!important;
}

.container-alt {
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.form-label{
  font-size: 12px!important;
  opacity: 0.75;
}
.footer {
  bottom: 0!important;
  text-align: center!important;
  padding: 20px 30px!important;
  position: absolute!important;
  right: 0!important;
  left: 240px!important;
  background-color: #fafafa!important;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.05)!important;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.05)!important;
}

#wrapper {
  height: 100%!important;
  overflow: hidden!important;
  width: 100%!important;
}

.slimScrollDiv {
  height: auto !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #ec536c!important;
}
/*width*/
.wd-400 {
    width: 400px;
}
.wd-30p {
    width: 30%;
}

/* Social */

.social-links li a {
  border-radius: 50%!important;
  display: inline-block!important;
  height: 30px!important;
  line-height: 30px!important;
  width: 30px!important;
}


/* ======
02. Bootstrap-custom
   ====== */

.dropdown-menu {
  padding: 8px 10px!important;
  font-size: 13px!important;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08)!important;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08)!important;
  background-color: #ffffff!important;
  border-color: transparent!important;
  margin: 0!important;
  border-radius: 15px;
}

.dropdown-item {
 /* background-color: #ffffff!important;*/
  padding: 10px 10px!important;
}

.dropdown-item:active,
.dropdown-item:hover {
  background-color: #f8f9fa!important;
  color: #2a3142!important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f8f9fa!important;
  color: #2a3142!important;
}

.breadcrumb>li+li:before {
  padding: 0 5px!important;
  color: #707070!important;
  content: "\f105" !important;
  font-family: FontAwesome;
}

.bg-primary {
  /* background-color: #dc3545 !important */
  background-color: #3d38af!important

}

.bg-success {
  background-color: #58db83 !important;
}

.bg-info {
  background-color: #29bbe3 !important;
}

.bg-warning {
  background-color: #f5b225 !important;
}

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

.bg-muted {
  background-color: #707070 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #ec536c !important;
}

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

.text-primary {
  color: #ec536c !important;
}

.text-warning {
  color: #f5b225 !important;
}

.text-success {
  color: #58db83 !important;
}

.text-info {
  color: #29bbe3 !important;
}

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

.badge {
  font-weight: 500;
}

.badge-primary {
  background-color: #ec536c;
}

.badge-success {
  background-color: #58db83;
}

.badge-info {
  background-color: #29bbe3;
}

.badge-warning {
  background-color: #f5b225;
  color: white;
}

.badge-danger {
  background-color: #3d38af;
}

.badge-dark {
  background-color: #2a3142;
}
/*badges*/
.badge-danger-light {
    background-color: #ffe7e8;
    color: #f16d75;
}
.badge-warning-light {
    background-color: #fdf5e2;
    color: #ebb322;
}
.badge {
    padding: 6px 13px 6px;
    font-weight: 400;
}
.badge-success-light {
    color: #19b159 !important;
    background: rgba(25, 177, 89, 0.2);
}
dt {
  font-weight: 500;
}


/* ======
03. Helper
   ====== */


/* ==============
  Helper Classes
===================*/

.p-0 {
  padding: 0;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-0 {
  margin: 0;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.w-30 {
  max-width: 30px;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.l-h-23 {
  line-height: 23px;
}

.l-h-34 {
  line-height: 34px;
}
.tx-14{
  font-size: 14px!important
}
.tx-11 {
    font-size: 11px!important;
}
.tx-12{
  font-size: 12px!important
}
.tx-13 {
    font-size: 13px!important;
}
.tx-10 {
    font-size: 10px!important;
}
.tx-8 {
    font-size: 8px!important;
}
.font-12 {
  font-size: 12px;
}

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

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

.font-18 {
  font-size: 18px;
}

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

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

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

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

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

.font-600 {
  font-weight: 600;
}

.header-title {
  font-size: 16px;
}


/* ======
04. Waves Effect
   ====== */


/* ==============
  Waves Effect
===================*/


/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}


/* ======
05. Menu
   ====== */


/* ==============
  Menu
===================*/

body {
  /* margin-bottom: 165px; */
}

.wrapper {
  padding-top: 275px;
}

.container-fluid {
  width: 100%;
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background: #2a3142;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 62px;
}

#topnav .has-submenu.active a {
  color: #ec536c;
}

#topnav .has-submenu.active .submenu li.active>a {
  color: #ec536c;
}

#topnav .topbar-main {
  background-color: #ffffff;
}

#topnav .topbar-main .logo {
  line-height: 56px;
  float: left;
}

#topnav .topbar-main .logo .logo-large {
  height: 20px;
}

#topnav .topbar-main .logo-small {
  display: none;
  height: 30px;
}

#topnav .topbar-main .nav>li>a {
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 12px 8px;
  color: rgba(42, 49, 66, 0.7);
}

#topnav .topbar-main .nav>li>a:focus,
#topnav .topbar-main .nav>li>a:hover {
  background-color: rgba(42, 49, 66, 0.1);
  color: #2a3142;
}

#topnav .navbar-custom #navigation {
  background-color: #ffffff;
  margin-bottom: -40px;
  border-radius: 3px;
  -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle:hover {
  background-color: transparent;
}

#topnav .navbar-toggle:hover span {
  background-color: rgba(42, 49, 66, 0.8);
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  padding-top: 23px;
  margin: 0 10px;
  height: 60px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: rgba(42, 49, 66, 0.8);
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: rgba(42, 49, 66, 0.8);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu>li {
  display: inline-block;
  position: relative;
}

#topnav .navigation-menu>li>a {
  display: block;
  font-size: 13.3px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

#topnav .navigation-menu>li>a:hover {
  color: #ec536c;
}

#topnav .navigation-menu>li>a:focus {
  color: #ec536c;
}

#topnav .navigation-menu>li>a:active {
  color: #ec536c;
}

#topnav .navigation-menu>li>a i {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:focus {
  background-color: transparent;
}

.topbar-custom .show>.nav-link,
.topbar-custom .show>.nav-link:hover,
.topbar-custom .show>.nav-link:focus {
  background: #f8f9fa;
}

.menu-extras ul li {
  float: left;
}


/* Notification */

.notification-item-list {
  max-height: 230px;
}

.notification-list .noti-icon {
  font-size: 20px;
  vertical-align: middle;
  color: #2a3142;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 9px;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #2a3142;
}

.notification-list .notify-item .notify-icon i {
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 30px;
  margin-top: 2px;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 12px;
  font-weight: normal;
}

.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}

.notification-list .nav-link {
  padding: 0 15px;
  line-height: 70px;
}

.profile-dropdown {
  width: 170px;
}

.profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
  color: #adb5bd;
}

.profile-dropdown span {
  vertical-align: middle;
}

.nav-user img {
  height: 36px;
  width: 36px;
}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

.dropdown-menu-lg {
  width: 300px;
}

.app-search {
  margin-top: 13px;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid #e9ecef;
  font-size: 13px;
  height: 34px;
  padding-left: 18px;
  padding-right: 40px;
  margin-right: 20px;
  background: #f8f9fa;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  width: 200px;
}

.app-search button {
  position: absolute;
  top: 13px;
  right: 20px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: #707070;
  font-size: 11px;
  border: none;
  background-color: transparent;
}

.page-title-box {
  padding: 0px 0;
}

.page-title-box .page-title {
  font-size: 18px;
  margin: 0;
  line-height: 30px;
  color: #ffffff;
}

.page-title-box .breadcrumb {
  padding: 4px 0;
  background-color: transparent;
  margin-bottom: 0;
}

.page-title-box .breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
}

.page-title-box .breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.page-title-box .breadcrumb .active {
  color: rgba(255, 255, 255, 0.5);
}

.page-title-box .state-information {
  position: absolute;
  right: 20px;
  top: 20px;
}

.page-title-box .state-information .state-graph {
  float: right;
  margin-left: 40px;
  text-align: center;
}

.page-title-box .state-information .state-graph .info {
  font-size: 12px;
  margin-top: 5px;
  color: #eee;
}


/*
  Responsive Menu
*/

@media (min-width: 992px) {
  #topnav .navigation-menu>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav .navigation-menu>li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu>li:hover a {
    color: #ec536c;
  }
  #topnav .navigation-menu>li:hover a i {
    color: #ec536c;
  }
  #topnav .navigation-menu>li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    -webkit-box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.05), 0 8px 14px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.05), 0 8px 14px 0 rgba(0, 0, 0, 0.02);
  }
  #topnav .navigation-menu>li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu>li .submenu.megamenu>li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu>li .submenu>li.has-submenu>a:after {
    content: "\56";
    font-family: "dripicons-v2";
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 15px;
  }
  #topnav .navigation-menu>li .submenu>li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
  #topnav .navigation-menu>li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu>li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu>li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    font-size: 13px;
    color: #3e4861;
    margin-bottom: 2px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
  }
  #topnav .navigation-menu>li .submenu li a:hover {
    color: #ec536c;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block;
  }
}

@media (max-width: 991px) {
  .wrapper {
    padding-top: 190px;
  }
  .container-fluid {
    width: 100%;
  }
  #topnav {
    /*.has-submenu.active a, .navigation-menu > li > a:active,.navigation-menu > li > a:hover {
      color: $primary !important;
    }*/
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
    text-align: left;
  }
  #topnav .navigation-menu>li {
    display: block;
  }
  #topnav .navigation-menu>li>a {
    color: #2a3142;
    padding: 15px;
  }
  #topnav .navigation-menu>li>a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    vertical-align: inherit;
  }
  #topnav .navigation-menu>li>a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu>li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu>li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #2a3142;
  }
  #topnav .navigation-menu>li .submenu li a:hover {
    color: #ec536c;
  }
  #topnav .navigation-menu>li .submenu li.has-submenu>a:after {
    content: "\54";
    font-family: "dripicons-v2";
    position: absolute;
    right: 30px;
  }
  #topnav .navigation-menu>li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu>li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu>li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu>li .submenu.megamenu>li>ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #2a3142;
  }
  #topnav .navigation-menu>li.has-submenu.open>a {
    color: #ec536c;
  }
  #topnav .navbar-header {
    float: left;
  }
  #navigation {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    background-color: #ffffff;
    z-index: 1000;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  .page-title-box .breadcrumb,
  .page-title-box .state-information {
    display: none;
  }
  .wrapper {
    padding-top: 160px;
  }
}

@media (max-width: 620px) {
  .logo-large {
    display: none;
  }
  .logo-small {
    display: inline-block !important;
  }
  #topnav .has-submenu.active a {
    color: #ec536c;
  }
}

.topbar-custom .nav-link {
  line-height: 60px;
  color: #2a3142;
  display: block;
  max-height: 60px;
}

.topbar-custom .dropdown-toggle:after {
  content: initial;
}

.topbar-custom .menu-left {
  overflow: hidden;
}

.footer {
  left: 0 !important;
  font-size: inherit;
  padding: 20px 0;
  bottom: 0;
  text-align: center;
  position: absolute;
  right: 0;
  background-color: #fafafa;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.05);
}


/* ======
06. Buttons
   ====== */

.btn {
  display: inline-block;
  font-weight: 400;
  color: #5b626b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

button:focus {
  outline: none;
}

.btn-sm {
  font-size: 10.83333px!important;
}
 .btn-sm {
    padding: .25rem .5rem;
    font-size: .71094rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-lg {
  font-size: 15.6px;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark,
.btn-pink,
.btn-purple,
.btn-indigo,
.btn-teal,
.btn-lime,
.btn-orange,
.btn-brown,
.btn-blue-grey {
  color: #ffffff!important;
}

.btn-primary {
  background-color: #3d38af!important;
  border: 1px solid #3d38af!important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary,
.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #5a52f9!important;
  border: 1px solid #5a52f9!important;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(122, 111, 190, 0.3)!important;
  box-shadow: 0 0 0 2px rgba(122, 111, 190, 0.3)!important;
}

.btn-secondary {
  color: #fff!important;
  background-color: #6c757d!important;
  border-color: #6c757d!important;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(42, 49, 66, 0.3)!important;
  box-shadow: 0 0 0 2px rgba(42, 49, 66, 0.3)!important;
}

.btn-success {
  background-color: #3d38af!important;
  border: 1px solid #3d38af!important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success,
.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle,
.btn-outline-success:hover,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  background-color: #3d38af!important;
  border: 1px solid #3d38af!important;
}

.btn-success.focus,
.btn-success:focus,
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(88, 219, 131, 0.3)!important;
  box-shadow: 0 0 0 2px rgba(88, 219, 131, 0.3)!important;
}

.btn-info {
  background-color: #1bb7ff!important;
  border: 1px solid #1bb7ff!important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info,
.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle,
.btn-outline-info:hover,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  background-color: #1caed6!important;
  border: 1px solid #1caed6!important;
}

.btn-info.focus,
.btn-info:focus,
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(41, 187, 227, 0.3)!important;
  box-shadow: 0 0 0 2px rgba(41, 187, 227, 0.3)!important;
}

.btn-warning {
  background-color: #f5b225!important;
  border: 1px solid #f5b225!important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning,
.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle,
.btn-outline-warning:hover,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  background-color: #f4a90d!important;
  border: 1px solid #f4a90d!important;
  color: #ffffff!important;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(245, 178, 37, 0.3)!important;
  box-shadow: 0 0 0 2px rgba(245, 178, 37, 0.3)!important;
}

.btn-danger {
  background-color: #3d38af!important;
  border: 1px solid #3d38af!important;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger,
.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle,
.btn-outline-danger:hover,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  background-color: #3d38af!important;
  border: 1px solid #3d38af!important;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(236, 83, 108, 0.3)!important;
  box-shadow: 0 0 0 2px rgba(236, 83, 108, 0.3)!important;
}

.btn-dark {
  background-color: #2a3142!important;
  border: 1px solid #2a3142!important;
  color: #ffffff!important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark,
.btn-outline-dark.active,
.btn-outline-dark:active,
.show>.btn-outline-dark.dropdown-toggle,
.btn-outline-dark:hover {
  background-color: #202532!important;
  border: 1px solid #202532!important;
  color: #ffffff!important;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(42, 49, 66, 0.3)!important;
  box-shadow: 0 0 0 2px rgba(42, 49, 66, 0.3)!important;
}

.btn-link {
  color: #2a3142!important;
}

.btn-link:hover {
  color: #ec536c!important;
}


/* button Outline */

.btn-outline-primary {
  color: #ec536c!important;
  border-color: #ec536c!important;
}

.btn-outline-success {
  color: #58db83!important;
  border-color: #58db83!important;
}

.btn-outline-info {
  color: #29bbe3!important;
  border-color: #29bbe3!important;
}

.btn-outline-warning {
  color: #f5b225!important;
  border-color: #f5b225!important;
}

.btn-outline-danger {
  color: #ec536c!important;
  border-color: #ec536c!important;
}

.btn-outline-dark {
  color: #2a3142!important;
  background-image: none!important;
  background-color: transparent!important;
  border-color: #2a3142!important;
}


/* ======
07. Cards
   ====== */

.card {
  box-shadow: 0px 4px 8px #00000014!important;
    /* border: 2px solid #75D6FF!important; */
    border-radius: 18px!important;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-gap: 30px!important;
    column-gap: 30px!important;
  }
}

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


/* ======
08. Email
   ====== */


/* ==============
  Email
===================*/

.email-leftbar {
  width: 230px!important;
  float: left!important;
  background-color: #ffffff!important;
  padding: 20px!important;
  border-radius: 5px!important;
}

.email-rightbar {
  margin-left: 260px!important;
}

.chat-user-box p.user-title {
  font-size: 13px!important;
  color: #2a3142!important;
  font-weight: 500!important;
}

.chat-user-box p {
  font-size: 12px!important;
}

@media (max-width: 767px) {
  .email-leftbar {
    float: none!important;
    width: 100%!important;
  }
  .email-rightbar {
    margin: 0!important;
  }
}

.mail-list a {
  display: block!important;
  color: #343d52!important;
  font-size: 13px!important;
  line-height: 24px!important;
  padding: 5px!important;
}

.mail-list a.active {
  color: #ec536c!important;
  font-weight: 600!important;
}

.message-list {
  display: block!important;
  padding-left: 0!important;
}

.message-list li {
  position: relative!important;
  display: block!important;
  height: 50px!important;
  line-height: 50px!important;
  cursor: default!important;
  -webkit-transition-duration: .3s!important;
  transition-duration: .3s!important;
}

.message-list li a {
  color: #707070!important;
}

.message-list li:hover {
  background: rgba(112, 112, 112, 0.08)!important;
  -webkit-transition-duration: .05s!important;
  transition-duration: .05s!important;
}

.message-list li .col-mail {
  float: left!important;
  position: relative!important;
}

.message-list li .col-mail-1 {
  width: 320px!important;
}

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block!important;
  float: left!important;
}

.message-list li .col-mail-1 .dot {
  border: 4px solid transparent!important;
  border-radius: 100px!important;
  margin: 22px 26px 0!important;
  height: 0!important;
  width: 0!important;
  line-height: 0!important;
  font-size: 0!important;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 15px 10px 0 20px!important;
}

.message-list li .col-mail-1 .star-toggle {
  margin-top: 18px!important;
  font-size: 13px!important;
  margin-left: 5px!important;
}

.message-list li .col-mail-1 .title {
  position: absolute!important;
  top: 14px!important;
  left: 110px!important;
  right: 0!important;
  text-overflow: ellipsis!important;
  overflow: hidden!important;
  white-space: nowrap!important;
  margin-bottom: 0!important;
}

.message-list li .col-mail-2 {
  position: absolute!important;
  top: 0!important;
  left: 320px!important;
  right: 0!important;
  bottom: 0!important;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute!important;
  top: 0!important;
}

.message-list li .col-mail-2 .subject {
  left: 0!important;
  right: 200px!important;
  text-overflow: ellipsis!important;
  overflow: hidden!important;
  white-space: nowrap!important;
}

.message-list li .col-mail-2 .date {
  right: 0!important;
  width: 170px!important;
  padding-left: 80px!important;
}

.message-list li.active,
.message-list li.active:hover {
  -webkit-box-shadow: inset 3px 0 0 #ec536c!important;
  box-shadow: inset 3px 0 0 #ec536c!important;
}

.message-list li.unread {
  background-color: #f7f7f7!important;
  font-weight: 500!important;
}

.message-list li.unread a {
  color: #202532!important;
  font-weight: 500!important;
}

.message-list .checkbox-wrapper-mail {
  cursor: pointer!important;
  height: 20px!important;
  width: 20px!important;
  position: relative!important;
  display: inline-block!important;
  -webkit-box-shadow: inset 0 0 0 1px #dee2e6!important;
  box-shadow: inset 0 0 0 1px #dee2e6!important;
  border-radius: 1px!important;
}

.message-list .checkbox-wrapper-mail input {
  opacity: 0!important;
  cursor: pointer!important;
}

.message-list .checkbox-wrapper-mail input:checked~label {
  opacity: 1!important;
}

.message-list .checkbox-wrapper-mail label {
  position: absolute!important;
  height: 20px!important;
  width: 20px!important;
  left: 0!important;
  cursor: pointer!important;
  opacity: 0!important;
  margin-bottom: 0!important;
  -webkit-transition-duration: .05s!important;
  transition-duration: .05s!important;
  top: 0!important;
}

.message-list .checkbox-wrapper-mail label:before {
  content: "\F12C"!important;
  font-family: "Material Design Icons"!important;
  top: 0!important;
  height: 20px!important;
  color: #202532!important;
  width: 20px!important;
  position: absolute!important;
  margin-top: -16px!important;
  left: 4px!important;
  font-size: 13px!important;
}


/* ======
09. Summernote
   ====== */


/* ==============
  Summernote
===================*/

.note-btn-group .dropdown-menu>li>a {
  display: block!important;
  padding: 5px 20px!important;
  clear: both!important;
  font-weight: normal!important;
  line-height: 1.42857143!important;
  color: #333!important;
  white-space: nowrap!important;
}

.note-btn-group .dropdown-menu>li>a:hover {
  background-color: #e4e7ea!important;
}

.note-image-popover,
.note-air-popover,
.note-link-popover {
  display: none!important;
}

.note-image-popover .dropdown-toggle::after,
.note-air-popover .dropdown-toggle::after,
.note-link-popover .dropdown-toggle::after {
  margin-left: 0!important;
}

.note-icon-caret {
  display: none!important;
}

.note-editor {
  position: relative!important;
}

.note-editor .btn-default {
  background-color: transparent!important;
  border-color: transparent!important;
}

.note-editor .btn-group-sm>.btn,
.note-editor .btn-sm {
  padding: 8px 12px!important;
}

.note-editor .note-toolbar {
  background: #edeff1!important;
  border-bottom: 1px solid #e9ecef!important;
  margin: 0!important;
}

.note-editor .note-statusbar {
  background-color: #ffffff!important;
}

.note-editor .note-statusbar .note-resizebar {
  border-top: none!important;
  height: 15px!important;
  padding-top: 3px!important;
}

.note-editor.note-frame {
  border: 1px solid #e9ecef!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px!important;
}

.note-popover .btn-default {
  background-color: transparent!important;
  border-color: transparent!important;
}

.note-popover .btn-group-sm>.btn,
.note-popover .btn-sm {
  padding: 8px 12px!important;
}

.note-toolbar {
  padding: 5px 0 10px 5px!important;
}


/* ======
10. Alerts
   ====== */

.alert {
  position: relative!important;
  border: 0!important;
}

.alert .alert-link {
  font-weight: 600!important;
}

.alert-success {
  color: #58db83!important;
  background-color: #d6f6e0!important;
  z-index: 9999!important;
  float: right!important;
  box-shadow: 0px 4px 16px #0000003D!important;
  border-radius: 18px!important;
  display: block!important;
  position: fixed!important;
  bottom: 10%!important;
  right: 2%!important;
  z-index: 9999!important;
}

.alert-success .alert-link {
  color: #2ed264!important;
}

.alert-success hr {
  border-top-color: #2ed264!important;
}

.alert-info {
  color: #29bbe3!important;
  background-color:#ec536c!important;
  z-index: 9999!important;
  float: right!important;
  box-shadow: 0px 4px 16px #0000003D!important;
  border-radius: 18px!important;
  display: block!important;
  position: fixed!important;
  bottom: 10%!important;
  right: 2%!important;
  z-index: 9999!important;
}

.alert-info .alert-link {
  color: #199cc0!important;
}

.alert-info hr {
  border-top-color: #199cc0!important;
}

.alert-warning {
  color: #f5b225!important;
  background-color: #fce9c1!important;
}

.alert-warning .alert-link {
  color: #dd990a!important;
}

.alert-warning hr {
  border-top-color: #dd990a!important;
}

.alert-danger {
  color: #fff!important;
  background-color: #d33f4d!important;
  z-index: 9999!important;
  float: right!important;
  box-shadow: 0px 4px 16px #0000003D!important;
  border-radius: 18px!important;
  display: block!important;
  position: fixed!important;
  bottom: 10%!important;
  right: 2%!important;
  z-index: 9999!important;
}

.alert-danger .alert-link {
  color: #e72545!important;
}

.alert-danger hr {
  border-top-color: #e72545!important;
}


/* ======
11. Demo Only
   ====== */


/* ==============
 Demo Only css
===================*/

.button-items {
  margin-bottom: -8px!important;
}

.button-items .btn {
  margin-bottom: 8px!important;
  margin-right: 5px!important;
}

.bs-example-modal {
  position: relative!important;
  top: auto!important;
  right: auto!important;
  bottom: auto!important;
  left: auto!important;
  z-index: 1!important;
  display: block!important;
}

.icon-demo-content {
  text-align: center!important;
  color: #707070!important;
}

.icon-demo-content i {
  display: block!important;
  font-size: 28px!important;
  margin-bottom: 5px!important;
}

.icon-demo-content .col-md-4 {
  margin-bottom: 30px!important;
}

.icon-demo-content .col-md-4:hover i {
  color: #ec536c!important;
}

.blockquote {
  padding: 10px 20px!important;
  margin-bottom: 20px!important;
  border-left: 4px solid #e9ecef!important;
}

.blockquote-reverse {
  border-left: 0!important;
  border-right: 4px solid #e9ecef!important;
  text-align: right!important;
}


/* ======
12. Pagination
   ====== */


/* ==============
  Pagination
===================*/
.bg-primary-transparent {
    background-color: rgba(29, 81, 235, 0.1);
}
.bg-danger-transparent {
    background-color: rgb(255 0 0 / 15%);
}
.dataTables_info{
  font-size: 12px!important
}

.page-link {
  color: #3d38af!important;
  padding: 5px 10px!important;
    font-size: 12px!important;
}
.page-item.disabled .page-link {
    color: #6c757d!important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ced4da;
}
.page-item.active .page-link {
  color: #fff!important;
  background-color: #3d38af!important;
  border-color: #3d38af!important;
}

.page-link:focus,
.page-link:hover {
  color: #2a3142!important;
  background-color: #e9ecef!important;
}


/* ======
13. Progress
   ====== */

.progress {
  height: 10px!important;
}

.progress-bar {
  background-color: #ec536c!important;
}


/* ======
14. Popover - Tooltips
   ====== */


/* ==============
  Popover & Tooltips
===================*/

.popover-header {
  margin-top: 0!important;
}

.tooltip .tooltip-inner {
  padding: 4px 10px!important;
}


/* ======
15. Sweet Alerts
   ====== */


/* =========== */


/* Sweet Alert */


/* =========== */

.swal2-modal {
  font-family: inherit!important;
}

.swal2-modal .swal2-title {
  font-size: 28px!important;
}

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

.swal2-modal .swal2-spacer {
  margin: 10px 0!important;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
  border: 2px solid #707070!important;
  font-size: 16px!important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.swal2-modal .swal2-styled {
  border: inherit!important;
}

.swal2-modal .swal2-image {
  height: 30px!important;
}

.swal2-icon.swal2-question {
  color: #ec536c!important;
  border-color: #ec536c!important;
}

.swal2-icon.swal2-success {
  border-color: #58db83!important;
}

.swal2-icon.swal2-success .line {
  background-color: #58db83!important;
}

.swal2-icon.swal2-success .placeholder {
  border-color: #58db83!important;
}

.swal2-icon.swal2-warning {
  color: #f5b225!important;
  border-color: #f5b225!important;
}

.swal2-icon.swal2-error {
  border-color: #ec536c!important;
}

.swal2-icon.swal2-error .line {
  background-color: #ec536c!important;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
  outline: 0!important;
  border: 2px solid #ec536c!important;
}


/* ======
16. Tabs
   ====== */


/* =============
   Tabs & Accordions
============= */

.nav-tabs .nav-link,
.nav-pills .nav-link {
  color: #2a3142!important;
  font-weight: 500!important;
}

.nav-tabs-custom {
  border-bottom: 2px solid #DDD!important;
}

.nav-item {
  position: relative!important;
  box-shadow: 0 5px 10px #cecece;
    border-radius: 25px;
    margin-right: 25px;
}
 .nav-item span{
    display: none;
  }
.nav-tabs-custom .nav-item .nav-link {
  border: none !important;
  font-weight: 500!important;
}

.nav-tabs-custom>li>a {
  color: #2a3142!important;
}

.nav-tabs-custom>li>a::after {
  content: ""!important;
  background: #ec536c!important;
  height: 2px!important;
  position: absolute!important;
  width: 100%!important;
  left: 0!important;
  bottom: -1px!important;
  -webkit-transition: all 250ms ease 0s!important;
  transition: all 250ms ease 0s!important;
  -webkit-transform: scale(0)!important;
  transform: scale(0)!important;
}

.nav-tabs-custom>li>a.active::after,
.nav-tabs-custom>li:hover>a::after {
  -webkit-transform: scale(1)!important;
  transform: scale(1)!important;
}

.nav-tabs-custom>li>a.active {
  color: #ec536c !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #ec536c!important;
}

#accordion .card-header {
  border-bottom: 1px solid rgba(42, 49, 66, 0.05)!important;
}


/* ======
17. Form-elements
   ====== */


/* ==============
  Form-elements
===================*/

label {
  font-weight: 500!important;
}

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

.form-control:focus {
  border-color: #3d38af!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

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

.custom-select-sm {
  font-size: 75%!important;
}

.custom-control-input:checked~.custom-control-indicator {
  background-color: #ec536c!important;
}

.custom-control-input:focus~.custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #ec536c!important;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #ec536c!important;
}

.has-success .form-control {
  border-color: #58db83!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.has-warning .form-control {
  border-color: #f5b225!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.has-error .form-control {
  border-color: #ec536c!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.input-group-addon {
  border-radius: 2px!important;
  border: 1px solid #f8f9fa!important;
}


/* ======
18. Form-validation
   ====== */


/* ==============
  Form-Validation
===================*/

.error {
  color: #ff0000!important;
}

.parsley-error {
  border-color: #ec536c!important;
}

.parsley-errors-list {
  display: none!important;
  margin: 0!important;
  padding: 0!important;
}

.parsley-errors-list.filled {
  display: block!important;
}

.parsley-errors-list>li {
  font-size: 12px!important;
  list-style: none!important;
  color: #ec536c!important;
  margin-top: 5px!important;
}


/* ======
19. Form-advanced
   ====== */


/* ==============
  Form-Advanced
===================*/


/* Datepicker */

.datepicker {
  border: 1px solid #f8f9fa!important;
  padding: 8px!important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #ec536c !important;
  background-image: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  color: #ffffff!important;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>td {
  padding: 5px!important;
}


/* Bootstrap-touchSpin */

.bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 12px!important;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px!important;
  left: 8px!important;
}


/* Color Picker */

.colorpicker-visible {
  visibility: visible!important;
  opacity: 1!important;
  display: block!important;
  margin-top: 0!important;
}

.datepicker-dropdown.dropdown-menu {
  visibility: visible!important;
  opacity: 1!important;
  margin-top: 0!important;
}

.colorpicker-selectors i {
  margin-top: 5px!important;
  margin-left: 5px!important;
}

.colorpicker-2x .colorpicker-saturation {
  width: 200px!important;
  height: 200px!important;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px!important;
  height: 200px!important;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
  height: 30px!important;
}


/* Select 2 */

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border: 1px solid #E3E3E3!important;
  height: 38px!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px!important;
  padding-left: 12px!important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px!important;
  width: 34px!important;
  right: 3px!important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent!important;
  border-width: 6px 6px 0 6px!important;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent!important;
  border-width: 0 6px 6px 6px!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ec536c!important;
}

.select2-results__option {
  padding: 6px 12px!important;
}

.select2-dropdown {
  border: 1px solid #e3e3e3!important;
  padding-top: 5px!important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15)!important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15)!important;
}

.select2-search input {
  border: 1px solid #e3e3e3!important;
}

.select2-container .select2-selection--multiple {
  min-height: 38px!important;
  border: 1px solid #e3e3e3!important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 10px!important;
}

.select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 7px!important;
  border: 0!important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f5f5!important;
  border: 1px solid #e3e3e3!important;
  border-radius: 1px!important;
  padding: 0 7px!important;
}


/* CSS Switch */

input[switch] {
  display: none!important;
}

input[switch]+label {
  font-size: 1em!important;
  line-height: 1!important;
  width: 56px!important;
  height: 24px!important;
  background-color: #dee2e6!important;
  background-image: none!important;
  border-radius: 2rem!important;
  padding: 0.16667rem!important;
  cursor: pointer!important;
  display: inline-block!important;
  text-align: center!important;
  position: relative!important;
  font-weight: 500!important;
  -webkit-transition: all 0.1s ease-in-out!important;
  transition: all 0.1s ease-in-out!important;
}

input[switch]+label:before {
  color: #2a3142!important;
  content: attr(data-off-label)!important;
  display: block!important;
  font-family: inherit!important;
  font-weight: 500!important;
  font-size: 12px!important;
  line-height: 21px!important;
  position: absolute!important;
  right: 1px!important;
  margin: 3px!important;
  top: -2px!important;
  text-align: center!important;
  min-width: 1.66667rem!important;
  overflow: hidden!important;
  -webkit-transition: all 0.1s ease-in-out!important;
  transition: all 0.1s ease-in-out!important;
}

input[switch]+label:after {
  content: ''!important;
  position: absolute!important;
  left: 3px!important;
  background-color: #e9ecef!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border-radius: 2rem!important;
  height: 20px!important;
  width: 20px!important;
  top: 2px!important;
  -webkit-transition: all 0.1s ease-in-out!important;
  transition: all 0.1s ease-in-out!important;
}

input[switch]:checked+label {
  background-color: #ec536c!important;
}

input[switch]:checked+label:before {
  color: #ffffff!important;
  content: attr(data-on-label)!important;
  right: auto!important;
  left: 3px!important;
}

input[switch]:checked+label:after {
  left: 33px!important;
  background-color: #e9ecef!important;
}

input[switch="bool"]+label {
  background-color: #ec536c!important;
}

input[switch="bool"]+label:before,
input[switch="bool"]:checked+label:before,
input[switch="default"]:checked+label:before {
  color: #ffffff!important;
}

input[switch="bool"]:checked+label {
  background-color: #58db83!important;
}

input[switch="default"]:checked+label {
  background-color: #a2a2a2!important;
}

input[switch="primary"]:checked+label {
  background-color: #ec536c!important;
}

input[switch="success"]:checked+label {
  background-color: #58db83!important;
}

input[switch="info"]:checked+label {
  background-color: #29bbe3!important;
}

input[switch="warning"]:checked+label {
  background-color: #f5b225!important;
}

input[switch="danger"]:checked+label {
  background-color: #ec536c!important;
}

input[switch="dark"]:checked+label {
  background-color: #2a3142!important;
}


/* Bootstrap filestyle */

.icon-span-filestyle {
  padding-right: 5px!important;
}

.bootstrap-filestyle label {
  margin-bottom: 0!important;
}

.group-span-filestyle .badge {
  background-color: #2a3142!important;
}


/* Bootstrap Touchspin */

.bootstrap-touchspin .input-group-addon {
  padding: .5rem .75rem!important;
  margin-bottom: 0!important;
  font-size: 1rem!important;
  font-weight: 400!important;
  line-height: 1.25!important;
  color: #2a3142!important;
  text-align: center!important;
  background-color: #e9ecef!important;
  border: 1px solid rgba(42, 49, 66, 0.15)!important;
}

.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn,
.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn-group {
  z-index: 2!important;
  margin-left: -1px!important;
}

.bootstrap-touchspin .input-group .form-control:not(:first-child),
.bootstrap-touchspin .input-group-addon:not(:first-child),
.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn,
.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn-group>.btn,
.bootstrap-touchspin .input-group-btn:not(:first-child)>.dropdown-toggle,
.bootstrap-touchspin .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.bootstrap-touchspin .input-group-btn:not(:last-child)>.btn:not(:first-child) {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}

.bootstrap-touchspin .input-group .form-control:not(:last-child),
.bootstrap-touchspin .input-group-addon:not(:last-child),
.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.bootstrap-touchspin .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-touchspin .input-group-btn:not(:last-child)>.btn,
.bootstrap-touchspin .input-group-btn:not(:last-child)>.btn-group>.btn,
.bootstrap-touchspin .input-group-btn:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
}

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


/* Prism editor */

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
  background: #f8f9fa!important;
}


/* ======
20. Form-editors
   ====== */


/* ==============
  Form Editor
===================*/

.mce-panel {
  border-color: #cfd5db !important;
  background-color: #f8f9fa !important;
}

.mce-menu-item:hover,
.mce-menu-item.mce-selected,
.mce-menu-item:focus {
  background-color: #ec536c !important;
}

.mce-menu {
  background-color: #ffffff !important;
}


/* ======
21. Form-upload
   ====== */


/* ==============
  Form-Upload
===================*/


/* Dropzone */

.dropzone {
  min-height: 230px!important;
  border: 2px dashed rgba(0, 0, 0, 0.3)!important;
  background: #ffffff!important;
  border-radius: 6px!important;
}

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


/* ======
22. Calendar
   ====== */


/* ==============
  Calendar
===================*/

.calendar {
  float: left!important;
  margin-bottom: 0!important;
}

.none-border .modal-footer {
  border-top: none!important;
}

.fc-toolbar {
  margin-bottom: 5px!important;
}

.fc-toolbar h2 {
  font-size: 16px!important;
  font-weight: 500!important;
  line-height: 30px!important;
  text-transform: uppercase!important;
}

.fc-day {
  background: #ffffff!important;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0!important;
}

.fc-widget-header {
  border: 1px solid #d5d5d5!important;
  background-color: #f8f9fa!important;
}

.fc-widget-content {
  border: 1px solid #d5d5d5!important;
}

.fc th.fc-widget-header {
  font-size: 14px!important;
  line-height: 20px!important;
  padding: 10px 0!important;
  font-weight: 500!important;
  text-transform: uppercase!important;
}

.fc-button {
  background: #ffffff!important;
  border: 1px solid #d5d5d5!important;
  color: #555555!important;
  text-transform: capitalize!important;
  outline: none!important;
}

.fc-state-active,
.fc-state-down {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background-color: #ec536c!important;
  border-color: #ec536c!important;
  color: #ffffff!important;
}

.fc-text-arrow {
  font-family: arial!important;
  font-size: 16px!important;
}

.fc-state-hover {
  background: #e9ecef!important;
}

.fc-state-highlight {
  background: #f0f0f0!important;
}

.fc-cell-overlay {
  background: #f0f0f0!important;
}

.fc-unthemed .fc-today {
  background: #ffffff!important;
}

.fc-event {
  border-radius: 2px!important;
  border: none!important;
  cursor: move!important;
  font-size: 13px!important;
  margin: 5px 0!important;
  padding: 5px 5px!important;
  text-align: center!important;
  background-color: #ec536c!important;
  color: #ffffff !important;
}

.fc-event .fc-time {
  font-weight: 500!important;
}

.external-event {
  color: #ffffff!important;
  cursor: move!important;
  margin: 10px 0!important;
  padding: 6px 10px!important;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px!important;
}

.fc-basic-view td.fc-day-number {
  padding-right: 5px!important;
}


/* ======
23. Tables
   ====== */


/* ==============
  Tables
===================*/

th {
  font-weight: 500!important;
}

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>td {
  padding: 10px 12px!important;
}

.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd),
.thead-default th {
  background-color: #f8f9fa!important;
}

.table td,
.table th {
  vertical-align: middle!important;
}

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


/* == Responsive Table ==*/

table.focus-on tbody tr.focused th {
  background-color: #ec536c!important;
  color: #ffffff!important;
}

table.focus-on tbody tr.focused td {
  background-color: #ec536c!important;
  color: #ffffff!important;
}

.table-rep-plugin .btn-toolbar {
  display: block!important;
}

.table-rep-plugin .table-responsive {
  border: none !important;
}

.table-rep-plugin .btn-group.float-right .dropdown-menu {
  left: auto!important;
  right: 0!important;
}

.table-rep-plugin tbody th {
  font-size: 14px!important;
  font-weight: normal!important;
}

.table-rep-plugin .checkbox-row {
  padding-left: 40px!important;
}

.table-rep-plugin .checkbox-row label {
  display: inline-block!important;
  padding-left: 5px!important;
  position: relative!important;
}

.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out!important;
  -webkit-transition: 0.3s ease-in-out!important;
  background-color: #ffffff!important;
  border-radius: 3px!important;
  border: 1px solid #dee2e6!important;
  content: ""!important;
  display: inline-block!important;
  height: 17px!important;
  left: 0!important;
  margin-left: -20px!important;
  position: absolute!important;
  transition: 0.3s ease-in-out!important;
  width: 17px!important;
  outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
  color: #e9ecef!important;
  display: inline-block!important;
  font-size: 11px!important;
  height: 16px!important;
  left: 0!important;
  margin-left: -20px!important;
  padding-left: 3px!important;
  padding-top: 1px!important;
  position: absolute!important;
  top: -1px!important;
  width: 16px!important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer!important;
  opacity: 0!important;
  z-index: 1!important;
  outline: none !important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label {
  opacity: 0.65!important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus+label::before {
  outline-offset: -2px!important;
  outline: none!important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
  content: "\f00c"!important;
  font-family: 'FontAwesome'!important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label::before {
  background-color: #f8f9fa!important;
  cursor: not-allowed!important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::before {
  background-color: #ec536c!important;
  border-color: #ec536c!important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
  color: #ffffff!important;
}

.table-rep-plugin .sticky-table-header.fixed-solution {
  top: 239px !important;
}

@media (max-width: 767px) {
  .table-rep-plugin .sticky-table-header.fixed-solution {
    top: 130px !important;
  }
}


/* ======
24. Maps
   ====== */


/* ==============
  Maps
===================*/

.gmaps,
.gmaps-panaroma {
  height: 300px!important;
  background: #f8f9fa!important;
  border-radius: 3px!important;
}

.gmaps-overlay {
  display: block!important;
  text-align: center!important;
  color: #ffffff!important;
  font-size: 16px!important;
  line-height: 40px!important;
  background: #ec536c!important;
  border-radius: 4px!important;
  padding: 10px 20px!important;
}

.gmaps-overlay_arrow {
  left: 50%!important;
  margin-left: -16px!important;
  width: 0!important;
  height: 0!important;
  position: absolute!important;
}

.gmaps-overlay_arrow.above {
  bottom: -15px!important;
  border-left: 16px solid transparent!important;
  border-right: 16px solid transparent!important;
  border-top: 16px solid #ec536c!important;
}

.gmaps-overlay_arrow.below {
  top: -15px!important;
  border-left: 16px solid transparent!important;
  border-right: 16px solid transparent!important;
  border-bottom: 16px solid #ec536c!important;
}

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

.jvectormap-zoomin,
.jvectormap-zoomout {
  display: none!important;
}


/* ======
25. Range-slider
   ====== */


/* ==============
  Range slider
===================*/

.irs-from,
.irs-to,
.irs-single {
  background: #ec536c!important;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
  border-top-color: #ec536c!important;
}


/* ======
26. Session-timeout
   ====== */


/* ==============
  Session Timeout
===================*/

#session-timeout-dialog .modal-title {
  margin-top: 0!important;
}

#session-timeout-dialog .close {
  display: none!important;
}

#session-timeout-dialog .btn-default {
  background-color: #ffffff!important;
  color: #ec536c!important;
}

#session-timeout-dialog .countdown-holder {
  color: #ec536c!important;
  font-weight: 700!important;
}


/* ======
27. Charts
   ====== */

.chart {
  position: relative!important;
  display: inline-block!important;
  width: 110px!important;
  height: 110px!important;
  margin-top: 20px!important;
  margin-bottom: 20px!important;
  text-align: center!important;
}

.chart canvas {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
}

.chart.chart-widget-pie {
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}

.percent {
  display: inline-block!important;
  line-height: 110px!important;
  z-index: 2!important;
}

.percent:after {
  content: '%'!important;
  margin-left: 0.1em!important;
  font-size: .8em!important;
}


/* Morris chart */

.morris-charts text {
  font-family: "Poppins", sans-serif !important;
}

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

.morris-hover.morris-default-style {
  border-radius: 5px!important;
  padding: 10px 12px!important;
  background: #ffffff!important;
  border: none!important;
  -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14)!important;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14)!important;
}

.morris-hover.morris-default-style .morris-hover-point {
  font-weight: 500!important;
  font-size: 13px!important;
  color: #2a3142 !important;
  font-family: "Poppins", sans-serif!important;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  background-color: #2a3142!important;
  color: #ffffff!important;
  padding: 4px!important;
  border-radius: 5px 5px 0 0!important;
  margin: -10px -12px 10px!important;
  font-family: "Poppins", sans-serif!important;
}


/* Flot chart */

.flot-chart-height {
  height: 320px!important;
}

#flotTip {
  padding: 8px 12px!important;
  background-color: #ffffff!important;
  z-index: 100!important;
  color: #2a3142!important;
  -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14)!important;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14)!important;
  border-radius: 1px!important;
}


/* Chartist chart */

.ct-golden-section:before {
  float: none!important;
}

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

.ct-grid {
  stroke: rgba(0, 0, 0, 0.09)!important;
  stroke-width: 2px!important;
  stroke-dasharray: 3px!important;
}

.ct-chart .ct-label {
  fill: #707070!important;
  color: #707070!important;
  font-size: 14px!important;
  line-height: 1!important;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff!important;
  fill: #ffffff!important;
  font-size: 16px!important;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #cfc7ec!important;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #8953ec!important;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #2e099c!important;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #7e09ad!important;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #15a0e6!important;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #2b4e61!important;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #f8f9fa!important;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #322f3e!important;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #0d00ff!important;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #5282f1!important;
}

.chartist-tooltip {
  position: absolute!important;
  display: inline-block!important;
  opacity: 0!important;
  min-width: 10px!important;
  padding: 2px 10px!important;
  border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  background-clip: padding-box!important;
  background: #2a3142!important;
  color: #ffffff!important;
  text-align: center!important;
  pointer-events: none!important;
  z-index: 1!important;
  -webkit-transition: opacity .2s linear!important;
  transition: opacity .2s linear!important;
}

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


/* C3 chart */

.c3 svg {
  max-width: 100%!important;
}

.c3-tooltip td>span {
  background: #2a3142!important;
}

.c3-tooltip td {
  border-left: none!important;
}

.c3-tooltip {
  -webkit-box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12)!important;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12)!important;
  opacity: 1!important;
}

.c3-chart-arcs-title {
  font-size: 18px!important;
  font-weight: 600!important;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #2a3142!important;
}

.c3-tooltip .value {
  font-weight: 600!important;
}

.c3-line {
  stroke-width: 2px!important;
}

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


/* Sparkline chart */

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #ffffff !important;
  padding: 5px 10px !important;
  border-radius: 3px;
  border-color: #ffffff !important;
  -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
}

.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #2a3142 !important;
}


/* ======
28. Widgets
   ====== */


/* ==============
  Widgets
===================*/

.widget-chart li {
  width: 31.5%;
  display: inline-block!important;
  padding: 0!important;
}

.widget-chart li i {
  font-size: 22px!important;
}

.mini-stat {
  border: none!important;
}

.mini-stat .mini-stat-img {
  background: url(../images/bg-1.png)!important;
  background-size: cover!important;
}

.mini-stat .mini-stat-icon i {
  font-size: 30px!important;
  width: 55px!important;
  height: 55px!important;
  line-height: 55px!important;
  text-align: center!important;
  color: #ffffff !important;
  border-radius: 50%!important;
  background: rgba(255, 255, 255, 0.1)!important;
  display: inline-block!important;
}

.inbox-wid .inbox-item {
  position: relative!important;
  border-bottom: 1px solid rgba(243, 243, 243, 0.9)!important;
  overflow: hidden!important;
  padding: 10px 0!important;
}

.inbox-wid .inbox-item .inbox-item-date {
  font-size: 11px!important;
  position: absolute!important;
  right: 7px!important;
  top: 8px!important;
}

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

.widget-user .widget-user-desc::after {
  left: 18px;
  bottom: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ec536c;
  border-width: 10px;
  margin-left: -1px;
  border-right-color: #ec536c;
}


/* ======
29. TImeline
   ====== */


/* ==============
  Timeline
===================*/


/* Activity */

.activity-feed {
  padding: 15px 15px 0 15px;
  list-style: none;
}

.activity-feed .feed-item {
  position: relative;
  padding-bottom: 29px;
  padding-left: 30px;
  border-left: 2px solid #e9ecef;
}

.activity-feed .feed-item:last-child {
  border-color: transparent;
}

.activity-feed .feed-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 16px;
  height: 10px;
  border-radius: 6px;
  background: #ffffff;
  border: 4px solid #ec536c;
}

.activity-feed .feed-item .feed-item-list {
  padding: 12px 20px;
  border-radius: 7px;
  background: #f8f9fa;
}

.activity-feed .feed-item .feed-item-list::after {
  left: 19px;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f8f9fa;
  border-width: 10px;
  margin-left: -1px;
  border-right-color: #f8f9fa;
}

.activity-feed .feed-item .date {
  display: block;
  position: relative;
  top: -5px;
  color: #8c96a3;
  text-transform: uppercase;
  font-size: 13px;
}

.activity-feed .feed-item .activity-text {
  position: relative;
  top: -3px;
}


/* Timeline */

.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 1170px) {
  #cd-timeline {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 2em 0;
    position: relative;
  }
  #cd-timeline::before {
    border-left: 3px solid #e9ecef;
    content: '';
    height: 100%;
    left: 18px;
    position: absolute;
    top: 0;
    width: 3px;
  }
  .cd-timeline-img {
    top: 10px !important;
  }
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-bottom: 3em;
    margin-top: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  margin: 2em 0;
  position: relative;
}

.cd-timeline-block:after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  .timeline-right::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 3px;
    background: #e9ecef;
    left: 50%;
    top: 150px;
    -webkit-transform: translateX(-50%) rotate(35deg);
    transform: translateX(-50%) rotate(35deg);
  }
  .timeline-left::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 3px;
    background: #e9ecef;
    left: 50%;
    top: 150px;
    -webkit-transform: translateX(-50%) rotate(-35deg);
    transform: translateX(-50%) rotate(-35deg);
  }
}

.cd-timeline-img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
  background-color: #ec536c;
  border: 5px solid #ffffff;
}

.cd-timeline-img i {
  margin-left: 1px;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 40px;
    height: 40px;
    line-height: 32px;
    left: 50%;
    margin-left: -20px;
    top: 130px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

.cd-timeline-content {
  border-radius: 5px;
  background: #f8f9fa;
  margin-left: 60px;
  padding: 1em;
  position: relative;
}

.cd-timeline-content:after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-content h2 {
  margin-top: 0;
}

.cd-timeline-content .cd-read-more {
  background: #ec536c;
  border-radius: 0.25em;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: .8em 1em;
}

.cd-timeline-content .cd-date {
  display: inline-block;
  font-size: 14px;
}

.cd-timeline-content h3 {
  font-size: 16px;
  margin: 0 0 15px 0;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-right: 12px solid #f8f9fa;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 36%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f8f9fa;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 108%;
    top: 16px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f8f9fa;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 106%;
    text-align: right;
  }
}


/* ======
30. Directory
   ====== */

.directory-card {
  overflow: hidden;
}

.directory-card .directory-bg {
  background-image: url("../images/directory-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.directory-card .directory-overlay {
  background-color: rgba(122, 111, 190, 0.7);
  padding: 20px;
}

.directory-card img {
  position: relative;
  top: 60px;
}


/* ======
31. Invoice
   ====== */


/* ==== =====
Invoice
============= */

.table>thead>tr>.no-line {
  border-bottom: none;
}

.table>tbody>tr>.no-line {
  border-top: none;
}

.table>tbody>tr>.thick-line {
  border-top: 2px solid #f8f9fa;
}


/* ==============
  Print css
===================*/

@media print {
  #topnav,
  .footer {
    display: none;
  }
  .wrapper {
    padding: 0;
  }
  .container-fluid {
    width: 100%;
  }
}


/* ======
32. Account Pages
   ====== */


/* ==============
  Account Pages
===================*/

.wrapper-page {
  margin: 5.5% auto;
  max-width: 460px;
  position: relative;
}

.wrapper-page .logo-admin {
  font-size: 28px;
  line-height: 70px;
}

.user-thumb {
  position: relative;
  z-index: 999;
}

.user-thumb img {
  height: 88px;
  margin: 0 auto;
  width: 88px;
}

.ex-page-content h1 {
  font-size: 98px;
  font-weight: 500;
  line-height: 150px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}


/* ======
33. Dashboard Page
   ====== */

.dashboard-charts {
  height: 300px;
}


/* ======
34. Responsive
   ====== */


/* Some Components responsive */

@media (max-width: 425px) {
  .table-rep-plugin .sticky-table-header.fixed-solution {
    top: 130px !important;
  }
  .nav-tabs .nav-link,
  .nav-pills .nav-link {
    padding: 0.5rem;
  }
}

@media (max-width: 620px) {
  .mo-mb-2 {
    margin-bottom: 10px;
  }
  .mo-mt-2 {
    margin-top: 10px !important;
  }
}

@media (max-width: 768px) {
  .table-rep-plugin .sticky-table-header.fixed-solution {
    top: 160px !important;
  }
}

.app-search span {
  position: absolute!important;
  z-index: 10!important;
  font-size: 13px!important;
  line-height: 38px!important;
  right: 35px!important;
  top: 0!important;
  color: #5b626b!important;
}


/*# sourceMappingURL=style.css.map */

.dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
  min-width: 344px
}

.note-popover {
  border-color: #dee2e6
}

.card-header.note-toolbar,
.note-popover .popover-content {
  background-color: #f8f9fa
}

.note-toolbar {
  padding: 0 0 5px 5px!important
}

.table-rep-plugin .btn-toolbar {
  display: block
}

.table-rep-plugin .table-responsive {
  border: none!important
}

.table-rep-plugin .btn-group .btn-default {
  background-color: #6c757d;
  color: #f8f9fa;
  border: 1px solid #6c757d
}

.table-rep-plugin .btn-group .btn-default.btn-primary {
  background-color: #ec536c;
  border-color: #ec536c;
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(122, 111, 190, .5);
  box-shadow: 0 0 0 2px rgba(122, 111, 190, .5)
}

.table-rep-plugin .btn-group.pull-right {
  float: right
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
  right: 0;
  -webkit-transform: none!important;
  transform: none!important;
  top: 100%!important
}

.table-rep-plugin table.focus-on tbody tr.focused th {
  background-color: #ec536c;
  color: #fff
}

.table-rep-plugin table.focus-on tbody tr.focused td {
  background-color: #ec536c;
  color: #fff
}

.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: 400
}

.table-rep-plugin .checkbox-row {
  padding-left: 40px
}

.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  color: #6c757d
}

.table-rep-plugin .checkbox-row label::before {
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dee2e6;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: .3s ease-in-out;
  width: 17px;
  outline: 0!important
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: #fff;
  -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .02);
  box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .02)
}

#page-topbar {
  background-color:#ec536c!important
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 calc(24px / 2) 0 0
}

.navbar-brand-box {
  padding: 0 1.5rem;
  text-align: center;
  width: 240px
}

.logo {
  line-height: 90px
}

.logo .logo-sm {
  display: none
}

.logo-light {
  display: none
}

.dropdown-topbar .btn-light {
  background-color: #f8f9fa!important;
  border: #f8f9fa!important
}

.dropdown-topbar .btn-light:focus {
  -webkit-box-shadow: 0 0 0 .15rem rgba(216, 217, 219, .5)!important;
  box-shadow: 0 0 0 .15rem rgba(216, 217, 219, .5)!important
}

.app-search {
  padding: calc(32px / 2) 0
}

.app-search .form-control {
  border: none!important;
  height: 38px!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
  background-color: #f8f9fa!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border-radius: 30px!important;
}

.app-search span {
  position: absolute!important;
  z-index: 10;
  font-size: 13px;
  line-height: 38px;
  right: 16px;
  top: 0;
  color: #5b626b
}

.megamenu-list li {
  position: relative;
  padding: 5px 0
}

.megamenu-list li a {
  color: #5b626b
}

@media (max-width:992px) {
  .navbar-brand-box {
    width: auto
  }
  .logo span.logo-lg {
    display: none
  }
  .logo span.logo-sm {
    display: inline-block
  }
}

.page-content {
/*  padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2)
*/
    margin-top:160px;
}

.header-item {
  height: 70px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  color: #555b6d;
  border: 0;
  border-radius: 0
}

.header-item:hover {
  color: #555b6d
}

.header-profile-user {
  height: 36px;
  width: 36px;
  background-color: #dee2e6
}

.noti-icon i {
  font-size: 22px;
  color: #555b6d
}

.noti-icon .badge {
  position: absolute;
  top: 12px
}

.notification-item .media {
  padding: .75rem 1rem
}

.notification-item .media:hover {
  background-color: #f8f9fa
}

.dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  border: 1px solid transparent;
  color: #6c757d
}

.dropdown-icon-item img {
  height: 24px
}

.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.dropdown-icon-item:hover {
  border-color: #e9ecef
}

.fullscreen-enable [data-toggle=fullscreen] .bx-fullscreen::before {
  content: "\ea3f"
}

body[data-topbar=dark] #page-topbar {
  background-color: #2b3a4a
}

body[data-topbar=dark] .navbar-header .dropdown.show .header-item {
  background-color: rgba(255, 255, 255, .05)
}

body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple {
  background: rgba(255, 255, 255, .4)
}

body[data-topbar=dark] .header-item {
  color: #e9ecef
}

body[data-topbar=dark] .header-item:hover {
  color: #e9ecef
}

body[data-topbar=dark] .header-profile-user {
  background-color: rgba(255, 255, 255, .25)
}

body[data-topbar=dark] .noti-icon i {
  color: #e9ecef
}

body[data-topbar=dark] .logo-dark {
  display: none
}

body[data-topbar=dark] .logo-light {
  display: block
}

body[data-topbar=dark] .app-search .form-control {
  background-color: rgba(248, 249, 250, .07);
  color: #fff
}

body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,
body[data-topbar=dark] .app-search span {
  color: rgba(255, 255, 255, .5)
}

body[data-sidebar=dark] .navbar-brand-box {
  background: #2b3a4a
}

body[data-sidebar=dark] .logo-dark {
  display: none
}

body[data-sidebar=dark] .logo-light {
  display: block
}

@media (max-width:575.98px) {
  .navbar-header .dropdown {
    position: static
  }
  .navbar-header .dropdown .dropdown-menu {
    left: 10px!important;
    right: 10px!important
  }
  .top-navigation {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #2b3a4a
  }
}

@media (max-width:380px) {
  .navbar-brand-box {
    display: none
  }
}

body[data-layout=horizontal] .navbar-header {
  padding: 0
}

body[data-layout=horizontal] .navbar-brand-box {
  width: auto;
  display: inline-block
}

/*body[data-layout=horizontal] .page-content {
  margin-top: 10px;
  padding: calc(180px + 24px) calc(24px / 2) 60px calc(24px / 2)
}

@media (max-width:992px) {
  body[data-layout=horizontal] .page-content {
    padding: calc(98px + 24px) calc(24px / 2) 60px calc(24px / 2)
  }
}*/

@media (min-width:992px) {
  body[data-layout=horizontal] .navbar-header {
    padding: 0 calc(24px / 2)
  }
  body[data-layout=horizontal] .navbar-brand-box {
    padding-left: 0
  }
}

.page-title-box {
  padding-bottom: 24px
}

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

.page-title-box h4 {
  font-size: 18px!important
}

.state-information .state-graph {
  float: right;
  margin-left: 40px;
  text-align: center
}

.state-information .state-graph .info {
  font-size: 12px;
  margin-top: 3px
}

body[data-layout=horizontal] .top-navigation {
  padding: 0 calc(24px / 2) 0 calc(24px / 2)
}

body[data-layout=horizontal] .state-information .state-graph .info {
  color: #adb5bd
}

body[data-layout=horizontal] .page-title-content {
  padding: 0px 0
}

body[data-layout=horizontal] .page-title-content .page-title-box {
  padding-bottom: 0
}

body[data-layout=horizontal] .page-title-content .page-title-box .breadcrumb-item>a {
  color: #ced4da
}

body[data-layout=horizontal] .page-title-content .page-title-box .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, .5)
}

body[data-layout=horizontal] .page-title-content .page-title-box .breadcrumb-item.active {
  color: #adb5bd
}

body[data-layout=horizontal] .page-title-content h4 {
  color: #fff
}

.footer {
  background-color: #fafafa;
  bottom: 0;
  padding: 20px calc(24px / 2);
  position: absolute;
  text-align: center;
  right: 0;
  color: #5b626b;
  left: 240px;
  height: 60px;
  -webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .05)
}

@media (max-width:992px) {
  .footer {
    left: 0
  }
}

.vertical-collpsed .footer {
  left: 70px
}

body[data-layout=horizontal] .footer {
  left: 0!important
}

.right-bar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
  display: block;
  position: fixed;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 280px;
  z-index: 9999;
  float: right!important;
  right: -290px;
  top: 0;
  bottom: 0
}

.right-bar .right-bar-toggle {
  background-color: #444c54;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #e9ecef;
  text-align: center;
  border-radius: 50%
}

.right-bar .right-bar-toggle:hover {
  background-color: #4b545c
}

.rightbar-overlay {
  background-color: rgba(52, 58, 64, .55);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.right-bar-enabled .right-bar {
  right: 0
}

.right-bar-enabled .rightbar-overlay {
  display: block
}

@media (max-width:767.98px) {
  .right-bar {
    overflow: auto
  }
  .right-bar .slimscroll-menu {
    height: auto!important
  }
}

.metismenu {
  margin: 0
}

.metismenu li {
  display: block;
  width: 100%
}

.metismenu .mm-collapse {
  display: none
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none
}

.metismenu .mm-collapse.mm-show {
  display: block
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility
}

.vertical-menu {
  width: 240px;
  z-index: 1001;
  background: #fff;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 70px;
  -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .02);
  box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .02)
}

.main-content {
  margin-left: 240px;
  overflow: hidden
}

.main-content .content {
  padding: 0 15px 10px 15px;
  margin-top: 70px
}

#sidebar-menu {
  padding: 10px 0 30px 0
}

#sidebar-menu .mm-active>.has-arrow:after {
  content: "\F140"
}

#sidebar-menu .has-arrow:after {
  content: "\F142";
  font-family: 'Material Design Icons';
  display: block;
  float: right;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  font-size: 1rem
}

#sidebar-menu ul li a {
  display: block;
  padding: 11PX 20PX;
  color: #545a6d;
  position: relative;
  font-size: 13.3px;
  -webkit-transition: all .4s;
  transition: all .4s
}

#sidebar-menu ul li a i {
  display: inline-block;
  min-width: 1.6rem;
  padding-bottom: .125em;
  font-size: 1rem;
  line-height: 1.40625rem;
  vertical-align: middle;
  color: #7f8387;
  -webkit-transition: all .4s;
  transition: all .4s
}

#sidebar-menu ul li a:hover {
  color: #383c40
}

#sidebar-menu ul li a:hover i {
  color: #383c40
}

#sidebar-menu ul li .badge {
  margin-top: 5px
}

#sidebar-menu ul li ul.sub-menu {
  padding: 0
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: .4rem 1.5rem .4rem 3.2rem;
  font-size: 13px;
  color: #545a6d
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
  padding: 0
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding: .4rem 1.5rem .4rem 4.5rem;
  font-size: 13.5px
}

.menu-title {
  padding: 12px 20px!important;
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: 10px;
  text-transform: uppercase;
  color: #7f8387;
  font-weight: 600
}

.mm-active {
  color: #ec536c!important
}

.mm-active .active {
  color: #ec536c!important
}

.mm-active .active i {
  color: #ec536c!important
}

.mm-active>i {
  color: #ec536c!important
}

@media (max-width:992px) {
  .vertical-menu {
    display: none
  }
  .main-content {
    margin-left: 0!important
  }
  body.sidebar-enable .vertical-menu {
    display: block
  }
}

.vertical-collpsed .main-content {
  margin-left: 70px
}

.vertical-collpsed .navbar-brand-box {
  width: 70px!important
}

.vertical-collpsed .logo span.logo-lg {
  display: none
}

.vertical-collpsed .logo span.logo-sm {
  display: block
}

.vertical-collpsed .vertical-menu {
  position: absolute;
  width: 70px!important;
  z-index: 5
}

.vertical-collpsed .vertical-menu .simplebar-content-wrapper,
.vertical-collpsed .vertical-menu .simplebar-mask {
  overflow: visible!important
}

.vertical-collpsed .vertical-menu .simplebar-scrollbar {
  display: none!important
}

.vertical-collpsed .vertical-menu .simplebar-offset {
  bottom: 0!important
}

.vertical-collpsed .vertical-menu #sidebar-menu .badge,
.vertical-collpsed .vertical-menu #sidebar-menu .collapse.in,
.vertical-collpsed .vertical-menu #sidebar-menu .menu-title {
  display: none!important
}

.vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse {
  height: inherit!important
}

.vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after {
  display: none
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li {
  position: relative;
  white-space: nowrap
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a {
  padding: 15px 20px;
  min-height: 55px;
  -webkit-transition: none;
  transition: none
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:active,
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:focus,
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:hover {
  color: #383c40
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i {
  font-size: 1.45rem;
  margin-left: 4px
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span {
  display: none;
  padding-left: 25px
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
  position: relative;
  width: calc(190px + 70px);
  color: #ec536c;
  background-color: #f5f5f5;
  -webkit-transition: none;
  transition: none
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i {
  color: #ec536c
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a span {
  display: inline
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto!important;
  -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1);
  box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1)
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul ul {
  -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1);
  box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1)
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
  color: #545a6d
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
  color: #383c40
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: #fff
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li:hover>ul {
  display: block;
  left: 190px;
  height: auto!important;
  margin-top: -36px;
  position: absolute;
  width: 190px
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li>a span.pull-right {
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li.active a {
  color: #f8f9fa
}

body[data-sidebar=dark] .vertical-menu {
  background: #2b3a4a
}

body[data-sidebar=dark] #sidebar-menu ul li a {
  color: #8699ad
}

body[data-sidebar=dark] #sidebar-menu ul li a i {
  color: #8699ad
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover {
  color: #fff
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
  color: #fff
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
  color: #8699ad;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #fff
}

body[data-sidebar=dark] #sidebar-menu ul>li>a.mm-active {
  background-color: #263442
}

body[data-sidebar=dark].vertical-collpsed {
  min-height: 1200px
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
  background: #2f3f50;
  color: #fff
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i {
  color: #fff
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a {
  color: #8699ad
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
  color: #fff
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul {
  background-color: #2b3a4a
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: #ec536c!important
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
  color: #ec536c!important
}

body[data-sidebar=dark] .mm-active {
  color: #fff!important
}

body[data-sidebar=dark] .mm-active>i {
  color: #fff!important
}

body[data-sidebar=dark] .mm-active .active {
  color: #fff!important;
  background-color: #263442
}

body[data-sidebar=dark] .mm-active .active i {
  color: #fff!important
}

body[data-sidebar=dark] .menu-title {
  color: #8699ad
}

body[data-layout=horizontal] .main-content {
  margin-left: 0!important
}

body[data-sidebar-size=small] .navbar-brand-box {
  width: 160px
}

body[data-sidebar-size=small] .vertical-menu {
  width: 160px;
  text-align: center
}

body[data-sidebar-size=small] .vertical-menu .badge,
body[data-sidebar-size=small] .vertical-menu .has-arrow:after {
  display: none!important
}

body[data-sidebar-size=small] .main-content {
  margin-left: 160px
}

body[data-sidebar-size=small] .footer {
  left: 160px
}

body[data-sidebar-size=small] #sidebar-menu ul li.menu-title {
  background-color: #2f3f50
}

body[data-sidebar-size=small] #sidebar-menu ul li a i {
  display: block
}

body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li a {
  padding-left: 1.5rem
}

body[data-sidebar-size=small].vertical-collpsed .main-content {
  margin-left: 70px
}

body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu {
  text-align: left
}

body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i {
  display: inline-block
}

body[data-sidebar-size=small].vertical-collpsed .footer {
  left: 70px
}

body[data-sidebar=colored] .vertical-menu {
  background-color: #ec536c
}

body[data-sidebar=colored] .navbar-brand-box {
  background-color: #ec536c
}

body[data-sidebar=colored] .navbar-brand-box .logo-dark {
  display: none
}

body[data-sidebar=colored] .navbar-brand-box .logo-light {
  display: block
}

body[data-sidebar=colored] .mm-active {
  color: #fff!important
}

body[data-sidebar=colored] .mm-active .active,
body[data-sidebar=colored] .mm-active>i {
  color: #fff!important
}

body[data-sidebar=colored] #sidebar-menu ul li.menu-title {
  color: rgba(255, 255, 255, .6)
}

body[data-sidebar=colored] #sidebar-menu ul li a {
  color: rgba(255, 255, 255, .5)
}

body[data-sidebar=colored] #sidebar-menu ul li a i {
  color: rgba(255, 255, 255, .5)
}

body[data-sidebar=colored] #sidebar-menu ul li a.waves-effect .waves-ripple {
  background: rgba(255, 255, 255, .1)
}

body[data-sidebar=colored] #sidebar-menu ul li ul.sub-menu li a {
  color: rgba(255, 255, 255, .4)
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
  background-color: #8076c1
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: #ec536c!important
}

.topnav {
  background: #fff;
  -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .02);
  box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .02);
  z-index: 100;
  margin-bottom: -40px;
  border-radius: 30px
}

.topnav .topnav-menu {
  margin: 0;
  padding: 0;
  height: 60px;
}

.topnav .navbar-nav .nav-link {
  font-size: 14px;
  position: relative;
  padding: 12px 15px;
  color: #545a6d
}

.topnav .navbar-nav .nav-link i {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  text-align: center
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
  color: #ec536c;
  background-color: transparent
}

.topnav .navbar-nav .dropdown-item {
  color: #545a6d
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover {
  color: #ec536c;
  background: 0 0
}

.topnav .navbar-nav .nav-item .nav-link.active {
  color: #ec536c
}

.topnav .navbar-nav .dropdown.active>a {
  color: #ec536c;
  background-color: transparent
}

body[data-layout=horizontal] #page-topbar {
  background-color: #2b3a4a
}

body[data-layout=horizontal] .navbar-header {
  background-color: #fff
}

@media (min-width:1200px) {
  body[data-layout=horizontal] .container-fluid {
    max-width: 100%
  }
}

@media (min-width:992px) {
  .topnav .dropdown-item {
    padding: 10px 2px;
    min-width: 180px
  }
  .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
    left: 0;
    right: auto
  }
  .topnav .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 .25rem .25rem
  }
  .topnav .dropdown .dropdown-menu .arrow-down::after {
    right: 15px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    position: absolute
  }
  .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 0!important;
    left: 100%;
    display: none
  }
  .topnav .dropdown:hover>.dropdown-menu {
    display: block
  }
  .topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
    display: block
  }
  .navbar-toggle {
    display: none
  }
}

.arrow-down {
  display: inline-block
}

.arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: .4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: .4em
}

@media (max-width:1199.98px) {
  .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
    right: 100%;
    left: auto
  }
}

@media (max-width:991.98px) {
  .topnav {
    height: 360px;
    overflow-y: auto;
    padding: 0;
    margin-bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    background-color: transparent;
    border-radius: 0px!important;
  }
  .nav-item span{
    display: inline-flex;
  }
  .nav-item a {
    background-color: #fff!important;
    height: 40px;
    border-radius: 1px;
    color: #999!important;
}
 .nav-item a.active,
 .nav-item a:hover  {
    background-color: #ec536c!important;
    height: 40px;
    border-radius: 1px!important;
    color: #fff!important;
}
 .tooltip {
        display: none !important;
    }
    .navbar-nav {
    margin-left: 10px!important;
}
.nav-item {
    
    border-radius: 0px!important;
}
.page-content {
    margin-top: 100px!important;
}
.topnav .dropdown:hover> .dropdown-menu {
    display: block;
    border-radius: 1px!important;
    background-color: #fff!important;
}
  .topnav .topnav-menu {
    
    height: 0px!important;
}
  .topnav .navbar-nav .nav-link {
    padding: .75rem 1.1rem
  }
  .topnav .navbar-nav .nav-link i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    vertical-align: inherit
  }
  .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 15px
  }
  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-lg,
  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
    width: auto
  }
  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-lg .row,
  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
    margin: 0
  }
  .topnav .dropdown .dropdown-item {
    position: relative;
    background-color: transparent
  }
  .topnav .dropdown .dropdown-item.active,
  .topnav .dropdown .dropdown-item:active {
    color: #ec536c
  }
  .topnav .arrow-down::after {
    right: 15px;
    position: absolute
  }
}

body[data-layout=horizontal][data-topbar=colored] #page-topbar {
  background-color: #ec536c;
  -webkit-box-shadow: none;
  box-shadow: none
}

body[data-layout=horizontal][data-topbar=colored] .logo-dark {
  display: none
}

body[data-layout=horizontal][data-topbar=colored] .logo-light {
  display: block
}

body[data-layout=horizontal][data-topbar=colored] .app-search .form-control {
  background-color: rgba(248, 249, 250, .07);
  color: #fff
}

body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,
body[data-layout=horizontal][data-topbar=colored] .app-search span {
  color: rgba(255, 255, 255, .5)
}

body[data-layout=horizontal][data-topbar=colored] .header-item {
  color: #e9ecef
}

body[data-layout=horizontal][data-topbar=colored] .header-item:hover {
  color: #e9ecef
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown.show .header-item {
  background-color: rgba(255, 255, 255, .1)
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .waves-effect .waves-ripple {
  background: rgba(255, 255, 255, .4)
}

body[data-layout=horizontal][data-topbar=colored] .noti-icon i {
  color: #e9ecef
}

@media (min-width:992px) {
  body[data-layout=horizontal][data-topbar=colored] .topnav {
    background-color: #ec536c
  }
  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
  }
  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:focus,
  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .9)
  }
  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav>.dropdown.active>a {
    color: rgba(255, 255, 255, .9)!important
  }
}

body[data-layout=horizontal][data-topbar=light] .logo-light {
  display: none
}

body[data-layout=horizontal][data-topbar=light] .logo-dark {
  display: block
}

body[data-layout-size=boxed] {
  background-color: #e8e8e8
}

body[data-layout-size=boxed] #layout-wrapper {
  background-color: #f5f5f5;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .02);
  box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .02)
}

body[data-layout-size=boxed] #page-topbar {
  max-width: 1300px;
  margin: 0 auto
}

body[data-layout-size=boxed] .footer {
  margin: 0 auto;
  max-width: 1300px
}

body[data-layout-size=boxed].vertical-collpsed .footer {
  max-width: calc(1300px - 70px)
}

.navbar-nav {
  height: 40px;
  margin-left: 15px;
}

.nav-item a.active{
  background-color: #ec536c;
    height: 40px;
    border-radius: 25px;
    color: #fff!important;

}
.nav-item a:hover{
  background-color: #ec536c!important;
    height: 40px;
    border-radius: 25px;
    color: #fff!important;

}

.topnav .navbar-nav .dropdown-item {
    color: #545a6d;
    border-radius: 0px; border-bottom: 1px solid #ecebeb!important;
}
.topnav .dropdown:hover>
.dropdown-menu {
    display: block;
    border-radius: 15px;  background-color: #fff!important;
}

.topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover {
    color: blue!important;
    background-color: transparent !important;
    border-bottom: 1px solid blue !important;
    border-radius: 0px!important;
    border-bottom-width: 10%!important

}
.dropdown-menu a.dropdown-item{
  height: 35px!important
}
.hide{
    display:none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 10px;
}

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

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -8px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #20a85d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.togglebutton {
  border-radius: 10px;
}

.slider.togglebutton:before {
  border-radius: 50%;
}
.btn-outline-brown {
  color: #5a87d9;
  border-color: #5a87d9;
}
.center {
  text-align-last: center;
}
/*#topnav-menu-content li.nav-item.active .nav-link {
    position: relative;
    z-index: 1;
    margin: 10px auto;
    text-align: center;
    border-radius: 30px 0 0 30px;
    margin-left: 0;
    border: 0px solid transparent;
    border-right: 0px;
    width: inherit;
}

#topnav-menu-content .nav-item.active .nav-link:before {
    content: "";
    position: absolute;
    top: -30px;
    z-index: 9;
    right: 0px;
    bottom: 0;
    height: 30px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom: transparent;
    border-radius: 0px 0px 48px 0px;
}
#topnav-menu-content .nav-item.active .nav-link .shape1 {
    position: absolute;
    top: -30px;
    width: 18px;
    height: 60px;
    right: 0px;
}
#topnav-menu-content .nav-item.active .nav-link .shape2 {
    position: absolute;
    top: 35px;
    width: 18px;
    height: 30px;
    right: 0px;
}
#topnav-menu-content .nav-item.active .nav-link:after {
    content: "";
    position: absolute;
    top: 43px;
    z-index: 0;
    right: 0px;
    bottom: 0;
    height: 30px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom: transparent;
    border-radius: 0px 48px 0px 0px;
}
#topnav-menu-content .nav-item.active .nav-link:before,
 #topnav-menu-content .nav-item.active .nav-link:after {
    border-right: 20px solid #25233c;
}
