@charset "UTF-8";
/*
Theme Name: BunchBoard – Free HTML Admin / Dashboard Template
Theme URI: https://athemeart.com/downloads/bunchboard/
Author: aThemeArt
Author URI: https://athemeart.com/

License: CC4 
License: https://creativecommons.org/licenses/by/4.0/


=========================================================
CSS Table Of Content
=========================================================

01. Global Stylesheet

02. Header Section Stylesheet
03. User list sidebar
04. Fixed sidebar / Side nav Stylesheet
05. Main content Stylesheet

06. Inner pages styles

07. Responsive Stylesheet
*/
/* 01. global styles */
body {
  font-family: Helvetica, Arial, sans-serif;
  background: #f3f4f5;
}

a {
  color: #659ce0;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

span {
  display: inline-block;
}

button {
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

input {
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fb {
  background: #1976d2;
  color: #ffffff;
}

.tw {
  background: #03a9f4;
  color: #ffffff;
}

.gl {
  background: #dd4b39;
  color: #ffffff;
}

.rg-10 {
  row-gap: 10px;
}

.pt-20 {
  padding-top: 20px;
}

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

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

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

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 0;
}

/* 02. header section */
.navbar {
  background: #2c4259;
  padding: 0;
}
.navbar .container-fluid {
  padding-left: 0;
}
.navbar .container-fluid .navbar-brand {
  width: 200px;
  height: 50px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.navbar .container-fluid .navbar-brand.small {
  width: 50px;
}
.navbar .container-fluid .navbar-brand.small .navbar-brand-big {
  position: absolute;
  top: -100%;
}
.navbar .container-fluid .navbar-brand.small .navbar-brand-small {
  position: absolute;
  top: 0;
}
.navbar .container-fluid .navbar-brand .navbar-brand-big {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.navbar .container-fluid .navbar-brand .navbar-brand-small {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.navbar .container-fluid .navbar-top .nav .sidebar-collapse {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 14px;
}
.navbar .container-fluid .navbar-top .nav .sidebar-collapse:hover, .navbar .container-fluid .navbar-top .nav .sidebar-collapse:focus {
  background: #415b75;
}
.navbar .container-fluid .navbar-nav.navbar-nav-2 .nav-item .nav-link {
  padding: 0 15px;
}
.navbar .container-fluid .navbar-nav.navbar-nav-2 .nav-item .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn {
  position: relative;
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn.active .search-box {
  opacity: 1;
  visibility: visible;
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn.active .search-box form input {
  width: 250px;
  padding: 0 20px;
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #415b75;
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form input {
  width: 0;
  height: 50px;
  font-size: 14px;
  padding: 0;
  border: 0;
  color: #f2f2f2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu {
  width: 320px;
  padding: 0;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .top {
  padding: 5px 10px;
  border-bottom: 1px solid #dfe5ec;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .top span {
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  color: #8e8e93;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message {
  border-bottom: 1px solid #dfe5ec;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px 30px;
  position: relative;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt {
  width: calc(100% - 55px);
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  color: #5b5c5f;
  margin-bottom: 5px;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt h5 span {
  color: #f0ad4e;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt p {
  font-size: 11px;
  line-height: 16px;
  color: #8e8e93;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  margin-bottom: 0;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .date {
  position: absolute;
  bottom: 12px;
  right: 10px;
  font-size: 10px;
  line-height: 100%;
  color: #8e8e93;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a:focus {
  background: rgba(0, 0, 0, 0.05);
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a:focus .txt p {
  color: #5b5c5f;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a:hover {
  background: #F5F7F9;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a:hover .txt p {
  color: #5b5c5f;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .bottom {
  text-align: center;
  padding: 5px 10px;
}
.navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .bottom a {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
}
.navbar .container-fluid .navbar-nav .nav-item button {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #ffffff;
}
.navbar .container-fluid .navbar-nav .nav-item button:hover, .navbar .container-fluid .navbar-nav .nav-item button:focus {
  background: #415b75;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #ffffff;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  height: 50px;
  line-height: 48px;
  border: 0;
  margin-left: 10px;
  vertical-align: middle;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link:hover, .navbar .container-fluid .navbar-nav .nav-item .nav-link:focus {
  background: #415b75;
}
.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 160px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 100%;
  color: #8e8e93;
  padding: 10px 15px;
}
.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
  font-size: 12px;
  width: 20px;
  margin-right: 5px;
}
.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background: #f2f2f2;
}

/* 03. user-list-bar */
.user-list-2 {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  width: 350px;
  background: #ffffff;
  border: 1px solid #dfe5ec;
  -webkit-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(calc(100% + 20px));
          transform: translateX(calc(100% + 20px));
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  z-index: 11;
}
.user-list-2.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.user-list-2 .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.user-list-2 .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.user-list-2 .top button {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #8e8e93;
  padding: 0 10px;
}
.user-list-2 .top .dropdown button {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #8e8e93;
}
.user-list-2 .top .dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  min-width: 160px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.user-list-2 .top .dropdown .dropdown-menu li {
  padding: 0;
}
.user-list-2 .top .dropdown .dropdown-menu li .dropdown-item {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  padding: 10px 15px;
}
.user-list-2 .top .dropdown .dropdown-menu li .dropdown-item i {
  font-size: 12px;
  width: 20px;
  margin-right: 5px;
}
.user-list-2 .top .dropdown .dropdown-menu li .dropdown-item:hover, .user-list-2 .top .dropdown .dropdown-menu li .dropdown-item:active, .user-list-2 .top .dropdown .dropdown-menu li .dropdown-item:focus {
  background: #f2f2f2;
}
.user-list-2 .custom-scroll {
  height: calc(100% - 50px);
}
.user-list-2 .custom-scroll .mCSB_scrollTools {
  width: 5px;
}
.user-list-2 .custom-scroll ul {
  padding: 15px;
  margin: 0;
  list-style: none;
}
.user-list-2 .custom-scroll ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  border-bottom: 1px solid #dfe5ec;
}
.user-list-2 .custom-scroll ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.user-list-2 .custom-scroll ul li .img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.user-list-2 .custom-scroll ul li .part-txt {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-list-2 .custom-scroll ul li .part-txt .txt a {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: #659ce0;
}
.user-list-2 .custom-scroll ul li .part-txt .txt span {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
}
.user-list-2 .custom-scroll ul li .part-txt .social a {
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 2px;
}

/* 04. fixed sidebar */
.main-container {
  padding-top: 30px;
}

.fixed-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  padding-top: 50px;
  background: #395168;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  z-index: 11;
}
.fixed-sidebar.collapsed {
  width: 50px;
}
.fixed-sidebar.collapsed .custom-scroll .sidebar-profile {
  padding: 15px 10px;
}
.fixed-sidebar.collapsed .custom-scroll .sidebar-profile button {
  width: 30px;
  height: 30px;
  margin-right: 0;
}
.fixed-sidebar.collapsed .custom-scroll .sidebar-profile .user-info {
  display: none;
}
.fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a {
  height: 40px;
  padding: 0 15px;
  text-align: center;
}
.fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a span {
  display: none;
}
.fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a.dropdown-toggle:after {
  top: calc(50% - 5 / 2);
  right: 2px;
  border: 0;
  width: 4px;
  height: 4px;
  background: #f2f2f2;
  border-radius: 50%;
}
.fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item.dropdown .dropdown-menu {
  background: #395168;
  border-left: 1px solid #2c4259;
  position: absolute !important;
  left: 100% !important;
}
.fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item.dropdown .dropdown-menu li a {
  height: 40px;
  padding-left: 20px;
}
.fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item.dropdown .dropdown-menu li a span {
  display: block;
}
.fixed-sidebar.collapsed .sidebar-fixed-bottom {
  width: 50px;
}
.fixed-sidebar.collapsed .sidebar-fixed-bottom .btn-group-wrapper {
  left: -200px;
}
.fixed-sidebar.collapsed .sidebar-fixed-bottom:hover .btn-group-wrapper, .fixed-sidebar.collapsed .sidebar-fixed-bottom:focus-within .btn-group-wrapper {
  left: 0;
}
.fixed-sidebar .custom-scroll {
  width: calc(100%);
  height: 100%;
  padding-bottom: 35px;
}
.fixed-sidebar .custom-scroll .mCustomScrollBox {
  overflow: visible;
}
.fixed-sidebar .custom-scroll .mCSB_container {
  overflow: visible;
}
.fixed-sidebar .custom-scroll .mCSB_scrollTools {
  width: 5px;
}
.fixed-sidebar .custom-scroll .sidebar-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.fixed-sidebar .custom-scroll .sidebar-profile button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  margin-right: 15px;
}
.fixed-sidebar .custom-scroll .sidebar-profile .user-info {
  width: calc(100% - 55px);
  height: 40px;
  font-size: 13px;
  line-height: 18px;
  color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.fixed-sidebar .custom-scroll .sidebar-profile .user-info .name {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.fixed-sidebar .custom-scroll .sidebar-profile .dropdown-menu {
  display: block;
  -webkit-transform: translateX(-150%) translateY(40px) !important;
          transform: translateX(-150%) translateY(40px) !important;
  inset: auto !important;
  min-width: 170px;
  margin: 0;
  background: #415b75;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.fixed-sidebar .custom-scroll .sidebar-profile .dropdown-menu.show {
  -webkit-transform: translateX(0) translateY(40px) !important;
          transform: translateX(0) translateY(40px) !important;
}
.fixed-sidebar .custom-scroll .sidebar-profile .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 100%;
  color: #f2f2f2;
  padding: 10px 15px;
}
.fixed-sidebar .custom-scroll .sidebar-profile .dropdown-menu .dropdown-item i {
  font-size: 12px;
  width: 20px;
  margin-right: 5px;
}
.fixed-sidebar .custom-scroll .sidebar-profile .dropdown-menu .dropdown-item:hover, .fixed-sidebar .custom-scroll .sidebar-profile .dropdown-menu .dropdown-item:active, .fixed-sidebar .custom-scroll .sidebar-profile .dropdown-menu .dropdown-item:focus {
  background: #2c4259;
}
.fixed-sidebar .custom-scroll .nav-sidebar {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item:first-child a {
  border-top: 0;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item:last-child a {
  border-bottom: 0;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item:last-child.dropdown .dropdown-menu {
  border-top: 1px solid #2c4259;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item:last-child.dropdown .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item a {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-size: 13px;
  color: #f2f2f2;
  border-bottom: 1px solid #2c4259;
  border-top: 1px solid #415b75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  overflow: hidden;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item a.dropdown-toggle:after {
  position: absolute;
  right: 20px;
  border-width: 5px;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item a i {
  width: 20px;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item a span {
  margin-left: 10px;
  color: #f2f2f2;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item a:hover, .fixed-sidebar .custom-scroll .nav-sidebar .nav-item a:focus {
  background: #659ce0;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item.dropdown .dropdown-menu {
  position: static !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item.dropdown .dropdown-menu li a {
  height: 35px;
  line-height: 35px;
  padding-left: 40px;
  border-bottom: 1px solid #2c4259;
  border-top: 1px solid #415b75;
}
.fixed-sidebar .custom-scroll .nav-sidebar .nav-item.dropdown .dropdown-menu li a i {
  font-size: 10px;
  width: 10px;
}
.fixed-sidebar .sidebar-fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 200px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.fixed-sidebar .sidebar-fixed-bottom .btn-show-group {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #2c4259;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 10px;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.fixed-sidebar .sidebar-fixed-bottom .btn-show-group:hover, .fixed-sidebar .sidebar-fixed-bottom .btn-show-group:focus {
  background: #415b75;
}
.fixed-sidebar .sidebar-fixed-bottom .btn-group-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.fixed-sidebar .sidebar-fixed-bottom .btn-group-wrapper .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #2c4259;
}
.fixed-sidebar .sidebar-fixed-bottom .btn-group-wrapper .btn-group a {
  width: calc(100% / 3);
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.fixed-sidebar .sidebar-fixed-bottom .btn-group-wrapper .btn-group a:hover, .fixed-sidebar .sidebar-fixed-bottom .btn-group-wrapper .btn-group a:focus {
  background: #415b75;
}

/* 05. main container */
.main-container.main-container-2 .main-content {
  padding-left: 15px;
}

.main-content {
  padding-left: 215px;
  padding-right: 15px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.main-content.expanded {
  padding-left: 65px;
}

.top-boxes {
  padding: 20px 0;
}
.top-boxes .single-box {
  background: #659ce0;
  padding: 20px 20px 55px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top-boxes .single-box.two {
  background: #ed6b76;
}
.top-boxes .single-box.three {
  background: #34b4c1;
}
.top-boxes .single-box.four {
  background: #1cb787;
}
.top-boxes .single-box .part-icon {
  font-size: 70px;
  line-height: 100%;
  color: rgba(242, 242, 242, 0.8);
  margin-top: -4px;
  margin-bottom: -6px;
}
.top-boxes .single-box .part-txt {
  text-align: right;
  color: #f2f2f2;
}
.top-boxes .single-box .part-txt p {
  font-size: 14px;
  line-height: 100%;
  margin-top: -1px;
  margin-bottom: 15px;
}
.top-boxes .single-box .part-txt p span {
  font-weight: 600;
}
.top-boxes .single-box .part-txt h3 {
  font-size: 26px;
  line-height: 100%;
  font-weight: 400;
  color: #f2f2f2;
  margin-bottom: -4px;
}
.top-boxes .single-box .box-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.top-boxes .single-box .box-btn a {
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: rgba(242, 242, 242, 0.2);
  color: #ffffff;
  border-top: 1px solid rgba(242, 242, 242, 0.6);
  position: relative;
}
.top-boxes .single-box .box-btn a span {
  position: absolute;
  top: 50%;
  left: calc(100% - 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.top-boxes .single-box .box-btn a:hover, .top-boxes .single-box .box-btn a:focus {
  background: rgba(242, 242, 242, 0.4);
}
.top-boxes .single-box:hover .box-btn a span, .top-boxes .single-box:focus-within .box-btn a span {
  left: calc(100% - 20px);
  opacity: 1;
}

.site-visit {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.site-visit .title {
  height: 50px;
  padding: 0 15px;
  border-bottom: 1px dotted #dfe5ec;
}
.site-visit .title h3 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.site-visit .chart {
  padding: 20px;
}
.site-visit .part-bottom {
  margin-top: -1px;
  padding: 0 20px 19px;
}
.site-visit .part-bottom .box {
  text-align: center;
}
.site-visit .part-bottom .box.two p span {
  background: #34b4c1;
}
.site-visit .part-bottom .box.two h4:after {
  border-bottom-color: #ed6b76;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-visit .part-bottom .box.three p span {
  background: #ed6b76;
}
.site-visit .part-bottom .box p {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 10px;
}
.site-visit .part-bottom .box p span {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #2c4259;
  color: #ffffff;
  border-radius: 2px;
}
.site-visit .part-bottom .box h4 {
  display: inline-block;
  font-size: 26px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-bottom: 0;
  position: relative;
}
.site-visit .part-bottom .box h4:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  border-bottom: 5px solid #1cb787;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.site-visit .part-bottom .box h4 span {
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 14px;
  line-height: 100%;
}

.info-box .info-line {
  background: #659ce0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f2f2f2;
  margin-bottom: 10px;
}
.info-box .info-line.down .txt h3:after {
  border-bottom: 0;
  border-top: 5px solid #ffffff;
}
.info-box .info-line .icon {
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.info-box .info-line .txt {
  width: calc(100% - 45px);
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.info-box .info-line .txt p {
  font-size: 13px;
  line-height: 100%;
  margin-bottom: 0;
}
.info-box .info-line .txt h3 {
  font-size: 22px;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
  padding: 0 15px;
  margin-bottom: 0;
  position: relative;
}
.info-box .info-line .txt h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.info-box .info-line .txt h3 span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  height: 15px;
  line-height: 15px;
}

.chart-panel {
  background: #ffffff;
  border: 1px solid #dfe5ec;
  padding: 20px;
}
.chart-panel .chart {
  padding-bottom: 10px;
}
.chart-panel .bars .progress {
  margin-top: 10px;
  background: #F5F7F9;
  border-radius: 0;
  height: 20px;
}
.chart-panel .bars .progress:nth-child(1) .progress-bar {
  background: #ed6b76;
}
.chart-panel .bars .progress:nth-child(2) .progress-bar {
  background: #659ce0;
}
.chart-panel .bars .progress:nth-child(3) .progress-bar {
  background: #34b4c1;
}

.user-list {
  background: #ffffff;
  border: 1px solid #dfe5ec;
  height: 550px;
  overflow: hidden;
}
.user-list .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.user-list .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.user-list .top a {
  font-size: 12px;
  color: #8e8e93;
}
.user-list .custom-scroll {
  height: calc(100% - 50px);
}
.user-list .custom-scroll .mCSB_scrollTools {
  width: 5px;
}
.user-list .custom-scroll ul {
  padding: 15px;
  margin: 0;
  list-style: none;
}
.user-list .custom-scroll ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  border-bottom: 1px solid #dfe5ec;
}
.user-list .custom-scroll ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.user-list .custom-scroll ul li .img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.user-list .custom-scroll ul li .part-txt {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-list .custom-scroll ul li .part-txt .txt a {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: #659ce0;
}
.user-list .custom-scroll ul li .part-txt .txt span {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
}
.user-list .custom-scroll ul li .part-txt .social a {
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 2px;
}

.task-list {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.task-list .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.task-list .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.task-list .top a {
  font-size: 12px;
  color: #8e8e93;
}
.task-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.task-list ul li {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.task-list ul li:nth-child(1) .check-box .custom-check {
  background: #34b4c1;
}
.task-list ul li:nth-child(2) .check-box .custom-check {
  background: #ed6b76;
}
.task-list ul li:nth-child(3) .check-box .custom-check {
  background: #f0ad4e;
}
.task-list ul li:nth-child(4) .check-box .custom-check {
  background: #1cb787;
}
.task-list ul li:nth-child(6) .check-box .custom-check {
  background: #34b4c1;
}
.task-list ul li:nth-child(8) .check-box .custom-check {
  background: #f0ad4e;
}
.task-list ul li:nth-child(9) .check-box .custom-check {
  background: #ed6b76;
}
.task-list ul li .check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  position: relative;
  z-index: 2;
}
.task-list ul li .check-box input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0;
}
.task-list ul li .check-box input:checked + .custom-check:before {
  opacity: 0;
}
.task-list ul li .check-box input:checked + .custom-check + label:after {
  width: 100%;
}
.task-list ul li .check-box .custom-check {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 13px;
  font-size: 10px;
  color: #ffffff;
  background: #659ce0;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: -1;
}
.task-list ul li .check-box .custom-check:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #8e8e93;
  border-radius: 2px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.task-list ul li .check-box label {
  font-size: 14px;
  line-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #8e8e93;
  cursor: pointer;
  position: relative;
}
.task-list ul li .check-box label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #8e8e93;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.task-list ul li .check-box label i {
  font-size: 12px;
  margin-right: 10px;
}
.task-list ul li .check-box span {
  background: #659ce0;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 2px;
  color: #ffffff;
  margin-left: 10px;
}
.task-list ul li .check-box span.today {
  background: #34b4c1;
}
.task-list ul li .check-box span.important {
  background: #ed6b76;
}
.task-list ul li .check-box span.well {
  background: #1cb787;
}
.task-list ul li .dropdown button {
  background: #659ce0;
  border-radius: 2px;
  color: #ffffff;
  height: 25px;
  line-height: 25px;
  padding: 0 7px;
  font-size: 14px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.task-list ul li .dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  min-width: 160px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.task-list ul li .dropdown .dropdown-menu li {
  padding: 0;
}
.task-list ul li .dropdown .dropdown-menu li .dropdown-item {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  padding: 10px 15px;
}
.task-list ul li .dropdown .dropdown-menu li .dropdown-item i {
  font-size: 12px;
  width: 20px;
  margin-right: 5px;
}
.task-list ul li .dropdown .dropdown-menu li .dropdown-item:hover, .task-list ul li .dropdown .dropdown-menu li .dropdown-item:active, .task-list ul li .dropdown .dropdown-menu li .dropdown-item:focus {
  background: #f2f2f2;
}
.task-list ul li:hover, .task-list ul li:focus-within {
  background: #F5F7F9;
}
.task-list ul li:hover .dropdown button, .task-list ul li:focus-within .dropdown button {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.task-list .box-btn {
  border-top: 1px dotted #dfe5ec;
  margin: 0 15px;
}
.task-list .box-btn a {
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  color: #659ce0;
}
.task-list .box-btn a i {
  font-size: 12px;
}

.activities {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.activities .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.activities .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.activities .top .dropdown button {
  padding: 0;
  font-size: 14px;
  color: #8e8e93;
}
.activities .top .dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  min-width: 160px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.activities .top .dropdown .dropdown-menu li {
  padding: 0;
}
.activities .top .dropdown .dropdown-menu li .dropdown-item {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  padding: 10px 15px;
}
.activities .top .dropdown .dropdown-menu li .dropdown-item i {
  font-size: 12px;
  width: 20px;
  margin-right: 5px;
}
.activities .top .dropdown .dropdown-menu li .dropdown-item:hover, .activities .top .dropdown .dropdown-menu li .dropdown-item:active, .activities .top .dropdown .dropdown-menu li .dropdown-item:focus {
  background: #f2f2f2;
}
.activities ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.activities ul li {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.activities ul li .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  position: relative;
  z-index: 2;
}
.activities ul li .left .icon {
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #ffffff;
  background: #a8bdcf;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: -1;
}
.activities ul li .left .icon.info {
  background: #34b4c1;
}
.activities ul li .left .icon.error {
  background: #ed6b76;
}
.activities ul li .left .icon.warning {
  background: #f0ad4e;
}
.activities ul li .left .icon.money {
  background: #1cb787;
}
.activities ul li .left .icon.inbox {
  background: #659ce0;
}
.activities ul li .left .txt {
  font-size: 13px;
  line-height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #8e8e93;
  margin-left: 10px;
}
.activities ul li .left .txt a {
  color: #659ce0;
}
.activities ul li .right {
  position: relative;
}
.activities ul li .right .dropdown button {
  background: #659ce0;
  border-radius: 2px;
  color: #ffffff;
  height: 25px;
  line-height: 25px;
  padding: 0 7px;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.activities ul li .right .dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  min-width: 160px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.activities ul li .right .dropdown .dropdown-menu li {
  padding: 0;
}
.activities ul li .right .dropdown .dropdown-menu li .dropdown-item {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  padding: 10px 15px;
}
.activities ul li .right .dropdown .dropdown-menu li .dropdown-item i {
  font-size: 12px;
  width: 20px;
  margin-right: 5px;
}
.activities ul li .right .dropdown .dropdown-menu li .dropdown-item:hover, .activities ul li .right .dropdown .dropdown-menu li .dropdown-item:active, .activities ul li .right .dropdown .dropdown-menu li .dropdown-item:focus {
  background: #f2f2f2;
}
.activities ul li .right .time {
  position: absolute;
  top: 50%;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.activities ul li .right .time span {
  background: #a8bdcf;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 2px;
  color: #ffffff;
}
.activities ul li:hover, .activities ul li:focus-within {
  background: #F5F7F9;
}
.activities ul li:hover .right .dropdown button, .activities ul li:focus-within .right .dropdown button {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.activities ul li:hover .right .time, .activities ul li:focus-within .right .time {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%) translateX(20px);
          transform: translateY(-50%) translateX(20px);
}
.activities .box-btn {
  border-top: 1px dotted #dfe5ec;
  margin: 0 15px;
}
.activities .box-btn a {
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  color: #659ce0;
}
.activities .box-btn a i {
  font-size: 12px;
}

.chat-section {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.chat-section .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.chat-section .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.chat-section .messages {
  padding: 15px;
  height: 351px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.chat-section .messages .custom-scroll {
  height: 100%;
}
.chat-section .messages .custom-scroll .date {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  margin-top: -2px;
  margin-bottom: 16px;
}
.chat-section .messages .custom-scroll .message-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 70px);
}
.chat-section .messages .custom-scroll .message-in .part-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.chat-section .messages .custom-scroll .message-in .txt-wrap {
  max-width: calc(100% - 55px);
  margin-bottom: 20px;
}
.chat-section .messages .custom-scroll .message-in .txt-wrap .part-txt {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #F5F7F9;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 1.5px;
  position: relative;
}
.chat-section .messages .custom-scroll .message-in .txt-wrap .part-txt:first-child:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 100%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #F5F7F9;
}
.chat-section .messages .custom-scroll .message-in .txt-wrap .part-txt p {
  font-size: 12px;
  line-height: 22px;
  color: #5b5c5f;
  margin-bottom: 0;
}
.chat-section .messages .custom-scroll .message-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 70px;
}
.chat-section .messages .custom-scroll .message-out .part-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 20px;
}
.chat-section .messages .custom-scroll .message-out .txt-wrap {
  max-width: calc(100% - 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.chat-section .messages .custom-scroll .message-out .txt-wrap .part-txt {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #659ce0;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 1.5px;
  position: relative;
}
.chat-section .messages .custom-scroll .message-out .txt-wrap .part-txt:first-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 100%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #659ce0;
}
.chat-section .messages .custom-scroll .message-out .txt-wrap .part-txt p {
  font-size: 12px;
  line-height: 22px;
  color: #F5F7F9;
  margin-bottom: 0;
}
.chat-section .message-type {
  padding: 0 15px 15px;
}
.chat-section .message-type form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chat-section .message-type form label {
  text-align: center;
  width: 45px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #dfe5ec;
  border-right: 0;
  font-size: 15px;
  color: #8e8e93;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.chat-section .message-type form label:hover {
  background: #F5F7F9;
}
.chat-section .message-type form input {
  display: none;
}
.chat-section .message-type form textarea {
  width: calc(100% - 90px);
  height: 35px;
  font-size: 13px;
  line-height: 23px;
  padding: 5px 10px;
  border: 1px solid #dfe5ec;
  outline: none;
  color: #8e8e93;
}
.chat-section .message-type form textarea::-webkit-input-placeholder {
  color: #8e8e93;
}
.chat-section .message-type form textarea::-moz-placeholder {
  color: #8e8e93;
}
.chat-section .message-type form textarea:-ms-input-placeholder {
  color: #8e8e93;
}
.chat-section .message-type form textarea::-ms-input-placeholder {
  color: #8e8e93;
}
.chat-section .message-type form textarea::placeholder {
  color: #8e8e93;
}
.chat-section .message-type form button {
  text-align: center;
  width: 45px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #dfe5ec;
  border-left: 0;
  font-size: 15px;
  color: #8e8e93;
}
.chat-section .message-type form button:hover, .chat-section .message-type form button:focus {
  background: #F5F7F9;
}

.fast-action {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.fast-action .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.fast-action .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.fast-action .top nav .nav-tabs {
  border-bottom: 0;
}
.fast-action .top nav .nav-tabs .nav-link {
  margin: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 15px;
  border-radius: 0;
  background: transparent;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #8e8e93;
}
.fast-action .top nav .nav-tabs .nav-link.active {
  border-bottom-color: #659ce0;
}
.fast-action .tab-content {
  padding: 15px;
}
.fast-action .tab-content .tab-pane .table {
  margin-bottom: 0;
}
.fast-action .tab-content .tab-pane .table tbody tr:last-child td {
  border-bottom: 0;
}
.fast-action .tab-content .tab-pane .table tbody tr td {
  vertical-align: middle;
}
.fast-action .tab-content .tab-pane .table tbody tr td:nth-child(3) {
  text-align: center;
}
.fast-action .tab-content .tab-pane .table tbody tr td:last-child {
  text-align: right;
}
.fast-action .tab-content .tab-pane .table tbody tr td img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.fast-action .tab-content .tab-pane .table tbody tr td p {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  color: #5b5c5f;
  margin-bottom: 7px;
}
.fast-action .tab-content .tab-pane .table tbody tr td span {
  display: block;
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
}
.fast-action .tab-content .tab-pane .table tbody tr td span.time {
  font-weight: 600;
  margin-bottom: 7px;
}
.fast-action .tab-content .tab-pane .table tbody tr td .btn-group button {
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  border: 1px solid;
  border-radius: 3px 0 0 3px;
  padding: 0 10px;
}
.fast-action .tab-content .tab-pane .table tbody tr td .btn-group button:first-child {
  border-right: 0;
  color: #1cb787;
  border-color: #1cb787;
}
.fast-action .tab-content .tab-pane .table tbody tr td .btn-group button:first-child:hover, .fast-action .tab-content .tab-pane .table tbody tr td .btn-group button:first-child:focus {
  background: #1cb787;
  color: #F5F7F9;
}
.fast-action .tab-content .tab-pane .table tbody tr td .btn-group button:last-child {
  color: #ed6b76;
  border-color: #ed6b76;
  border-radius: 0 3px 3px 0;
}
.fast-action .tab-content .tab-pane .table tbody tr td .btn-group button:last-child:hover, .fast-action .tab-content .tab-pane .table tbody tr td .btn-group button:last-child:focus {
  background: #ed6b76;
  color: #F5F7F9;
}
.fast-action .tab-content .tab-pane .table tbody tr td .result {
  float: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 600;
  color: #F5F7F9;
  border-radius: 10px;
  padding: 0 10px;
}
.fast-action .tab-content .tab-pane .table tbody tr td .result i {
  font-size: 10px;
}
.fast-action .tab-content .tab-pane .table tbody tr td .result.approved {
  background: #1cb787;
}
.fast-action .tab-content .tab-pane .table tbody tr td .result.rejected {
  background: #ed6b76;
}

.current-progress {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.current-progress .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.current-progress .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.current-progress .top button {
  font-size: 12px;
  color: #8e8e93;
}
.current-progress .progress-area {
  padding: 15px;
}
.current-progress .progress-area .group {
  margin-bottom: 20px;
}
.current-progress .progress-area .group:last-child {
  margin-bottom: 0;
}
.current-progress .progress-area .group:nth-child(2) .progress .progress-bar {
  background: #1cb787;
}
.current-progress .progress-area .group:nth-child(3) .progress .progress-bar {
  background: #f0ad4e;
}
.current-progress .progress-area .group:nth-child(4) .progress .progress-bar {
  background: #ed6b76;
}
.current-progress .progress-area .group .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.current-progress .progress-area .group .txt span {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  margin-top: -1px;
}
.current-progress .progress-area .group .txt span:last-child {
  font-weight: 600;
}
.current-progress .progress-area .group .progress {
  height: 8px;
  border-radius: 0;
}
.current-progress .progress-area .group .progress .progress-bar {
  background: #659ce0;
}

.browsers {
  background: #ffffff;
  padding: 15px;
  border: 1px solid #dfe5ec;
}
.browsers .accordion .accordion-item .accordion-header button {
  padding: 8px 0 7px;
  font-size: 12px;
  color: #8e8e93;
  background: transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.browsers .accordion .accordion-item .accordion-header button:after {
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.browsers .accordion .accordion-item .accordion-header button:not(.collapsed) {
  border-bottom: 1px solid #659ce0;
}
.browsers .accordion .accordion-item .accordion-header button:focus {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.browsers .accordion .accordion-item .accordion-body {
  padding: 9px 0 8px;
}
.browsers .accordion .accordion-item .accordion-body .table {
  margin-bottom: 0;
}
.browsers .accordion .accordion-item .accordion-body .table tbody tr:last-child td {
  border-bottom: 0;
}
.browsers .accordion .accordion-item .accordion-body .table tbody tr td {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  padding: 10px;
}

/* 06. inner pages styles */
.breadcrumb-wrap {
  background: #f0f1f3;
  border-bottom: 1px solid #dfe5ec;
  padding: 20px 15px;
  margin: 0 -15px;
}
.breadcrumb-wrap .page-txt h2 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #5b5c5f;
  margin-top: -1px;
  margin-bottom: 11px;
}
.breadcrumb-wrap .page-txt p {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: -2px;
}
.breadcrumb-wrap .breadcrumb {
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
  color: #659ce0;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a i {
  margin-right: 5px;
}

.blog-single-box {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.blog-single-box .part-img .carousel button {
  width: 50px;
  background: rgba(0, 0, 0, 0.1);
}
.blog-single-box .part-img .carousel button .carousel-control-next-icon, .blog-single-box .part-img .carousel button .carousel-control-prev-icon {
  width: 20px;
  height: 20px;
}
.blog-single-box .part-img .carousel button:hover {
  background: rgba(0, 0, 0, 0.6);
}
.blog-single-box .part-img .carousel:hover button {
  background: rgba(0, 0, 0, 0.3);
}
.blog-single-box .part-img iframe {
  width: 100%;
  height: 620px;
}
.blog-single-box .part-txt {
  padding: 25px 15px 0;
}
.blog-single-box .part-txt h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  margin-top: -1px;
  margin-bottom: 18px;
  color: #5b5c5f;
}
.blog-single-box .part-txt h3 span {
  float: right;
  font-size: 12px;
  color: #f0ad4e;
}
.blog-single-box .part-txt p {
  font-size: 13px;
  line-height: 1.42857;
  color: #8e8e93;
  margin-bottom: 17px;
}
.blog-single-box .part-txt .quote p {
  font-size: 15px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 5px solid #dfe5ec;
}
.blog-single-box .part-txt .quote p span {
  display: block;
  font-size: 13px;
  padding-left: 10px;
  margin-top: 10px;
  position: relative;
}
.blog-single-box .part-txt .quote p span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background: #8e8e93;
}
.blog-single-box .part-txt .blog-info {
  padding-left: 0;
  padding-bottom: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.blog-single-box .part-txt .blog-info li a {
  font-size: 13px;
  line-height: 100%;
  color: #659ce0;
  padding-right: 10px;
}
.blog-single-box .part-txt .blog-info li a span {
  font-size: 11px;
}
.blog-single-box .part-txt .blog-info li.tags span {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: 600;
  background: #a8bdcf;
  border-radius: 2px;
  padding: 0 5px;
  color: #ffffff;
}
.blog-single-box .bottom {
  padding: 20px 15px;
  border-top: 1px dotted #dfe5ec;
}
.blog-single-box .bottom a {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 10px;
  background: #659ce0;
  border-radius: 2px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.blog-single-box .bottom a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: -1;
}
.blog-single-box .bottom a:hover:after, .blog-single-box .bottom a:focus:after {
  opacity: 0.1;
}

.pagination {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.pagination .page-item:first-child .page-link {
  width: auto;
}
.pagination .page-item:nth-last-of-type(2) .page-link {
  width: auto;
}
.pagination .page-item .page-link {
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 13px;
  color: #8e8e93;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
  background: #659ce0;
  color: #ffffff;
}

.comment-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.comment-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.comment-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.comment-area form {
  background: #F5F7F9;
  padding: 15px;
  border-bottom: 1px dotted #dfe5ec;
}
.comment-area form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #dfe5ec;
  padding: 7px 10px;
  font-size: 13px;
  outline: none;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.comment-area form textarea::-webkit-input-placeholder {
  color: #8e8e93;
}
.comment-area form textarea::-moz-placeholder {
  color: #8e8e93;
}
.comment-area form textarea:-ms-input-placeholder {
  color: #8e8e93;
}
.comment-area form textarea::-ms-input-placeholder {
  color: #8e8e93;
}
.comment-area form textarea::placeholder {
  color: #8e8e93;
}
.comment-area form textarea:hover {
  border-color: rgba(101, 156, 224, 0.7);
}
.comment-area form textarea:focus {
  border-color: #659ce0;
}
.comment-area form .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.comment-area form .bottom button {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 10px;
  background: #659ce0;
  border-radius: 2px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.comment-area form .bottom button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: -1;
}
.comment-area form .bottom button:hover:after, .comment-area form .bottom button:focus:after {
  opacity: 0.1;
}
.comment-area .comments {
  padding: 15px;
}
.comment-area .comments .single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.comment-area .comments .single-comment.reply {
  margin-left: 55px;
}
.comment-area .comments .single-comment.reply-1 {
  margin-left: 110px;
}
.comment-area .comments .single-comment .part-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.comment-area .comments .single-comment .part-txt {
  width: calc(100% - 55px);
}
.comment-area .comments .single-comment .part-txt .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment-area .comments .single-comment .part-txt .title h5 {
  font-size: 15px;
  line-height: 100%;
  font-weight: 600;
  color: #5b5c5f;
  margin-bottom: 0;
}
.comment-area .comments .single-comment .part-txt .title h5 span {
  font-size: 12px;
  color: #8e8e93;
}
.comment-area .comments .single-comment .part-txt .title .actions a {
  font-size: 12px;
  line-height: 100%;
  opacity: 0.5;
}
.comment-area .comments .single-comment .part-txt .title .actions a.report {
  color: #ed6b76;
}
.comment-area .comments .single-comment .part-txt .title .actions a.reply {
  color: #659ce0;
  margin-left: 10px;
}
.comment-area .comments .single-comment .part-txt .title .actions:hover a, .comment-area .comments .single-comment .part-txt .title .actions:focus-within a {
  opacity: 1;
}
.comment-area .comments .single-comment .part-txt p {
  font-size: 12px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 0;
}
.comment-area .comments .part-btn button {
  width: 100%;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  color: #8e8e93;
  border: 1px solid #dfe5ec;
}
.comment-area .comments .part-btn button:hover, .comment-area .comments .part-btn button:focus {
  background: #F5F7F9;
}

.blog-sidebar .profile {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.blog-sidebar .profile .part-img {
  position: relative;
}
.blog-sidebar .profile .part-img .cover-picture {
  height: 95px;
  overflow: hidden;
}
.blog-sidebar .profile .part-img .profile-picture {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: calc(-75px / 2);
}
.blog-sidebar .profile .part-img .profile-picture .img {
  width: 75px;
  height: 73px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  margin-right: 10px;
}
.blog-sidebar .profile .part-img .profile-picture .txt {
  margin-bottom: -5px;
}
.blog-sidebar .profile .part-img .profile-picture .txt span {
  display: block;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  color: #8e8e93;
  margin-bottom: -1px;
}
.blog-sidebar .profile .part-img .profile-picture .txt a {
  font-size: 11px;
  line-height: 100%;
  color: #8e8e93;
}
.blog-sidebar .profile .part-txt {
  padding: 24px 0 23px;
}
.blog-sidebar .profile .part-txt .box {
  text-align: center;
}
.blog-sidebar .profile .part-txt .box .icon {
  font-size: 16px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 7px;
}
.blog-sidebar .profile .part-txt .box .digit {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
}
.blog-sidebar .category {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.blog-sidebar .category .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.blog-sidebar .category .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.blog-sidebar .category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar .category ul li {
  border-bottom: 1px solid #dfe5ec;
}
.blog-sidebar .category ul li:last-child {
  border-bottom: 0;
}
.blog-sidebar .category ul li:nth-child(3) a .icon {
  background: #ed6b76;
}
.blog-sidebar .category ul li:nth-child(5) a .icon {
  background: #1cb787;
}
.blog-sidebar .category ul li:nth-child(6) a .icon {
  background: #34b4c1;
}
.blog-sidebar .category ul li:nth-child(7) a .icon {
  background: #f0ad4e;
}
.blog-sidebar .category ul li:nth-child(8) a .icon {
  background: #34b4c1;
}
.blog-sidebar .category ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}
.blog-sidebar .category ul li a.active {
  background: #659ce0;
  border-bottom-color: #659ce0;
}
.blog-sidebar .category ul li a.active .icon {
  background: #ffffff;
  color: #659ce0;
}
.blog-sidebar .category ul li a.active .txt p {
  color: #ffffff;
}
.blog-sidebar .category ul li a.active .txt span {
  color: #F5F7F9;
}
.blog-sidebar .category ul li a.active:hover {
  background: #659ce0;
}
.blog-sidebar .category ul li a .icon {
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 34px;
  background: #659ce0;
  border-radius: 2px;
  color: #ffffff;
  margin-right: 10px;
}
.blog-sidebar .category ul li a .txt {
  margin-top: -2px;
  margin-bottom: -7px;
}
.blog-sidebar .category ul li a .txt p {
  font-size: 13px;
  line-height: 100%;
  color: #5b5c5f;
  margin-bottom: 0;
}
.blog-sidebar .category ul li a .txt span {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
}
.blog-sidebar .category ul li a:hover {
  background: #F5F7F9;
}
.blog-sidebar .news-letter {
  background: #ffffff;
  border: 1px solid #dfe5ec;
  padding: 0 15px 15px;
}
.blog-sidebar .news-letter .txt {
  padding: 25px 0;
}
.blog-sidebar .news-letter .txt h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-bottom: 3px;
}
.blog-sidebar .news-letter .txt span {
  font-size: 11px;
  line-height: 100%;
  color: #8e8e93;
}
.blog-sidebar .news-letter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-sidebar .news-letter form input {
  width: calc(100% - 40px);
  font-size: 12px;
  border: 1px solid #dfe5ec;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  padding: 0 15px;
}
.blog-sidebar .news-letter form input::-webkit-input-placeholder {
  color: #8e8e93;
}
.blog-sidebar .news-letter form input::-moz-placeholder {
  color: #8e8e93;
}
.blog-sidebar .news-letter form input:-ms-input-placeholder {
  color: #8e8e93;
}
.blog-sidebar .news-letter form input::-ms-input-placeholder {
  color: #8e8e93;
}
.blog-sidebar .news-letter form input::placeholder {
  color: #8e8e93;
}
.blog-sidebar .news-letter form input:hover {
  border-color: rgba(101, 156, 224, 0.7);
}
.blog-sidebar .news-letter form input:focus {
  border-color: #659ce0;
}
.blog-sidebar .news-letter form button {
  text-align: center;
  width: 40px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: #659ce0;
  color: #ffffff;
  border-radius: 0 3px 3px 0;
}
.blog-sidebar .popular-news {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.blog-sidebar .popular-news .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.blog-sidebar .popular-news .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.blog-sidebar .popular-news ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar .popular-news ul li {
  border-bottom: 1px solid #dfe5ec;
}
.blog-sidebar .popular-news ul li:last-child {
  border-bottom: 0;
}
.blog-sidebar .popular-news ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.blog-sidebar .popular-news ul li a .img {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 10px;
}
.blog-sidebar .popular-news ul li a .txt {
  width: calc(100% - 55px);
}
.blog-sidebar .popular-news ul li a .txt h3 {
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  color: #5b5c5f;
  margin-bottom: 7px;
}
.blog-sidebar .popular-news ul li a .txt p {
  font-size: 10px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 0;
}
.blog-sidebar .popular-news ul li a .txt .meta {
  padding-top: 6px;
  margin-bottom: -7px;
}
.blog-sidebar .popular-news ul li a .txt .meta span {
  font-size: 10px;
  line-height: 100%;
  color: #8e8e93;
  margin-right: 5px;
}
.blog-sidebar .popular-news ul li a .txt .meta span:last-child {
  margin-right: 0;
}
.blog-sidebar .popular-news ul li a .txt .meta span i {
  margin-right: 5px;
}
.blog-sidebar .popular-news ul li a:hover {
  background: #F5F7F9;
}
.blog-sidebar .tags {
  background: #ffffff;
  border: 1px solid #dfe5ec;
  padding: 15px;
}
.blog-sidebar .tags .all-tags {
  margin: calc(-5px / 2) 0;
}
.blog-sidebar .tags .all-tags a {
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-weight: 600;
  background: #a8bdcf;
  border-radius: 2px;
  padding: 0 8px;
  color: #ffffff;
  margin: calc(5px / 2) 0;
}
.blog-sidebar .tags .all-tags a:hover, .blog-sidebar .tags .all-tags a:focus {
  background: #94aec4;
}

.top-section .part-img {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.top-section .part-img .cover-picture {
  background: url(../images/cover-picture.jpg) bottom center no-repeat;
  background-size: cover;
  height: 180px;
}
.top-section .part-img .profile-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -125px;
  padding-left: 20px;
  padding-bottom: 25px;
}
.top-section .part-img .profile-picture .img {
  width: 150px;
  height: 148px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  margin-right: 10px;
}
.top-section .part-img .profile-picture .txt h3 {
  font-size: 22px;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
}
.top-section .part-img .profile-picture .txt p {
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
  color: #8e8e93;
  margin-bottom: 0;
}
.top-section .part-img .nav li a {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  color: #8e8e93;
}
.top-section .part-img .nav li a.active {
  background: #659ce0;
  color: #ffffff;
}
.top-section .part-img .nav li a:hover, .top-section .part-img .nav li a:focus {
  background: #659ce0;
  color: #ffffff;
}

.personal-profile .user-activity {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.personal-profile .user-activity #circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  position: relative;
}
.personal-profile .user-activity #circle .circle-value {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.personal-profile .user-activity #circle .circle-value span {
  font-size: 25px;
  line-height: 100%;
  color: rgba(101, 156, 224, 0.7);
}
.personal-profile .user-activity .title {
  padding-left: 15px;
}
.personal-profile .user-activity .title p {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 0;
}
.personal-profile .user-activity #user-activity {
  margin-left: -8px;
  margin-bottom: -8px;
  margin-right: -5px;
}
.personal-profile .contact-information {
  background: #ffffff;
  border: 1px solid #dfe5ec;
  padding: 15px;
}
.personal-profile .contact-information h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-top: -1px;
  margin-bottom: 10px;
}
.personal-profile .contact-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px dotted #dfe5ec;
}
.personal-profile .contact-information ul li {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 10px;
}
.personal-profile .contact-information ul li span {
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  background: #659ce0;
  border-radius: 2px;
  margin-right: 5px;
}
.personal-profile .contact-information ul li a {
  color: #659ce0;
}
.personal-profile .contact-information .social {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personal-profile .contact-information .social a {
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 10px;
}
.personal-profile .contact-information .social a:last-child {
  margin-right: 0;
}
.personal-profile .contact-information .social a:hover {
  color: #F5F7F9;
}
.personal-profile .user-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #dfe5ec;
}
.personal-profile .user-information ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #dfe5ec;
  height: 35px;
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  padding: 0 10px;
}
.personal-profile .user-information ul li:nth-child(odd) {
  background: #fbfcfd;
}
.personal-profile .user-information ul li:last-child {
  border-bottom: 0;
}
.personal-profile .user-information ul li .icon {
  width: 35px;
}
.personal-profile .user-information ul li .property {
  width: 80px;
  font-weight: 600;
  color: #5b5c5f;
}
.personal-profile .user-information ul li a {
  color: #659ce0;
}
.personal-profile .user-information ul li .tags span {
  height: 20px;
  line-height: 20px;
  background: #a8bdcf;
  padding: 0 5px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
}
.personal-profile .user-activity-timeline {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.personal-profile .user-activity-timeline .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.personal-profile .user-activity-timeline .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.personal-profile .user-activity-timeline ul {
  padding: 15px;
  margin-bottom: 0;
  list-style: none;
}
.personal-profile .user-activity-timeline ul li {
  position: relative;
  padding: 5px 0 5px 15px;
  border-left: 1px dotted #a8bdcf;
  font-size: 12px;
  color: #8e8e93;
}
.personal-profile .user-activity-timeline ul li:nth-child(2) {
  border-color: #1cb787;
}
.personal-profile .user-activity-timeline ul li:nth-child(2) .shape {
  border-color: #1cb787;
}
.personal-profile .user-activity-timeline ul li:nth-child(2) .shape:after {
  background: #1cb787;
}
.personal-profile .user-activity-timeline ul li:nth-child(4) {
  border-color: #ed6b76;
}
.personal-profile .user-activity-timeline ul li:nth-child(4) .shape {
  border-color: #ed6b76;
}
.personal-profile .user-activity-timeline ul li:nth-child(4) .shape:after {
  background: #ed6b76;
}
.personal-profile .user-activity-timeline ul li:nth-child(6) {
  border-color: #659ce0;
}
.personal-profile .user-activity-timeline ul li:nth-child(6) .shape {
  border-color: #659ce0;
}
.personal-profile .user-activity-timeline ul li:nth-child(6) .shape:after {
  background: #659ce0;
}
.personal-profile .user-activity-timeline ul li:nth-child(7) {
  border-color: #34b4c1;
}
.personal-profile .user-activity-timeline ul li:nth-child(7) .shape {
  border-color: #34b4c1;
}
.personal-profile .user-activity-timeline ul li:nth-child(7) .shape:after {
  background: #34b4c1;
}
.personal-profile .user-activity-timeline ul li .shape {
  position: absolute;
  top: 8px;
  left: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid #a8bdcf;
  border-radius: 50%;
  background: #ffffff;
}
.personal-profile .user-activity-timeline ul li .shape:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #a8bdcf;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.personal-profile .user-activity-timeline ul li .time {
  display: block;
}
.personal-profile .user-activity-timeline ul li .info {
  font-size: 13px;
  color: #5b5c5f;
}
.personal-profile .user-activity-timeline ul li:hover .shape:after {
  width: 5px;
  height: 5px;
}

.expanded .messenger-wrap {
  left: 65px;
}

.messenger-wrap {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 215px;
  right: 15px;
  padding: 20px 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  overflow: hidden;
}
.messenger-wrap .messenger-panel {
  background: #ffffff;
  border: 1px solid #dfe5ec;
  height: 100%;
  max-height: 100%;
}
.messenger-wrap .messenger-panel .chat-list {
  height: 100%;
  border-right: 1px solid #dfe5ec;
}
.messenger-wrap .messenger-panel .chat-list .top {
  padding: 0 15px;
  height: 50px;
  border-bottom: 1px solid #dfe5ec;
}
.messenger-wrap .messenger-panel .chat-list .top form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.messenger-wrap .messenger-panel .chat-list .top form button {
  padding: 0;
  font-size: 14px;
  color: #8e8e93;
  margin-right: 20px;
}
.messenger-wrap .messenger-panel .chat-list .top form button:hover, .messenger-wrap .messenger-panel .chat-list .top form button:focus {
  color: #5b5c5f;
}
.messenger-wrap .messenger-panel .chat-list .top form input {
  width: 100%;
  padding: 0;
  font-size: 13px;
  color: #5b5c5f;
  border: 0;
}
.messenger-wrap .messenger-panel .chat-list .top form input::-webkit-input-placeholder {
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-list .top form input::-moz-placeholder {
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-list .top form input:-ms-input-placeholder {
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-list .top form input::-ms-input-placeholder {
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-list .top form input::placeholder {
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-list .list-wrap {
  height: calc(100% - 100px);
  overflow: hidden;
}
.messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll {
  height: 100%;
}
.messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li {
  border-bottom: 1px solid #dfe5ec;
}
.messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li:last-child {
  border-bottom: 0;
}
.messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  outline: none;
}
.messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .txt .name {
  font-size: 14px;
  line-height: 100%;
  color: #5b5c5f;
  font-weight: 600;
  margin-bottom: 5px;
}
.messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .txt .time {
  display: block;
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a:hover, .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a:focus {
  background: #F5F7F9;
}
.messenger-wrap .messenger-panel .chat-list .bottom {
  height: 50px;
  border-top: 1px solid #dfe5ec;
  padding: 7px 15px;
}
.messenger-wrap .messenger-panel .chat-list .bottom .btn-group {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.messenger-wrap .messenger-panel .chat-list .bottom .btn-group a {
  text-align: center;
  width: calc(100% / 3);
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
  background: #34b4c1;
  border: 0;
  border-right: 1px solid #F5F7F9;
  outline: none;
  position: relative;
  z-index: 2;
}
.messenger-wrap .messenger-panel .chat-list .bottom .btn-group a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.messenger-wrap .messenger-panel .chat-list .bottom .btn-group a:last-child {
  border-right: 0;
}
.messenger-wrap .messenger-panel .chat-list .bottom .btn-group a:hover:after, .messenger-wrap .messenger-panel .chat-list .bottom .btn-group a:focus:after {
  opacity: 0.2;
}
.messenger-wrap .messenger-panel .chat-area {
  height: 100%;
  overflow: hidden;
}
.messenger-wrap .messenger-panel .chat-area .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #dfe5ec;
}
.messenger-wrap .messenger-panel .chat-area .top .name {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  color: #5b5c5f;
  padding-left: 20px;
  margin-bottom: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.messenger-wrap .messenger-panel .chat-area .top .name:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #a8bdcf;
  border-radius: 50%;
}
.messenger-wrap .messenger-panel .chat-area .top .name.active:after {
  background: #1cb787;
}
.messenger-wrap .messenger-panel .chat-area .top .dropdown button {
  padding: 0;
  font-size: 14px;
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-area .top .dropdown button i {
  font-size: 12px;
}
.messenger-wrap .messenger-panel .chat-area .top .dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  min-width: 160px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.messenger-wrap .messenger-panel .chat-area .top .dropdown .dropdown-menu li {
  padding: 0;
}
.messenger-wrap .messenger-panel .chat-area .top .dropdown .dropdown-menu li .dropdown-item {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  padding: 10px 15px;
}
.messenger-wrap .messenger-panel .chat-area .top .dropdown .dropdown-menu li .dropdown-item i {
  font-size: 12px;
  width: 20px;
  margin-right: 5px;
}
.messenger-wrap .messenger-panel .chat-area .top .dropdown .dropdown-menu li .dropdown-item:hover, .messenger-wrap .messenger-panel .chat-area .top .dropdown .dropdown-menu li .dropdown-item:active, .messenger-wrap .messenger-panel .chat-area .top .dropdown .dropdown-menu li .dropdown-item:focus {
  background: #f2f2f2;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel {
  padding: 15px 30px;
  height: calc(100% - 100px);
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll {
  height: 100%;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 95px);
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .part-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap {
  max-width: calc(100% - 60px);
  margin-bottom: 20px;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #F5F7F9;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 1.5px;
  position: relative;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt:first-child:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 100%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #F5F7F9;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt p {
  font-size: 14px;
  line-height: 24px;
  color: #5b5c5f;
  margin-bottom: 0;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media {
  width: 550px;
  margin: 5px 0;
  border-radius: 5px;
  overflow: hidden;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media iframe {
  width: 100%;
  height: 350px;
  margin-bottom: -7px;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media video {
  width: 100%;
  height: 350px;
  background: #415b75;
  margin-bottom: -8px;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 70px;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .part-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 20px;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap {
  max-width: calc(100% - 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #659ce0;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 1.5px;
  position: relative;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt:first-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 100%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #659ce0;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt p {
  font-size: 14px;
  line-height: 24px;
  color: #F5F7F9;
  margin-bottom: 0;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media {
  width: 550px;
  margin: 5px 0;
  border-radius: 5px;
  overflow: hidden;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media iframe {
  width: 100%;
  height: 350px;
  margin-bottom: -7px;
}
.messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media video {
  width: 100%;
  height: 350px;
  background: #415b75;
  margin-bottom: -8px;
}
.messenger-wrap .messenger-panel .chat-area .message-type {
  padding: 5px 15px;
  border-top: 1px solid #dfe5ec;
}
.messenger-wrap .messenger-panel .chat-area .message-type form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.messenger-wrap .messenger-panel .chat-area .message-type form label {
  text-align: center;
  width: 45px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #dfe5ec;
  border-right: 0;
  font-size: 15px;
  color: #8e8e93;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.messenger-wrap .messenger-panel .chat-area .message-type form label:hover {
  background: #F5F7F9;
}
.messenger-wrap .messenger-panel .chat-area .message-type form input {
  display: none;
}
.messenger-wrap .messenger-panel .chat-area .message-type form textarea {
  width: calc(100% - 90px);
  height: 40px;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 10px;
  border: 1px solid #dfe5ec;
  outline: none;
  color: #8e8e93;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.messenger-wrap .messenger-panel .chat-area .message-type form textarea::-webkit-input-placeholder {
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-area .message-type form textarea::-moz-placeholder {
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-area .message-type form textarea:-ms-input-placeholder {
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-area .message-type form textarea::-ms-input-placeholder {
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-area .message-type form textarea::placeholder {
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-area .message-type form textarea:hover {
  border-color: rgba(101, 156, 224, 0.6);
}
.messenger-wrap .messenger-panel .chat-area .message-type form textarea:focus {
  border-color: #659ce0;
}
.messenger-wrap .messenger-panel .chat-area .message-type form button {
  text-align: center;
  width: 45px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #dfe5ec;
  border-left: 0;
  font-size: 15px;
  color: #8e8e93;
}
.messenger-wrap .messenger-panel .chat-area .message-type form button:hover, .messenger-wrap .messenger-panel .chat-area .message-type form button:focus {
  background: #F5F7F9;
}

.table-box {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.table-box .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.table-box .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.table-box .bottom {
  padding: 15px;
}
.table-box .bottom p {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 10px;
}
.table-box .bottom .table {
  margin-bottom: 0;
}
.table-box .bottom .table tbody {
  border-top: 0;
}
.table-box .bottom .table tr th {
  padding: 10px;
  font-size: 14px;
  line-height: 100%;
  color: #5b5c5f;
}
.table-box .bottom .table tr td {
  border-top: 1px solid #dfe5ec;
  border-bottom: 0;
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  vertical-align: middle;
}

.label {
  background: #a8bdcf;
  color: #ffffff;
  font-size: 11px;
  line-height: 100%;
  font-weight: 600;
  padding: 5px;
  border-radius: 4px;
}
.label.label-primary {
  background: #659ce0;
}
.label.label-success {
  background: #1cb787;
}
.label.label-info {
  background: #34b4c1;
}
.label.label-warning {
  background: #f0ad4e;
}
.label.label-danger {
  background: #ed6b76;
}
.label.label-dark {
  background: #5b5c5f;
}

.badge {
  background: #a8bdcf;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  height: 22px;
  min-width: 22px;
  line-height: 22px;
  padding: 0 8px;
  border-radius: 11px;
}
.badge.badge-default {
  background: #a8bdcf;
}
.badge.badge-primary {
  background: #659ce0;
}
.badge.badge-success {
  background: #1cb787;
}
.badge.badge-info {
  background: #34b4c1;
}
.badge.badge-warning {
  background: #f0ad4e;
}
.badge.badge-danger {
  background: #ed6b76;
}
.badge.badge-dark {
  background: #5b5c5f;
}

.list-group-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.list-group-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.list-group-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.list-group-area .bottom {
  padding: 15px;
}
.list-group-area .bottom p {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 22px;
}
.list-group-area .bottom .box h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-bottom: 12px;
}

.list-group {
  border-radius: 0;
}
.list-group .list-group-item, .list-group .list-group-item-action {
  font-size: 13px;
  line-height: 23px;
  color: #8e8e93;
}
.list-group .list-group-item.active, .list-group .list-group-item-action.active {
  border-color: #659ce0;
  background: #659ce0;
  color: #ffffff;
}
.list-group .list-group-item.active .list-group-item-text, .list-group .list-group-item-action.active .list-group-item-text {
  color: #F5F7F9;
}
.list-group .list-group-item.list-group-item-success, .list-group .list-group-item-action.list-group-item-success {
  color: #0f5132;
}
.list-group .list-group-item.list-group-item-primary, .list-group .list-group-item-action.list-group-item-primary {
  color: #084298;
}
.list-group .list-group-item.list-group-item-info, .list-group .list-group-item-action.list-group-item-info {
  color: #055160;
}
.list-group .list-group-item.list-group-item-danger, .list-group .list-group-item-action.list-group-item-danger {
  color: #842029;
}
.list-group .list-group-item.list-group-item-secondary, .list-group .list-group-item-action.list-group-item-secondary {
  color: #41464b;
}
.list-group .list-group-item.list-group-item-warning, .list-group .list-group-item-action.list-group-item-warning {
  color: #664d03;
}
.list-group .list-group-item.list-group-item-light, .list-group .list-group-item-action.list-group-item-light {
  color: #636464;
}
.list-group .list-group-item.list-group-item-dark, .list-group .list-group-item-action.list-group-item-dark {
  color: #141619;
}
.list-group .list-group-item .badge, .list-group .list-group-item .label, .list-group .list-group-item-action .badge, .list-group .list-group-item-action .label {
  float: right;
}
.list-group .list-group-item .list-group-item-heading, .list-group .list-group-item-action .list-group-item-heading {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 5px;
}
.list-group .list-group-item .list-group-item-text, .list-group .list-group-item-action .list-group-item-text {
  font-size: 14px;
  line-height: 20px;
  color: #8e8e93;
  margin: 0;
}

.alert-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.alert-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.alert-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.alert-area .bottom {
  padding: 15px;
}
.alert-area .bottom span {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 22px;
}
.alert-area .bottom .box h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-bottom: 12px;
}

.alert {
  border: 1px solid #dfe5ec;
  border-radius: 0;
  color: #8e8e93;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}
.alert.alert-success {
  border-color: #badbcc;
  color: #0f5132 !important;
}
.alert.alert-warning {
  border-color: #ffecb5;
  color: #664d03 !important;
}
.alert.alert-info {
  border-color: #b6effb;
  color: #055160 !important;
}
.alert.alert-danger {
  border-color: #f5c2c7;
  color: #842029 !important;
}
.alert.alert-primary {
  color: #084298 !important;
  border-color: #b6d4fe;
}
.alert.alert-secondary {
  color: #41464b !important;
  border-color: #d3d6d8;
}
.alert.alert-dark {
  color: #141619 !important;
  border-color: #bcbebf;
}
.alert .btn-close {
  position: absolute;
  top: 20px;
  right: 15px;
  padding: 0;
  font-size: 12px;
}
.alert .alert-heading {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 13px;
}

.progress-area {
  background: #ffffff;
}
.progress-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.progress-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.progress-area .bottom {
  padding: 15px;
}
.progress-area .bottom p {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 22px;
}
.progress-area .bottom .box h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-bottom: 12px;
}

.progress {
  margin-bottom: 15px;
  height: 20px;
  border-radius: 0;
}
.progress.progress-sm {
  height: 8px;
}
.progress.progress-md {
  height: 12px;
}
.progress.progress-lg {
  height: 16px;
}

.progress-labeled .title {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 7px;
}
.progress-labeled .title span {
  float: right;
  font-weight: 600;
}

.thumbnail-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.thumbnail-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.thumbnail-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.thumbnail-area .bottom {
  padding: 15px;
}
.thumbnail-area .bottom p {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: 22px;
}
.thumbnail-area .bottom .box h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-bottom: 12px;
}

.thumbnail {
  border: 1px solid #dfe5ec;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  position: relative;
}
.thumbnail .sm-thumbnail {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  border-radius: 15px;
  outline: none;
}
.thumbnail .sm-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}
.thumbnail:hover, .thumbnail:focus-within {
  border-color: #659ce0;
}

.media-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.media-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.media-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.media-area .bottom {
  padding: 15px;
}
.media-area .bottom .box h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-bottom: 12px;
}

.media-wrap {
  border: 1px solid #dfe5ec;
  padding: 15px 15px 5px;
}
.media-wrap .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-wrap .media .media-left {
  width: 74px;
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
}
.media-wrap .media .media-right {
  width: 74px;
  padding-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
}
.media-wrap .media .txt-wrap {
  margin-bottom: 10px;
}
.media-wrap .media .txt-wrap h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-bottom: 7px !important;
}
.media-wrap .media .txt-wrap p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 5px;
}

.modal-box {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.modal-box .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.modal-box .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.modal-box .bottom {
  padding: 15px;
}
.modal-box .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}
.modal-box .bottom .box {
  margin-bottom: 15px;
}
.modal-box .bottom .box h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-bottom: 12px;
}
.modal-box .bottom .box .modal-btn {
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  border: 1px solid #dfe5ec;
  border-radius: 3px;
  color: #8e8e93;
  font-size: 14px;
}
.modal-box .bottom .box .modal-btn.modal-btn-primary {
  background: #659ce0;
  border-color: #659ce0;
  color: #ffffff;
}
.modal-box .bottom .box .modal-btn.modal-btn-primary:hover, .modal-box .bottom .box .modal-btn.modal-btn-primary:focus {
  border-color: rgba(65, 91, 117, 0.5);
}
.modal-box .bottom .box .modal-btn.modal-btn-info {
  background: #34b4c1;
  border-color: #34b4c1;
  color: #ffffff;
}
.modal-box .bottom .box .modal-btn.modal-btn-info:hover, .modal-box .bottom .box .modal-btn.modal-btn-info:focus {
  border-color: rgba(65, 91, 117, 0.5);
}
.modal-box .bottom .box .modal-btn.modal-btn-success {
  background: #1cb787;
  border-color: #1cb787;
  color: #ffffff;
}
.modal-box .bottom .box .modal-btn.modal-btn-success:hover, .modal-box .bottom .box .modal-btn.modal-btn-success:focus {
  border-color: rgba(65, 91, 117, 0.5);
}
.modal-box .bottom .box .modal-btn.modal-btn-danger {
  background: #ed6b76;
  border-color: #ed6b76;
  color: #ffffff;
}
.modal-box .bottom .box .modal-btn.modal-btn-danger:hover, .modal-box .bottom .box .modal-btn.modal-btn-danger:focus {
  border-color: rgba(65, 91, 117, 0.5);
}
.modal-box .bottom .box .modal-btn.modal-btn-warning {
  background: #f0ad4e;
  border-color: #f0ad4e;
  color: #ffffff;
}
.modal-box .bottom .box .modal-btn.modal-btn-warning:hover, .modal-box .bottom .box .modal-btn.modal-btn-warning:focus {
  border-color: rgba(65, 91, 117, 0.5);
}
.modal-box .bottom .box .modal-btn:hover, .modal-box .bottom .box .modal-btn:focus {
  border-color: #8e8e93;
}

.sweet-alert-box {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.sweet-alert-box .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.sweet-alert-box .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.sweet-alert-box .bottom {
  padding: 15px;
}
.sweet-alert-box .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}
.sweet-alert-box .bottom .alert-btn-group {
  margin-bottom: 10px;
}
.sweet-alert-box .bottom .alert-btn-group:last-child {
  margin-bottom: 0;
}
.sweet-alert-box .bottom .alert-btn-group .alert-btn {
  width: calc(100% / 5);
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  background: #659ce0;
  border: 1px solid #659ce0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
}
.sweet-alert-box .bottom .alert-btn-group .alert-btn:hover, .sweet-alert-box .bottom .alert-btn-group .alert-btn:focus {
  border-color: rgba(65, 91, 117, 0.5);
}

.drag-and-drop {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.drag-and-drop .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.drag-and-drop .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.drag-and-drop .bottom {
  padding: 15px;
}
.drag-and-drop .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}
.drag-and-drop .drag-and-drop-form {
  position: relative;
  width: 100%;
  min-height: 70px;
  padding: 30px 15px;
  text-align: center;
  background: #ffffff;
  border: dotted 2px #dfe5ec;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.drag-and-drop .drag-and-drop-form .dd-input {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.drag-and-drop .drag-and-drop-form .dd-input .up-icon {
  font-size: 35px;
  line-height: 100%;
  color: #659ce0;
  margin-bottom: 30px;
}
.drag-and-drop .drag-and-drop-form .dd-input h4 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-bottom: 10px;
}
.drag-and-drop .drag-and-drop-form .dd-input label {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  color: #8e8e93;
  margin-bottom: 20px;
}
.drag-and-drop .drag-and-drop-form .dd-input label .link {
  color: #659ce0;
}
.drag-and-drop .drag-and-drop-form .dd-input button {
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  color: #8e8e93;
  border: 1px solid #dfe5ec;
  border-radius: 3px;
  padding: 0 15px;
}
.drag-and-drop .drag-and-drop-form .dd-input button:hover, .drag-and-drop .drag-and-drop-form .dd-input button:focus {
  background: #f0f1f3;
}
.drag-and-drop .drag-and-drop-form .dd-input .dd-file-input {
  position: absolute;
  opacity: 0;
}
.drag-and-drop .drag-and-drop-form .dd-state-uploading,
.drag-and-drop .drag-and-drop-form .dd-state-success,
.drag-and-drop .drag-and-drop-form .dd-state-error {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  width: 100%;
  height: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.drag-and-drop .drag-and-drop-form .dd-state-uploading span,
.drag-and-drop .drag-and-drop-form .dd-state-success span,
.drag-and-drop .drag-and-drop-form .dd-state-error span {
  font-size: 35px;
  color: #659ce0;
}
.drag-and-drop .drag-and-drop-form .dd-state-uploading .text-primary,
.drag-and-drop .drag-and-drop-form .dd-state-success .text-primary,
.drag-and-drop .drag-and-drop-form .dd-state-error .text-primary {
  color: #659ce0 !important;
}
.drag-and-drop .drag-and-drop-form .dd-clear-state {
  position: absolute;
  top: 15px;
  right: 15px;
  visibility: hidden;
}
.drag-and-drop .drag-and-drop-form.dd-is-dragover {
  background: #dfe5ec;
}
.drag-and-drop .drag-and-drop-form.dd-is-uploading .dd-input,
.drag-and-drop .drag-and-drop-form.dd-is-success .dd-input,
.drag-and-drop .drag-and-drop-form.dd-is-error .dd-input {
  opacity: 0;
}
.drag-and-drop .drag-and-drop-form.dd-is-uploading .dd-clear-state,
.drag-and-drop .drag-and-drop-form.dd-is-success .dd-clear-state,
.drag-and-drop .drag-and-drop-form.dd-is-error .dd-clear-state {
  visibility: visible;
}
.drag-and-drop .drag-and-drop-form.dd-is-uploading .dd-state-uploading {
  opacity: 1;
  display: block;
}
.drag-and-drop .drag-and-drop-form.dd-is-success .dd-state-success {
  opacity: 1;
  display: block;
}
.drag-and-drop .drag-and-drop-form.dd-is-error {
  background: rgba(237, 107, 118, 0.1);
  border-color: rgba(237, 107, 118, 0.15);
}
.drag-and-drop .drag-and-drop-form.dd-is-error .dd-state-error {
  opacity: 1;
  display: block;
}

.tooltips-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.tooltips-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.tooltips-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.tooltips-area .bottom {
  padding: 15px;
}
.tooltips-area .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

.tooltip-btn {
  height: 35px;
  line-height: 33px;
  border: 1px solid #dfe5ec;
  background: #F5F7F9;
  border-radius: 3px;
  color: #5b5c5f;
  font-size: 12px;
  padding: 0 30px;
}

.popovers-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.popovers-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.popovers-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.popovers-area .bottom {
  padding: 15px;
}
.popovers-area .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}
.popovers-area .bottom h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #8e8e93;
  margin-top: 15px;
  margin-bottom: 10px;
}

.popover-btn {
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 30px;
}
.popover-btn:not(.btn-danger) {
  line-height: 33px;
  border: 1px solid #dfe5ec;
  background: #F5F7F9;
  color: #5b5c5f;
}
.popover-btn:focus, .popover-btn:active {
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
}

.notification-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.notification-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.notification-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.notification-area .bottom {
  padding: 15px;
}
.notification-area .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

.brighttheme-notice {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.brighttheme-notice .ui-pnotify-icon, .brighttheme-notice .ui-pnotify-icon span {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #f0ad4e;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
  float: none;
}
.brighttheme-notice .ui-pnotify-title {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  background: #f0ad4e;
  padding: 0 10px;
  border-radius: 10px;
  text-transform: uppercase;
}
.brighttheme-notice .ui-pnotify-text {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
}

.brighttheme-info {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.brighttheme-info .ui-pnotify-icon, .brighttheme-info .ui-pnotify-icon span {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #34b4c1;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
  float: none;
}
.brighttheme-info .ui-pnotify-title {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  background: #34b4c1;
  padding: 0 10px;
  border-radius: 10px;
  text-transform: uppercase;
}
.brighttheme-info .ui-pnotify-text {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
}

.brighttheme-success {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.brighttheme-success .ui-pnotify-icon, .brighttheme-success .ui-pnotify-icon span {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #1cb787;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
  float: none;
}
.brighttheme-success .ui-pnotify-title {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  background: #1cb787;
  padding: 0 10px;
  border-radius: 10px;
  text-transform: uppercase;
}
.brighttheme-success .ui-pnotify-text {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
}

.brighttheme-error {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.brighttheme-error .ui-pnotify-icon, .brighttheme-error .ui-pnotify-icon span {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #ed6b76;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
  float: none;
}
.brighttheme-error .ui-pnotify-title {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  background: #ed6b76;
  padding: 0 10px;
  border-radius: 10px;
  text-transform: uppercase;
}
.brighttheme-error .ui-pnotify-text {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
}

.pnotify {
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 30px;
}
.pnotify.btn-default {
  line-height: 33px;
  border: 1px solid #dfe5ec;
  background: #F5F7F9;
  color: #5b5c5f;
}
.pnotify:focus, .pnotify:active {
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
}

.heading-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.heading-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.heading-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.heading-area .bottom {
  padding: 15px;
}

h1 {
  font-size: 30px;
  line-height: 40px;
  color: #8e8e93;
}

h2 {
  font-size: 26px;
  line-height: 36px;
  color: #8e8e93;
}

h3 {
  font-size: 22px;
  line-height: 32px;
  color: #8e8e93;
}

h4 {
  font-size: 16px;
  line-height: 26px;
  color: #8e8e93;
}

h5 {
  font-size: 15px;
  line-height: 25px;
  color: #8e8e93;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  color: #8e8e93;
}

.inline-text-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.inline-text-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.inline-text-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.inline-text-area .bottom {
  padding: 15px;
}
.inline-text-area .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

.block-quotes-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.block-quotes-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.block-quotes-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.block-quotes-area .bottom {
  padding: 15px;
}
.block-quotes-area .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

blockquote, figure {
  padding: 10px 20px;
  border-left: 5px solid #dfe5ec;
}
blockquote.text-end, figure.text-end {
  border-left: 0;
  border-right: 5px solid #dfe5ec;
}
blockquote .blockquote-footer, figure .blockquote-footer {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-top: 5px;
  margin-bottom: 10px;
}

.emphasis-classes-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.emphasis-classes-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.emphasis-classes-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.emphasis-classes-area .bottom {
  padding: 15px;
}
.emphasis-classes-area .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

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

.text-success {
  color: #1cb787 !important;
}

.alignment-classes {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.alignment-classes .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.alignment-classes .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.alignment-classes .bottom {
  padding: 15px;
}
.alignment-classes .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

.transformation-classes {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.transformation-classes .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.transformation-classes .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.transformation-classes .bottom {
  padding: 15px;
}
.transformation-classes .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

.abbreviations {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.abbreviations .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.abbreviations .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.abbreviations .bottom {
  padding: 15px;
}
.abbreviations .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

.addresses {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.addresses .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.addresses .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.addresses .bottom {
  padding: 15px;
}
.addresses .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

address {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

.list-area {
  background: #ffffff;
  border: 1px solid #dfe5ec;
}
.list-area .top {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.list-area .top span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #5b5c5f;
  margin-bottom: 0;
}
.list-area .bottom {
  padding: 15px;
}
.list-area .bottom p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

ul li, ol li {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
}

dl {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

.panel {
  background: #ffffff;
  border: 1px solid #dfe5ec;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.panel.panel-primary {
  border-color: #659ce0;
}
.panel.panel-primary .panel-heading {
  background: #659ce0;
  border-color: #659ce0;
}
.panel.panel-primary .panel-heading span {
  color: #ffffff;
}
.panel.panel-success {
  border-color: #1cb787;
}
.panel.panel-success .panel-heading {
  background: #1cb787;
  border-color: #1cb787;
}
.panel.panel-success .panel-heading span {
  color: #ffffff;
}
.panel.panel-info {
  border-color: #34b4c1;
}
.panel.panel-info .panel-heading {
  background: #34b4c1;
  border-color: #34b4c1;
}
.panel.panel-info .panel-heading span {
  color: #ffffff;
}
.panel.panel-warning {
  border-color: #f0ad4e;
}
.panel.panel-warning .panel-heading {
  background: #f0ad4e;
  border-color: #f0ad4e;
}
.panel.panel-warning .panel-heading span {
  color: #ffffff;
}
.panel.panel-danger {
  border-color: #ed6b76;
}
.panel.panel-danger .panel-heading {
  background: #ed6b76;
  border-color: #ed6b76;
}
.panel.panel-danger .panel-heading span {
  color: #ffffff;
}
.panel.hide {
  opacity: 0;
  visibility: hidden;
}
.panel .panel-heading {
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #dfe5ec;
}
.panel .panel-heading span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: #5b5c5f;
  margin-bottom: 0;
}
.panel .panel-heading .dropdown button {
  padding: 0;
  font-size: 14px;
  color: #8e8e93;
}
.panel .panel-heading .dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  min-width: 160px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.panel .panel-heading .dropdown .dropdown-menu li {
  padding: 0;
}
.panel .panel-heading .dropdown .dropdown-menu li .dropdown-item {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  padding: 10px 15px;
}
.panel .panel-heading .dropdown .dropdown-menu li .dropdown-item i {
  font-size: 12px;
  width: 20px;
  margin-right: 5px;
}
.panel .panel-heading .dropdown .dropdown-menu li .dropdown-item:hover, .panel .panel-heading .dropdown .dropdown-menu li .dropdown-item:active, .panel .panel-heading .dropdown .dropdown-menu li .dropdown-item:focus {
  background: #f2f2f2;
}
.panel .panel-heading nav .nav-tabs {
  border-bottom: 0;
}
.panel .panel-heading nav .nav-tabs .nav-link {
  margin: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 15px;
  border-radius: 0;
  background: transparent;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #8e8e93;
}
.panel .panel-heading nav .nav-tabs .nav-link.active {
  border-bottom-color: #659ce0;
}
.panel .panel-heading .panel-control {
  padding: 0;
  font-size: 15px;
  color: #8e8e93;
}
.panel .panel-heading .panel-control i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.panel .panel-heading .panel-control.collapsed i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.panel .panel-heading .panel-close {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #8e8e93;
}
.panel .panel-body {
  padding: 15px;
}
.panel .panel-body.collapsable {
  padding: 0;
}
.panel .panel-body p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}
.panel .panel-body .card-body {
  border: 0;
  border-radius: 0;
}

.accordion .accordion-item {
  border: 1px solid #dfe5ec;
  margin-bottom: 10px;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #dfe5ec;
}
.accordion .accordion-item:last-child {
  border-bottom: 1px solid #dfe5ec;
  margin-bottom: 0;
}
.accordion .accordion-item:last-child .accordion-button {
  border-radius: 0;
}
.accordion .accordion-item .accordion-button {
  height: 50px;
  padding: 0 15px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid transparent;
}
.accordion .accordion-item .accordion-button:after {
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #dfe5ec;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.accordion .accordion-item .accordion-button span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: #5b5c5f;
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-button span:first-child {
  margin-right: 10px;
}
.accordion .accordion-item .accordion-button:focus, .accordion .accordion-item .accordion-button:active {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.accordion .accordion-item .accordion-body p {
  font-size: 13px;
  line-height: 20px;
  color: #8e8e93;
  margin-bottom: 10px;
}

.accordion-2 {
  border-bottom: 1px solid #dfe5ec;
}
.accordion-2 .accordion-item {
  margin-bottom: 10px;
}
.accordion-2 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-2 .accordion-item .accordion-button {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  font-size: 13px;
  text-transform: uppercase;
  color: #8e8e93;
}
.accordion-2 .accordion-item .accordion-button:after {
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.accordion-2 .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-bottom: 1px solid #659ce0;
}
.accordion-2 .accordion-item .accordion-button:focus {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

.btn-box h4 span {
  font-size: 14px;
  line-height: 20px;
  color: #8e8e93;
}

.btn {
  border-color: #dfe5ec;
  border-radius: 1px;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  color: #8e8e93;
  position: relative;
  z-index: 2;
}
.btn:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #000000;
  border-radius: 1px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.btn.btn-lg {
  height: 45px;
  line-height: 43px;
  font-size: 16px;
  padding: 0 25px;
}
.btn.btn-sm {
  padding: 0 15px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
}
.btn.btn-primary {
  background: #659ce0;
  border-color: #659ce0;
  color: #ffffff;
}
.btn.btn-primary.btn-outline {
  color: #659ce0;
  background: transparent;
}
.btn.btn-primary.active, .btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #659ce0;
  color: #ffffff;
}
.btn.btn-info {
  background: #34b4c1;
  border-color: #34b4c1;
  color: #ffffff;
}
.btn.btn-info.btn-outline {
  color: #34b4c1;
  background: transparent;
}
.btn.btn-info.active, .btn.btn-info:hover, .btn.btn-info:focus {
  background: #34b4c1;
  color: #ffffff;
}
.btn.btn-success {
  background: #1cb787;
  border-color: #1cb787;
  color: #ffffff;
}
.btn.btn-success.btn-outline {
  color: #1cb787;
  background: transparent;
}
.btn.btn-success.active, .btn.btn-success:hover, .btn.btn-success:focus {
  background: #1cb787;
  color: #ffffff;
}
.btn.btn-warning {
  background: #f0ad4e;
  border-color: #f0ad4e;
  color: #ffffff;
}
.btn.btn-warning.btn-outline {
  color: #f0ad4e;
  background: transparent;
}
.btn.btn-warning.active, .btn.btn-warning:hover, .btn.btn-warning:focus {
  background: #f0ad4e;
  color: #ffffff;
}
.btn.btn-danger {
  background: #ed6b76;
  border-color: #ed6b76;
  color: #ffffff;
}
.btn.btn-danger.btn-outline {
  color: #ed6b76;
  background: transparent;
}
.btn.btn-danger.active, .btn.btn-danger:hover, .btn.btn-danger:focus {
  background: #ed6b76;
  color: #ffffff;
}
.btn.btn-dark {
  background: #5b5c5f;
  border-color: #5b5c5f;
  color: #ffffff;
}
.btn.btn-dark.btn-outline {
  color: #5b5c5f;
  background: transparent;
}
.btn.btn-dark.active, .btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #5b5c5f;
  color: #ffffff;
}
.btn.btn-rounded {
  border-radius: 5px;
}
.btn.btn-rounded:after {
  border-radius: 5px;
}
.btn:focus, .btn:active {
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
}
.btn.active, .btn:hover, .btn:focus {
  color: #5b5c5f;
}
.btn.active:before, .btn:hover:before, .btn:focus:before {
  opacity: 0.1;
}

.element-holder-wrapper {
  height: 300px;
  border: 2px dotted #dfe5ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form .btn-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
form .btn-group label input {
  display: none;
}
form .btn-group label input:checked > label {
  background: #5b5c5f;
}
form .box .radio, form .box .checkbox {
  margin-bottom: 5px;
}
form .box .radio:last-child, form .box .checkbox:last-child {
  margin-bottom: 0;
}
form .box .radio label, form .box .checkbox label {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #8e8e93;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
form .box .radio label input, form .box .checkbox label input {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.btn-group.btn-group-rounded .btn:first-child {
  border-radius: 5px 0 0 5px;
}
.btn-group.btn-group-rounded .btn:last-child {
  border-radius: 0 5px 5px 0;
}
.btn-group.btn-group-separators .btn:not(:first-child) {
  border-left-color: #ffffff;
}
.btn-group.btn-group-lg .btn {
  height: 45px;
  line-height: 43px;
  font-size: 16px;
  padding: 0 25px;
  border-radius: 2px;
}
.btn-group.btn-group-sm .btn {
  padding: 0 15px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  border-radius: 1px;
}
.btn-group.btn-group-vertical.btn-group-separators .btn:not(:first-child) {
  border-left-color: transparent;
  border-top-color: #ffffff;
}
.btn-group.btn-group-vertical .btn {
  margin: 0;
  border-radius: 0;
}
.btn-group.btn-group-vertical .btn:first-child {
  border-radius: 1px 1px 0 0;
}
.btn-group.btn-group-vertical .btn:last-child {
  border-radius: 0 0 1px 1px;
}
.btn-group.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group.btn-group-justified .btn {
  display: table-cell;
}
.btn-group .btn-group {
  margin: 0 !important;
}
.btn-group .btn:first-child {
  border-radius: 1px 0 0 1px;
}
.btn-group .btn:last-child {
  border-radius: 0 1px 1px 0;
}
.btn-group .dropdown-menu {
  left: auto !important;
  min-width: 160px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.btn-group .dropdown-menu li {
  padding: 0;
}
.btn-group .dropdown-menu li .dropdown-item {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  padding: 10px 15px;
}
.btn-group .dropdown-menu li .dropdown-item i {
  font-size: 12px;
  width: 20px;
  margin-right: 5px;
}
.btn-group .dropdown-menu li .dropdown-item:hover, .btn-group .dropdown-menu li .dropdown-item:active, .btn-group .dropdown-menu li .dropdown-item:focus {
  background: #f2f2f2;
}

.card-box {
  background: #94aec4;
  padding: 25px 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.card-box.card-primary {
  background: #659ce0;
}
.card-box.card-danger {
  background: #ed6b76;
}
.card-box.card-info {
  background: #34b4c1;
}
.card-box.card-success {
  background: #1cb787;
}
.card-box.card-warning {
  background: #f0ad4e;
}
.card-box.card-tan {
  background: maroon;
}
    .card-box.card-salmon {
        background: LIGHTSALMON;
    }
    .card-box.card-cadet {
        background: cadetblue;
    }
.card-box .part-icon {
  font-size: 70px;
  line-height: 100%;
  color: rgba(242, 242, 242, 0.8);
  margin-top: -4px;
  margin-bottom: -6px;
}
.card-box .part-txt {
  text-align: right;
  color: #f2f2f2;
}
.card-box .part-txt p {
  font-size: 14px;
  line-height: 100%;
  margin-top: -1px;
  margin-bottom: 15px;
}
.card-box .part-txt p span {
  font-weight: 600;
}
.card-box .part-txt h3 {
  font-size: 26px;
  line-height: 100%;
  font-weight: 400;
  color: #f2f2f2;
  margin-bottom: -4px;
}
.card-box .box-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.card-box .box-btn a {
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: rgba(242, 242, 242, 0.2);
  color: #ffffff;
  border-top: 1px solid rgba(242, 242, 242, 0.6);
  position: relative;
}
.card-box .box-btn a span {
  position: absolute;
  top: 50%;
  left: calc(100% - 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.card-box .box-btn a:hover, .card-box .box-btn a:focus {
  background: rgba(242, 242, 242, 0.4);
}
.card-box:hover .box-btn a span, .card-box:focus-within .box-btn a span {
  left: calc(100% - 20px);
  opacity: 1;
}

.card-box-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #94aec4;
  height: 44px;
}
.card-box-inline.card-box-inline-primary {
  background: #659ce0;
}
.card-box-inline.card-box-inline-success {
  background: #1cb787;
}
.card-box-inline.card-box-inline-info {
  background: #34b4c1;
}
.card-box-inline.card-box-inline-warning {
  background: #f0ad4e;
}
.card-box-inline.card-box-inline-danger {
  background: #ed6b76;
}
.card-box-inline .icon {
  width: 45px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-right: 1px solid #f0f1f3;
  font-size: 13px;
  color: #ffffff;
}
.card-box-inline .text {
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  padding-left: 10px;
}
.card-box-inline .value {
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
  padding-right: 15px;
}
.card-box-inline .value i {
  font-size: 16px;
}
.card-box-inline .value span {
  font-size: 14px;
}

.card-box-lite {
  background: #ffffff;
  border: 1px solid #dfe5ec;
  padding: 15px;
}
.card-box-lite.card-box-lite-primary .card-box-lite-title {
  background: #659ce0;
}
.card-box-lite.card-box-lite-primary .box i, .card-box-lite.card-box-lite-primary .box .value {
  color: #659ce0;
}
.card-box-lite.card-box-lite-success .card-box-lite-title {
  background: #1cb787;
}
.card-box-lite.card-box-lite-success .box i, .card-box-lite.card-box-lite-success .box .value {
  color: #1cb787;
}
.card-box-lite.card-box-lite-danger .card-box-lite-title {
  background: #ed6b76;
}
.card-box-lite.card-box-lite-danger .box i, .card-box-lite.card-box-lite-danger .box .value {
  color: #ed6b76;
}
.card-box-lite .card-box-lite-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #94aec4;
  padding: 0 15px;
  border-radius: 11px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.card-box-lite .card-box-lite-title i {
  font-size: 12px;
  margin-right: 10px;
}
.card-box-lite .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}
.card-box-lite .box .icon {
  font-size: 25px;
  line-height: 100%;
  color: #94aec4;
}
.card-box-lite .box .value {
  height: 55px;
  line-height: 55px;
  font-size: 40px;
  color: #94aec4;
  margin-left: 10px;
  margin-bottom: 12px;
}
.card-box-lite .box .value span {
  font-size: 20px;
}
.card-box-lite .card-bottom {
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  margin-bottom: -2px;
}
.card-box-lite .card-bottom i {
  font-size: 10px;
}

#external-events .fc-event {
  height: 25px;
  line-height: 25px;
  background: #94aec4;
  border: 0;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 10px;
}
#external-events .fc-event.fc-event-primary {
  background: #659ce0;
}
#external-events .fc-event.fc-event-primary .fc-event-main {
  background: #659ce0;
}
#external-events .fc-event.fc-event-info {
  background: #34b4c1;
}
#external-events .fc-event.fc-event-info .fc-event-main {
  background: #34b4c1;
}
#external-events .fc-event.fc-event-success {
  background: #1cb787;
}
#external-events .fc-event.fc-event-success .fc-event-main {
  background: #1cb787;
}
#external-events .fc-event.fc-event-warning {
  background: #f0ad4e;
}
#external-events .fc-event.fc-event-warning .fc-event-main {
  background: #f0ad4e;
}
#external-events .fc-event.fc-event-danger {
  background: #ed6b76;
}
#external-events .fc-event.fc-event-danger .fc-event-main {
  background: #ed6b76;
}
#external-events .fc-event .fc-event-main {
  background: #94aec4;
}
#external-events p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
  margin-bottom: 0;
}
#external-events p input {
  margin-right: 10px;
}
#external-events p label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fc .fc-col-header-cell-cushion {
  font-size: 14px;
  color: #8e8e93;
}

.fc-daygrid-day-number {
  font-size: 12px;
  color: #8e8e93;
}

.fc-h-event {
  background: #659ce0;
}

.fc-h-event .fc-event-title {
  font-size: 12px;
  padding: 0 15px;
}

.form-group .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group .input-group button {
  text-align: center;
  width: 40px;
  border: 1px solid #dfe5ec;
  border-right: 0;
  font-size: 12px;
  color: #8e8e93;
}
.form-group .input-group button:hover, .form-group .input-group button:focus {
  background: #f0f1f3;
}
.form-group .input-group input {
  width: calc(100% - 40px);
  height: 35px;
  border-radius: 0;
  border: 1px solid #dfe5ec;
  font-size: 14px;
}
.form-group .input-group input:hover {
  border-color: rgba(101, 156, 224, 0.5);
}
.form-group .input-group input:focus {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-color: #659ce0;
}

.carousel .carousel-inner .carousel-caption h3, .carousel .carousel-inner .carousel-caption p {
  color: #ffffff;
}

.owl-carousel .item .item-description {
  position: absolute;
  left: 0;
  bottom: 50px;
  right: 0;
  text-align: center;
}
.owl-carousel .item .item-description h3, .owl-carousel .item .item-description p {
  color: #ffffff;
}
.owl-carousel .owl-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.owl-carousel .owl-pagination .owl-page {
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.owl-carousel .owl-pagination .owl-page.active {
  background: #ffffff;
}
.owl-carousel .owl-buttons {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  visibility: hidden;
}
.owl-carousel .owl-buttons .owl-prev {
  visibility: visible;
  line-height: 100%;
  font-size: 25px;
  color: #ffffff;
  height: 100%;
  width: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-buttons .owl-prev:hover, .owl-carousel .owl-buttons .owl-prev:focus {
  background: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-buttons .owl-next {
  visibility: visible;
  line-height: 100%;
  font-size: 25px;
  color: #ffffff;
  height: 100%;
  width: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-buttons .owl-next:hover, .owl-carousel .owl-buttons .owl-next:focus {
  background: rgba(0, 0, 0, 0.5);
}

.part-txt .fieldset {
  border: 1px solid #dfe5ec;
  padding: 20px 15px;
}

.icon-theme {
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background: #94aec4;
  color: #ffffff;
  border-radius: 2px;
}
.icon-theme.icon-theme-lg {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
}
.icon-theme.icon-theme-sm {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}
.icon-theme.icon-theme-xs {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.icon-theme.icon-primary {
  background: #659ce0;
}
.icon-theme.icon-info {
  background: #34b4c1;
}
.icon-theme.icon-success {
  background: #1cb787;
}
.icon-theme.icon-warning {
  background: #f0ad4e;
}
.icon-theme.icon-danger {
  background: #ed6b76;
}
.icon-theme.icon-circle {
  border-radius: 50%;
}
.icon-theme.icon-facebook {
  background: #3b5998;
}
.icon-theme.icon-facebook:hover, .icon-theme.icon-facebook:focus {
  background: #4466ae;
}
.icon-theme.icon-facebook:active {
  background: #314a7e;
}
.icon-theme.icon-twitter {
  background: #00aced;
}
.icon-theme.icon-twitter:hover, .icon-theme.icon-twitter:focus {
  background: #0dbdff;
}
.icon-theme.icon-twitter:active {
  background: #0092c9;
}
.icon-theme.icon-linkedin {
  background: #007bb6;
}
.icon-theme.icon-linkedin:hover, .icon-theme.icon-linkedin:focus {
  background: #0090d5;
}
.icon-theme.icon-linkedin:active {
  background: #006392;
}
.icon-theme.icon-skype {
  background: #00aff0;
}
.icon-theme.icon-skype:hover, .icon-theme.icon-skype:focus {
  background: #10beff;
}
.icon-theme.icon-skype:active {
  background: #0095cc;
}
.icon-theme.icon-googleplus {
  background: #dd4b39;
}
.icon-theme.icon-googleplus:hover, .icon-theme.icon-googleplus:focus {
  background: #e16353;
}
.icon-theme.icon-googleplus:active {
  background: #cf3624;
}
.icon-theme.icon-pinterest {
  background: #cb2027;
}
.icon-theme.icon-pinterest:hover, .icon-theme.icon-pinterest:focus {
  background: #de2c33;
}
.icon-theme.icon-pinterest:active {
  background: #ac1b21;
}
.icon-theme.icon-youtube {
  background: #bb0000;
}
.icon-theme.icon-youtube:hover, .icon-theme.icon-youtube:focus {
  background: #da0000;
}
.icon-theme.icon-youtube:active {
  background: #970000;
}
.icon-theme.icon-vine {
  background: #00b488;
}
.icon-theme.icon-vine:hover, .icon-theme.icon-vine:focus {
  background: #00d39f;
}
.icon-theme.icon-vine:active {
  background: #00906d;
}
.icon-theme.icon-dribble {
  background: #ea4c89;
}
.icon-theme.icon-dribble:hover, .icon-theme.icon-dribble:focus {
  background: #ed679b;
}
.icon-theme.icon-dribble:active {
  background: #e62c74;
}
.icon-theme.icon-flickr {
  background: #ff0084;
}
.icon-theme.icon-flickr:hover, .icon-theme.icon-flickr:focus {
  background: #ff1f93;
}
.icon-theme.icon-flickr:active {
  background: #db0072;
}
.icon-theme.icon-behance {
  background: #1769ff;
}
.icon-theme.icon-behance:hover, .icon-theme.icon-behance:focus {
  background: #367dff;
}
.icon-theme.icon-behance:active {
  background: #0056f2;
}
.icon-theme.icon-vimeo {
  background: #1ab7ea;
}
.icon-theme.icon-vimeo:hover, .icon-theme.icon-vimeo:focus {
  background: #36c0ed;
}
.icon-theme.icon-vimeo:active {
  background: #13a0cd;
}
.icon-theme.icon-tumblr {
  background: #32506d;
}
.icon-theme.icon-tumblr:hover, .icon-theme.icon-tumblr:focus {
  background: #3c5f82;
}
.icon-theme.icon-tumblr:active {
  background: #273e55;
}
.icon-theme.icon-instagram {
  background: #bc2a8d;
}
.icon-theme.icon-instagram:hover, .icon-theme.icon-instagram:focus {
  background: #d1339e;
}
.icon-theme.icon-instagram:active {
  background: #9f2377;
}
.icon-theme.icon-vk {
  background: #45668e;
}
.icon-theme.icon-vk:hover, .icon-theme.icon-vk:focus {
  background: #4f75a3;
}
.icon-theme.icon-vk:active {
  background: #395576;
}
.icon-theme.icon-wordpress {
  background: #21759b;
}
.icon-theme.icon-wordpress:hover, .icon-theme.icon-wordpress:focus {
  background: #2688b4;
}
.icon-theme.icon-wordpress:active {
  background: #1b5f7e;
}
.icon-theme.icon-yahoo {
  background: #7B0099;
}
.icon-theme.icon-yahoo:hover, .icon-theme.icon-yahoo:focus {
  background: #9400b8;
}
.icon-theme.icon-yahoo:active {
  background: #5e0075;
}
.icon-theme.icon-soundcloud {
  background: #ff3a00;
}
.icon-theme.icon-soundcloud:hover, .icon-theme.icon-soundcloud:focus {
  background: #ff521f;
}
.icon-theme.icon-soundcloud:active {
  background: #db3200;
}
.icon-theme:hover, .icon-theme:focus {
  color: #ffffff;
}

.inline-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.icon-demo .demo-icon-wrapper {
  height: 40px;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-demo .demo-icon-wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 40px;
  color: #8e8e93;
}
.icon-demo .demo-icon-wrapper span i {
  color: #5b5c5f;
  width: 25px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-demo .demo-icon-wrapper:hover {
  background: #395168;
}
.icon-demo .demo-icon-wrapper:hover span {
  color: #ffffff;
}
.icon-demo .demo-icon-wrapper:hover span i {
  color: #ffffff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

form label {
  font-size: 13px !important;
  line-height: 100%;
  font-weight: 600;
  color: #8e8e93;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-bottom: 8px;
}

.form-group {
  margin-bottom: 14px;
}
.form-group.form-group-lg label {
  font-size: 18px !important;
}
.form-group.form-group-lg input:not([type=checkbox], [type=radio]), .form-group.form-group-lg .form-select {
  height: 45px;
  padding: 0 15px;
  font-size: 16px;
}
.form-group.form-group-sm label {
  font-size: 12px !important;
  font-weight: 400;
}
.form-group.form-group-sm input:not([type=checkbox], [type=radio]), .form-group.form-group-sm .form-select {
  height: 30px;
  padding: 0 5px;
  font-size: 12px;
}

.horizontal-form label {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}

.input-group-text {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
}

.form-control:not([type=checkbox], [type=radio]), .form-select {
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  border: 1px solid #dfe5ec;
  border-radius: 0;
  color: #8e8e93;
}
.form-control:not([type=checkbox], [type=radio]).form-control-lg, .form-select.form-control-lg {
  height: 45px;
  padding: 0 15px;
  font-size: 16px;
}
.form-control:not([type=checkbox], [type=radio]).form-control-sm, .form-select.form-control-sm {
  height: 30px;
  padding: 0 5px;
  font-size: 12px;
}
.form-control:not([type=checkbox], [type=radio]).rounded, .form-select.rounded {
  border-radius: 5px;
}
.form-control:not([type=checkbox], [type=radio]):focus, .form-select:focus {
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
  border-color: #659ce0;
}

.form-control[type=file] {
  line-height: 22px;
}

.form-select {
  background-position: right 5px center;
  background-size: 14px 12px;
  padding-right: 25px;
}
.form-select.multiple-select {
  height: auto;
  max-height: 80px;
}
.form-select option {
  padding: 5px;
}

.form-check label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-check input {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-top: 5px;
}
.form-check input:focus {
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.custom-checkbox.custom-checkbox-primary .custom-check {
  background: #659ce0;
  color: #ffffff;
}
.custom-checkbox.custom-checkbox-info .custom-check {
  background: #34b4c1;
  color: #ffffff;
}
.custom-checkbox.custom-checkbox-success .custom-check {
  background: #1cb787;
  color: #ffffff;
}
.custom-checkbox.custom-checkbox-warning .custom-check {
  background: #f0ad4e;
  color: #ffffff;
}
.custom-checkbox.custom-checkbox-danger .custom-check {
  background: #ed6b76;
  color: #ffffff;
}
.custom-checkbox input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0;
  border-radius: 3px;
}
.custom-checkbox input:checked + .custom-check:before {
  opacity: 0;
}
.custom-checkbox .custom-check {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 8px;
  color: #8e8e93;
  background: #f0f1f3;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: -1;
}
.custom-checkbox .custom-check:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(142, 142, 147, 0.3);
  border-radius: 2px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.custom-checkbox label {
  font-size: 13px;
  line-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #8e8e93;
  cursor: pointer;
  position: relative;
}

.form-label {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.table {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 0;
}
.table.table-striped tbody tr:nth-of-type(odd) td {
  background: rgba(101, 156, 224, 0.05);
  --bs-table-accent-bg: inherit;
}
.table thead tr th {
  font-size: 14px;
  color: #395168;
}
.table tbody {
  border-top: 0 !important;
}
.table tbody tr.active td {
  background: #F5F7F9;
  color: #5b5c5f;
}
.table tbody tr.success td {
  background: rgba(28, 183, 135, 0.1);
  color: #5b5c5f;
}
.table tbody tr.warning td {
  background: rgba(240, 173, 78, 0.1);
  color: #5b5c5f;
}
.table tbody tr.danger td {
  background: rgba(237, 107, 118, 0.1);
  color: #5b5c5f;
}
.table tbody tr.info td {
  background: rgba(52, 180, 193, 0.1);
  color: #5b5c5f;
}
.table tbody tr:last-child td {
  border-bottom: 0;
}
.table tbody tr td {
  vertical-align: middle;
  font-size: 13px;
  color: #8e8e93;
  padding: 7px;
}
.table tbody tr td.active {
  background: #F5F7F9;
  color: #5b5c5f;
}
.table tbody tr td.success {
  background: rgba(28, 183, 135, 0.1);
  color: #5b5c5f;
}
.table tbody tr td.warning {
  background: rgba(240, 173, 78, 0.1);
  color: #5b5c5f;
}
.table tbody tr td.danger {
  background: rgba(237, 107, 118, 0.1);
  color: #5b5c5f;
}
.table tbody tr td.info {
  background: rgba(52, 180, 193, 0.1);
  color: #5b5c5f;
}

.mail-sidebar .new-message-btn {
  padding-bottom: 20px;
}
.mail-sidebar .nav .nav-link {
  text-align: left;
  font-size: 12px;
  line-height: 100%;
  color: #5b5c5f;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 8px 0;
}
.mail-sidebar .nav .nav-link.active {
  background: transparent;
  color: #5b5c5f;
  font-weight: 600;
  border-color: #a8bdcf;
}
.mail-sidebar .nav .nav-link .badge {
  float: right;
  height: 20px;
  line-height: 20px;
}
.mail-sidebar .nav .nav-link:hover {
  color: #659ce0;
}

.mail-area .tab-content .tab-pane {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.mail-area .tab-content .tab-pane.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mail-area .tab-content .tab-pane .top-bar {
  margin-bottom: 20px;
}
.mail-area .tab-content .tab-pane .top-bar .left-btn {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.mail-area .tab-content .tab-pane .top-bar .right-btn {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.mail-area .tab-content .tab-pane .top-bar .right-btn .info {
  font-size: 13px;
  line-height: 100%;
  color: #8e8e93;
}
.mail-area .tab-content .tab-pane .top-bar .right-btn .info span {
  font-weight: 600;
}
.mail-area .tab-content .tab-pane .table {
  width: 100%;
  min-width: auto;
  max-width: 100%;
}
.mail-area .tab-content .tab-pane .table .table-messages-row {
  cursor: pointer;
}
.mail-area .tab-content .tab-pane .table .table-messages-row.message-unread .td-name {
  font-weight: 600;
  color: #5b5c5f;
}
.mail-area .tab-content .tab-pane .table .table-messages-row.message-unread .td-message .message-wrapper {
  color: #5b5c5f;
}
.mail-area .tab-content .tab-pane .table .table-messages-row .td-icon {
  width: 40px;
  font-size: 12px;
  line-height: 100%;
}
.mail-area .tab-content .tab-pane .table .table-messages-row .td-icon .btn-icon-favorite {
  color: #f0ad4e;
}
.mail-area .tab-content .tab-pane .table .table-messages-row .td-icon .btn-icon-danger {
  color: #ed6b76;
}
.mail-area .tab-content .tab-pane .table .table-messages-row .td-icon .btn-icon-unactive {
  opacity: 0.5;
}
.mail-area .tab-content .tab-pane .table .table-messages-row .td-icon .btn-icon-unactive:hover {
  opacity: 1;
}
.mail-area .tab-content .tab-pane .table .table-messages-row .td-name {
  width: 20%;
}
.mail-area .tab-content .tab-pane .table .table-messages-row .td-message {
  width: calc(80% - 194px);
}
.mail-area .tab-content .tab-pane .table .table-messages-row .td-message .message-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #8e8e93;
}
.mail-area .tab-content .tab-pane .table .table-messages-row .td-message .message-wrapper .message-subject {
  font-weight: 600;
}
.mail-area .tab-content .tab-pane .table .table-messages-row .td-date {
  width: 80px;
}
.mail-area .tab-content .tab-pane .table .table-messages-row-separator td {
  background: #F5F7F9;
  color: #8e8e93;
  font-weight: 600;
}
.mail-area .tab-content .tab-pane .table .table-messages-row-separator:hover td {
  --bs-table-accent-bg: $white-3;
  color: #8e8e93;
}

.dropdown .dropdown-menu {
  min-width: 160px;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.dropdown .dropdown-menu li {
  padding: 0;
}
.dropdown .dropdown-menu li .dropdown-item {
  font-size: 12px;
  line-height: 100%;
  color: #8e8e93;
  padding: 10px 15px;
}
.dropdown .dropdown-menu li .dropdown-item i {
  font-size: 12px;
  width: 20px;
  margin-right: 5px;
}
.dropdown .dropdown-menu li .dropdown-item:hover, .dropdown .dropdown-menu li .dropdown-item:active, .dropdown .dropdown-menu li .dropdown-item:focus {
  background: #f2f2f2;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fullscreen .vertical-middle {
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 07. responsive styles */
/*col-lg*/
/*laptop or medium pc*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row > * {
    padding: 0 5px;
  }

  .row.g-0 > * {
    padding: 0;
  }

  .fixed-sidebar {
    width: 185px;
  }

  .fixed-sidebar .sidebar-fixed-bottom {
    width: 185px;
  }

  .fixed-sidebar .sidebar-fixed-bottom .btn-group-wrapper {
    width: 185px;
  }

  .main-content {
    padding-left: 200px;
    padding-right: 10px;
  }

  .main-container.main-container-2 .main-content {
    padding-left: 10px;
  }

  .main-content.expanded {
    padding-left: 60px;
  }

  .top-boxes .single-box {
    padding: 15px 15px 55px;
  }

  .top-boxes .single-box .part-icon {
    font-size: 45px;
  }

  .top-boxes .single-box .part-txt h3 {
    font-size: 20px;
  }

  .top-boxes .single-box .box-btn a {
    font-size: 12px;
  }

  .site-visit .chart {
    padding: 10px;
  }

  .site-visit .part-bottom .box p span {
    display: block;
    margin: 0 auto 10px;
  }

  .site-visit .part-bottom .box h4 {
    font-size: 20px;
  }

  .info-box .info-line .txt h3 {
    font-size: 20px;
  }

  .user-list .custom-scroll ul li {
    padding: 10px 0;
  }

  .user-list .custom-scroll ul li .img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .user-list .custom-scroll ul li .part-txt {
    width: calc(100% - 40px);
  }

  .user-list .custom-scroll ul li .part-txt .txt a {
    font-size: 12px;
  }

  .task-list ul li {
    padding: 0 10px;
  }

  .task-list ul li .check-box input {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }

  .task-list ul li .check-box .custom-check {
    width: 12px;
    height: 12px;
  }

  .task-list ul li .check-box label {
    font-size: 12px;
  }

  .task-list ul li .check-box label i {
    font-size: 10px;
    margin-right: 5px;
  }

  .task-list ul li .check-box span {
    font-size: 10px;
    margin-left: 5px;
  }

  .task-list ul li .dropdown button {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
  }

  .activities ul li {
    padding: 0 10px;
  }

  .activities ul li .left .icon {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 8px;
  }

  .activities ul li .left .txt {
    font-size: 11px;
    line-height: 15px;
    margin-left: 5px;
  }

  .activities ul li .right .time span {
    font-size: 10px;
    padding: 0 3px;
  }

  .chat-section .messages {
    padding: 10px;
  }

  .chat-section .messages .custom-scroll .message-in {
    max-width: calc(100% - 45px);
  }

  .chat-section .messages .custom-scroll .message-in .part-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .chat-section .messages .custom-scroll .message-in .txt-wrap {
    max-width: calc(100% - 40px);
  }

  .chat-section .messages .custom-scroll .message-in .txt-wrap .part-txt p {
    line-height: 18px;
  }

  .chat-section .messages .custom-scroll .message-out {
    margin-left: 45px;
  }

  .chat-section .messages .custom-scroll .message-out .txt-wrap {
    max-width: calc(100% - 40px);
  }

  .chat-section .messages .custom-scroll .message-out .txt-wrap .part-txt p {
    line-height: 18px;
  }

  .chat-section .messages .custom-scroll .message-out .part-img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .chat-section .message-type {
    padding: 0 10px 10px;
  }

  .breadcrumb-wrap {
    margin: 0 -10px;
  }

  .messenger-wrap {
    left: 60px;
    right: 10px;
  }

  .expanded .messenger-wrap {
    left: 60px;
  }

  .element-holder-wrapper {
    height: 200px;
  }

  .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 5px;
  }

  .card-box {
    padding: 15px 15px 55px;
  }

  .card-box .part-icon {
    font-size: 45px;
  }

  .card-box-lite .box .value {
    height: 45px;
    line-height: 45px;
    font-size: 30px;
  }

  .icon-demo .demo-icon-wrapper {
    padding: 0 10px;
  }
}
/*as col-md*/
/*tablet device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
    --bs-gutter-x: 10px ;
  }

  .row.g-0 > * {
    padding: 0;
  }

  .navbar .container-fluid {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar .container-fluid .navbar-brand {
    width: calc(100% - 100px);
  }

  .navbar .container-fluid .navbar-brand.small {
    width: calc(100% - 100px);
  }

  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #2c4259;
    border-top: 1px solid #395168;
  }

  .navbar .navbar-toggler {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    border-radius: 0;
  }
  .navbar .navbar-toggler:focus {
    background: #415b75;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form {
    background: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form input {
    width: calc(100% - 50px);
    padding-left: 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn.active .search-box form input {
    width: calc(100% - 50px);
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form button {
    display: inline-block;
    width: 50px;
    padding: 0;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn.active .search-box form button {
    display: inline-block;
    width: 50px;
    padding: 0;
  }

  .navbar .container-fluid .navbar-nav .nav-item button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item .nav-link {
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu {
    background: #415b75;
    margin: 0 15px;
    width: auto;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .top {
    border-color: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .top span {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message {
    border-color: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt h5 {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt p {
    font-weight: 300;
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .date {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .bottom a {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
    background: #415b75;
    margin: 0 15px;
    width: auto;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-divider {
    border-color: #dfe5ec;
  }

  .fixed-sidebar {
    left: -50px;
    width: 50px;
    overflow: hidden;
  }

  .fixed-sidebar.collapsed {
    left: 0;
    width: 350px;
  }

  .fixed-sidebar.collapsed .custom-scroll .sidebar-profile .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fixed-sidebar.collapsed .custom-scroll .sidebar-profile button {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a span {
    display: block;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-radius: 0;
    background: transparent;
    width: auto;
    height: auto;
    right: 15px;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item.dropdown .dropdown-menu {
    position: static !important;
    left: 0 !important;
  }

  .fixed-sidebar .sidebar-fixed-bottom {
    left: -100%;
    width: 100%;
  }

  .fixed-sidebar.collapsed .sidebar-fixed-bottom {
    left: 0;
    width: 350px;
  }

  .fixed-sidebar .sidebar-fixed-bottom .btn-show-group {
    width: 50px;
  }

  .fixed-sidebar.collapsed .sidebar-fixed-bottom .btn-group-wrapper {
    left: 0;
  }

  .fixed-sidebar .sidebar-fixed-bottom .btn-group-wrapper {
    left: -100%;
    width: 100%;
  }

  .main-container .main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-container .main-content.expanded {
    padding-left: 10px;
  }

  .site-visit {
    margin-bottom: 20px;
  }

  .site-visit .chart {
    padding: 10px;
  }

  .site-visit .part-bottom {
    padding-bottom: 10px;
  }

  .site-visit .part-bottom .box p {
    font-size: 10px;
  }

  .site-visit .part-bottom .box p span {
    width: 25px;
    height: 25px;
    line-height: 27px;
    font-size: 14px;
  }

  .site-visit .part-bottom .box h4 {
    font-size: 16px;
  }

  .site-visit .part-bottom .box h4:after {
    border-width: 3px;
  }

  .info-box .info-line .txt h3 {
    font-size: 16px;
  }

  .chart-panel {
    margin-bottom: 20px;
  }

  .user-list .top span {
    font-size: 12px;
  }

  .user-list .custom-scroll ul {
    padding: 10px;
  }

  .user-list .custom-scroll ul li {
    padding: 5px;
  }

  .user-list .custom-scroll ul li .part-txt .txt a {
    font-size: 13px;
  }

  .user-list .custom-scroll ul li .part-txt .txt span {
    font-size: 11px;
  }

  .task-list {
    margin-bottom: 20px;
  }

  .task-list .top span {
    font-size: 12px;
  }

  .task-list ul li {
    padding: 0 10px;
  }

  .task-list ul li .check-box input {
    width: 12px;
    height: 12px;
  }

  .task-list ul li .check-box .custom-check {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }

  .task-list ul li .check-box label {
    font-size: 13px;
  }

  .task-list ul li .check-box label i {
    font-size: 11px;
  }

  .task-list ul li .check-box span {
    font-size: 11px;
  }

  .task-list ul li .dropdown button {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .activities {
    margin-bottom: 20px;
  }

  .activities .top span {
    font-size: 12px;
  }

  .activities ul li {
    padding: 0 10px;
  }

  .activities ul li .left .txt {
    font-size: 12px;
    line-height: 15px;
  }

  .activities ul li .right .time span {
    font-size: 10px;
  }

  .activities ul li .right .dropdown button {
    height: 20px;
    line-height: 20px;
    font-family: 12px;
  }

  .chat-section .top span {
    font-size: 12px;
  }

  .chat-section .messages {
    padding: 10px;
  }

  .chat-section .messages .custom-scroll .message-in .part-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .chat-section .messages .custom-scroll .message-in .txt-wrap {
    max-width: calc(100% - 40px);
  }

  .chat-section .messages .custom-scroll .message-in .txt-wrap .part-txt p {
    font-size: 11px;
    line-height: 15px;
  }

  .chat-section .messages .custom-scroll .message-out .txt-wrap {
    max-width: calc(100% - 40px);
  }

  .chat-section .messages .custom-scroll .message-out .txt-wrap .part-txt p {
    font-size: 11px;
    line-height: 15px;
  }

  .chat-section .messages .custom-scroll .message-out .part-img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .fast-action {
    margin-bottom: 20px;
  }

  .fast-action .top span {
    font-size: 12px;
  }

  .fast-action .top nav .nav-tabs .nav-link {
    padding: 0 5px;
    font-size: 12px;
  }

  .current-progress .top span {
    font-size: 12px;
  }

  .accordion-body {
    padding: 10px;
  }

  .breadcrumb-wrap {
    margin: 0 -10px;
  }

  .top-section .part-img .profile-picture {
    padding-bottom: 15px;
    margin-top: -80px;
  }

  .top-section .part-img .profile-picture .img {
    width: 100px;
    height: 98px;
  }

  .top-section .part-img .profile-picture .txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .top-section .part-img .nav li a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .messenger-wrap {
    left: 10px;
    right: 10px;
  }

  .expanded .messenger-wrap {
    left: 10px;
  }

  .messenger-wrap .messenger-panel .chat-list .top {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap {
    height: 100%;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a {
    padding: 10px;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-right: 0;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .txt {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-list .bottom {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel {
    padding: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .part-img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt p {
    font-size: 12px;
    line-height: 18px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media {
    width: 300px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media iframe {
    height: 180px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media video {
    height: 180px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out {
    margin-left: 35px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt p {
    font-size: 12px;
    line-height: 18px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media {
    width: 300px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .part-img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type {
    padding: 5px 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form label {
    width: 35px;
    margin-bottom: 0;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form textarea {
    width: calc(100% - 70px);
    font-size: 12px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form button {
    width: 35px;
  }

  .mail-sidebar {
    margin-bottom: 20px;
  }

  .mail-area .tab-content .tab-pane .table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .mail-area .tab-content .tab-pane .table .table-messages-row .td-name {
    width: 150px;
  }

  .mail-area .tab-content .tab-pane .table .table-messages-row .td-message {
    width: 360px;
  }

  .element-holder-wrapper {
    height: 200px;
  }

  .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 5px;
  }

  .btn {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
    padding: 0 15px;
  }

  .btn.btn-lg {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    padding: 0 20px;
  }

  .btn.btn-sm {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
  }

  .d-grid {
    width: 100%;
  }

  .fc .fc-toolbar-title {
    font-size: 20px;
  }

  .fc .fc-button-group button, .fc .fc-button {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 15px;
  }

  .icon-demo .demo-icon-wrapper {
    padding: 0 10px;
  }

  .icon-demo .demo-icon-wrapper span {
    font-size: 12px;
  }
}
/*as col-sm*/
/*large mobile device*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
    --bs-gutter-x: 10px ;
  }

  .row.g-0 > * {
    padding: 0;
  }

  .navbar .container-fluid {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar .container-fluid .navbar-brand {
    width: calc(100% - 100px);
  }

  .navbar .container-fluid .navbar-brand.small {
    width: calc(100% - 100px);
  }

  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #2c4259;
    border-top: 1px solid #395168;
  }

  .navbar .navbar-toggler {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    border-radius: 0;
  }
  .navbar .navbar-toggler:focus {
    background: #415b75;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form {
    background: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form input {
    width: calc(100% - 50px);
    padding-left: 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn.active .search-box form input {
    width: calc(100% - 50px);
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form button {
    display: inline-block;
    width: 50px;
    padding: 0;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn.active .search-box form button {
    display: inline-block;
    width: 50px;
    padding: 0;
  }

  .navbar .container-fluid .navbar-nav .nav-item button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item .nav-link {
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu {
    background: #415b75;
    margin: 0 15px;
    width: auto;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .top {
    border-color: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .top span {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message {
    border-color: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt h5 {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt p {
    font-weight: 300;
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .date {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .bottom a {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
    background: #415b75;
    margin: 0 15px;
    width: auto;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-divider {
    border-color: #dfe5ec;
  }

  .fixed-sidebar {
    left: -50px;
    width: 50px;
    overflow: hidden;
  }

  .fixed-sidebar.collapsed {
    left: 0;
    width: 350px;
  }

  .fixed-sidebar.collapsed .custom-scroll .sidebar-profile .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fixed-sidebar.collapsed .custom-scroll .sidebar-profile button {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a span {
    display: block;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-radius: 0;
    background: transparent;
    width: auto;
    height: auto;
    right: 15px;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item.dropdown .dropdown-menu {
    position: static !important;
    left: 0 !important;
  }

  .fixed-sidebar .sidebar-fixed-bottom {
    left: -100%;
    width: 100%;
  }

  .fixed-sidebar.collapsed .sidebar-fixed-bottom {
    left: 0;
    width: 350px;
  }

  .fixed-sidebar .sidebar-fixed-bottom .btn-show-group {
    width: 50px;
  }

  .fixed-sidebar.collapsed .sidebar-fixed-bottom .btn-group-wrapper {
    left: 0;
  }

  .fixed-sidebar .sidebar-fixed-bottom .btn-group-wrapper {
    left: -100%;
    width: 100%;
  }

  .main-container .main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-container .main-content.expanded {
    padding-left: 10px;
  }

  .site-visit {
    margin-bottom: 20px;
  }

  .site-visit .chart {
    padding: 10px;
  }

  .site-visit .part-bottom {
    padding-bottom: 10px;
  }

  .site-visit .part-bottom .box p {
    font-size: 10px;
  }

  .site-visit .part-bottom .box p span {
    width: 25px;
    height: 25px;
    line-height: 27px;
    font-size: 14px;
  }

  .site-visit .part-bottom .box h4 {
    font-size: 16px;
  }

  .site-visit .part-bottom .box h4:after {
    border-width: 3px;
  }

  .info-box .info-line .txt h3 {
    font-size: 16px;
  }

  .chart-panel {
    margin-bottom: 20px;
  }

  .user-list .top span {
    font-size: 12px;
  }

  .user-list .custom-scroll ul {
    padding: 10px;
  }

  .user-list .custom-scroll ul li {
    padding: 5px;
  }

  .user-list .custom-scroll ul li .part-txt .txt a {
    font-size: 13px;
  }

  .user-list .custom-scroll ul li .part-txt .txt span {
    font-size: 11px;
  }

  .task-list {
    margin-bottom: 20px;
  }

  .task-list .top span {
    font-size: 12px;
  }

  .task-list ul li {
    padding: 0 10px;
  }

  .task-list ul li .check-box input {
    width: 12px;
    height: 12px;
  }

  .task-list ul li .check-box .custom-check {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }

  .task-list ul li .check-box label {
    font-size: 13px;
  }

  .task-list ul li .check-box label i {
    font-size: 11px;
  }

  .task-list ul li .check-box span {
    font-size: 11px;
  }

  .task-list ul li .dropdown button {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .activities {
    margin-bottom: 20px;
  }

  .activities .top span {
    font-size: 12px;
  }

  .activities ul li {
    padding: 0 10px;
  }

  .activities ul li .left .txt {
    font-size: 12px;
    line-height: 15px;
  }

  .activities ul li .right .time span {
    font-size: 10px;
  }

  .activities ul li .right .dropdown button {
    height: 20px;
    line-height: 20px;
    font-family: 12px;
  }

  .chat-section .top span {
    font-size: 12px;
  }

  .chat-section .messages {
    padding: 10px;
  }

  .chat-section .messages .custom-scroll .message-in .part-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .chat-section .messages .custom-scroll .message-in .txt-wrap {
    max-width: calc(100% - 40px);
  }

  .chat-section .messages .custom-scroll .message-in .txt-wrap .part-txt p {
    font-size: 11px;
    line-height: 15px;
  }

  .chat-section .messages .custom-scroll .message-out .txt-wrap {
    max-width: calc(100% - 40px);
  }

  .chat-section .messages .custom-scroll .message-out .txt-wrap .part-txt p {
    font-size: 11px;
    line-height: 15px;
  }

  .chat-section .messages .custom-scroll .message-out .part-img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .fast-action {
    margin-bottom: 20px;
  }

  .fast-action .top span {
    font-size: 12px;
  }

  .fast-action .top nav .nav-tabs .nav-link {
    padding: 0 5px;
    font-size: 12px;
  }

  .current-progress .top span {
    font-size: 12px;
  }

  .accordion-body {
    padding: 10px;
  }

  .breadcrumb-wrap {
    margin: 0 -10px;
  }

  .top-section .part-img > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .top-section .part-img .profile-picture {
    margin-top: -80px;
  }

  .top-section .part-img .profile-picture .img {
    width: 100px;
    height: 98px;
  }

  .top-section .part-img .profile-picture .txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .top-section .part-img .nav li a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .messenger-wrap {
    left: 10px;
    right: 10px;
  }

  .expanded .messenger-wrap {
    left: 10px;
  }

  .messenger-wrap .messenger-panel .chat-list .top {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap {
    height: 100%;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a {
    padding: 8px;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-right: 0;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .txt {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-list .bottom {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel {
    padding: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .part-img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt p {
    font-size: 12px;
    line-height: 18px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media {
    width: 100%;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media iframe {
    height: 180px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media video {
    height: 180px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out {
    margin-left: 35px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt p {
    font-size: 12px;
    line-height: 18px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media {
    width: 100%;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .part-img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type {
    padding: 5px 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form label {
    width: 35px;
    margin-bottom: 0;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form textarea {
    width: calc(100% - 70px);
    font-size: 12px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form button {
    width: 35px;
  }

  .mail-sidebar {
    margin-bottom: 20px;
  }

  .mail-area .tab-content .tab-pane .table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .mail-area .tab-content .tab-pane .table .table-messages-row .td-name {
    width: 150px;
  }

  .mail-area .tab-content .tab-pane .table .table-messages-row .td-message {
    width: 300px;
  }

  .modal-box .bottom .box h3 {
    font-size: 15px;
  }

  .modal-box .bottom .box .modal-btn {
    font-size: 12px;
    padding: 0 10px;
  }

  .sweet-alert-box .bottom .alert-btn-group .alert-btn {
    width: auto;
    padding: 0 10px;
    font-size: 12px;
  }

  .element-holder-wrapper {
    height: 200px;
  }

  .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 5px;
  }

  .btn {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
    padding: 0 15px;
  }

  .btn.btn-lg {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    padding: 0 20px;
  }

  .btn.btn-sm {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
  }

  .d-grid {
    width: 100%;
  }

  .fc .fc-toolbar-title {
    font-size: 20px;
  }

  .fc .fc-button-group button, .fc .fc-button {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 15px;
  }

  .icon-demo .demo-icon-wrapper {
    padding: 0 15px;
  }

  .icon-demo .demo-icon-wrapper span {
    font-size: 12px;
  }
}
/*medium mobile device*/
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
    --bs-gutter-x: 10px ;
  }

  .row.g-0 > * {
    padding: 0;
  }

  .navbar .container-fluid {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar .container-fluid .navbar-brand {
    width: calc(100% - 100px);
  }

  .navbar .container-fluid .navbar-brand.small {
    width: calc(100% - 100px);
  }

  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #2c4259;
    border-top: 1px solid #395168;
  }

  .navbar .navbar-toggler {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    border-radius: 0;
  }
  .navbar .navbar-toggler:focus {
    background: #415b75;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form {
    background: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form input {
    width: calc(100% - 50px);
    padding-left: 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn.active .search-box form input {
    width: calc(100% - 50px);
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form button {
    display: inline-block;
    width: 50px;
    padding: 0;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn.active .search-box form button {
    display: inline-block;
    width: 50px;
    padding: 0;
  }

  .navbar .container-fluid .navbar-nav .nav-item button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item .nav-link {
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu {
    background: #415b75;
    margin: 0 15px;
    width: auto;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .top {
    border-color: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .top span {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message {
    border-color: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt h5 {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt p {
    font-weight: 300;
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .date {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .bottom a {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
    background: #415b75;
    margin: 0 15px;
    width: auto;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-divider {
    border-color: #dfe5ec;
  }

  .fixed-sidebar {
    left: -50px;
    width: 50px;
    overflow: hidden;
  }

  .fixed-sidebar.collapsed {
    left: 0;
    width: 100%;
  }

  .fixed-sidebar.collapsed .custom-scroll .sidebar-profile .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fixed-sidebar.collapsed .custom-scroll .sidebar-profile button {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a span {
    display: block;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-radius: 0;
    background: transparent;
    width: auto;
    height: auto;
    right: 15px;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item.dropdown .dropdown-menu {
    position: static !important;
    left: 0 !important;
  }

  .fixed-sidebar .sidebar-fixed-bottom {
    left: -100%;
    width: 100%;
  }

  .fixed-sidebar.collapsed .sidebar-fixed-bottom {
    left: 0;
    width: 100%;
  }

  .fixed-sidebar .sidebar-fixed-bottom .btn-show-group {
    width: 50px;
  }

  .fixed-sidebar.collapsed .sidebar-fixed-bottom .btn-group-wrapper {
    left: 0;
  }

  .fixed-sidebar .sidebar-fixed-bottom .btn-group-wrapper {
    left: -100%;
    width: 100%;
  }

  .main-container .main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-container .main-content.expanded {
    padding-left: 10px;
  }

  .site-visit {
    margin-bottom: 20px;
  }

  .site-visit .chart {
    padding: 10px;
  }

  .site-visit .part-bottom {
    padding-bottom: 10px;
  }

  .site-visit .part-bottom .box p {
    font-size: 10px;
  }

  .site-visit .part-bottom .box p span {
    width: 25px;
    height: 25px;
    line-height: 27px;
    font-size: 14px;
  }

  .site-visit .part-bottom .box h4 {
    font-size: 16px;
  }

  .site-visit .part-bottom .box h4:after {
    border-width: 3px;
  }

  .info-box .info-line .txt h3 {
    font-size: 16px;
  }

  .chart-panel {
    margin-bottom: 20px;
  }

  .user-list .top span {
    font-size: 12px;
  }

  .user-list .custom-scroll ul {
    padding: 10px;
  }

  .user-list .custom-scroll ul li {
    padding: 5px;
  }

  .user-list .custom-scroll ul li .part-txt .txt a {
    font-size: 13px;
  }

  .user-list .custom-scroll ul li .part-txt .txt span {
    font-size: 11px;
  }

  .task-list {
    margin-bottom: 20px;
  }

  .task-list .top span {
    font-size: 12px;
  }

  .task-list ul li {
    padding: 0 10px;
  }

  .task-list ul li .check-box input {
    width: 12px;
    height: 12px;
  }

  .task-list ul li .check-box .custom-check {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }

  .task-list ul li .check-box label {
    font-size: 13px;
  }

  .task-list ul li .check-box label i {
    font-size: 11px;
  }

  .task-list ul li .check-box span {
    font-size: 11px;
  }

  .task-list ul li .dropdown button {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .activities {
    margin-bottom: 20px;
  }

  .activities .top span {
    font-size: 12px;
  }

  .activities ul li {
    padding: 0 10px;
  }

  .activities ul li .left .txt {
    font-size: 12px;
    line-height: 15px;
  }

  .activities ul li .right .time span {
    font-size: 10px;
  }

  .activities ul li .right .dropdown button {
    height: 20px;
    line-height: 20px;
    font-family: 12px;
  }

  .chat-section .top span {
    font-size: 12px;
  }

  .chat-section .messages {
    padding: 10px;
  }

  .chat-section .messages .custom-scroll .message-in .part-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .chat-section .messages .custom-scroll .message-in .txt-wrap {
    max-width: calc(100% - 40px);
  }

  .chat-section .messages .custom-scroll .message-in .txt-wrap .part-txt p {
    font-size: 11px;
    line-height: 15px;
  }

  .chat-section .messages .custom-scroll .message-out .txt-wrap {
    max-width: calc(100% - 40px);
  }

  .chat-section .messages .custom-scroll .message-out .txt-wrap .part-txt p {
    font-size: 11px;
    line-height: 15px;
  }

  .chat-section .messages .custom-scroll .message-out .part-img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .fast-action {
    margin-bottom: 20px;
  }

  .fast-action .top span {
    font-size: 12px;
  }

  .fast-action .top nav .nav-tabs .nav-link {
    padding: 0 5px;
    font-size: 12px;
  }

  .current-progress .top span {
    font-size: 12px;
  }

  .accordion-body {
    padding: 10px;
  }

  .breadcrumb-wrap {
    margin: 0 -10px;
  }

  .breadcrumb-wrap {
    padding: 10px;
  }

  .breadcrumb-wrap .page-txt {
    margin-bottom: 20px;
  }

  .breadcrumb-wrap .page-txt h2 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .breadcrumb-wrap .page-txt p {
    font-size: 10px;
  }

  .breadcrumb-wrap .breadcrumb {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .main-content .comment-area .comments .single-comment {
    display: block;
  }

  .main-content .comment-area .comments .single-comment.reply {
    margin-left: 30px;
  }

  .main-content .comment-area .comments .single-comment.reply-1 {
    margin-left: 60px;
  }

  .main-content .comment-area .comments .single-comment .part-img {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .main-content .comment-area .comments .single-comment .part-txt {
    width: 100%;
  }

  .top-section .part-img > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .top-section .part-img .profile-picture {
    margin-top: -80px;
  }

  .top-section .part-img .profile-picture .img {
    width: 100px;
    height: 98px;
  }

  .top-section .part-img .profile-picture .txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .top-section .part-img .nav li a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .messenger-wrap {
    left: 10px;
    right: 10px;
  }

  .expanded .messenger-wrap {
    left: 10px;
  }

  .messenger-wrap .messenger-panel .chat-list .top {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap {
    height: 100%;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a {
    padding: 15px;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-right: 0;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .txt {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-list .bottom {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel {
    padding: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .part-img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt p {
    font-size: 12px;
    line-height: 18px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media {
    width: 100%;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media iframe {
    height: 180px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media video {
    height: 180px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out {
    margin-left: 35px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt p {
    font-size: 12px;
    line-height: 18px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media {
    width: 100%;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .part-img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type {
    padding: 5px 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form label {
    width: 35px;
    margin-bottom: 0;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form textarea {
    width: calc(100% - 70px);
    padding: 5px;
    font-size: 12px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form button {
    width: 35px;
  }

  .mail-sidebar {
    margin-bottom: 20px;
  }

  .mail-area .tab-content .tab-pane .top-bar .left-btn .btn.btn-sm {
    padding: 0 10px;
    font-size: 12px;
  }

  .mail-area .tab-content .tab-pane .top-bar .right-btn .info {
    font-size: 12px;
  }

  .mail-area .tab-content .tab-pane .top-bar .right-btn .btn.btn-sm {
    font-size: 12px;
  }

  .mail-area .tab-content .tab-pane .table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .mail-area .tab-content .tab-pane .table .table-messages-row .td-name {
    width: 150px;
  }

  .mail-area .tab-content .tab-pane .table .table-messages-row .td-message {
    width: 300px;
  }

  .single-box .bottom p {
    font-size: 12px;
    line-height: 16px;
  }

  .single-box .bottom .table tr th {
    padding: 10px 5px;
  }

  .single-box .bottom .table tr td {
    padding: 5px;
  }

  .list-group-area .bottom p {
    font-size: 12px;
    line-height: 16px;
  }

  .list-group .list-group-item, .list-group .list-group-item-action {
    font-size: 12px;
  }

  .alert-area .bottom span {
    font-size: 12px;
    line-height: 16px;
  }

  .progress-area .bottom p {
    font-size: 12px;
    line-height: 16px;
  }

  .thumbnail-area .bottom p {
    font-size: 12px;
    line-height: 16px;
  }

  .thumbnail-area .bottom .box {
    margin-bottom: 20px;
  }

  .media-area .bottom .box {
    margin-bottom: 20px;
  }

  .media-wrap {
    padding: 10px 10px 0;
  }

  .media-wrap .media .media-left {
    width: 60px;
  }

  .media-wrap .media .media-right {
    width: 60px;
  }

  .modal-box .bottom .box h3 {
    font-size: 15px;
  }

  .modal-box .bottom .box .modal-btn {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 5px;
  }

  .modal-box .bottom .box .modal-btn.modal-btn-danger {
    margin-bottom: 0;
  }

  .sweet-alert-box .bottom .alert-btn-group .alert-btn {
    width: auto;
    padding: 0 10px;
    font-size: 12px;
  }

  dl {
    font-size: 12px;
  }

  .dl-horizontal dt {
    width: 110px;
  }

  .dl-horizontal dd {
    margin-left: 120px;
  }

  .element-holder-wrapper {
    height: 200px;
  }

  .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 5px;
  }

  .btn {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
    padding: 0 15px;
  }

  .btn.btn-lg {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    padding: 0 20px;
  }

  .btn.btn-sm {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
  }

  .d-grid {
    width: 100%;
  }

  .fc .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fc .fc-toolbar-title {
    font-size: 20px;
  }

  .fc .fc-button-group button, .fc .fc-button {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 15px;
  }

  .owl-carousel .item .item-description {
    bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .icon-theme.icon-theme-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .icon-theme {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon-theme.icon-theme-sm {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .icon-theme.icon-theme-xs {
    font-size: 10px;
  }

  .icon-demo .demo-icon-wrapper {
    padding: 0 15px;
  }

  .icon-demo .demo-icon-wrapper span {
    font-size: 12px;
  }

  .horizontal-form label {
    margin-bottom: 10px;
  }

  input:not([type=file], [type=checkbox], [type=radio]), .form-select {
    height: 30px;
  }

  form .form-group.form-group-lg input:not([type=file], [type=checkbox], [type=radio]), form .form-group.form-group-lg .form-select {
    height: 40px;
    font-size: 15px;
  }

  form .form-group.form-group-sm input:not([type=file], [type=checkbox], [type=radio]), form .form-group.form-group-sm .form-select {
    height: 25px;
    font-size: 11px;
  }

  .input-group-text {
    height: 30px;
    line-height: 30px;
  }
}
/*small mobile device*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
    --bs-gutter-x: 10px ;
  }

  .row.g-0 > * {
    padding: 0;
  }

  .navbar .container-fluid {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar .container-fluid .navbar-brand {
    width: calc(100% - 100px);
  }

  .navbar .container-fluid .navbar-brand.small {
    width: calc(100% - 100px);
  }

  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #2c4259;
    border-top: 1px solid #395168;
  }

  .navbar .navbar-toggler {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    border-radius: 0;
  }
  .navbar .navbar-toggler:focus {
    background: #415b75;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form {
    background: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form input {
    width: calc(100% - 50px);
    padding-left: 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn.active .search-box form input {
    width: calc(100% - 50px);
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn .search-box form button {
    display: inline-block;
    width: 50px;
    padding: 0;
  }

  .navbar .container-fluid .navbar-nav .nav-item.search-btn.active .search-box form button {
    display: inline-block;
    width: 50px;
    padding: 0;
  }

  .navbar .container-fluid .navbar-nav .nav-item button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item .nav-link {
    padding: 0 15px;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu {
    background: #415b75;
    margin: 0 15px;
    width: auto;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .top {
    border-color: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .top span {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message {
    border-color: #395168;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt h5 {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .txt p {
    font-weight: 300;
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu ul .single-message a .date {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item.message-dropdown .dropdown-menu .bottom a {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
    background: #415b75;
    margin: 0 15px;
    width: auto;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #f2f2f2;
  }

  .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-divider {
    border-color: #dfe5ec;
  }

  .fixed-sidebar {
    left: -50px;
    width: 50px;
    overflow: hidden;
  }

  .fixed-sidebar.collapsed {
    left: 0;
    width: 100%;
  }

  .fixed-sidebar.collapsed .custom-scroll .sidebar-profile .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fixed-sidebar.collapsed .custom-scroll .sidebar-profile button {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a span {
    display: block;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item a.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-radius: 0;
    background: transparent;
    width: auto;
    height: auto;
    right: 15px;
  }

  .fixed-sidebar.collapsed .custom-scroll .nav-sidebar .nav-item.dropdown .dropdown-menu {
    position: static !important;
    left: 0 !important;
  }

  .fixed-sidebar .sidebar-fixed-bottom {
    left: -100%;
    width: 100%;
  }

  .fixed-sidebar.collapsed .sidebar-fixed-bottom {
    left: 0;
    width: 100%;
  }

  .fixed-sidebar .sidebar-fixed-bottom .btn-show-group {
    width: 50px;
  }

  .fixed-sidebar.collapsed .sidebar-fixed-bottom .btn-group-wrapper {
    left: 0;
  }

  .fixed-sidebar .sidebar-fixed-bottom .btn-group-wrapper {
    left: -100%;
    width: 100%;
  }

  .main-container .main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-container .main-content.expanded {
    padding-left: 10px;
  }

  .site-visit {
    margin-bottom: 20px;
  }

  .site-visit .chart {
    padding: 10px;
  }

  .site-visit .part-bottom {
    padding-bottom: 10px;
  }

  .site-visit .part-bottom .box p {
    font-size: 10px;
  }

  .site-visit .part-bottom .box p span {
    width: 25px;
    height: 25px;
    line-height: 27px;
    font-size: 14px;
    display: block;
    margin: 0 auto 10px;
  }

  .site-visit .part-bottom .box h4 {
    font-size: 16px;
  }

  .site-visit .part-bottom .box h4:after {
    border-width: 3px;
  }

  .info-box .info-line .txt h3 {
    font-size: 16px;
  }

  .chart-panel {
    margin-bottom: 20px;
  }

  .user-list .top span {
    font-size: 12px;
  }

  .user-list .custom-scroll ul {
    padding: 10px;
  }

  .user-list .custom-scroll ul li {
    padding: 5px;
  }

  .user-list .custom-scroll ul li .part-txt .txt a {
    font-size: 13px;
  }

  .user-list .custom-scroll ul li .part-txt .txt span {
    font-size: 11px;
  }

  .task-list {
    margin-bottom: 20px;
  }

  .task-list .top span {
    font-size: 12px;
  }

  .task-list ul li {
    padding: 0 10px;
  }

  .task-list ul li .check-box input {
    width: 12px;
    height: 12px;
  }

  .task-list ul li .check-box .custom-check {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }

  .task-list ul li .check-box label {
    font-size: 13px;
  }

  .task-list ul li .check-box label i {
    font-size: 11px;
  }

  .task-list ul li .check-box span {
    font-size: 11px;
  }

  .task-list ul li .dropdown button {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .activities {
    margin-bottom: 20px;
  }

  .activities .top span {
    font-size: 12px;
  }

  .activities ul li {
    padding: 0 10px;
  }

  .activities ul li .left .txt {
    font-size: 12px;
    line-height: 15px;
  }

  .activities ul li .right .time span {
    font-size: 10px;
  }

  .activities ul li .right .dropdown button {
    height: 20px;
    line-height: 20px;
    font-family: 12px;
  }

  .chat-section .top span {
    font-size: 12px;
  }

  .chat-section .messages {
    padding: 10px;
  }

  .chat-section .messages .custom-scroll .message-in .part-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .chat-section .messages .custom-scroll .message-in .txt-wrap {
    max-width: calc(100% - 40px);
  }

  .chat-section .messages .custom-scroll .message-in .txt-wrap .part-txt p {
    font-size: 11px;
    line-height: 15px;
  }

  .chat-section .messages .custom-scroll .message-out .txt-wrap {
    max-width: calc(100% - 40px);
  }

  .chat-section .messages .custom-scroll .message-out .txt-wrap .part-txt p {
    font-size: 11px;
    line-height: 15px;
  }

  .chat-section .messages .custom-scroll .message-out .part-img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .fast-action {
    margin-bottom: 20px;
  }

  .fast-action .top span {
    font-size: 12px;
  }

  .fast-action .top nav .nav-tabs .nav-link {
    padding: 0 5px;
    font-size: 12px;
  }

  .current-progress .top span {
    font-size: 12px;
  }

  .accordion-body {
    padding: 10px;
  }

  .breadcrumb-wrap {
    margin: 0 -10px;
  }

  .breadcrumb-wrap {
    padding: 10px;
  }

  .breadcrumb-wrap .page-txt {
    margin-bottom: 20px;
  }

  .breadcrumb-wrap .page-txt h2 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .breadcrumb-wrap .page-txt p {
    font-size: 10px;
  }

  .breadcrumb-wrap .breadcrumb {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .main-content .blog-content .single-box .part-img iframe {
    height: 300px;
  }

  .main-content .blog-content .single-box .part-txt .blog-info {
    display: block;
  }
  .main-content .blog-content .single-box .part-txt .blog-info li:first-child {
    margin-bottom: 10px;
  }

  .main-content .blog-content .single-box .part-txt .blog-info li a {
    font-size: 11px;
  }

  .main-content .blog-content .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 4px;
    font-size: 11px;
  }

  .main-content .comment-area .comments .single-comment {
    display: block;
  }

  .main-content .comment-area .comments .single-comment.reply {
    margin-left: 30px;
  }

  .main-content .comment-area .comments .single-comment.reply-1 {
    margin-left: 60px;
  }

  .main-content .comment-area .comments .single-comment .part-img {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .main-content .comment-area .comments .single-comment .part-txt {
    width: 100%;
  }

  .main-content .comment-area .comments .single-comment .part-txt .title {
    margin-bottom: 5px;
  }

  .main-content .comment-area .comments .single-comment .part-txt .title h5 {
    line-height: 20px;
  }

  .main-content .comment-area .comments .single-comment .part-txt .title h5 span {
    display: block;
  }

  .top-section .part-img > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .top-section .part-img .profile-picture {
    margin-top: -80px;
  }

  .top-section .part-img .profile-picture .img {
    width: 100px;
    height: 98px;
  }

  .top-section .part-img .profile-picture .txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .top-section .part-img .nav li a {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px;
  }

  .personal-profile .user-information ul li {
    font-size: 11px;
  }

  .personal-profile .user-information ul li .icon {
    width: 15px;
    font-size: 10px;
  }

  .personal-profile .user-information ul li .property {
    width: 60px;
  }

  .personal-profile .user-information ul li .tags span {
    height: 16px;
    line-height: 16px;
    font-size: 9px;
    padding: 0 3px;
  }

  .messenger-wrap {
    left: 10px;
    right: 10px;
  }

  .expanded .messenger-wrap {
    left: 10px;
  }

  .messenger-wrap .messenger-panel .chat-list .top {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap {
    height: 100%;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a {
    padding: 8px;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-right: 0;
  }

  .messenger-wrap .messenger-panel .chat-list .list-wrap .custom-scroll ul li a .txt {
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-list .bottom {
    padding: 7px 5px;
    display: none;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel {
    padding: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .part-img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt p {
    font-size: 12px;
    line-height: 18px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media {
    width: 100%;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-in .txt-wrap .part-txt .media iframe {
    height: 120px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media video {
    height: 120px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out {
    margin-left: 35px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap {
    max-width: calc(100% - 35px);
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt p {
    font-size: 12px;
    line-height: 18px;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .txt-wrap .part-txt .media {
    width: 100%;
  }

  .messenger-wrap .messenger-panel .chat-area .chat-panel .custom-scroll .message-out .part-img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type {
    padding: 5px 10px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form label {
    width: 35px;
    margin-bottom: 0;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form textarea {
    width: calc(100% - 70px);
    padding: 5px;
    font-size: 12px;
  }

  .messenger-wrap .messenger-panel .chat-area .message-type form button {
    width: 35px;
  }

  .mail-sidebar {
    margin-bottom: 20px;
  }

  .mail-area .tab-content .tab-pane .top-bar .left-btn .btn.btn-sm {
    padding: 0 10px;
    font-size: 12px;
  }

  .mail-area .tab-content .tab-pane .top-bar .right-btn .info {
    font-size: 12px;
  }

  .mail-area .tab-content .tab-pane .top-bar .right-btn .btn.btn-sm {
    font-size: 12px;
  }

  .mail-area .tab-content .tab-pane .table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .mail-area .tab-content .tab-pane .table .table-messages-row .td-name {
    width: 150px;
  }

  .mail-area .tab-content .tab-pane .table .table-messages-row .td-message {
    width: 300px;
  }

  .single-box .bottom p {
    font-size: 12px;
    line-height: 16px;
  }

  .single-box .bottom .table tr th {
    padding: 10px 5px;
  }

  .single-box .bottom .table tr td {
    padding: 5px;
  }

  .list-group-area .bottom p {
    font-size: 12px;
    line-height: 16px;
  }

  .list-group .list-group-item, .list-group .list-group-item-action {
    font-size: 12px;
  }

  .alert-area .bottom span {
    font-size: 12px;
    line-height: 16px;
  }

  .progress-area .bottom p {
    font-size: 12px;
    line-height: 16px;
  }

  .thumbnail-area .bottom p {
    font-size: 12px;
    line-height: 16px;
  }

  .thumbnail-area .bottom .box {
    margin-bottom: 20px;
  }

  .media-area .bottom .box {
    margin-bottom: 20px;
  }

  .media-wrap {
    padding: 10px 10px 0;
  }

  .media-wrap .media .media-left {
    width: 50px;
  }

  .media-wrap .media .media-right {
    width: 50px;
  }

  .modal-box .bottom .box h3 {
    font-size: 15px;
  }

  .modal-box .bottom .box .modal-btn {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 5px;
  }

  .modal-box .bottom .box .modal-btn.modal-btn-danger {
    margin-bottom: 0;
  }

  .sweet-alert-box .bottom .alert-btn-group .alert-btn {
    width: auto;
    padding: 0 10px;
    font-size: 12px;
  }

  .tooltip-btn {
    padding: 0 10px;
  }

  .popovers-area .bottom button {
    padding: 0 15px;
  }

  .pnotify {
    padding: 0 15px;
  }

  dl {
    font-size: 12px;
  }

  .dl-horizontal dt {
    width: 110px;
  }

  .dl-horizontal dd {
    margin-left: 120px;
  }

  .panel .panel-body {
    padding: 10px;
  }

  .element-holder-wrapper {
    height: 200px;
  }

  .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 5px;
  }

  .btn {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
    padding: 0 15px;
  }

  .btn.btn-lg {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    padding: 0 20px;
  }

  .btn.btn-sm {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
  }

  .d-grid {
    width: 100%;
  }

  .fc .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fc .fc-toolbar-title {
    font-size: 20px;
  }

  .fc .fc-button-group button, .fc .fc-button {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 15px;
  }

  .carousel .carousel-inner .carousel-caption h3 {
    font-size: 16px;
    line-height: 100%;
  }

  .carousel .carousel-inner .carousel-caption p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }

  .carousel-control-next, .carousel-control-prev {
    width: 20px;
  }

  .carousel-caption {
    left: 20px;
    right: 20px;
    bottom: 25px;
    padding: 0;
  }

  .carousel-indicators {
    margin-bottom: 0;
  }

  .owl-carousel .item .item-description {
    bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .owl-carousel .item .item-description h3 {
    font-size: 16px;
    line-height: 100%;
  }

  .owl-carousel .item .item-description p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }

  .owl-carousel .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next {
    width: 20px;
    font-size: 20px;
  }

  .owl-carousel .owl-pagination {
    height: 25px;
  }

  .icon-theme.icon-theme-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .icon-theme {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon-theme.icon-theme-sm {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .icon-theme.icon-theme-xs {
    font-size: 10px;
  }

  .icon-demo .demo-icon-wrapper {
    padding: 0 10px;
  }

  .icon-demo .demo-icon-wrapper span {
    font-size: 12px;
  }

  .horizontal-form label {
    margin-bottom: 10px;
  }

  input:not([type=file], [type=checkbox], [type=radio]), .form-select {
    height: 30px;
  }

  form .form-group.form-group-lg input:not([type=file], [type=checkbox], [type=radio]), form .form-group.form-group-lg .form-select {
    height: 40px;
    font-size: 15px;
  }

  input:not([type=file], [type=checkbox], [type=radio]).form-control-lg, .form-select.form-control-lg {
    height: 40px;
    font-size: 15px;
  }

  form .form-group.form-group-sm input:not([type=file], [type=checkbox], [type=radio]), form .form-group.form-group-sm .form-select {
    height: 25px;
    font-size: 11px;
  }

  .input-group-text {
    height: 30px;
    line-height: 30px;
  }
}