@font-face {
  font-family: Rubik;
  src: local("Rubik Regular"), url(../../../fonts/Rubik-Regular.woff) format("woff"), url(../../../fonts/Rubik-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: Rubik;
  src: local("Rubik Medium"), url(../../../fonts/Rubik-Medium.woff) format("woff"), url(../../../fonts/Rubik-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Rubik;
  src: local("Rubik Bold"), url(../../../fonts/Rubik-Bold.woff) format("woff"), url(../../../fonts/Rubik-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: Magistral;
  src: local("Magistral"), url(../../../fonts/Magistral-BoldItalic.woff) format("woff"), url(../../../fonts/Magistral-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap
}

html {
  position: relative;
  min-height: 100%
}

body {
  overflow-x: hidden
}

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

.content-page {
  margin-left: 240px;
  overflow: hidden;
  padding: 0 15px 65px 15px;
  min-height: 80vh;
  margin-top: 70px
}

.left-side-menu {
  width: 240px;
  background: #fff;
  bottom: auto;
  padding: 20px 0;
  position: fixed;
  transition: all .1s ease-out;
  top: 70px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    max-height: 100%;
    overflow: auto;
    padding-bottom: 102px;
}

.left-side-menu::-webkit-scrollbar {
    width: 5px;
}

.left-side-menu::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
}

.left-side-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #f2f2f2;
}
​

.left-side-menu .btn {
  font-size: 14px;
  margin: 0 auto 12px;
  display: inline-block
}

body[data-sidebar-size=condensed] .left-side-menu .btn {
  padding: 8px;
  text-align: center;
  line-height: 1
}

body[data-sidebar-size=condensed] .left-side-menu .btn svg {
  margin-right: 0;
  margin-top: 0
}

body[data-sidebar-size=condensed] .left-side-menu .btn span {
  display: none
}

.left-side-menu .guest_user_box {
  margin: 12px 0;
  text-align: center
}

.left-side-menu .guest_user_box hr {
  border-bottom: 1px solid #f3f7f9;
  margin: 0 24px
}

.left-side-menu .guest_user_desc {
  font-size: 14px;
  padding: 0 24px
}

body[data-sidebar-size=condensed] .left-side-menu .guest_user_desc {
  visibility: hidden;
  max-height: 84px
}

.sidebar-sep {
  height: 1px;
  background: #f3f7f9;
  margin: 12px 20px
}

#sidebar-menu > ul {
  list-style: none;
  padding: 0
}

#sidebar-menu > ul > li > a {
  color: #6e768e;
  display: block;
  padding: 12px 20px;
  position: relative;
  transition: all .4s;
  font-family: Rubik, sans-serif;
  font-size: 16px
}

#sidebar-menu > ul > li > a svg {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-right: 10px;
  fill: #6e768e
}

#sidebar-menu > ul > li > a:active,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu > ul > li > a:hover {
  color: #4a81d4;
  text-decoration: none
}

#sidebar-menu > ul > li > a:active svg,
#sidebar-menu > ul > li > a:focus svg,
#sidebar-menu > ul > li > a:hover svg {
  fill: #4a81d4
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle
}

#sidebar-menu > ul > li > a .drop-arrow {
  float: right
}

#sidebar-menu > ul > li > a .drop-arrow i {
  margin-right: 0
}

#sidebar-menu > ul > li > a.mm-active {
  color: #4a81d4
}

#sidebar-menu > ul > li ul {
  padding-left: 34px;
  list-style: none
}

#sidebar-menu > ul > li ul ul {
  padding-left: 20px
}

#sidebar-menu .badge {
  margin-top: 4px
}

#sidebar-menu .menu-title {
  padding: 10px 20px;
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: .6875rem;
  text-transform: uppercase;
  color: #6e768e;
  font-weight: 400
}

#sidebar-menu .menuitem-active > a {
  color: #4a81d4
}

#sidebar-menu .menuitem-active > a svg {
  fill: #4a81d4
}

#sidebar-menu .menuitem-active .active {
  color: #4a81d4
}

.nav-second-level li a {
  padding: 8px 20px;
  color: #6e768e;
  display: block;
  position: relative;
  transition: all .4s;
  font-size: 16px
}

.nav-second-level li a:focus,
.nav-second-level li a:hover {
  color: #4a81d4
}

.nav-second-level li.active > a {
  color: #4a81d4
}

.menu-arrow {
  transition: transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Material Design Icons';
  text-rendering: auto;
  line-height: 1.5rem;
  font-size: 1.1rem;
  transform: translate(0, 0)
}

.menu-arrow:before {
  content: "\F0142"
}

[dir=rtl] .menu-arrow:before {
  content: "\F0141"
}

li > a[aria-expanded=true] > span.menu-arrow {
  transform: rotate(90deg)
}

li.menuitem-active > a:not(.collapsed) > span.menu-arrow {
  transform: rotate(90deg)
}

body[data-sidebar-size=condensed] .logo-box {
  width: 70px !important
}

body[data-sidebar-size=condensed] .logo span.logo-lg {
  display: none
}

body[data-sidebar-size=condensed] .logo span.logo-sm {
  display: block
}

body[data-sidebar-size=condensed] .left-side-menu {
  width: 70px !important;
  z-index: 5
}

body[data-sidebar-size=condensed] .left-side-menu .simplebar-content-wrapper,
body[data-sidebar-size=condensed] .left-side-menu .simplebar-mask {
  overflow: visible !important
}

body[data-sidebar-size=condensed] .left-side-menu .simplebar-scrollbar {
  display: none !important
}

body[data-sidebar-size=condensed] .left-side-menu .simplebar-offset {
  bottom: 0 !important
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .badge,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .label,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .menu-arrow,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .menu-title {
  display: none !important
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .nav.collapse {
  height: inherit !important
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 54px;
  transition: none
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a svg {
  width: 18px;
  height: 18px;
  margin-left: 6px;
  fill: #6e768e
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:active,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:focus,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:hover {
  color: #4a81d4
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:active svg,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:focus svg,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:hover svg {
  fill: #4a81d4
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a span {
  display: none;
  padding-left: 25px
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: calc(190px + 70px);
  color: #4a81d4;
  background-color: #f3f7f9;
  box-shadow: inset 3px 5px 10px 0 rgba(154, 161, 171, .2)
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > a span {
  display: inline
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover a.active :after,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover a.open :after {
  display: none
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing {
  display: block !important;
  height: auto !important;
  transition: none !important
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing > ul {
  display: block !important;
  left: 70px;
  position: absolute;
  width: 190px;
  box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, .2)
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul ul,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing > ul ul {
  box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, .2)
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing > ul a {
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a:hover,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing > ul a:hover {
  color: #4a81d4
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: #fff
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul li:hover > .collapsing {
  display: block !important;
  height: auto !important;
  transition: none !important
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse > ul,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul li:hover > .collapsing > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul li > a span.pull-right {
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg)
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul li.active a {
  color: #4a81d4
}

body[data-sidebar-size=condensed] .content-page {
  margin-left: 70px !important
}

@media (min-width:992px) {
  body[data-sidebar-size=condensed] .footer {
    left: 70px !important
  }
}

body[data-sidebar-size=condensed] .user-name {
  visibility: hidden !important
}

body[data-sidebar-size=condensed] .user-box img.avatar-md {
  width: 30px;
  height: 30px
}

@media (min-width:768px) {
  body[data-sidebar-size=condensed]:not([data-layout=compact]) {
    min-height: 1750px
  }
}

@media (max-width:767.98px) {
  .pro-user-name {
    display: none
  }
}

@media (max-width:991.98px) {
  body {
    overflow-x: hidden;
    padding-bottom: 80px
  }

  .left-side-menu {
    display: none;
    z-index: 10 !important
  }

  .sidebar-enable .left-side-menu {
    display: block
  }

  .content-page,
  body[data-sidebar-size=condensed] .content-page {
    margin-left: 0 !important;
    padding: 0 10px
  }

  .footer {
    left: 0 !important
  }
}

body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .logo-box {
  width: 160px !important
}

body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu {
  width: 160px !important;
  text-align: center
}

body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu #sidebar-menu > ul > li > a > i {
  display: block;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0
}

body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu #sidebar-menu > ul > li > a svg {
  display: block;
  margin: 0 auto 5px auto;
  fill: #6e768e
}

body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu #sidebar-menu > ul ul {
  padding-left: 0
}

body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu #sidebar-menu > ul ul a {
  padding: 10px 20px
}

body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu .badge,
body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu .menu-arrow {
  display: none !important
}

body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu + .content-page {
  margin-left: 160px
}

body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu + .content-page .footer {
  left: 160px
}

body[data-sidebar-size=compact]:not([data-sidebar-size=condensed]) .left-side-menu .menu-title {
  background-color: #f3f7f9
}

body[data-sidebar-color=dark] .logo-box {
  background-color: #38414a
}

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

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

body[data-sidebar-color=dark] .left-side-menu {
  background-color: #38414a;
  box-shadow: none
}

body[data-sidebar-color=dark] .left-side-menu #sidebar-menu > ul > li > a {
  color: #9097a7
}

body[data-sidebar-color=dark] .left-side-menu #sidebar-menu > ul > li > a:active,
body[data-sidebar-color=dark] .left-side-menu #sidebar-menu > ul > li > a:focus,
body[data-sidebar-color=dark] .left-side-menu #sidebar-menu > ul > li > a:hover {
  color: #c8cddc
}

body[data-sidebar-color=dark] .left-side-menu #sidebar-menu > ul > li > a.mm-active {
  color: #fff;
  background-color: #3d4751
}

body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menu-title {
  color: #adb5bd
}

body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menuitem-active > a {
  color: #4a81d4
}

body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menuitem-active .active {
  color: #4a81d4
}

body[data-sidebar-color=dark] .left-side-menu .nav-second-level li a,
body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li a {
  color: #9097a7
}

body[data-sidebar-color=dark] .left-side-menu .nav-second-level li a:focus,
body[data-sidebar-color=dark] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li a:hover {
  background-color: transparent;
  color: #c8cddc
}

body[data-sidebar-color=dark] .left-side-menu .nav-second-level li.active > a,
body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li.active > a {
  color: #fff
}

body[data-sidebar-color=dark] .left-side-menu .user-box .dropdown > a {
  color: #fff !important
}

body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
  background-color: #38414a;
  box-shadow: none
}

body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
  color: #4a81d4
}

body[data-sidebar-color=dark][data-sidebar-size=compact] #wrapper .left-side-menu .menu-title {
  background-color: rgba(255, 255, 255, .03)
}

body[data-sidebar-color=brand] .logo-box,
body[data-sidebar-color=gradient] .logo-box {
  background-color: #4a81d4
}

body[data-sidebar-color=brand] .logo-box .logo-dark,
body[data-sidebar-color=gradient] .logo-box .logo-dark {
  display: none
}

body[data-sidebar-color=brand] .logo-box .logo-light,
body[data-sidebar-color=gradient] .logo-box .logo-light {
  display: block
}

body[data-sidebar-color=brand] .menuitem-active > a,
body[data-sidebar-color=gradient] .menuitem-active > a {
  color: #fff !important
}

body[data-sidebar-color=brand] .left-side-menu,
body[data-sidebar-color=gradient] .left-side-menu {
  background-color: #4a81d4;
  box-shadow: none
}

body[data-sidebar-color=brand] .left-side-menu #sidebar-menu > ul > li > a,
body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu > ul > li > a {
  color: rgba(255, 255, 255, .7)
}

body[data-sidebar-color=brand] .left-side-menu #sidebar-menu > ul > li > a:active,
body[data-sidebar-color=brand] .left-side-menu #sidebar-menu > ul > li > a:focus,
body[data-sidebar-color=brand] .left-side-menu #sidebar-menu > ul > li > a:hover,
body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu > ul > li > a:active,
body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu > ul > li > a:focus,
body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu > ul > li > a:hover {
  color: rgba(255, 255, 255, .9)
}

body[data-sidebar-color=brand] .left-side-menu #sidebar-menu > ul > li > a.mm-active,
body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu > ul > li > a.mm-active {
  color: #fff;
  background-color: rgba(255, 255, 255, .07)
}

body[data-sidebar-color=brand] .left-side-menu #sidebar-menu .menu-title,
body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu .menu-title {
  color: rgba(255, 255, 255, .6)
}

body[data-sidebar-color=brand] .left-side-menu #sidebar-menu .mm-active .active,
body[data-sidebar-color=gradient] .left-side-menu #sidebar-menu .mm-active .active {
  color: #fff
}

body[data-sidebar-color=brand] .left-side-menu .nav-second-level li a,
body[data-sidebar-color=brand] .left-side-menu .nav-thrid-level li a,
body[data-sidebar-color=gradient] .left-side-menu .nav-second-level li a,
body[data-sidebar-color=gradient] .left-side-menu .nav-thrid-level li a {
  color: rgba(255, 255, 255, .7)
}

body[data-sidebar-color=brand] .left-side-menu .nav-second-level li a:focus,
body[data-sidebar-color=brand] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar-color=brand] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar-color=brand] .left-side-menu .nav-thrid-level li a:hover,
body[data-sidebar-color=gradient] .left-side-menu .nav-second-level li a:focus,
body[data-sidebar-color=gradient] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar-color=gradient] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar-color=gradient] .left-side-menu .nav-thrid-level li a:hover {
  background-color: transparent;
  color: #fff
}

body[data-sidebar-color=brand] .left-side-menu .nav-second-level li.active > a,
body[data-sidebar-color=brand] .left-side-menu .nav-thrid-level li.active > a,
body[data-sidebar-color=gradient] .left-side-menu .nav-second-level li.active > a,
body[data-sidebar-color=gradient] .left-side-menu .nav-thrid-level li.active > a {
  color: #fff
}

body[data-sidebar-color=brand] .left-side-menu .user-box .dropdown > a,
body[data-sidebar-color=gradient] .left-side-menu .user-box .dropdown > a {
  color: #fff !important
}

body[data-sidebar-color=brand][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a,
body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
  background-color: #4a81d4;
  box-shadow: none;
  color: #fff
}

body[data-sidebar-color=brand][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active,
body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
  color: #4a81d4
}

body[data-sidebar-color=brand][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,
body[data-sidebar-color=brand][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a,
body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,
body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a {
  color: #6e768e
}

body[data-sidebar-color=brand][data-sidebar-size=compact] #wrapper .left-side-menu .menu-title,
body[data-sidebar-color=gradient][data-sidebar-size=compact] #wrapper .left-side-menu .menu-title {
  background-color: rgba(255, 255, 255, .05)
}

body[data-sidebar-color=gradient] .left-side-menu,
body[data-sidebar-color=gradient] .logo-box {
  background: #683ba9;
  background-image: linear-gradient(270deg, rgba(64, 149, 216, .15), transparent)
}

body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
  background: #683ba9
}

body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
  color: #4a81d4
}

body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-second-level li a,
body[data-sidebar-color=gradient][data-sidebar-size=condensed] #wrapper .left-side-menu .nav-thrid-level li a {
  color: #6e768e
}

.user-box {
  display: none
}

.user-pro-dropdown {
  background-color: #f3f7f9;
  box-shadow: none;
  padding: 15px 5px;
  width: 90%;
  margin-left: 5% !important;
  margin-top: 10px !important
}

.user-pro-dropdown .dropdown-item {
  border-radius: 3px
}

.user-pro-dropdown .dropdown-item:hover {
  background-color: #0093ed;
  color: #fff
}

@media (min-width:992px) {
  body[data-layout-mode=detached] .navbar-custom .container-fluid {
    max-width: 1300px
  }

  body[data-layout-mode=detached] #wrapper {
    max-width: 95%;
    margin: 0 auto
  }

  body[data-layout-mode=detached] .left-side-menu {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px
  }

  body[data-layout-mode=detached] .content-page {
    padding-bottom: 30px
  }

  body[data-layout-mode=detached] .logo-box {
    background-color: transparent;
    background-image: none
  }
}

body[data-sidebar-showuser=true] .user-box {
  display: block
}

body[data-sidebar-icon=twotones] #sidebar-menu > ul > li > a i {
  color: #0093ed
}

body[data-sidebar-icon=twotones] #sidebar-menu > ul > li > a svg {
  width: 18px;
  height: 18px;
  margin-left: 3px;
  margin-right: 10px;
  color: #0093ed;
  fill: rgba(0, 147, 237, .2)
}

.logo {
  display: block
}

.logo span.logo-lg {
  display: block
}

.logo span.logo-sm {
  display: none
}

.logo .logo-lg-text-dark {
  color: #323a46;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase
}

.logo .logo-lg-text-light {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase
}

.logo-box {
  height: 70px;
  width: 240px;
  float: left;
  transition: all .1s ease-out;
  margin-right: 12px
}

.logo-box .logo {
  line-height: 70px
}

.logo-light {
  display: block
}

.logo-dark {
  display: none
}

.navbar-custom {
  background-color: #38414a;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  padding: 0 10px 0 0;
  position: fixed;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1001
}

.navbar-custom .topnav-menu > li {
  float: left
}

.navbar-custom .topnav-menu .nav-link {
  padding: 0 15px;
  color: rgba(255, 255, 255, .6);
  min-width: 32px;
  display: block;
  line-height: 70px;
  text-align: center;
  max-height: 70px
}

.navbar-custom .topnav-menu .collapse_lines {
  width: 22px;
  margin: 0 auto
}

.navbar-custom .topnav-menu .collapse_lines span {
  display: block;
  height: 3px;
  background: #323a46;
  margin-bottom: 4.5px
}

.navbar-custom .topnav-menu .collapse_lines span:last-child {
  margin-bottom: 0
}

.navbar-custom .dropdown .nav-link.show {
  background-color: rgba(255, 255, 255, .05)
}

.navbar-custom .container-fluid {
  padding: 0
}

.navbar-custom .app-search {
  height: 70px;
  display: table;
  max-width: 280px;
  margin-right: 20px;
}

.navbar-custom .app-search .app-search-box {
  display: table-cell;
  vertical-align: middle;
  position: relative
}

.navbar-custom .app-search .app-search-box input::placeholder {
  font-size: .8125rem;
  color: rgba(255, 255, 255, .3)
}

.navbar-custom .app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 20px;
  padding-right: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, .07);
  box-shadow: none;
  border-radius: 30px 0 0 30px
}

.navbar-custom .app-search .input-group-text {
  margin-left: 0 !important;
  z-index: 4
}

.navbar-custom .app-search .btn {
  background-color: rgba(255, 255, 255, .07);
  border-color: transparent;
  color: rgba(255, 255, 255, .3);
  border-radius: 0 30px 30px 0;
  box-shadow: none !important
}

.navbar-custom .button-menu-mobile {
  border: none;
  color: #fff;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 60px;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer
}

.navbar-custom .button-menu-mobile.disable-btn {
  display: none
}

.noti-scroll {
  max-height: 230px
}

.notification-list {
  margin-left: 0
}

.notification-list .noti-title {
  background-color: transparent;
  padding: 15px 20px
}

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

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

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

.notification-list .notify-item .notify-details {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #343a40
}

.notification-list .notify-item .notify-details b {
  font-weight: 500
}

.notification-list .notify-item .notify-details small {
  display: block
}

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

.notification-list .notify-item .user-msg {
  white-space: normal;
  line-height: 16px
}

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

.noti-icon {
  font-size: 21px;
  vertical-align: middle
}

.profile-dropdown {
  min-width: 193px
}

.profile-dropdown i {
  vertical-align: middle;
  margin-right: 5px
}

.nav-user {
  padding: 0 12px !important
}

.nav-user img {
  height: 32px;
  width: 32px;
  object-fit: cover;
}

.fullscreen-enable [data-toggle=fullscreen] .fe-maximize::before {
  content: "\e88d"
}

@media (max-width:991.98px) {
  .logo-box {
    width: 70px !important;
    padding-right: 0 !important
  }

  .logo-box .logo-lg {
    display: none !important
  }

  .logo-box .logo-sm {
    display: block !important
  }
}

@media (max-width:600px) {
  .navbar-custom .dropdown {
    position: static
  }

  .navbar-custom .dropdown .dropdown-menu {
    left: 10px !important;
    right: 10px !important
  }
}

body[data-topbar-color=light] .navbar-custom {
  background-color: #fff !important;
  box-shadow: 0 .75rem 6rem rgba(56, 65, 74, .03)
}

body[data-topbar-color=light] .navbar-custom .topnav-menu .nav-link {
  color: #6c757d
}

body[data-topbar-color=light] .navbar-custom .dropdown .nav-link.show {
  background-color: rgba(50, 58, 70, .03)
}

body[data-topbar-color=light] .navbar-custom .button-menu-mobile {
  color: #323a46
}

body[data-topbar-color=light] .navbar-custom .app-search input::placeholder {
  color: #adb5bd !important
}

body[data-topbar-color=light] .navbar-custom .app-search .form-control {
  color: #323a46;
  background-color: #f3f7f9;
  border-color: #f3f7f9
}

body[data-topbar-color=light] .navbar-custom .app-search .btn {
  background-color: #f3f7f9;
  color: #ced4da;
  padding: .35rem .9rem
}

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

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

@media (max-width:991.98px) {
  body[data-layout-mode=horizontal] .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
  }

  body[data-layout-mode=horizontal] .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    height: 16px;
    transition: all .5s ease;
    margin-top: calc(54px / 2)
  }

  body[data-layout-mode=horizontal] .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #6c757d;
    display: block;
    margin-bottom: 5px;
    transition: transform .5s ease
  }

  body[data-layout-mode=horizontal] .navbar-toggle.open span {
    position: absolute
  }

  body[data-layout-mode=horizontal] .navbar-toggle.open span:first-child {
    top: 7px;
    transform: rotate(45deg)
  }

  body[data-layout-mode=horizontal] .navbar-toggle.open span:nth-child(2) {
    visibility: hidden
  }

  body[data-layout-mode=horizontal] .navbar-toggle.open span:last-child {
    width: 100%;
    top: 7px;
    transform: rotate(-45deg)
  }
}

body[data-layout-mode=horizontal] .button-menu-mobile {
  display: none
}

body[data-layout-mode=horizontal] .logo-box {
  width: auto;
  padding-right: 50px;
  background-color: transparent
}

@media (min-width:992px) and (max-width:1366px) {
  body[data-layout-mode=horizontal] .logo-box {
    padding-left: 20px
  }
}

@media (max-width:360px) {
  .navbar-custom .topnav-menu .nav-link {
    padding: 0 12px
  }

  .navbar-custom .button-menu-mobile {
    width: 45px
  }
}

body[data-layout-mode=two-column][data-topbar-color=dark] .navbar-custom .logo-box .logo-light {
  display: none
}

body[data-layout-mode=two-column][data-topbar-color=dark] .navbar-custom .logo-box .logo-dark {
  display: block
}

body[data-layout-mode=two-column][data-topbar-color=dark][data-sidebar-color=dark] .navbar-custom .logo-box .logo-light {
  display: block
}

body[data-layout-mode=two-column][data-topbar-color=dark][data-sidebar-color=dark] .navbar-custom .logo-box .logo-dark {
  display: none
}

.page-title-box {
  margin: 24px 0
}

.page-title-box .page-title {
  font-size: 30px;
  font-family: Magistral, sans-serif;
  margin: 0;
  line-height: 1;
  color: #323a46
}

.page-title-box .breadcrumb {
  font-size: 14px
}

.page-title-box .yw-btn-additem {
  margin-right: 24px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px
}

@media (max-width:768px) {
  .page-title-box .yw-btn-additem {
    margin-right: 0
  }
}

.page-intro__head .page-title-box {
  flex-direction: column-reverse !important;
  align-items: flex-start !important
}

@media (max-width:768px) {
  .page-intro__head .page-title-box {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1
  }
}

.page-intro__head .page-title-box .page-title {
  color: #fff;
  margin-bottom: 12px;
  font-size: 40px
}

@media (max-width:768px) {
  .page-intro__head .page-title-box .page-title {
    margin-bottom: 0;
    font-size: 24px
  }
}

.page-intro__head .page-title-box .breadcrumb .breadcrumb-item,
.page-intro__head .page-title-box .breadcrumb a {
  color: #fff
}

.page-intro__head .page-title-box .breadcrumb .breadcrumb-item.active {
  opacity: .5
}

@media (max-width:767.98px) {
  .page-title-box .page-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px
  }

  .page-title-box .breadcrumb {
    display: none
  }
}

@media (max-width:640px) {
  .page-title-box .page-title-right {
    display: none
  }
}

@media (max-width:419px) {
  .page-title-box .breadcrumb {
    display: none
  }
}

.page-intro__head {
  position: relative
}

.page-intro__head:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(23, 24, 38, .55);
  z-index: 0
}

.page-intro__head .page-intro-title {
  z-index: 1
}

.page-intro-text {
  max-width: 790px
}

.page-intro-text h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px
}

@media (max-width:600px) {
  .page-intro-text h1 {
    font-size: 24px
  }
}

@media (max-width:430px) {
  .page-intro-text h1 {
    text-align: center;
    font-size: 22px
  }
}

.page-intro-text p {
  font-size: 30px;
  margin-bottom: 24px;
  color: #323a46
}

@media (max-width:600px) {
  .page-intro-text p {
    font-size: 22px
  }
}

@media (max-width:430px) {
  .page-intro-text p {
    text-align: center;
    font-size: 20px
  }
}

.page-intro-text ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.page-intro-text ul li {
  font-size: 18px;
  padding-left: 27px;
  margin-bottom: 12px;
  position: relative;
  color: #323a46
}

.page-intro-text ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 17.357px;
  width: 17.357px;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.357' height='17.357' viewBox='0 0 17.357 17.357'%3E%3Cpath d='M8.678,0a8.678,8.678,0,1,0,8.678,8.678A8.688,8.688,0,0,0,8.678,0Zm4.85,6.395L7.982,11.9a.853.853,0,0,1-1.2.022L3.85,9.244a.882.882,0,0,1-.065-1.218A.86.86,0,0,1,5,7.982L7.33,10.114l4.959-4.959a.877.877,0,0,1,1.24,1.24Z' fill='%230093ED' /%3E%3C/svg%3E")
}

.page-intro {
  padding: 70px 60px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 30px 0 24px;
  overflow: hidden
}

@media (max-width:430px) {
  .page-intro {
    padding: 30px
  }
}

.page-intro.page-intro__head {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.footer {
  padding: 24px 15px 24px;
  position: absolute;
  right: 0;
  color: #98a6ad;
  left: 240px;
  background-color: #ecf0f7;
  border-radius: 5px
}

.footer hr {
  border-bottom: 1px solid #ced4da;
  margin-top: 0
}

.footer .footer-links {
  margin-bottom: 12px
}

.footer .footer-links a {
  color: #98a6ad;
  margin-left: 1.5rem;
  transition: all .4s;
  margin-bottom: 12px;
  display: inline-block
}

.footer .footer-links a:hover {
  color: #323a46
}

.footer .footer-links a:first-of-type {
  margin-left: 0
}

.footer-alt {
  left: 0 !important;
  text-align: center;
  background-color: transparent
}

@media (max-width:767.98px) {
  .footer {
    left: 0 !important;
    text-align: center
  }
}

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

body[data-layout-mode=horizontal][data-layout-width=boxed] .footer {
  max-width: 1300px !important
}

@media (min-width:992px) {
  body[data-layout-mode=detached] .footer {
    position: inherit;
    margin: 0 10px
  }
}

.footer_address {
  margin-bottom: 24px
}

.footer_address__title {
  font-weight: 700;
  color: #323a46;
  margin-bottom: 12px
}

.footer_address__subtitle {
  font-size: 14px;
  margin-bottom: 12px
}

.footer_requisits {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 180px
}

@media (max-width:768px) {
  .footer_requisits {
    margin: 0 auto
  }
}

.footer_requisits li {
  display: flex;
  justify-content: space-between;
  font-size: 14px
}

.footer_requisits li .label {
  color: #ced4da
}

.footer_copyright {
  font-size: 14px
}

.footer_copyright a {
  margin-bottom: 0;
  color: #98a6ad
}

.footer_paysystems {
  margin-bottom: 24px
}

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

body[data-layout-width=boxed] .navbar-custom {
  max-width: 100%;
  margin: 0 auto
}

body[data-layout-width=boxed] .footer {
  margin: 48px auto 0;
  max-width: calc(1300px - 240px - 48px)
}

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

body[data-layout-width=boxed][data-sidebar-size=compact] .footer {
  max-width: calc(1300px - 160px)
}

@media (min-width:768px) {
  body[data-layout-width=boxed][data-sidebar-size=condensed] .content-page {
    min-height: calc(1750px - 70px)
  }
}

@media (min-width:1200px) {
  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) {
    padding-bottom: 0
  }

  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) #wrapper {
    display: flex
  }

  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .navbar-custom,
  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .topnav {
    position: absolute
  }

  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .left-side-menu {
    position: relative;
    min-width: 240px;
    max-width: 240px;
    padding: 20px 0 calc(70px + 20px)
  }

  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .content-page {
    margin-left: 0;
    width: 100%;
    padding-bottom: 60px
  }
}

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

  body[data-layout-mode=horizontal] .navbar-custom {
    padding: 0 24px
  }
}

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

.topnav {
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  margin-top: 70px;
  padding: 0 calc(24px / 2);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100
}

.topnav .topnav-menu {
  margin: 0;
  padding: 0
}

.topnav .navbar-nav .nav-link {
  font-size: 16px;
  position: relative;
  line-height: 22px;
  padding: calc(33px / 2) 1.1rem;
  color: #6e7488;
  font-family: Rubik, sans-serif
}

.topnav .navbar-nav .nav-link i {
  font-size: 15px;
  display: inline-block
}

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

.topnav .navbar-nav .nav-item.dropdown.active > a.dropdown-toggle {
  color: #4a81d4
}

@media (min-width:992px) {
  .topnav {
    height: 55px
  }

  .topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0
  }

  .topnav .dropdown-item {
    padding: .5rem 1.25rem;
    min-width: 180px;
    margin: 0 .3rem;
    width: auto
  }

  .topnav .dropdown-item.active {
    background-color: transparent;
    color: #4a81d4
  }

  .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
    left: 0;
    right: auto
  }

  .topnav .dropdown .dropdown-menu {
    padding: .3rem 0;
    margin-top: 0;
    border-radius: 0 0 .25rem .25rem
  }

  .topnav .dropdown .dropdown-menu .arrow-down::after {
    right: 20px;
    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 > .nav-link {
    color: #4a81d4
  }

  .topnav .dropdown:hover > .dropdown-menu {
    display: block
  }

  .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-item {
    color: #4a81d4
  }

  .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block
  }

  .navbar-toggle {
    display: none
  }

  body[data-layout-mode=horizontal] .content-page {
    padding: 55px 15px 65px 15px
  }
}

.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;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  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 {
    max-height: 360px;
    overflow-y: auto;
    padding: 0
  }

  .topnav .navbar-nav .nav-link {
    padding: .75rem 1.1rem
  }

  .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 15px
  }

  .topnav .dropdown .dropdown-item {
    position: relative;
    background-color: transparent
  }

  .topnav .dropdown .dropdown-item.active,
  .topnav .dropdown .dropdown-item:active {
    color: #4a81d4
  }

  .topnav .arrow-down::after {
    right: 15px;
    position: absolute
  }
}

@media (min-width:992px) {
  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav {
    background-color: #38414a
  }

  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .7)
  }

  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link:focus,
  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .9)
  }

  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link.active {
    color: #fff
  }

  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-item:hover .nav-link {
    color: #fff
  }

  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav > .dropdown.active > a {
    color: rgba(255, 255, 255, .9) !important
  }
}

body[data-layout-mode=horizontal][data-layout-width=boxed] .topnav {
  max-width: 1300px;
  margin: 70px auto 0
}

body[data-layout-mode=two-column] .left-side-menu {
  width: calc(70px + 220px);
  background-color: transparent;
  box-shadow: none
}

body[data-layout-mode=two-column] .sidebar-icon-menu {
  position: fixed;
  width: 70px;
  z-index: 500;
  top: 0;
  bottom: 0;
  padding-bottom: 20px;
  background-color: #3e4852
}

body[data-layout-mode=two-column] .sidebar-icon-menu .logo {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center
}

body[data-layout-mode=two-column] .sidebar-icon-menu .nav {
  background-color: transparent;
  margin: 24px auto
}

body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 12px auto;
  padding: 0;
  border-radius: 4px
}

body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link.active {
  background-color: rgba(255, 255, 255, .12)
}

body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link svg {
  color: #fff;
  fill: rgba(255, 255, 255, .12);
  height: 22px;
  width: 22px
}

body[data-layout-mode=two-column] .sidebar-main-menu {
  display: block;
  position: fixed;
  width: 220px;
  background-color: #fff;
  top: 70px;
  bottom: 0;
  left: 70px;
  padding: 30px 5px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  transition: all .1s ease-out
}

body[data-layout-mode=two-column] .sidebar-main-menu .sidebar-menu-body {
  padding: 20px
}

body[data-layout-mode=two-column] .sidebar-main-menu .menu-title {
  color: #adb5bd !important;
  margin: 0;
  padding: 10px 20px;
  letter-spacing: .05em;
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 600
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav > .nav-item > .nav-link {
  color: #6e768e;
  font-size: 16px;
  font-family: Rubik, sans-serif
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav > .nav-item .menu-arrow {
  right: 10px
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link {
  position: relative;
  color: #6e768e;
  padding: 6px 15px;
  border-radius: 3px;
  margin: 3px 5px
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode=two-column] .sidebar-main-menu .nav .nav-link:hover {
  color: #4a81d4
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
  color: #4a81d4;
  background-color: rgba(74, 129, 212, .07)
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav .menuitem-active a.active {
  color: #4a81d4
}

body[data-layout-mode=two-column] .sidebar-main-menu #sidebar-menu .menu-arrow {
  top: 7px
}

body[data-layout-mode=two-column] .sidebar-main-menu .nav-second-level {
  padding-left: 15px;
  list-style: none
}

@media (min-width:992px) {
  body[data-layout-mode=two-column] .navbar-custom {
    left: 70px !important;
    padding-left: 0
  }

  body[data-layout-mode=two-column] .navbar-custom .logo-box {
    width: 220px
  }

  body[data-layout-mode=two-column] .navbar-custom .logo-box .logo-sm {
    display: none
  }

  body[data-layout-mode=two-column][data-sidebar-size=condensed] .logo-box {
    width: 0 !important
  }
}

body[data-layout-mode=two-column][data-sidebar-color=light] .logo-box {
  background-color: #fff
}

@media (min-width:992px) {
  body[data-layout-mode=two-column] .content-page {
    margin-left: calc(70px + 220px)
  }

  body[data-layout-mode=two-column] .footer {
    left: calc(70px + 220px)
  }

  body[data-layout-mode=two-column][data-sidebar-size=condensed] .sidebar-main-menu {
    display: none
  }
}

body[data-layout-mode=two-column] .twocolumn-menu-item {
  display: none
}

body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu {
  background-color: #38414a
}

body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav > .nav-item > .nav-link {
  color: #9097a7
}

body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav .nav-link:hover {
  color: #c8cddc
}

body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
  color: #4a81d4;
  background-color: rgba(74, 129, 212, .07)
}

body[data-layout-mode=two-column][data-sidebar-color=dark] .sidebar-main-menu .nav .menuitem-active a.active {
  color: #4a81d4
}

body[data-layout-mode=two-column][data-sidebar-color=brand] .sidebar-main-menu .nav > .nav-item > .nav-link,
body[data-layout-mode=two-column][data-sidebar-color=gradient] .sidebar-main-menu .nav > .nav-item > .nav-link {
  color: rgba(255, 255, 255, .7)
}

body[data-layout-mode=two-column][data-sidebar-color=brand] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode=two-column][data-sidebar-color=brand] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode=two-column][data-sidebar-color=brand] .sidebar-main-menu .nav .nav-link:hover,
body[data-layout-mode=two-column][data-sidebar-color=gradient] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode=two-column][data-sidebar-color=gradient] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode=two-column][data-sidebar-color=gradient] .sidebar-main-menu .nav .nav-link:hover {
  color: rgba(255, 255, 255, .9)
}

body[data-layout-mode=two-column][data-sidebar-color=brand] .sidebar-main-menu {
  background-color: #4a81d4
}

body[data-layout-mode=two-column][data-sidebar-color=gradient] .sidebar-main-menu {
  background: #683ba9;
  background-image: linear-gradient(270deg, rgba(64, 149, 216, .15), transparent)
}

body[data-layout-mode=two-column][data-layout-width=boxed] .navbar-custom {
  max-width: calc(1300px - 70px)
}

body[data-layout-mode=two-column][data-layout-width=boxed] .sidebar-main-menu {
  position: absolute;
  top: 0
}

body[data-layout-mode=two-column][data-layout-width=boxed]:not([data-sidebar-size=condensed]) .footer {
  max-width: calc(1300px - calc(70px + 220px))
}

.svg_symbol {
  display: none
}

.btn-auth {
  font-size: 14px
}

@media (max-width:385px) {
  .navbar-custom .btn-auth span {
    display: none
  }

  .navbar-custom .btn-auth svg {
    margin-right: 0
  }
}

.content-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  padding: 24px;
  margin-bottom: 24px
}

.content-box.large_padding {
  padding: 48px
}

@media (max-width:768px) {
  .content-box.large_padding {
    padding: 24px
  }
}

.content-box.form_section {
  padding-bottom: 12px
}

.content-box h2 {
  font-family: Magistral, sans-serif
}

.content-buttons .btn {
  margin-right: 10px;
  margin-bottom: 10px
}

.text-green {
  color: #23ab23
}

.fw-700 {
  font-weight: 700 !important
}

.search-form {
  position: relative;
  font-size: 14px
}

.search-form .btn-search-submit {
  position: absolute;
  right: 0
}

.categories_buttons {
  margin-bottom: 16px
}

.categories_buttons .btn {
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px
}

.page_description {
  max-width: 740px
}

.col-count-2 {
  column-count: 2;
  column-gap: 24px
}

@media (max-width:768px) {
  .col-count-2 {
    column-count: 1
  }
}

.col-count-2 .content-box,
.col-count-2 .row {
  break-inside: avoid
}

.col-count-2.col-count-gap-48 {
  column-gap: 48px
}

.dropify-wrapper {
  border: 2px dashed #dee2e6
}

.dropify-wrapper.invalid.has-preview,
.dropify-wrapper.valid {
  border-color: #23ab23
}

.dropify-wrapper.invalid {
  border-color: #f35d5d
}

.dropify-errors-container ul {
  list-style: none;
  text-align: center
}

.app_form__success {
  padding: 70px
}

@media (max-width:768px) {
  .app_form__success {
    padding: 35px
  }
}

.app_form__success__icon {
  font-size: 110px;
  line-height: 1
}

ul {
  padding-left: 20px
}

ul li::marker {
  color: #0093ed
}

.app_requisites {
  background: #ecf0f7
}

.archive-list-table th,
.archive-list-table thead tr {
  border: none !important
}

.archive-list-table .archive-list-item_new {
  background: #fff0c7
}

.archive-list-table .archive-list-item_new .form-name a {
  font-weight: 700
}

.archive-list-table .archive-list-item_archive {
  opacity: .3
}

.archive-list-table tr {
  border: none;
  border-bottom: 1px solid #f7f7f7 !important
}

.archive-list-table th.sortable .th-inner {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important
}

.archive-list-table th.sorted {
  color: #0093ed
}

.archive-list-table th.order_ASC .th-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)
}

.archive-list-table th.order_DESC .th-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)
}

.archive-list-table td {
  border: none
}

.archive-list-table .form-id:before,
.archive-list-table .num_before:before {
  content: '#'
}

.archive-list-table .form-name {
  max-width: 250px
}

.archive-list-table .form-name a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.archive-list-table .list-date {
  width: 160px
}

.single_request_section {
  border-bottom: 1px dashed #dee2e6
}

.single_request_section:last-child {
  border-bottom: none
}

.single_request_section .athlete-item {
  margin-bottom: 12px !important
}

.single_request_section .athlete-item:last-child {
  margin-bottom: -12px !important
}

.client_note {
  background: #f7f7f7
}

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

@media (min-width:768px) {
  .w-md-auto {
    width: auto !important
  }
}

@media (min-width:768px) {
  .w-md-50 {
    width: 50%
  }
}

@media (min-width:768px) {
  .btn-md-sm {
    padding: .28rem .8rem;
    font-size: .9rem;
    border-radius: .2rem
  }
}

@media (max-width:768px) {
  .nav-bordered {
    margin: -6px;
    border: none !important
  }

  .nav-bordered .nav-item {
    margin: 6px;
    display: inline-block;
    border: none
  }

  .nav-bordered .nav-link {
    background: #dee2e6;
    border-radius: 3.2px;
    border: none;
    font-weight: 700;
    border: none !important;
    margin: 0
  }

  .nav-bordered .nav-link.active {
    background: #0093ed;
    color: #fff;
    border: none !important
  }
}

@media (max-width:450px) {
  .nav-bordered .nav-item {
    width: 100%;
    text-align: center
  }
}

.list_price {
  min-width: 90px
}

.bg-gray {
  background: #f3f7f9;
  box-shadow: none;
  border-radius: 0;
  margin: 0
}

.btn-link.btn-danger {
  color: #f35d5d
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: transparent
}

.ql-editor.ql-blank::before {
  font-style: normal
}

.custom-accordion-title[aria-expanded=true] i {
  transform: rotate(180deg);
  margin-top: -2px
}

.js_type_vars {
  display: none
}

.js_type_vars.show {
  display: block
}

.special-lh {
  line-height: 1.4
}

.editable-error-block {
  color: #f35d5d;
  font-size: 14px;
  font-weight: 700
}

.editable-click,
a.editable-click,
a.editable-click:hover {
  border-color: inherit
}

.tooltip_mark {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dee2e6;
  font-weight: 700;
  font-size: 12px;
  color: #98a6ad;
  border-radius: 50px;
  float: right
}

.js_variation_hide {
  display: none
}

.d-soft-none {
  display: none
}

.change-items_cont {
  max-height: 300px;
  overflow-y: scroll
}

.request_change_item {
  padding-left: 30px;
  padding-bottom: 30px;
  position: relative
}

.request_change_item:before {
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  border: 3px solid #0093ed;
  position: absolute;
  top: 25px;
  left: 0
}

.request_change_item:after {
  content: '';
  display: block;
  height: calc(100% - 15px);
  border-right: 1px dashed #0093ed;
  position: absolute;
  top: 36.5px;
  left: 7.5px
}

.request_change_item:last-child {
  padding-bottom: 0
}

.request_change_item:last-child:after {
  display: none
}

.unread_message {
  background-color: #edf7fe;
  padding: 5px;
  border-radius: 3px
}

.js_collapse {
  overflow: hidden;
  position: relative
}

.js_collapse.collapsed:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  display: block;
  background: linear-gradient(to top, #f3f7f9, transparent)
}

#fields_desc_cont {
  max-height: 260px;
  overflow-y: scroll
}

.file_container {
  max-height: 600px;
  overflow-y: auto
}

.left-menu-badge {
  display: inline-block;
  vertical-align: text-top
}

.left-menu-badge span {
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  background: #f35d5d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem
}

.avatar-sm {
  height: 2.25rem;
  width: 2.25rem
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
  object-fit: cover;
}

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem
}

.avatar-xl {
  height: 6rem;
  width: 6rem
}

.avatar-xxl {
  height: 7.5rem;
  width: 7.5rem
}

.avatar-title {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.avatar-group {
  padding-left: 12px
}

.avatar-group .avatar-group-item {
  margin: 0 0 10px -12px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%
}

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

.width-sm {
  min-width: 100px
}

.width-md {
  min-width: 120px
}

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

.width-xl {
  min-width: 160px
}

.font-family-primary {
  font-family: Rubik, sans-serif
}

.font-family-secondary {
  font-family: Rubik, sans-serif
}

.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.sp-line-1 {
  -webkit-line-clamp: 1
}

.sp-line-2 {
  -webkit-line-clamp: 2
}

.sp-line-3 {
  -webkit-line-clamp: 3
}

.sp-line-4 {
  -webkit-line-clamp: 4
}

.icon-dual {
  color: #98a6ad;
  fill: rgba(152, 166, 173, .12)
}

.icon-dual-primary {
  color: #0093ed;
  fill: rgba(0, 147, 237, .16)
}

.icon-dual-secondary {
  color: #6c757d;
  fill: rgba(108, 117, 125, .16)
}

.icon-dual-success {
  color: #23ab23;
  fill: rgba(35, 171, 35, .16)
}

.icon-dual-info {
  color: #43bfe5;
  fill: rgba(67, 191, 229, .16)
}

.icon-dual-warning {
  color: #fb0;
  fill: rgba(255, 187, 0, .16)
}

.icon-dual-danger {
  color: #f35d5d;
  fill: rgba(243, 93, 93, .16)
}

.icon-dual-light {
  color: #f3f7f9;
  fill: rgba(243, 247, 249, .16)
}

.icon-dual-dark {
  color: #323a46;
  fill: rgba(50, 58, 70, .16)
}

.icon-dual-pink {
  color: #f672a7;
  fill: rgba(246, 114, 167, .16)
}

.icon-dual-blue {
  color: #0093ed;
  fill: rgba(0, 147, 237, .16)
}

.icons-xs {
  height: 16px;
  width: 16px
}

.icons-sm {
  height: 24px;
  width: 24px
}

.icons-md {
  height: 32px;
  width: 32px
}

.icons-lg {
  height: 40px;
  width: 40px
}

.icons-xl {
  height: 48px;
  width: 48px
}

.icons-xxl {
  height: 60px;
  width: 60px
}

.item-hovered:hover {
  background-color: #f3f7f9
}

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 2px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd
}

.widget-flat {
  position: relative;
  overflow: hidden
}

.widget-flat i.widget-icon {
  font-size: 36px
}

.inbox-widget .inbox-item {
  border-bottom: 1px solid rgba(222, 226, 230, .5);
  overflow: hidden;
  padding: .625rem 0;
  position: relative
}

.inbox-widget .inbox-item:last-of-type {
  border-bottom: none
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px
}

.inbox-widget .inbox-item .inbox-item-img img {
  width: 40px
}

.inbox-widget .inbox-item .inbox-item-author {
  color: #343a40;
  display: block;
  margin-bottom: 3px;
  font-weight: 400
}

.inbox-widget .inbox-item .inbox-item-text {
  color: #98a6ad;
  display: block;
  font-size: .8125rem;
  margin: 0;
  overflow: hidden
}

.inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: .6875rem;
  position: absolute;
  right: 5px;
  top: 10px
}

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

.conversation-list li {
  margin-bottom: 20px
}

.conversation-list li .conversation-actions {
  float: right;
  display: none
}

.conversation-list li:hover .conversation-actions {
  display: block
}

.conversation-list .chat-avatar {
  float: left;
  text-align: center;
  width: 42px
}

.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%
}

.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal
}

.conversation-list .ctext-wrap {
  background: #f1f3fa;
  border-radius: 3px;
  display: inline-block;
  padding: 12px;
  position: relative
}

.conversation-list .ctext-wrap i {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  position: relative
}

.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px
}

.conversation-list .ctext-wrap:after {
  left: -10px;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f1f3fa;
  border-width: 6px;
  margin-right: -1px;
  border-right-color: #f1f3fa
}

.conversation-list .conversation-text {
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%
}

.conversation-list .odd .chat-avatar {
  float: right !important
}

.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important
}

.conversation-list .odd .ctext-wrap {
  background-color: #fef5e4
}

.conversation-list .odd .ctext-wrap:after {
  border-color: transparent;
  border-left-color: #fef5e4;
  border-top-color: #fef5e4;
  right: -10px !important;
  left: auto
}

.conversation-list .odd .conversation-actions {
  float: left
}

.form-check.form-check-primary .form-check-input:checked {
  background-color: #0093ed !important;
  border-color: #0093ed !important
}

.form-check.form-check-secondary .form-check-input:checked {
  background-color: #6c757d !important;
  border-color: #6c757d !important
}

.form-check.form-check-success .form-check-input:checked {
  background-color: #23ab23 !important;
  border-color: #23ab23 !important
}

.form-check.form-check-info .form-check-input:checked {
  background-color: #43bfe5 !important;
  border-color: #43bfe5 !important
}

.form-check.form-check-warning .form-check-input:checked {
  background-color: #fb0 !important;
  border-color: #fb0 !important
}

.form-check.form-check-danger .form-check-input:checked {
  background-color: #f35d5d !important;
  border-color: #f35d5d !important
}

.form-check.form-check-light .form-check-input:checked {
  background-color: #f3f7f9 !important;
  border-color: #f3f7f9 !important
}

.form-check.form-check-dark .form-check-input:checked {
  background-color: #323a46 !important;
  border-color: #323a46 !important
}

.form-check.form-check-pink .form-check-input:checked {
  background-color: #f672a7 !important;
  border-color: #f672a7 !important
}

.form-check.form-check-blue .form-check-input:checked {
  background-color: #0093ed !important;
  border-color: #0093ed !important
}

@media print {

  .footer,
  .left-side-menu,
  .navbar-custom,
  .page-title-box,
  .right-bar {
    display: none
  }

  .card-body,
  .content,
  .content-page,
  .right-bar,
  body {
    padding: 0;
    margin: 0
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #dee2e6;
  border-right: 5px solid #dee2e6;
  border-bottom: 5px solid #dee2e6;
  border-left: 5px solid #0093ed;
  transform: translateZ(0);
  animation: SpinnerAnimation 1.1s infinite linear
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px
}

@keyframes SpinnerAnimation {
  0% {
    transform: rotate(0)
  }

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

.auth_cont {
  height: 100%
}

.auth_cont footer {
  position: relative;
  padding: 0;
  text-align: left
}

.auth_cont footer a {
  text-decoration: underline
}

.authentication-bg.enlarged {
  min-height: 100px
}

.bg-pattern {
  background-image: url(../../../images/bg-pattern-2.png);
  background-size: cover
}

body.authentication-bg {
  background-color: #4a81d4;
  background-size: cover;
  background-position: center
}

body.authentication-bg-pattern {
  background-image: url(../../../images/bg-pattern.png)
}

.logout-icon {
  width: 140px
}

.auth-fluid {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  flex-direction: row;
  align-items: stretch;
  background: url(../../../images/auth_back.jpg) center left
}

.auth-fluid .auth-fluid-form-box {
  max-width: 480px;
  border-radius: 0;
  z-index: 2;
  padding: 0 2rem;
  background-color: #fff;
  position: relative;
  width: 100%
}

@media (max-width:450px) {
  .auth-fluid .auth-fluid-form-box {
    padding: 0 1rem
  }
}

.auth-fluid .auth-fluid-right {
  padding: 6rem 5rem;
  flex: 1;
  position: relative
}

.auth-fluid .auth-fluid-right .page-intro-text {
  max-width: 790px
}

@media (max-width:1100px) {
  .auth-fluid .auth-fluid-right .page-intro-text h1 {
    font-size: 28px
  }
}

@media (max-width:1100px) {
  .auth-fluid .auth-fluid-right .page-intro-text p {
    font-size: 22px
  }
}

.auth-fluid .page-intro-logo {
  width: 230px
}

.auth-fluid .nav-tabs > li > a {
  font-weight: 700;
  font-size: 28px;
  line-height: 1
}

@media (max-width:450px) {
  .auth-fluid .nav-tabs > li > a {
    font-size: 18px
  }
}

.auth-fluid .nav-tabs > li > a.active {
  color: #0093ed
}

@media (max-width:991.98px) {
  .auth-fluid {
    display: block
  }

  .auth-fluid .auth-fluid-form-box {
    max-width: 100%;
    min-height: 100vh
  }

  .auth-fluid .auth-fluid-right {
    display: none
  }
}

.auth-logo .logo-light {
  display: none !important
}

.auth-logo .logo-dark {
  display: block !important
}

.text-error {
  color: #0093ed;
  text-shadow: rgba(0, 147, 237, .3) 5px 1px, rgba(0, 147, 237, .2) 10px 3px;
  font-size: 84px;
  line-height: 90px;
  font-family: Rubik, sans-serif
}

.error-text-box {
  font-size: 10rem;
  font-family: Rubik, sans-serif;
  min-height: 200px
}

.error-text-box .text {
  fill: none;
  stroke-width: 6;
  stroke-linejoin: round;
  stroke-dasharray: 30 100;
  stroke-dashoffset: 0;
  animation: stroke 9s infinite linear
}

.error-text-box .text:nth-child(5n+1) {
  stroke: #f35d5d;
  animation-delay: -1.2s
}

.error-text-box .text:nth-child(5n+2) {
  stroke: #fb0;
  animation-delay: -2.4s
}

.error-text-box .text:nth-child(5n+3) {
  stroke: #0093ed;
  animation-delay: -3.6s
}

.error-text-box .text:nth-child(5n+4) {
  stroke: #43bfe5;
  animation-delay: -4.8s
}

.error-text-box .text:nth-child(5n+5) {
  stroke: #23ab23;
  animation-delay: -6s
}

@keyframes stroke {
  100% {
    stroke-dashoffset: -400
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .error-text-box .text {
    fill: #f35d5d;
    stroke: #f35d5d;
    stroke-width: 6;
    stroke-dasharray: 0 0;
    stroke-dashoffset: 0;
    animation: none
  }
}

.logout-checkmark {
  width: 100px;
  margin: 0 auto;
  padding: 20px 0
}

.logout-checkmark .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out
}

.logout-checkmark .spin {
  animation: spin 2s;
  transform-origin: 50% 50%
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000
  }

  100% {
    stroke-dashoffset: 0
  }
}

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

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

@keyframes text {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.inbox-leftbar {
  width: 240px;
  float: left;
  padding: 0 20px 20px 10px;
  position: relative
}

.inbox-leftbar:before {
  border-right: 5px solid #f5f7fb;
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: -1.5rem
}

.inbox-rightbar {
  margin: -1.5rem 0 -1.5rem 250px;
  border-left: 5px solid #f5f7fb;
  padding: 1.5rem 0 1.5rem 25px
}

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

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

.message-list li a {
  color: #6c757d
}

.message-list li:hover {
  background: #f3f7f9;
  transition-duration: .05s
}

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

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

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

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

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

.message-list li .col-mail-1 .star-toggle {
  margin-top: 18px;
  color: #adb5bd;
  margin-left: 10px
}

.message-list li .col-mail-1 .title {
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 50px
}

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

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

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

.message-list li .col-mail-2 .date {
  right: 0;
  width: 100px;
  padding-left: 10px
}

.message-list li.active,
.message-list li.mail-selected {
  background: #f3f7f9;
  transition-duration: .05s
}

.message-list li.active,
.message-list li.active:hover {
  box-shadow: inset 3px 0 0 #43bfe5
}

.message-list li.unread a {
  font-weight: 400;
  color: #272e37
}

.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 0 0 2px #ced4da;
  border-radius: 3px
}

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

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

.message-list .checkbox-wrapper-mail label {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  cursor: pointer;
  background: #98a6ad;
  opacity: 0;
  margin-bottom: 0 !important;
  transition-duration: .05s
}

.message-list .checkbox-wrapper-mail label:active {
  background: #87949b
}

.mail-list a {
  color: #6c757d;
  padding: 9px 10px;
  display: block;
  font-size: 15px
}

.reply-box {
  border: 2px solid #f3f7f9
}

@media (max-width:648px) {
  .inbox-leftbar {
    width: 100%;
    float: none;
    padding: 0 20px
  }

  .inbox-leftbar:before {
    border-right: none
  }

  .inbox-rightbar {
    padding-top: 40px;
    margin: 0;
    border: 0;
    padding-left: 0
  }

  .message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin-left: 0
  }
}

@media (max-width:520px) {
  .inbox-rightbar > .btn-group {
    margin-bottom: 10px
  }

  .message-list li .col-mail-1 {
    width: 150px
  }

  .message-list li .col-mail-1 .title {
    left: 80px
  }

  .message-list li .col-mail-2 {
    left: 160px
  }

  .message-list li .col-mail-2 .date {
    text-align: right;
    padding-right: 10px;
    padding-left: 20px
  }
}

.search-result-box .tab-content {
  padding: 30px 30px 10px 30px;
  box-shadow: none
}

.search-result-box .search-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f7f9;
  margin-bottom: 20px
}

.search-result-box .nav-bordered .nav-link {
  padding: 10px 5px !important;
  margin-right: 10px
}

.filter-menu {
  margin-bottom: 20px
}

.filter-menu a {
  transition: all .3s ease-out;
  color: #323a46;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: Rubik, sans-serif
}

.filter-menu a:hover {
  background-color: rgba(0, 147, 237, .15);
  color: #0093ed
}

.filter-menu a.active {
  background-color: #0093ed;
  color: #fff
}

.gal-box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  margin-bottom: 24px
}

.gal-box .image-popup {
  padding: 10px;
  display: block
}

.gal-box .image-popup img {
  cursor: zoom-in
}

.gal-box .gall-info {
  padding: 15px;
  border-top: 1px solid #f7f7f7;
  position: relative
}

.gal-box .gall-info h4 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.gal-box .gall-info .gal-like-btn {
  position: absolute;
  right: 15px;
  font-size: 22px;
  top: 24px
}

.post-user-comment-box {
  background-color: #f3f7f9;
  margin: 0 -.75rem;
  padding: 1rem;
  margin-top: 20px
}

.product-box {
  position: relative;
  overflow: hidden
}

.product-box .product-action {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.5rem 1.5rem 0 1.5rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .3s ease 0s
}

.product-box:hover .product-action {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}

.product-box:hover img {
  transform: scale(1.05)
}

.product-box .product-img {
  overflow: hidden;
  border-radius: 5px;
  display: block
}

.product-box .product-img img {
  transition: all .4s;
  width: 100%
}

.product-box .product-info {
  padding-top: 1.5rem
}

.product-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.product_page_price .product-price {
  justify-content: flex-start
}

@media (max-width:400px) {
  .product_page_price .product-price {
    flex-wrap: wrap
  }
}

.product-price-cont {
  display: flex;
  align-items: center;
  margin-right: 12px
}

.product_page_price .product-price-cont {
  margin-right: 24px
}

@media (max-width:400px) {
  .product_page_price .product-price-cont {
    margin-bottom: 6px
  }
}

@media (min-width:575px) and (max-width:660px) {
  .product-price-cont {
    flex-wrap: wrap
  }
}

.price-old {
  text-decoration: line-through;
  margin-right: 6px
}

.product-price-tag {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 20px;
  background-color: #f3f7f9;
  text-align: center;
  padding: 0 10px;
  border-radius: 3px
}

.product-cashback {
  padding: 5px;
  background: #fb0;
  color: #323a46;
  border-radius: 3.2px;
  white-space: nowrap
}

.product-thumb {
  padding: 3px;
  margin-top: 3px
}

.product-thumb.active {
  background-color: #6c757d !important
}

.checkout_data {
  position: relative
}

.checkout_orderdata {
  border-bottom: none !important
}

.checkout_orderdata table td:first-child {
  padding-left: 24px
}

.checkout_orderdata table td:last-child {
  padding-right: 24px
}

.checkout_orderdata .product_img {
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.checkout_orderdata .product_img img{
  max-width: 100%;
  object-fit: cover;
}

.checkout_orderdata .product_name {
  width: 100%
}

.checkout_orderdata tr.text-end {
  background: #f3f7f9
}

.checkout_databox {
  margin-bottom: 24px
}

.checkout_databox .header-title {
  font-weight: 700;
  font-size: 18px
}

.checkout_databox .sub-header {
  margin-bottom: 0
}

.checkout_databox .checkout_databox__title {
  margin-bottom: 12px
}

.payment_method {
  transition: all .4s
}

.payment_method:last-child {
  margin-bottom: 0 !important
}

.payment_method.checked-method {
  border-color: #0093ed !important
}

.was-validated .payment_method.checked-method {
  border-color: #23ab23 !important
}

.btn_checkout {
  width: 100%;
  padding: 15px;
  text-transform: uppercase
}

.select2-container {
  font-size: 14px
}

.select2-dropdown {
  box-shadow: 0 5px 10px 0 rgba(154, 161, 171, .15) !important;
  font-size: 14px
}

.select2-results__option {
  border-top: 1px solid #f3f7f9;
  border-bottom: 1px solid #f3f7f9
}

.select2-results__option:last-child {
  border-bottom: none
}

.select2-results__option[aria-selected=true] {
  font-weight: 500
}

.product_page_info #quantityinput {
  max-width: 70px
}

.btn_product_page {
  padding: 15px 30px
}

@media (max-width:400px) {
  .btn_product_page {
    text-align: center;
    width: 100%
  }
}

.product_page_main_img img {
  width: 100%
}

.product_page_thumb {
  margin-right: 12px
}

.product_page_thumb:last-child {
  margin-right: 0
}

.product_page_thumb a {
  transition: all .4s;
  opacity: .25;
  padding: 0;
  background: 0 0 !important;
  margin-top: 0
}

.product_page_thumb a:hover {
  opacity: .5
}

.product_page_thumb a.active {
  opacity: 1;
  padding: 0;
  background: 0 0 !important
}

.product_page_thumb a img {
  margin: 0;
  width: 100%
}

.track-order-list ul li {
  position: relative;
  border-left: 2px solid #dee2e6;
  padding: 0 0 14px 21px
}

.track-order-list ul li:first-child {
  padding-top: 0
}

.track-order-list ul li:last-child {
  padding-bottom: 0
}

.track-order-list ul li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  height: 12px;
  width: 12px;
  background-color: #0093ed;
  border-radius: 50%;
  border: 3px solid #fff
}

.track-order-list ul li.completed {
  border-color: #0093ed
}

.track-order-list ul li .active-dot.dot {
  top: -9px;
  left: -16px;
  border-color: #0093ed
}

.dot {
  border: 4px solid #0093ed;
  background: 0 0;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  animation: pulse 3s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: -15px;
  right: -2px;
  z-index: 1;
  opacity: 0
}

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

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

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

  75% {
    -webkit-transform: scale(.5);
    opacity: .5
  }

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

/*!
 * 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;
  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, .2);
  background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all .5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, .4);
  background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

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

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

.waves-notransition {
  transition: none !important
}

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

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  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: .85em 1.1em;
  border-radius: .2em
}

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

.waves-input-wrapper {
  border-radius: .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;
  mask-image: none;
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
  transition: all .3s
}

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

.waves-block {
  display: block
}

.colorpicker {
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  border: 1px solid #e9f0f4
}

.sp-picker-container .sp-alpha-handle {
  right: 0;
  left: auto
}

.daterangepicker {
  font-family: Rubik, sans-serif
}

.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0093ed
}

.select2-container .select2-selection--single {
  border: 1px solid #ced4da;
  height: calc(1.5em + .9rem + 2px);
  background-color: #fff;
  box-shadow: none;
  outline: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
  color: #6c757d;
  text-align: left
}

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

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

.select2-container input::placeholder {
  color: #adb5bd
}

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

.select2-results__option {
  padding: 6px 12px;
  text-align: left
}

.select2-dropdown {
  border: 1px solid #e9f0f4;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  background-color: #fff
}

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: #fff
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 1px solid #ced4da;
  background-color: #fff;
  color: #6c757d;
  text-align: left
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0093ed
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
  color: #323a46
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #0093ed;
  color: #fff
}

.select2-container .select2-selection--multiple {
  min-height: calc(1.5em + .9rem + 2px);
  border: 1px solid #ced4da !important;
  background-color: #fff;
  box-shadow: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 10px
}

.select2-container .select2-selection--multiple .select2-search__field {
  border: 0;
  color: #6c757d
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #0093ed;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 0 7px;
  margin-top: 6px
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px
}

.select2-selection {
  overflow: hidden
}

.select2-selection__rendered {
  white-space: normal;
  word-break: break-all
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none
}

.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 5px;
  min-height: 10px
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none
}

.custom-scroll {
  height: 100%
}

.jq-toast-single {
  padding: 15px;
  font-family: Rubik, sans-serif;
  background-color: #0093ed;
  font-size: 13px;
  line-height: 22px
}

.jq-toast-single h2 {
  font-family: Rubik, sans-serif
}

.jq-toast-single a {
  font-size: 1rem
}

.jq-toast-single a:hover {
  color: #fff
}

.jq-has-icon {
  padding: 10px
}

.close-jq-toast-single {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 20px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background-color: #323a46;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: color-yiq(#323a46)
}

.jq-toast-loader {
  height: 3px;
  top: 0;
  border-radius: 0
}

.jq-icon-primary {
  background-color: #0093ed;
  color: #fff;
  border-color: #0093ed
}

.jq-icon-secondary {
  background-color: #6c757d;
  color: #fff;
  border-color: #6c757d
}

.jq-icon-success {
  background-color: #23ab23;
  color: #fff;
  border-color: #23ab23
}

.jq-icon-info {
  background-color: #43bfe5;
  color: #fff;
  border-color: #43bfe5
}

.jq-icon-warning {
  background-color: #fb0;
  color: #fff;
  border-color: #fb0
}

.jq-icon-danger {
  background-color: #f35d5d;
  color: #fff;
  border-color: #f35d5d
}

.jq-icon-light {
  background-color: #f3f7f9;
  color: #fff;
  border-color: #f3f7f9
}

.jq-icon-dark {
  background-color: #323a46;
  color: #fff;
  border-color: #323a46
}

.jq-icon-pink {
  background-color: #f672a7;
  color: #fff;
  border-color: #f672a7
}

.jq-icon-blue {
  background-color: #0093ed;
  color: #fff;
  border-color: #0093ed
}

.jq-icon-error {
  background-color: #f35d5d;
  color: #f3f7f9;
  border-color: #f35d5d
}

.jq-icon-error,
.jq-icon-info,
.jq-icon-success,
.jq-icon-warning {
  background-image: none
}

.close-jq-toast-single {
  color: #f3f7f9
}

.swal2-modal {
  font-family: Rubik, sans-serif;
  box-shadow: 0 10px 33px rgba(0, 0, 0, .1)
}

.swal2-modal .swal2-title {
  font-size: 24px
}

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

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

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

.swal2-modal .swal2-confirm {
  background-color: #0093ed !important;
  font-size: 1rem !important
}

.swal2-modal .swal2-cancel.btn-cancel {
  background-color: #f35d5d !important;
  font-size: 1rem
}

.swal2-modal .swal2-cancel,
.swal2-modal .swal2-confirm {
  margin: .3125em;
  padding: .625em 2em;
  font-weight: 500;
  box-shadow: none;
  font-size: 1rem !important
}

.swal2-modal .swal2-cancel:focus,
.swal2-modal .swal2-confirm:focus {
  box-shadow: none !important
}

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

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

.swal2-icon.swal2-success {
  border-color: #23ab23
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^=swal2-success-line],
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  background-color: #23ab23 !important
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #23ab23 !important
}

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

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

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

.swal2-icon.swal2-info {
  border-color: #43bfe5;
  color: #43bfe5
}

.swal2-actions {
  margin: 1.6em auto 0 !important
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background-color: rgba(50, 58, 70, .5) !important
}

.selectize-input {
  min-height: calc(1.5em + .9rem + 2px);
  padding: .45rem .9rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff !important;
  border: 1px solid #ced4da;
  box-shadow: none
}

.selectize-input > input {
  color: #6c757d
}

.selectize-input > input::placeholder {
  color: #adb5bd
}

.selectize-input.focus {
  color: #6c757d;
  background-color: #fff;
  border-color: #b1bbc4;
  outline: 0;
  box-shadow: none !important
}

.selectize-control.multi .selectize-input > div {
  padding: 3px 8px;
  background: #edeff1;
  color: #343a40;
  font-size: 14px
}

.selectize-control.multi .selectize-input > div > a {
  color: #98a6ad !important;
  line-height: 26px
}

.selectize-control.multi .selectize-input > div.active {
  background: #ced4da
}

.selectize-control.multi .selectize-input > div.active > a {
  color: #fff !important
}

.selectize-control.multi .selectize-input > div#form_statuses:first-child {
  padding-right: 8px !important
}

.selectize-control.multi .selectize-input > div#form_statuses:first-child > a {
  display: none !important
}

.selectize-control.single .selectize-input:after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #adb5bd #adb5bd transparent;
  content: '';
  display: block;
  height: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  left: auto;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all .15s ease-in-out;
  width: 7px
}

.selectize-control.single .selectize-input.dropdown-active:after {
  border-width: 0 2px 2px 0;
  margin-top: -5px;
  border-color: transparent #adb5bd #adb5bd transparent;
  transform: rotate(-135deg)
}

.selectize-dropdown {
  padding: .3rem;
  color: #6c757d;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9f0f4;
  border-radius: .25rem;
  animation-name: DropDownSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
  margin: 0;
  font-size: .875rem;
  position: absolute;
  z-index: 1000
}

.selectize-dropdown.show {
  top: 100% !important
}

.selectize-dropdown.active {
  background-color: #f3f7f9
}

.selectize-dropdown .scientific {
  color: #98a6ad
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
  display: block;
  width: 100%;
  padding: .375rem 1.2rem;
  clear: both;
  cursor: pointer;
  font-weight: 400;
  color: #6c757d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent
}

.selectize-dropdown .optgroup-header:focus,
.selectize-dropdown .optgroup-header:hover,
.selectize-dropdown .option:focus,
.selectize-dropdown .option:hover {
  text-decoration: none;
  background-color: #f3f7f9 !important
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right-color: #dee2e6
}

.selectize-dropdown .optgroup:before {
  background-color: #dee2e6
}

.selectize-dropdown-header {
  border-bottom: 1px solid transparent;
  color: #323a46;
  background-color: #f3f7f9;
  text-decoration: none
}

.selectize-dropdown-header .selectize-dropdown-header-close {
  right: 12px;
  left: auto
}

.selectize-dropdown-content > div {
  background-color: transparent !important;
  color: #6c757d !important
}

.tippy-tooltip .light-theme[data-animatefill] {
  background-color: transparent
}

.light-theme {
  color: color-yiq(#fff);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, .12);
  background-color: #fff
}

.light-theme .tippy-backdrop {
  background-color: #fff
}

.light-theme .tippy-roundarrow {
  fill: #fff
}

.gradient-theme .tippy-backdrop {
  background: #0093ed;
  background: linear-gradient(to left, #f35d5d, #0093ed)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent
}

.bootstrap-table .table:not(.table-sm) > tbody > tr > td,
.bootstrap-table .table:not(.table-sm) > tbody > tr > th,
.bootstrap-table .table:not(.table-sm) > tfoot > tr > td,
.bootstrap-table .table:not(.table-sm) > tfoot > tr > th,
.bootstrap-table .table:not(.table-sm) > thead > tr > td {
  padding: .85rem
}

.bootstrap-table .table {
  border-bottom: none
}

.bootstrap-table .table > thead > tr > th {
  border-bottom: none
}

.bootstrap-table table.table-borderless tr {
  border: none !important
}

.bootstrap-table table.table-borderless tr td,
.bootstrap-table table.table-borderless tr th {
  border: none !important
}

.bootstrap-table table.table-bordered tr {
  border-color: #dee2e6 !important
}

.table-borderless.table-bordered {
  border: none !important
}

table[data-toggle=table] {
  display: none
}

.fixed-table-pagination .pagination-detail,
.fixed-table-pagination div.pagination {
  margin-top: 20px;
  margin-bottom: 0
}

.fixed-table-pagination .pagination .page-link {
  border-radius: 30px !important;
  margin: 0 3px;
  border: none
}

.fixed-table-container {
  border: none
}

.fixed-table-container thead th .th-inner {
  padding: .85rem
}

.fixed-table-toolbar .fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400
}

.fixed-table-toolbar .fa.fa-sync {
  font-weight: 900
}

.fixed-table-toolbar .fa-toggle-down:before {
  content: "\f150"
}

.fixed-table-toolbar .fa-toggle-up:before {
  content: "\f151"
}

.fixed-table-toolbar .fa-refresh:before {
  content: "\f01e";
  font-weight: 900
}

.fixed-table-toolbar .fa-th-list:before {
  content: "\f0ca";
  font-weight: 900
}

.ms-container {
  background: transparent url(../../../images/multiple-arrow.png) no-repeat 50% 50%;
  width: auto;
  max-width: 370px
}

.ms-container .ms-list {
  box-shadow: none;
  border: 1px solid #ced4da;
  box-shadow: none
}

.ms-container .ms-list.ms-focus {
  box-shadow: none;
  border: 1px solid #b1bbc4
}

.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
  color: #6c757d
}

.ms-container .ms-selectable li.ms-hover {
  background-color: #0093ed;
  color: #fff
}

.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
  color: #6c757d
}

.ms-container .ms-selection li.ms-hover {
  background-color: #0093ed;
  color: #fff
}

.ms-selectable {
  box-shadow: none;
  outline: 0 !important
}

.ms-optgroup-label {
  font-weight: 500;
  font-family: Rubik, sans-serif;
  color: #323a46 !important;
  font-size: 13px
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
  background-color: #fff
}

.autocomplete-suggestions {
  border: 1px solid #e9f0f4;
  background-color: #fff;
  cursor: default;
  overflow: auto;
  max-height: 200px !important;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15)
}

.autocomplete-suggestion {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden
}

.autocomplete-no-suggestion {
  padding: 5px
}

.autocomplete-selected {
  background: #f7f7f7;
  cursor: pointer
}

.autocomplete-suggestions strong {
  font-weight: 700;
  color: #323a46
}

.autocomplete-group {
  padding: 5px;
  font-weight: 500;
  font-family: Rubik, sans-serif
}

.autocomplete-group strong {
  font-weight: 700;
  font-size: 16px;
  color: #323a46;
  display: block
}

.bootstrap-touchspin .btn .input-group-text {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit
}

.ql-container {
  font-family: Rubik, sans-serif;
  border-bottom-left-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.ql-container.ql-snow {
  border-color: #ced4da
}

.ql-bubble {
  border: 1px solid #ced4da;
  border-radius: .2rem
}

.ql-toolbar {
  font-family: Rubik, sans-serif !important;
  border-top-left-radius: .2rem;
  border-top-right-radius: .2rem
}

.ql-toolbar span {
  outline: 0 !important;
  color: #6c757d
}

.ql-toolbar span:hover {
  color: #0093ed !important
}

.ql-toolbar.ql-snow {
  border-color: #ced4da
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
  margin-left: 0
}

.ql-snow .ql-script,
.ql-snow .ql-strike svg,
.ql-snow .ql-stroke {
  stroke: #6c757d
}

.ql-snow .ql-fill {
  fill: #6c757d
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  border-color: #e9f0f4 !important
}

.ql-editor {
  text-align: left
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  left: auto;
  top: 50%;
  width: 18px
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
  padding-right: 0
}

.ql-editor li:not(.ql-direction-rtl):before {
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
  padding-right: 0
}

.dropzone {
  border: 2px dashed #ced4da;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  min-height: 150px;
  padding: 20px;
  box-shadow: none
}

.dropzone .dz-message {
  text-align: center;
  margin: 2rem 0
}

.dropzone.dz-started .dz-message {
  display: none
}

.editable-clear-x {
  background: url(../../../images/clear.png) center center no-repeat
}

.editableform-loading {
  background: url(../../../images/loading.gif) center center no-repeat
}

.editable-checklist label {
  display: block
}

.editable-input .form-control,
.editable-input .form-select {
  display: inline-block
}

.editable-buttons {
  margin-left: 7px
}

.editable-buttons .editable-cancel {
  margin-left: 7px
}

.editable-checklist > div {
  margin-bottom: 7px
}

.datepicker {
  padding: 10px !important;
  animation: none
}

.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
  border-radius: 50%
}

.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #0093ed !important;
  background-image: none !important;
  color: #fff
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #f7f7f7
}

.datepicker table tr td span.new,
.datepicker table tr td span.old,
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #6c757d;
  opacity: .4
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #f7f7f7
}

.datepicker .datepicker-switch:hover {
  background: 0 0
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #fff
}

.datepicker-dropdown:before {
  border-bottom-color: #e9f0f4
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #e9f0f4
}

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #fff
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: .8
}

.gu-hide {
  display: none !important
}

.gu-unselectable {
  -webkit-user-select: none !important;
  user-select: none !important
}

.gu-transit {
  opacity: .2
}

.dragula-handle {
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 24px;
  text-align: center;
  cursor: move
}

.dragula-handle:before {
  content: "\F01DB";
  font-family: "Material Design Icons";
  position: absolute
}

/* Скрытые блоки */
.navbar-custom .app-search,
.categories_buttons{
	display: none !important;
}

.js-dialog-messages-container{
    max-height: 500px;
    overflow-y: auto;
    padding-right: 20px;
}

.js-dialog-messages-container > div img.rounded-circle{
    width: 32px;
    object-fit: cover;
}

a.dialog_message__file {
    display: inline-block;
    padding: 5px 10px;
    background: #f5f7fb;
    /*color: #343a40;*/
    border-radius: 5px;
    transition: all .4s;
}

a.dialog_message__file:hover{
    background: #e5e7ed;
}

a.dialog_message__file i{
    margin-right: 5px;
}

.card a.dialog_message__file {
  display: inline;
  padding: 0;
  background: none;
  /*color: #343a40;*/
  border-radius: 0;
  transition: all .4s;
  font-size: 12px;
  color: var(--bs-body-color);
}

.card a.dialog_message__file i{
  margin-right: 15px;
}

select.form-control{
  -webkit-appearance: auto;
  appearance: auto;
  padding: 0.5rem 0.6rem;
}

.parsley-errors-list{
  display: none;
}