@import url(color_theme.css);
@import url(../assets/icons/font-awesome/css/font-awesome.css);
@import url(../assets/vendor_components/animate/animate.css);

html {
  height: 100%;
  font-size: 14px;
}

body {
  height: 100%;
}

body.layout-boxed {
  height: 100%;
}

.wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent;
  position: relative;
}

.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  color: #0E0E23;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  background-color: #EAEDF7;
}


a {
  color: #2b2b6c;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.7142857143rem;
}

.h1,
h1 {
  font-size: 2rem;
}

@media (max-width: 1200px) {

  h1,
  .h1 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.h2,
h2 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {

  h2,
  .h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

.h3,
h3 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {

  h3,
  .h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.h4,
h4 {
  font-size: 1.35rem;
}

@media (max-width: 1200px) {

  h4,
  .h4 {
    font-size: calc(1.26rem + 0.12vw);
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1.175rem;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}

img {
  max-width: 100%;
}

.img-fluid {
  width: 100%;
}

.fs-10 {
  font-size: 0.7692307692rem !important;
}

.fs-16 {
  font-size: 1.2307692308rem !important;
}

.fs-18 {
  font-size: 1.3846153846rem !important;
}

.fs-24 {
  font-size: 1.8461538462rem !important;
}

.fs-30 {
  font-size: 2.3076923077rem !important;
}

.l-h-12 {
  line-height: 0.8571428571rem !important;
}

.l-h-60 {
  line-height: 4.2857142857rem !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.hide {
  display: none !important;
}

.no-shadow {
  box-shadow: none !important;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

code {
  border: 1px solid #f0f3f6;
  background-color: #ffffff;
  border-radius: .25rem;
  padding: .2rem .4rem;
}

.theme-switch li a.active {
  opacity: 0.6;
  border: 5px solid #ffffff;
}

.dark-skin .theme-switch li a.active {
  border: 5px solid #262626;
}



.rounded10 {
  border-radius: 10px;
}



.bt-1 {
  border-top: 1px solid #f0f3f6 !important;
}

.bb-1 {
  border-bottom: 1px solid #f0f3f6 !important;
}

.bs-4 {
  border-left: 4px solid #f0f3f6 !important;
}

.rtl .bs-4 {
  border-right-width: 4px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

.dark-skin .bt-1:not([class*=border-]) {
  border-top-color: #3c3d54 !important;
}

.dark-skin .bb-1:not([class*=border-]) {
  border-bottom-color: #3c3d54 !important;
}

.dark-skin .bs-4:not([class*=border-]) {
  border-left-color: #3c3d54 !important;
}

.dark-skin.rtl .bs-4:not([class*=border-]) {
  border-right-width: 4px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

.border {
  border: 1px solid #f0f3f6 !important;
}

.dark-skin .border {
  border: 1px solid #3c3d54 !important;
}

.border-primary {
  border-color: #4d7cff !important;
}

.border-success {
  border-color: #51ce8a !important;
}

.border-warning {
  border-color: #fec801 !important;
}

.border-danger {
  border-color: #f2426d !important;
}


.vertical-align {
  font-size: 0;
}

.vertical-align:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.media {
  display: flex;
  align-items: flex-start;
}

small,
.small {
  font-weight: 400;
}

/*******************
Padding property 
*******************/
.p-0 {
  padding: 0px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.ps-0 {
  padding-left: 0px !important;
}

.ps-15 {
  padding-left: 15px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.pe-10 {
  padding-right: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/*******************
Margin property 
*******************/
.m-0 {
  margin: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ms-5 {
  margin-left: 5px !important;
}

.ms-30 {
  margin-left: 30px !important;
}

.me-5 {
  margin-right: 5px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.me-15 {
  margin-right: 15px !important;
}

.me-25 {
  margin-right: 25px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (min-width: 1200px) {

  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
}

/*******************
Width property 
*******************/

.w-40 {
  width: 40px !important;
}

.w-50 {
  width: 50px !important;
}

.w-150 {
  width: 150px !important;
}

.max-w-250 {
  max-width: 250px !important;
}

.w-p100 {
  width: 100% !important;
}

.w-auto {
  width: auto;
}

/*******************
Height property 
*******************/

.h-40 {
  height: 40px !important;
}

.h-50 {
  height: 50px !important;
}

.h-p100 {
  height: 100vh !important;
}

.fixed .wrapper,
.main-header .logo {
  overflow: hidden;
}

.layout-boxed {
  background: #f0f3f6;
}

.layout-boxed .wrapper {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
  position: relative;
  background: #f4f5f9;
}

@media (min-width: 1900px) {
  .layout-boxed .wrapper {
    width: 95%;
    max-width: 1850px;
  }
}

.content-wrapper {
  -moz-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 18.5rem;
  z-index: 820;
}

.main-footer {
  -moz-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  z-index: 820;
  margin-left: 20.04rem;
}

@media (min-width: 768px) {

  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}

.content-wrapper {
  min-height: 100%;
  background-color: #EAEDF7;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 1.25rem;
}

@media (max-width: 767px) {
  .content-wrapper {
    margin-right: 0.75rem;
    margin-left: 0.75rem !important;
  }
}


.main-footer {
  background-color: rgba(255, 255, 255, 0);
  padding: 1.5rem;
  border-top: 0px solid #cccccc;
  z-index: 1;
  position: relative;
}

.main-footer .nav {
  margin-top: -7px;
}

.fixed .main-header {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
}

.fixed .main-sidebar {
  position: fixed;
}

.fixed .content-wrapper {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .content-wrapper {
    margin-left: 0;
  }

  .main-footer {
    margin-left: 0;
    text-align: center;
  }

  .fixed .content-wrapper {
    margin-top: 140px;
  }
}

.hold-transition .content-wrapper,
.hold-transition .main-footer,
.hold-transition .main-header .logo,
.hold-transition .main-header .navbar,
.hold-transition .main-sidebar {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.content {
  min-height: 250px;
  padding: 20px 20px 0px 20px;
  margin-right: auto;
  margin-left: auto;
}

.container>.content {
  padding: 10px 0px 0px 0px;
}

.container>.content>.content-header {
  padding-top: 0px;
}

.container>.content-header {
  padding: 10px 0px 0px 0px;
}



.icon i {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 60px;
  border-radius: 100%;

}



.main-header {
  margin-left: 0;
  margin-right: 0;
  max-height: 125px;
  z-index: 999;
  position: relative;
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  max-height: 125px;
  z-index: 999;
  position: relative;
}

.main-header .push-btn,
.main-header .full-screen,
.main-header .svg-bt-icon {
  height: 45px;
  width: 45px;
  padding: 10px;
  text-align: center;
  line-height: 24px;
  font-size: 1.714rem;
  margin: 0 5px;
  background-color: transparent;
  color: #475F7B;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0);
}

.main-header .push-btn:hover,
.main-header .push-btn:active,
.main-header .push-btn:focus,
.main-header .full-screen:hover,
.main-header .full-screen:active,
.main-header .full-screen:focus,
.main-header .svg-bt-icon:hover,
.main-header .svg-bt-icon:active,
.main-header .svg-bt-icon:focus {
  background-color: rgba(0, 0, 0, 0.03);
  color: #4d7cff;
}

.main-header .push-btn img,
.main-header .full-screen img,
.main-header .svg-bt-icon img {
  height: 20px;
  width: 20px;
}

.main-header .r-side .app-menu,
.main-header .r-side .btn-group a {
  margin: 18px 5px;
}

.main-header .r-side .app-menu,
.main-header .r-side .btn-group span {
  margin: 0px;
}

.svg-bt-icon:hover span {
  color: #fff;
}


.main-header .navbar {
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 0;
  min-height: 65px;
  margin-top: 0;
  border-radius: 0;
  border-bottom: 0px solid #f0f3f6;
  padding: 0 1.5rem;
  box-shadow: none;
}

.main-header .navbar .nav>li.user>a>i {
  margin-right: 5px;
}

.main-header .logo {
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  height: 80px;
  font-size: 1.2rem;
  line-height: 80px;
  justify-content: center;
  text-align: left;
  padding: 0 15px;
  position: relative;
  z-index: 999;
  width: 100%;
}

.main-header .navbar-custom-menu {
  float: right;
}

.main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
  content: '';
  position: absolute;
  top: 23px;
  right: 16px;
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #f2426d;
  animation: beat .25s infinite alternate;
  transform-origin: center;
}

.main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i.animated::after {
  top: 17px;
  right: -5px;
}

.main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i.fa.animated::after {
  top: 17px;
  right: -5px;
}

@keyframes beat {
  to {
    transform: scale(2);
  }
}

@media (max-width: 767px) {
  .main-header {
    position: relative;
    z-index: 999;
    margin-left: 0;
    margin-right: 0;
  }

  .main-header .logo {
    width: 100%;
    float: none;
    text-align: center;
  }

  .main-header .navbar {
    width: 100%;
    float: none;
    margin: 0;
    z-index: 999;
    border-radius: 0;
    padding: 0 0.5rem;
    background-color: #fff;
    border-top: 1px solid #f0f3f6;
  }

  .main-header .navbar-custom-menu {
    float: right;
    padding-right: 0px;
  }

  .navbar-custom-menu .navbar-nav li>a.dropdown-toggle {
    padding: 0px 14px;
  }

  .navbar-custom-menu .navbar-nav>li:last-child>a {
    padding: 0px 14px;
  }
}

@media (min-width: 768px) {
  .main-header .logo {
    display: flex;
  }

  .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0;
    -moz-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    -webkit-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }

  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .main-header>div {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }

  .main-header>div .logo {
    line-height: normal;
    height: auto;
  }

  .main-header .r-side .app-menu,
  .main-header .r-side .btn-group a {
    margin: 3px 5px;
  }

  .main-header .navbar-custom-menu .navbar-nav>li {
    height: 50px;
  }

  .main-header .navbar-custom-menu .navbar-nav>li>a.dropdown-toggle {
    margin: 3px 5px;
  }

  .main-header .navbar-custom-menu .navbar-nav>li:last-child>a {
    margin: 2px 5px;
  }

  .main-header .navbar-custom-menu .full-screen {
    margin: 3px 5px !important;
    padding: 10px;
  }
}

@media (max-width: 370px) {
  .main-header .navbar-custom-menu .navbar-nav>li {
    height: 50px;
  }

  .main-header .navbar-custom-menu .navbar-nav>li>a.dropdown-toggle {
    margin: 8px 5px;
  }

  .main-header .navbar-custom-menu .navbar-nav>li:last-child>a {
    margin: 8px 5px;
  }
}

.navbar-custom-menu .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-custom-menu .navbar-nav>li {
  height: 80px;
}

.navbar-custom-menu .navbar-nav>li>a.dropdown-toggle {
  padding: 10px;
  vertical-align: middle;
  display: block;
  font-size: 1.714rem;
  height: 45px;
  text-align: center;
  width: 45px;
  line-height: 24px;
  margin: 18px 5px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0);
  border-radius: 5px;
  background-color: transparent;
}

.navbar-custom-menu .navbar-nav>li:last-child>a {
  padding: 10px;
  vertical-align: middle;
  display: block;
  font-size: 1.714rem;
  height: 45px;
  text-align: center;
  width: 45px;
  line-height: 24px;
  margin: 18px 5px;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0);
  border-radius: 5px;
  background-color: #EAEDF7;
}

.navbar-custom-menu>.navbar-nav>li {
  position: relative;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.navbar-custom-menu .dropdown-toggle::after {
  display: none;
}

@media (max-width: 1024px) {
  .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
    right: auto;
    top: 20px;
  }

  .navbar-custom-menu .navbar-nav li>a.dropdown-toggle {
    line-height: 25px;
  }

  .navbar-custom-menu .navbar-nav>li:last-child>a {
    line-height: 25px;
  }
}

.dropdown-menu {
  box-shadow: none;
  border-color: #cccccc;
}

.dropdown-menu>li>a {
  color: gray;
}

.dropdown-menu>li>a>i {
  margin-right: 10px;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu {
  width: auto;
  max-width: 250px;
  padding: 0;
  margin: 0;
  top: 100%;
  border: none;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li {
  position: relative;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li.header {
  background-color: #ffffff;
  border-bottom: 1px solid #f0f3f6;
  color: #0E0E23;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  padding: 0;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li.header>div {
  box-shadow: none;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li.footer>a {
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  line-height: 20px;
  display: block;
  width: auto;
  margin: 0;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li.footer>a:hover {
  text-decoration: none;
  font-weight: 300;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li .menu {
  margin: 0;
  padding: 5px;
  list-style: none;
  overflow-x: hidden;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li .menu>li>a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f0f3f6;
  border-radius: 5px;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li .menu>li>a:hover {
  background: #f0f3f6;
  text-decoration: none;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li .menu>li>a>i {
  width: 20px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  margin: 0;
}

.navbar-nav>.user-menu>.dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-width: 0;
  width: auto;
  width: 250px;
  border: none;
  margin-top: 0;
}

@media (max-width: 767px) {

  .navbar-custom-menu .navbar-nav li>a.dropdown-toggle {
    padding: 10px;
  }

  .navbar-custom-menu .navbar-nav li:last-child>a {
    padding: 10px;
  }
}

@media (max-width: 370px) {
  .navbar-custom-menu .navbar-nav li>a.dropdown-toggle {
    font-size: 1rem;
    height: 35px;
    width: 35px;
    line-height: normal;
  }

  .navbar-custom-menu .navbar-nav>li:last-child>a {
    font-size: 1rem;
    height: 35px;
    width: 35px;
    line-height: normal;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
  }
}

@media (max-width: 991px) {

  .navbar-custom-menu>.navbar-nav {
    float: right;
  }

  .navbar-custom-menu>.navbar-nav>li {
    position: static;
  }

  .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  overflow: visible;
  background: #fff url("../images/preloaders/1.gif") no-repeat center center;
}


.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
  min-height: 100%;
  width: 260px;
  z-index: 810;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
  margin: 80px 0 0.75rem 0;
}

.main-sidebar .logo {
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  height: auto;
  align-items: center;
  font-size: 1.2rem;
  line-height: normal;
  text-align: center;
  padding: 0 15px;
  position: relative;
  z-index: 999;
}

@media (max-width: 767px) {
  .main-sidebar {
    margin-top: 65px;
    margin-left: 0;
    padding-top: 0px;
    -webkit-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
    transform: translate(-260px, 0);
  }

  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
    transform: translate(-260px, 0);
  }
}

.sidebar {
  padding-bottom: 10px;
}

.sidebar-form input:focus {
  border-color: transparent;
}

.sidebar-menu {
  list-style: none;
  margin: 0 0px;
  padding: 0px 0px 30px 0px;
}

.sidebar-menu>li {
  font-size: 14px;
  position: relative;
  margin: 5px 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  border-left: 0px solid transparent;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li:active>a,
.sidebar-menu>li.active>a {
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.sidebar-menu>li:active>a,
.sidebar-menu>li.active>a,
.sidebar-menu>li:focus>a {
  font-weight: 500;
}

.sidebar-menu>li>a {
  padding: 10px 10px;
  display: block;
  border-radius: 5px;
}

.sidebar-menu>li>a>i {
  width: 30px;
  line-height: 28px;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  color: #0E0E23;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  background-color: transparent;
}

.sidebar-menu>li>a>svg {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  color: #a1a4b5;
  text-align: center;
  margin-right: 10px;
  fill: rgba(27, 46, 75, 0.06);
}

.sidebar-menu>li>a>img.svg-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 8px;
  margin-top: -2px;
  border: 1px solid rgba(14, 14, 35, 0.5);
  border-radius: 100px;
}

.sidebar-menu>li:hover>a>i,
.sidebar-menu>li:active>a>i,
.sidebar-menu>li.active>a>i {
  color: #7f839a;
}

.sidebar-menu>li:hover>a>svg,
.sidebar-menu>li:active>a>svg,
.sidebar-menu>li.active>a>svg {
  color: #7f839a;
}

.sidebar-menu>li .badge {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 16px;
  text-align: center;
  font-weight: 300;
  margin-top: 3px;
}

.sidebar-menu>li .label {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 16px;
  text-align: center;
  font-weight: 300;
}

.sidebar-menu li.header {
  padding: 15px 20px 15px 20px;
  font-weight: 400;
  color: #a1a4b5;
  opacity: 1;
  font-size: 0.8571rem;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper {
    margin-left: 60px;
    z-index: 840;
  }

  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 60px;
    z-index: 840;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 60px;
    z-index: 850;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar .logo {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li {
    position: relative;
    padding: 0px 10px;
    margin: 5px 0px 0px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a i {
    margin-right: 0;
    margin-left: 5px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a svg {
    margin-right: 0;
    margin-left: 11px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
    border-top-right-radius: 5px;
    display: none !important;
    -webkit-transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right {
    display: none !important;
    -webkit-transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
    border-top-right-radius: 5px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    padding: 0;
    -webkit-transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .sidebar-form {
    display: none !important;
    -webkit-transform: translateZ(0);
  }

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right) {
    display: none !important;
    position: absolute;
    width: 260px;
    left: 54px;
    text-align: left;
  }

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
    top: 0;
    margin-left: -15px;
    padding: 14px 0px 14px 30px;
    background-color: inherit;
  }

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a:after {
    display: none;
  }

  .control-sidebar-open .content-wrapper {
    margin-right: 345px;
  }

  .control-sidebar-open .main-footer {
    margin-right: 345px;
  }
}

.sidebar-menu {
  white-space: nowrap;
  overflow: hidden;
}

.sidebar-menu>li.header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  font-size: 14px;
}

.sidebar-menu>li.header.line {
  background-color: #f0f3f6;
  height: 2px;
  padding: 0;
  margin: 20px 0px;
}

.sidebar-menu>li:hover.header,
.sidebar-menu>li:active.header,
.sidebar-menu>li:focus.header,
.sidebar-menu>li.active.header {
  background: transparent !important;
  border-color: transparent !important;
}

.sidebar-menu li>a {
  position: relative;
  font-weight: 400;
  opacity: 0.9;
  white-space: nowrap;
  align-items: center;
  line-height: 25px;
}

.sidebar-menu li>a>span {
  top: 3px;
  position: relative;
}

.sidebar-menu:hover {
  overflow: visible;
}

.sidebar-collapse .sidebar-menu.tree {
  padding: 0;
  margin: 0;
}

.sidebar-collapse .sidebar-menu>li:hover>a,
.sidebar-collapse .sidebar-menu>li:active>a,
.sidebar-collapse .sidebar-menu>li.active>a {
  border-radius: 5px;
}

.sidebar-form {
  float: left;
  margin: 20px 10px 10px;
  overflow: hidden;
  text-overflow: clip;
}

.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  top: 0;
  right: -355px;
  width: 345px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

.control-sidebar {
  top: 0;
  right: -355px;
  width: 345px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
  position: absolute;
  padding: 30px 30px 30px 30px;
  z-index: 9999;
}

.control-sidebar>.tab-content {
  padding: 15px 0px;
}

.control-sidebar.control-sidebar-open {
  right: 0;
}

.control-sidebar.control-sidebar-open.control-sidebar-bg,
.control-sidebar.control-sidebar-open+.control-sidebar-bg {
  right: 0;
}

@media (min-width: 768px) {
  .control-sidebar {
    padding: 30px;
    right: -345px;
    width: 345px;
  }

  .control-sidebar-bg {
    right: -345px;
    width: 345px;
  }
}

@media (max-width: 767px) {
  .control-sidebar {
    padding: 20px;
    width: 300px;
  }

  .control-sidebar-bg {
    width: 300px;
  }
}

.control-sidebar-open .control-sidebar {
  right: 0;
}

.control-sidebar-open .control-sidebar-bg {
  right: 0;
}

.fixed .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}

.control-sidebar-heading {
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 0px;
  margin-top: 0;
}

.control-sidebar-subheading {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

#control-sidebar-theme-demo-options-tab p {
  font-size: 12px;
}

#control-sidebar-theme-demo-options-tab .form-group {
  margin-bottom: 0.5rem;
}

#control-sidebar-theme-demo-options-tab .form-group label {
  font-weight: 300;
  font-size: 12px;
}



@media (min-width: 768px) {
  .fixed .multinav {
    position: fixed;
    width: 260px;
    padding-bottom: 0;
    height: calc(100% - 100px);
  }

  .sidebar-collapse .multinav {
    width: 60px;
  }

  .sidebar-collapse .ps {
    overflow: visible !important;
  }

  .sidebar-collapse .sidebar-menu>li>a {
    padding: 8px 12px;
  }
}

@media (max-width: 767px) {
  .fixed .multinav {
    position: fixed;
    width: 260px;
    padding-bottom: 0;
    height: calc(100% - 160px);
  }
}

.multinav {
  overflow: auto;
}

.content-header {
  position: relative;
  padding: 1.5rem 1.5rem 0px;
}

.content-header .page-title {
  margin: 0 0px 0 0;
  display: inline-block;
  padding: 0 1.5rem 0 0;
  color: #0E0E23;
}

.content-header .breadcrumb-item+.breadcrumb-item::before {
  content: "-";
}

.content-header .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  color: #2b2b6c;
  background-color: transparent;
}

.content-header .breadcrumb .breadcrumb-item a {
  color: #2b2b6c;
}

.content-header>.breadcrumb>li>a {
  color: #3a3a90;
  text-decoration: none;
  display: inline-block;
}

.content-header>.breadcrumb>li>a>i {
  margin-right: 5px;
}

.content-header>.breadcrumb>li+li:before {
  content: '>\00a0';
}

.content-header>.container>.breadcrumb {
  position: relative;
  top: 0;
}

.content-header>.container>.breadcrumb>li>a {
  color: #3a3a90;
  text-decoration: none;
  display: inline-block;
}

.content-header>.container>.breadcrumb>li>a>i {
  margin-right: 5px;
}

.content-header>.container>.breadcrumb>li+li:before {
  content: '>\00a0';
}

.breadcrumb-item.active {
  color: #0E0E23;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #3a3a90;
}

@media (max-width: 991px) {
  .content-header>.breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;

    padding-left: 10px;
  }

  .content-header>.breadcrumb li:before {
    color: #b3b3b3;
  }

  .content-header>.container>.breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #666666;
    padding-left: 10px;
  }

  .content-header>.container>.breadcrumb li:before {
    color: #b3b3b3;
  }

  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }

  .navbar-custom-menu .navbar-nav>li {
    float: left;
  }

  .navbar-custom-menu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
}

.scrollable {
  position: relative;
}


.progress {
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress>.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress.sm {
  border-radius: 5px;
  height: 10px;
}

.progress.sm .progress-bar {
  border-radius: 5px;
}

.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}

.progress.vertical>.progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.progress.vertical.sm {
  width: 20px;
}

.table tr>td .progress {
  margin: 0;
}














.panel {
  position: relative;
  background-color: #ffffff;
  border: 0 solid transparent;
}

.panel>*:not(.panel-loading):not(.collapsing) {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.panel>.alert {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 575px) {

  .panel>.alert {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.panel>.table {
  margin-bottom: 0;
}

.panel>.table:first-child {
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child {
  border-top-left-radius: 0.214rem;
}

.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 0.214rem;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child {
  border-top-right-radius: 0.214rem;
}

.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 0.214rem;
}

.panel>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child {
  border-top-left-radius: 0.214rem;
}

.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 0.214rem;
}

.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child {
  border-top-right-radius: 0.214rem;
}

.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 0.214rem;
}

.panel>.table:last-child {
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

.panel>.table:last-child>thead:last-child>tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem;
}

.panel>.table:last-child>thead:last-child>tr:last-child td:last-child {
  border-bottom-left-radius: 0.214rem;
}

.panel>.table:last-child>thead:last-child>tr:last-child th:last-child {
  border-bottom-left-radius: 0.214rem;
}

.panel>.table:last-child>thead:last-child>tr:last-child td:first-child {
  border-bottom-right-radius: 0.214rem;
}

.panel>.table:last-child>thead:last-child>tr:last-child th:first-child {
  border-bottom-right-radius: 0.214rem;
}

.panel>.table:last-child>tbody:last-child>tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child {
  border-bottom-left-radius: 0.214rem;
}

.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child {
  border-bottom-left-radius: 0.214rem;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child {
  border-bottom-right-radius: 0.214rem;
}

.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child {
  border-bottom-right-radius: 0.214rem;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table>tr>td:first-child,
.panel>.table>tr>th:first-child {
  padding-left: 30px;
}

.panel>.table>tr>td:last-child,
.panel>.table>tr>th:last-child {
  padding-right: 30px;
}

.panel>.table>thead>tr>td:first-child,
.panel>.table>thead>tr>th:first-child {
  padding-left: 30px;
}

.panel>.table>thead>tr>td:last-child,
.panel>.table>thead>tr>th:last-child {
  padding-right: 30px;
}

.panel>.table>tbody>tr>td:first-child,
.panel>.table>tbody>tr>th:first-child {
  padding-left: 30px;
}

.panel>.table>tbody>tr>td:last-child,
.panel>.table>tbody>tr>th:last-child {
  padding-right: 30px;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 1px solid #cccccc;
}

.panel>.table>tfoot>tr>td:first-child,
.panel>.table>tfoot>tr>th:first-child {
  padding-left: 30px;
}

.panel>.table>tfoot>tr>td:last-child,
.panel>.table>tfoot>tr>th:last-child {
  padding-right: 30px;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.table-responsive>.table caption {
  padding-left: 30px 30px;
  padding-right: 30px 30px;
}

.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child {
  border-top-left-radius: 0.214rem;
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 0.214rem;
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child {
  border-top-right-radius: 0.214rem;
}

.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 0.214rem;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child {
  border-top-left-radius: 0.214rem;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 0.214rem;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child {
  border-top-right-radius: 0.214rem;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child>thead:last-child>tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child>thead:last-child>tr:last-child td:last-child {
  border-bottom-left-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child>thead:last-child>tr:last-child th:last-child {
  border-bottom-left-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child>thead:last-child>tr:last-child td:first-child {
  border-bottom-right-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child>thead:last-child>tr:last-child th:first-child {
  border-bottom-right-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child {
  border-bottom-left-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child {
  border-bottom-left-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child {
  border-bottom-right-radius: 0.214rem;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child {
  border-bottom-right-radius: 0.214rem;
}

.panel>.table-responsive .table>tr>td:first-child,
.panel>.table-responsive .table>tr>th:first-child {
  padding-left: 30px;
}

.panel>.table-responsive .table>tr>td:last-child,
.panel>.table-responsive .table>tr>th:last-child {
  padding-right: 30px;
}

.panel>.table-responsive .table>thead>tr>td:first-child,
.panel>.table-responsive .table>thead>tr>th:first-child {
  padding-left: 30px;
}

.panel>.table-responsive .table>thead>tr>td:last-child,
.panel>.table-responsive .table>thead>tr>th:last-child {
  padding-right: 30px;
}

.panel>.table-responsive .table>tbody>tr>td:first-child,
.panel>.table-responsive .table>tbody>tr>th:first-child {
  padding-left: 30px;
}

.panel>.table-responsive .table>tbody>tr>td:last-child,
.panel>.table-responsive .table>tbody>tr>th:last-child {
  padding-right: 30px;
}

.panel>.table-responsive .table>tfoot>tr>td:first-child,
.panel>.table-responsive .table>tfoot>tr>th:first-child {
  padding-left: 30px;
}

.panel>.table-responsive .table>tfoot>tr>td:last-child,
.panel>.table-responsive .table>tfoot>tr>th:last-child {
  padding-right: 30px;
}

.panel>.table caption {
  padding-left: 30px 30px;
  padding-right: 30px 30px;
}

.panel>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
  padding-right: 30px;
  padding-left: 30px;
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

@media (max-width: 575px) {

  .panel>.table>tr>td:first-child,
  .panel>.table>tr>th:first-child {
    padding-left: 20px;
  }

  .panel>.table>tr>td:last-child,
  .panel>.table>tr>th:last-child {
    padding-right: 20px;
  }

  .panel>.table>thead>tr>td:first-child,
  .panel>.table>thead>tr>th:first-child {
    padding-left: 20px;
  }

  .panel>.table>thead>tr>td:last-child,
  .panel>.table>thead>tr>th:last-child {
    padding-right: 20px;
  }

  .panel>.table>tbody>tr>td:first-child,
  .panel>.table>tbody>tr>th:first-child {
    padding-left: 20px;
  }

  .panel>.table>tbody>tr>td:last-child,
  .panel>.table>tbody>tr>th:last-child {
    padding-right: 20px;
  }

  .panel>.table>tfoot>tr>td:first-child,
  .panel>.table>tfoot>tr>th:first-child {
    padding-left: 20px;
  }

  .panel>.table>tfoot>tr>td:last-child,
  .panel>.table>tfoot>tr>th:last-child {
    padding-right: 20px;
  }

  .panel>.table-responsive .table>tr>td:first-child,
  .panel>.table-responsive .table>tr>th:first-child {
    padding-left: 20px;
  }

  .panel>.table-responsive .table>tr>td:last-child,
  .panel>.table-responsive .table>tr>th:last-child {
    padding-right: 20px;
  }

  .panel>.table-responsive .table>thead>tr>td:first-child,
  .panel>.table-responsive .table>thead>tr>th:first-child {
    padding-left: 20px;
  }

  .panel>.table-responsive .table>thead>tr>td:last-child,
  .panel>.table-responsive .table>thead>tr>th:last-child {
    padding-right: 20px;
  }

  .panel>.table-responsive .table>tbody>tr>td:first-child,
  .panel>.table-responsive .table>tbody>tr>th:first-child {
    padding-left: 20px;
  }

  .panel>.table-responsive .table>tbody>tr>td:last-child,
  .panel>.table-responsive .table>tbody>tr>th:last-child {
    padding-right: 20px;
  }

  .panel>.table-responsive .table>tfoot>tr>td:first-child,
  .panel>.table-responsive .table>tfoot>tr>th:first-child {
    padding-left: 20px;
  }

  .panel>.table-responsive .table>tfoot>tr>td:last-child,
  .panel>.table-responsive .table>tfoot>tr>th:last-child {
    padding-right: 20px;
  }

  .panel>.list-group .list-group-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}





.media {
  flex-shrink: 0;
}

.media .lead {
  line-height: 1.875rem;
}

.media.active {
  background-color: #f0f3f6;
}

.media.flex-column>div {
  width: 100%;
}

.media.flex-column>* {
  margin: 0;
}


.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  vertical-align: top;
}


.switch {
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 29px;
  cursor: pointer;
  white-space: nowrap;
}

.switch input {
  display: none;
}

.switch input:checked~.switch-indicator {
  background: #b0c0d0;
}

.switch input:checked~.switch-indicator::after {
  left: calc(100% - 20px);
  -webkit-box-shadow: 0px 0px 3px #f0f3f6;
  box-shadow: 0px 0px 3px #f0f3f6;
}

.switch-indicator {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  background: #f0f3f6;
  border-radius: 20px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.switch-indicator::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: inherit;
  background: #ffffff;
  border-radius: 50%;
  top: -5px;
  -webkit-box-shadow: 0px 0px 3px #4848b5;
  box-shadow: 0px 0px 3px #4848b5;
}





@media (max-width: 767px) {

  .table>tbody>tr>td,
  .table>tbody>tr>th {
    white-space: nowrap;
  }

  .table>tfoot>tr>td,
  .table>tfoot>tr>th {
    white-space: nowrap;
  }

  .table>thead>tr>td,
  .table>thead>tr>th {
    white-space: nowrap;
  }
}

.table>tbody>tr>td,
.table>tbody>tr>th {
  padding: 1rem;
  vertical-align: middle;
}

.table>tfoot>tr>td,
.table>tfoot>tr>th {
  padding: 1rem;
  vertical-align: middle;
}

.table>thead>tr>td,
.table>thead>tr>th {
  padding: 1rem;
  vertical-align: middle;
}



.table tr td .progress {
  margin-top: 5px;
}

.table.align th {
  text-align: left;
}

.table.align td {
  text-align: right;
}

table th {
  font-weight: 600;
}

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}



time {
  font-size: 0.8571rem;
  color: #4848b5;
}











.content-top-agile {
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .content-top-agile {
    border-radius: 25px 25px 0 0;
  }
}



.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border: 1px solid #f2426d;
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
  border: 1px solid #51ce8a;
}



@media print {

  .content-header,
  .main-header,
  .main-sidebar {
    display: none !important;
  }

  .content-wrapper,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .fixed .content-wrapper {
    padding-top: 0 !important;
  }

  .table-responsive {
    overflow: auto;
  }

  .table-responsive>.table tr td,
  .table-responsive>.table tr th {
    white-space: normal;
  }
}


.post {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #737373;
}

.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}



.calendar {
  float: left;
  margin-bottom: 0;
}

.res-tb-block {
  display: block;
  overflow: auto;
}

.calendar {
  float: left;
  margin-bottom: 0;
}

.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}

.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.chart canvas,
.chart svg {
  width: 100% !important;
}







/**********Nestable**********/














.timer {
  font-size: 3.2rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

.text {
  font-size: 1rem;
  margin-top: 0.5em;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 400;
}


.light-skin .switch-on {
  display: block;
  color: #475F7B;
}

.light-skin .switch-off {
  display: none;
}

.dark-skin .switch-on {
  display: none;
}

.dark-skin .switch-off {
  display: block;
  color: #475F7B;
}



.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #4d7cff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #4d7cff;
  z-index: 10;
  position: absolute;
}

@-moz-keyframes mappulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes "mappulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

.apexcharts-canvas {
  margin: 0 auto;
}

@keyframes fading {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opac {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

.apexcharts-datalabels-group text[dominant-baseline="auto"]:first-child {
  dominant-baseline: central;
}

.apexcharts-datalabels-group text[dominant-baseline="auto"]:nth-child(2) {
  dominant-baseline: text-after-edge;
}




.apexcharts-canvas text {
  fill: #b6b6c4 !important;
}







.form-group {
  margin-bottom: 1rem;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
  }

  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
  }

  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }
}


[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #a1a4b5;
}

[type="radio"]+label:before,
[type="radio"]+label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}


[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:before,
[type="radio"]:checked+label:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
  border: 2px solid #a1a4b5;
}

[type="radio"]:not(:checked)+label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}


[type="radio"]:checked+label:before {
  border: 2px solid transparent;
  animation: ripple 0.2s linear forwards;
}

[type="radio"]:checked+label:after {
  border: 2px solid #26a69a;
}

[type="radio"]:checked+label:after {
  background-color: #26a69a;
  z-index: 0;
}

[type="radio"]:checked+label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}








[type="radio"]:disabled:not(:checked)+label:before,
[type="radio"]:disabled:checked+label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}

[type="radio"]:disabled+label {
  color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked)+label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked+label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}



form p {
  margin-bottom: 10px;
  text-align: left;
}

form p:last-child {
  margin-bottom: 0;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] {}

[type="checkbox"]+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;

  -moz-user-select: none;

  -khtml-user-select: none;

  -ms-user-select: none;

  color: #a1a4b5;
}

[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #a1a4b5;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in)+label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled+label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"]:checked+label:before {
  top: -12px;
  right: 5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(-40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[type="tel"], [type="url"], [type="email"], [type="number"] , pre {
  direction: ltr !important;
}

[type="checkbox"]:checked:disabled+label:before {
  border-left: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}


[type="checkbox"]:indeterminate+label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled+label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

input[type="color"] {
  height: 42px;
}

.form-group label {
  font-weight: 500;
}

.form-control {
  box-shadow: none;
  background-color: #f6f9fb;
  border-color: #f6f9fb;
  height: auto;
}

.form-control:focus {
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #b6b6c4;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: #b6b6c4;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #b6b6c4;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #b6b6c4;
  opacity: 1;
}

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:read-only {
  background-color: #f6f9fb;
}

textarea.form-control {
  border-radius: 5px;
}

.input-group .input-group-text {
  border-radius: 5px;
  border-color: #f0f3f6;
  background-color: #f0f3f6;
}






.box {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0px;
  -webkit-transition: .5s;
  transition: .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.box .flex-column>li {
  border-bottom: 1px solid #f0f3f6;
  margin: 0;
}

.box .flex-column>li:last-of-type {
  border-bottom: none;
}

.box>.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

.box .overlay>.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000000;
  font-size: 2.143rem;
}

.box .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.pull-up {
  -webkit-transition: all .25s ease !important;
  -o-transition: all .25s ease !important;
  -moz-transition: all .25s ease !important;
  transition: all .25s ease !important;
}

.pull-up:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.box-header {
  color: #0E0E23;
  display: block;
  padding: 1.5rem;
  position: relative;
  border-bottom: 1px solid #f0f3f6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.box-header.with-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.box-header .box-title {
  display: inline-block;
  margin: 0;
  font-weight: 500;
}

.box-header>i {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 500;
}

.box-header img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.control {
  position: relative;
}

.box-body {
  padding: 1.5rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 10px;
}

.box-body .box-title {
  display: inline-block;
  margin: 0;
  margin-bottom: 1rem;
  color: #0E0E23;
}

.box-body>.table {
  margin-bottom: 0;
}

.box-body>*:last-child {
  margin-bottom: 0;
}

.box-body ul li {
  line-height: 24px;
}

.box-title {
  z-index: auto;
}

.box-title code {
  font-size: 0.7143rem;
}












.badge {
  border-radius: 3px;
  font-weight: 300;
  line-height: 1.3;
  font-size: 85%;
}

.badge:empty {
  display: inline-block;
  vertical-align: inherit;
}



.modal {
  background: rgba(0, 0, 0, 0.1);
}

.modal-backdrop.show {
  opacity: 0.1;
}

.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.modal-right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translate(100%, 0) !important;
  transform: translate(100%, 0) !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.modal-right .modal-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 0;
}

.modal-content {
  border-radius: 0.42rem;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}

.modal-header {
  border-bottom-color: #f0f3f6;
  padding: 1.5rem 1.75rem;
}

.modal-header .modal-title {
  color: #0E0E23;
  font-weight: 500;
}

.modal-footer {
  border-top-color: #f0f3f6;
  display: inline-block;
  padding: 1.5rem 1.75rem;
}

.modal-body {
  color: #2d314c;
  padding: 1.5rem 1.75rem;
}

.model_img {
  cursor: pointer;
}



.subtitle {
  display: block;
  margin-top: 8px;
  margin-bottom: 5px;
  color: #7f839a;
}


.flexbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flexbox .dropdown i {
  font-size: 1rem;
}

.flexbox>* {
  margin-left: 4px;
  margin-right: 4px;
}

.flexbox>*:last-child {
  margin-right: 0;
}

.flexbox>*:first-child {
  margin-left: 0;
}

.flexbox .dropdown a i {
  font-size: 1rem;
}

ul.flexbox {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}


.dropdown-toggle {
  cursor: pointer;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.dropdown-item {
  color: #7f839a;
  font-weight: 400;
  padding: 10px 15px;
  width: auto;
  margin: 5px;
  border-radius: 5px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

.dropdown-item i {
  margin-right: 0.5rem;
}

.dropdown-menu {
  color: #a1a4b5;
  border-radius: 2px;
  font-size: 1rem;
  border-color: #f0f3f6;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #0E0E23;
  background-color: #f0f3f6;
}

.dropdown-menu {
  color: #0E0E23;
  border-radius: 5px;
  font-size: 13px;
  border-color: #f0f3f6;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
}

.dropdown-item .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.875rem;
}


.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

.percent :after {
  content: '%';
  margin-left: 0.1em;
  font-size: 0.8571rem;
}


.box .media,
.box .box-body .media,
.box .box-header .media {
  box-shadow: none;
}

[class*=col-]>.media {
  border-radius: 5px;
}

.media {
  padding: 1rem;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.media>* {
  margin: 0rem 1rem;
}

.media .nav-link:hover,
.media .nav-link:focus {
  background-color: transparent;
}

.media a:not(.btn):not(.avatar) {
  color: #0E0E23;
}

.media.flex-column>* {
  margin: 0;
}

.media.flex-column>div {
  width: 100%;
}

.media.active {
  background-color: #f0f3f6;
}

.media.items-center {
  -webkit-box-align: center;
  align-items: center;
}

.media .media {
  margin-top: 1.25rem;
}

.media .lead {
  line-height: 1.875rem;
}

.media .title {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

.media .avatar {
  flex-shrink: 0;
}

.media .align-center {
  -ms-grid-row-align: center;
  align-self: center;
}

.media .dropdown .dropdown-toggle {
  opacity: .7;
}

.media .dropdown:hover .dropdown-toggle {
  opacity: 1;
}

.media .dropdown.open .dropdown-toggle {
  opacity: 1;
}

.media .nav {
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

.media .nav-link {
  line-height: 24px;
  font-size: 90%;
  padding: 0 8px;
}




.bg-img {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.box.bg-img,
.box .bg-img {
  border-radius: 5px;
}

[data-overlay-light] {
  position: relative;
}

[data-overlay-light]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  border-radius: inherit;
  display: block;
}

[data-overlay-light="1"]::before {
  opacity: 0.1;
}

[data-overlay-light="2"]::before {
  opacity: 0.2;
}

[data-overlay-light="3"]::before {
  opacity: 0.3;
}

[data-overlay-light="4"]::before {
  opacity: 0.4;
}

[data-overlay-light="5"]::before {
  opacity: 0.5;
}

[data-overlay-light="6"]::before {
  opacity: 0.6;
}

[data-overlay-light="7"]::before {
  opacity: 0.7;
}

[data-overlay-light="8"]::before {
  opacity: 0.8;
}

[data-overlay-light="9"]::before {
  opacity: 0.9;
}




.nav-dot-separated .nav-item::after,
.nav-dot-separated>.nav-link::after {
  content: '/';
  vertical-align: middle;
  color: #0E0E23;
  opacity: 0.4;
  cursor: default;
}

.nav-dot-separated .nav-link:hover,
.nav-dot-separated .nav-link:active,
.nav-dot-separated .nav-link:focus,
.nav-dot-separated .nav-link.active {
  background-color: transparent;
}

.nav-dot-separated .nav-item,
.nav-dot-separated>.nav-link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

.nav-dot-separated .nav-item:last-child::after,
.nav-dot-separated>.nav-link:last-child::after {
  display: none;
}

.nav.g-0>.nav-link:first-child,
.nav.g-0 .nav-item:first-child .nav-link {
  padding-left: 0;
}






.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0% 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  position: relative;
  padding: 0.5rem 1.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #2d314c;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .nav-tabs .nav-link {
    padding: 8px 12px;
  }
}


.lookup {
  position: relative;
  display: -webkit-block;
  display: block;
  -webkit-box-align: center;
  align-items: center;
}

.lookup::before {
  content: "\e610";
  font-family: themify;
  font-size: 1rem;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.4);
  width: 36px;
  text-align: center;
  cursor: text;
}

.lookup input {
  color: #0E0E23;
  border: 1px solid #f0f3f6;
  border-radius: 18px;
  height: 25px;
  width: 200px;
  max-width: 100%;
  padding-left: 36px !important;
  padding-right: 18px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .5px;
  outline: none !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.lookup input::-webkit-input-placeholder {
  color: rgba(14, 14, 35, 0.7);
}

.lookup input:-moz-placeholder {
  color: rgba(14, 14, 35, 0.7);
}

.lookup input::-moz-placeholder {
  color: rgba(14, 14, 35, 0.7);
}

.lookup input:-ms-input-placeholder {
  color: rgba(14, 14, 35, 0.7);
}

.lookup input:focus {
  background-color: rgba(14, 14, 35, 0.04);
}

.lookup input+input {
  border-left: none;
}

.lookup .btn {
  height: 36px;
  line-height: 36px;
}






.control {
  margin-bottom: 0;
  display: inline;
  padding-left: 0;
  padding-top: 0;
  cursor: pointer;
  font-size: 1.143rem;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

td .label {
  font-size: 100%;
}

.badge {
  font-weight: normal;
}


.chat {
  padding: 5px 20px 5px 10px;
}

.chat .item {
  margin-bottom: 10px;
}

.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}

.chat .item>img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 5px;
}

.chat .item>.online {
  border: 2px solid #51ce8a;
}

.chat .item>.offline {
  border: 2px solid #f2426d;
}

.chat .item>.message {
  margin-left: 55px;
  margin-top: -40px;
  color: #737373;
}

.chat .item>.message>.name {
  display: block;
  font-weight: 600;
}

.chat .item>.attachment {
  border-radius: 5px;
  background-color: #f0f3f6;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}

.chat .item>.attachment .pull-right .btn {
  top: 10px;
  position: relative;
  border-radius: 5px;
}

.chat .item>.attachment>h4 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 1rem;
}

.chat .item>.attachment>.filename,
.chat .item>.attachment>p {
  font-weight: 600;
  font-size: 1rem;
  font-style: italic;
  margin: 0;
}

.chat .item>.attachment:before,
.chat .item>.attachment:after {
  content: " ";
  display: table;
}


.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 400;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100% !important;
  margin-left: 1px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #8c8c8c;
  background: transparent;
}

.timeline:after {
  clear: both;
}

.timeline:before,
.timeline:after {
  content: " ";
  display: block;
}

@media (max-width: 767px) {
  .timeline.timeline {
    width: 100%;
    max-width: 100%;
  }

  .timeline.timeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px;
  }
}



.anim {
  opacity: 0;
}

.anim.animated {
  opacity: 1;
}

#timeline {
  list-style: none;
  position: relative;
  margin: 50px auto;
  width: 90%;
}

#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #4d7cff;
  left: 50%;
  margin-left: -1.5px;
}

.clear {
  clear: both;
}






.btn {
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: inherit;
  padding: 8px 16px;
  font-size: 1.1rem;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover {
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.1), 0 4px 23px 0 rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.1), 0 4px 23px 0 rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}

.btn[class*=bg-]:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn.dropdown-toggle:after {
  display: none;
}

a.btn {
  text-decoration: none !important;
}

button.btn.dropdown-toggle:after {
  display: inline-block;
}

.btn-sm {
  padding: .375rem .75rem;
  font-size: .925rem;
  line-height: 1.35;
}

.btn-lg {
  font-size: 1.286rem;
  padding: 18px 32px;
}








.alert {
  border-radius: 5px;
}

.alert .icon {
  margin-right: 10px;
}

.alert .close {
  color: #0E0E23;
  opacity: .2;
  filter: alpha(opacity=20);
}

.alert .close:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

.alert a {
  color: #ffffff;
  text-decoration: underline;
}


.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
  color: #0E0E23;
  background: #2b5cfd;
}

.flex-column>li>a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #0E0E23;
}

.flex-column>li>a .nav-link.active {
  background: 0% 0;
  color: #ffffff;
  border-top: 0;
}

.flex-column>li>a .nav-link.active:hover {
  background: 0% 0;
  color: #ffffff;
  border-top: 0;
}

.flex-column>li .header {
  border-bottom: 1px solid #d9d9d9;
  color: #737373;
  margin-bottom: 10px;
  padding: 5px 10px;
}





.bullet {
  display: inline-block;
  background-color: #f0f3f6;
  width: 10px;
  height: 2px;
  border-radius: 2rem;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #3F4254;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}

.tooltip .tooltip-inner {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

.list-group-item {
  padding: 0.5rem 1.5rem;
}





img.away {
  border-left-color: #ffc40d !important;
}

img.online {
  border-left-color: #40ac2b !important;
}

img.offline {
  border-left-color: #ddd !important;
}

img.away,
img.offline,
img.online {
  border-left: 3px solid #fff;
}


.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}


@media only screen and (max-width: 410px) {
  .waves-effect {
    padding: 9px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 374px) {
  .waves-effect {
    padding: 2px 10px;

  }
}

@media only screen and (max-width: 410px) {
  .waves-effect {
    padding: 9px;
    font-size: 12px;
    text-align: center;
    line-height: 1em;
    -webkit-mask-image: none;
  }
}

.btn-group>.btn {
  position: relative;
  margin: 2px;
  flex: 1 1 auto;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}


.avatar {
  position: relative;
  transition: .2s;
  background: #fff;
  border-radius: 50%;
}

.avatar:not(:first-child) {
  margin-left: -10px;
}

.avatar:hover {
  z-index: 1;
  transform: translateY(-.5rem);
}

.avatar img {
  display: block;
  object-fit: cover;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .1);
}