/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/roboto-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"),
    url("../webfonts/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../webfonts/roboto-v18-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../webfonts/roboto-v18-latin-300.woff") format("woff"),
    /* Modern Browsers */
    url("../webfonts/roboto-v18-latin-300.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../webfonts/roboto-v18-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"),
    url("../webfonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../webfonts/roboto-v18-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../webfonts/roboto-v18-latin-regular.woff") format("woff"),
    /* Modern Browsers */
    url("../webfonts/roboto-v18-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../webfonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../webfonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../webfonts/roboto-v18-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../webfonts/roboto-v18-latin-700.woff") format("woff"),
    /* Modern Browsers */
    url("../webfonts/roboto-v18-latin-700.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../webfonts/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/roboto-v18-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("../webfonts/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../webfonts/roboto-v18-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../webfonts/roboto-v18-latin-500.woff") format("woff"),
    /* Modern Browsers */
    url("../webfonts/roboto-v18-latin-500.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../webfonts/roboto-v18-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}

body {
  font-family: "Roboto", sans-serif;
  background: #f0f0f7;
}

/* ---------------------------------------------------
    LOGIN PAGE
----------------------------------------------------- */
.body-login {}

.login-box {
  max-width: 375px;
  margin: 0 auto;
  margin-top: 3rem;
}

.logo {
  /* background: #593e6e; */
  background-image: linear-gradient(to bottom right, #436ad5, #436ad5);
  text-align: center;
  padding: 2rem 0;
  border-radius: 3px 3px 0 0;
}

.login-box .card-body {}

.login-box .card-footer {
  font-size: 0.8125rem;
  text-align: center;
  border-top-color: #eff0f1;
  background: #fff;
  color: #999;
}

.login-box .fa {
  font-size: 1rem;
  font-weight: 700;
}

.login-box .mdfroms .d-flex .form-group {
  margin-bottom: 0 !important;
}

.login-box .checkbox {
  padding-left: 0.625rem;
}

.login-box a,
.table td a,
.timeline-event a,
.link-user {
  color: #0b83c1;
  font-size: 0.875rem;
}

.login-box a:hover,
.table td a:hover,
.timeline-event a:hover,
.link-user:hover {
  color: #0069d9;
}

.login-box .legal {
  position: relative;
  text-align: center;
  width: 100%;
  color: #999;
}

.login-box .error {
  padding-left: 3rem;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5em;
}

address {
  font-size: 0.9375rem;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-primary,
.btn-secondary,
.btn-info,
.btn-danger,
.btn-success,
.btn-warning {
  font-size: 0.8125rem;
  min-width: 100px;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-success:hover,
.btn-success:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}

.main-navbar .nav-item .btn-small {
  font-size: 0.625rem;
  text-transform: uppercase;
  margin: 0.875rem 0.875rem 0 0;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 0.25rem 0;
  font-size: 0.8125rem;
}

.card .card-inside-title,
.modal-inside-title {
  margin-top: 0.5rem;
  margin-bottom: 0.9375rem;
  display: block;
  font-size: 0.9375rem;
  color: #000;
}

.legal {
  position: absolute;
  color: #fff;
  bottom: 0px;
  width: 260px;
  font-size: 0.8125rem;
}

.copyright {
  padding: 15px 20px;
}

.version {
  padding: 5px 20px 15px 20px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  align-items: stretch;
  transition: all 0.3s;
}

.sidebar-icon-only .legal {
  display: none;
}

.sidebar-header {
  padding-top: 20px;
  height: 170px;
  max-height: 170px;
  text-align: center;
}

.loginLogo {
  width: 200px;
  height: 200px;
  margin-bottom: 0px;
}

.mainLogo {
  width: 150px;
  height: 150px;
  margin-bottom: 50px;
}

.smallLogo {
  width: 37px;
  display: none;
  margin: 0 auto;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

#sidebar {
  min-width: 260px;
  max-width: 260px;
  background: #436ad5;
  background: -webkit-linear-gradient(348deg, #436ad5 0%, #436ad5 50%);
  background: -moz-linear-gradient(348deg, #436ad5 0%, #436ad5 50%);
  background: linear-gradient(348deg, #436ad5 0%, #436ad5 50%);
  color: #fff;
  transition: all 0.3s;
  z-index: 1021;
  position: relative;
  /*box-shadow: 0 0.125rem 9.375rem rgba(90, 97, 105, .1), 0 0.25rem 0.5rem rgba(90, 97, 105, .12), 0 0.9375rem 1.375rem rgba(90, 97, 105, .1), 0 0.4375rem 2.1875rem rgba(165, 182, 201, .1);*/
  overflow: hidden;
}

.sidebar-icon-only #sidebar {
  overflow: visible;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

#sidebar.active .sidebar-header .mainLogo {
  display: none;
}

#sidebar.active .sidebar-header .smallLogo {
  display: block;
}

#sidebar .sidebar-header {
  text-align: center;
}

#sidebar .sidebar-header strong {
  display: none;
}

#sidebar .nav {
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column;
}

#sidebar .nav .nav-item .collapse {
  z-index: 999;
}

#sidebar .nav .nav-item .collapse.show,
#sidebar .nav .nav-item .collapsing {
  background: trasnparent;
}

#sidebar .nav .nav-item .nav-link {
  align-items: center;
  display: flex;
  padding: 15px 35px 15px 57px;
  white-space: nowrap;
  color: #fff;
}

#sidebar .nav .nav-item .nav-link i.menu-arrow {
  margin-left: auto;
  margin-right: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#sidebar .nav .nav-item .nav-link i.menu-arrow:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.875rem;
  line-height: 1;
  font-style: normal;
  vertical-align: middle;
  color: #7a7dcc;
}

#sidebar .nav .nav-item .nav-link[aria-expanded="true"] {
  background: transparent;
  color: #fff;
}

#sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar .nav .nav-item.active .nav-link i.menu-arrow:before,
#sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow:before {
  color: #d6bcf0;
}

#sidebar .nav .nav-item .nav-link .menu-icon {
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 1.3125rem;
  font-weight: 300;
  color: #ffffff;
  width: 2rem;
  display: none;
}

.sidebar-icon-only #sidebar .nav .nav-item .nav-link .menu-icon {
  display: inline-block;
}

#sidebar .nav .nav-item:hover .nav-link .menu-icon {
  color: #ffffff;
}

#sidebar .nav .nav-item .nav-link .menu-title {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
}

#sidebar .nav-item {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.sidebar-icon-only #sidebar .nav-item {
  overflow: visible;
}

#sidebar .nav-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#sidebar .nav-item a:hover,
#sidebar .nav-item a:focus,
#sidebar .nav-item a:active {
  color: #fff;
}

#sidebar .nav-item a:hover:before,
#sidebar .nav-item a:focus:before,
#sidebar .nav-item a:active:before {
  left: 0;
}

#sidebar .nav .nav-item:hover .menu-title {
  color: #fff;
}

#sidebar .nav .nav-item:hover .menu-title {
  color: #fff;
}

#sidebar .nav .nav-item.active {
  /*background: linear-gradient(to top, #f7eefe, #FFFFFF);*/
  background: #436ad5;
}

#sidebar .nav .nav-item.active>.nav-link {
  color: #436ad5;
}

#sidebar .nav .nav-item.active>.nav-link .menu-icon {
  color: #fff;
}

#sidebar .nav .nav-item.nav-profile {
  padding-bottom: 20px;
}

#sidebar .nav .nav-item.nav-profile img {
  border-radius: 100%;
  margin: 20px auto 20px auto;
  width: 100%;
  max-width: 82px;
  display: block;
}

#sidebar .nav .nav-item.nav-profile p {
  color: #ffffff;
}

#sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-profile)>.nav-link {
  background: transparent;
}

#sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-profile)>.nav-link .menu-icon {}

#sidebar .nav:not(.sub-menu)>.nav-item.active:not(.nav-profile)>.nav-link .menu-title,
#sidebar .nav:not(.sub-menu)>.nav-item.active:hover:not(.nav-profile)>.nav-link .menu-title,
#sidebar .nav:not(.sub-menu)>.nav-item.active:hover:not(.nav-profile)>.nav-link .menu-icon {
  color: #fff;
}

#sidebar .nav.sub-menu {
  margin-bottom: 0;
  padding: 0 0 1rem 3.5rem;
}

#sidebar .nav.sub-menu .nav-item .nav-link {
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1;
  height: auto;
}

#sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #fff;
  background: transparent;
}

#sidebar .nav.sub-menu .nav-item .nav-link.active:before {
  background: #ffffff;
}

#sidebar .nav.sub-menu .nav-item:hover>.nav-link {
  background: initial;
  color: #b2d234;
  /* background-color: rgba(255,255,255, 0.05)!important;*/
  text-decoration: underline !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.page-content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  transition: all 0.3s;
  position: relative;
}

.page-content .container-fluid {
  padding: 20px 30px;
}

.block-header {
  margin-bottom: 1rem;
}

.block-header h2 {
  margin: 0 !important;
  color: #555 !important;
  font-weight: 500;
  font-size: 1.5rem;
}

.sidebar-icon-only .navbar .navbar-brand-wrapper {
  width: 70px;
}

.sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
  display: none;
}

.sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
  display: -webkit-flex;
  display: flex;
}

.sidebar-icon-only #sidebar {
  width: 80px;
}

.sidebar-icon-only #sidebar .nav {
  overflow: visible;
}

.sidebar-icon-only #sidebar .nav .nav-item {
  position: relative;
}

.sidebar-icon-only #sidebar .nav .nav-item .nav-link {
  display: block;
  text-align: center;
  padding: 14px 0;
}

.sidebar-icon-only #sidebar .nav .nav-item .nav-link .menu-title {
  display: none;
}

.sidebar-icon-only #sidebar .nav .nav-item .nav-link .badge {
  position: absolute;
  right: 10px;
  top: 3px;
}

.sidebar-icon-only #sidebar .nav .nav-item .nav-link i.menu-icon {
  margin-right: 0;
}

.sidebar-icon-only #sidebar .nav .nav-item .nav-link i.menu-arrow {
  display: none;
}

.sidebar-icon-only #sidebar .nav .nav-item.nav-profile,
.sidebar-icon-only #sidebar .nav .nav-item .sidebar-sticker {
  display: none;
}

.sidebar-icon-only #sidebar .nav .nav-item .collapse {
  display: none;
}

.sidebar-icon-only #sidebar .nav .nav-item.hover-open .nav-link .menu-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* background: #4a3262; */
  background: rgba(49, 54, 129, 0.95);
  color: #fff;
  padding: 0.5rem 1.25rem;
  left: 80px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 200px;
  z-index: 1;
  border-radius: 0px !important;
  height: 100%;
  color: #ffffff;
}

.sidebar-icon-only #sidebar .nav .nav-item.hover-open .nav-link .menu-title {
  left: 80px;
  text-align: left;
  color: #ffffff;
}

.sidebar-icon-only #sidebar .nav .nav-item.hover-open .nav-link .menu-title:after {
  display: none;
}

.sidebar-icon-only #sidebar .nav .nav-item.hover-open .nav-link[data-toggle="collapse"] .menu-title {
  border-bottom-right-radius: 0;
}

.sidebar-icon-only #sidebar .nav .nav-item.hover-open .collapse,
.sidebar-icon-only #sidebar .nav .nav-item.hover-open .collapsing {
  display: block;
  padding: 0.5rem 0;
  background: #46315d;
  color: #fff;
  position: absolute;
  top: 55px;
  left: 80px;
  width: 200px;
}

.sidebar-icon-only #sidebar .nav.sub-menu {
  padding: 0 !important;
}

.sidebar-icon-only #sidebar .nav.sub-menu .nav-item .nav-link {
  text-align: left;
  color: #fff;
  padding-left: 25px;
}

.sidebar-icon-only #sidebar .nav.sub-menu .nav-item .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

.sidebar-icon-only #sidebar .nav.sub-menu .nav-item:nth-child(5n + 1) .nav-link:before,
.sidebar-icon-only #sidebar .nav.sub-menu .nav-item:nth-child(5n + 2) .nav-link:before,
.sidebar-icon-only #sidebar .nav.sub-menu .nav-item:nth-child(5n + 3) .nav-link:before,
.sidebar-icon-only #sidebar .nav.sub-menu .nav-item:nth-child(5n + 4) .nav-link:before,
.sidebar-icon-only #sidebar .nav.sub-menu .nav-item:nth-child(5n + 5) .nav-link:before {
  background: #ffffff;
}

/***** Main NavBar *****/
.main-navbar .navbar {
  height: 3.75rem;
}

.main-navbar .navbar>* {
  display: -ms-flexbox;
  display: flex;
}

.main-navbar .navbar .nav-link {
  min-width: 3.75rem;
}

.main-navbar .navbar .notifications {
  position: relative;
}

.nav-link-icon__wrapper .fa {
  font-weight: 400;
  font-size: 1.125rem;
}

#sidebarCollapse {
  width: 60px !important;
}

.btn.focus,
.btn:focus,
.page-link.focus,
.page-link:focus,
th.focus,
th:focus {
  box-shadow: none !important;
}

.main-navbar .navbar .notifications .badge {
  position: absolute;
  padding: 0.25rem 0.375rem;
  font-size: 0.5rem;
  left: 50%;
  top: 15%;
}

.main-navbar .navbar .dropdown-menu,
.settings-menu {
  padding: 0;
  min-width: 270px;
  border: 0 !important;
  left: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.dropdown-menu.fade {
  display: block;
  opacity: 0;
  pointer-events: none;
}

.show>.dropdown-menu.fade {
  pointer-events: auto;
  opacity: 1;
}

.main-navbar .dropdown-menu.user-menu,
.settings-menu {
  min-width: 170px !important;
}

.main-navbar .dropdown-menu .divider {
  margin: 5px 0;
}

.main-navbar .dropdown-menu .header {
  font-size: 0.8125rem;
  font-weight: bold;
  min-width: 270px;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 4px 0 6px 0;
}

.main-navbar .dropdown-menu ul.menu {
  padding-left: 0;
  list-style: none;
}

.main-navbar .dropdown-menu ul.menu .icon-circle {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 4px;
}

.main-navbar .dropdown-menu ul.menu .icon-circle i {
  font-size: 1.125rem;
  line-height: 36px;
}

.main-navbar .dropdown-menu ul.menu li {
  border-bottom: 1px solid #eee;
}

.main-navbar .dropdown-menu ul.menu li:last-child {
  border-bottom: none;
}

.main-navbar .dropdown-menu a,
.main-navbar .dropdown-menu ul.menu li a {
  padding: 7px 11px;
  text-decoration: none;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.user-menu {
  width: 100% !important;
  min-width: 100% !important;
}

.settings-menu {
  margin-top: 10px;
}

.user-menu a,
.settings-menu a {
  padding: 10px 20px !important;
  font-size: 0.875rem;
}

.user-menu a .fa,
.settings-menu a .fa {
  font-weight: 400;
  margin-right: 10px;
  color: #a3a3a4;
}

.main-navbar .dropdown-menu a:hover,
.main-navbar .dropdown-menu ul.menu li a:hover {
  background-color: #f1f1f1;
}

.main-navbar .dropdown-divider {
  margin: 0px;
}

.main-navbar .dropdown-menu ul.menu .menu-info {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 5px;
}

.main-navbar .dropdown-menu ul.menu .menu-info h4 {
  margin: 0;
  font-size: 0.8125rem;
  color: #333;
}

.main-navbar .dropdown-menu ul.menu .menu-info p {
  margin: 4px 0 0 0;
  font-size: 0.6875rem;
  color: #aaa;
}

.main-navbar .dropdown-menu ul.menu .menu-info p .fa {
  font-size: 0.75rem;
  color: #aaa;
  position: relative;
  font-weight: 400;
}

.dropdown-menu .footer {}

.dropdown-menu .footer a {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 11px 0;
  font-size: 0.75rem;
}

.dropdown-menu .footer a:hover {
  background-color: transparent;
}

.main-navbar .navbar .user-avatar {
  max-width: 2.5rem;
}

.media .user-avatar {
  max-width: 2.125rem;
}

.consultant-list.account-info .user-avatar {
  max-width: 9.375rem !important;
}

.right-column .media .user-avatar {
  max-width: 8rem !important;
}

.consultant-list .user-avatar {
  max-width: 6rem !important;
}

.consultant-list.account-info .user-avatar {
  max-width: 9.375rem !important;
}

.main-navbar .navbar .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.main-navbar .navbar .nav-link-icon i,
.main-navbar .navbar .nav-link {
  line-height: 2.5rem;
}

.main-content .header-navbar,
.main-content>.main-navbar {
  box-shadow: 0 0.125rem 0.625rem rgba(90, 97, 105, 0.12);
}

.is-user {
  font-size: 0.875rem;
}

.is-user .fa-chevron-down {
  margin-left: 10px;
  font-size: 0.875em;
}

.main-navbar__search .in.put-group-prepend .input-group-text,
.main-sidebar__search .input-group-prepend .input-group-text {
  font-size: 0.825rem;
  padding: 0.75rem 1.0625rem;
}

.main-navbar__search .fa {
  color: #a3a3a4;
}

.main-navbar__search input.form-control,
.main-sidebar__search input.form-control {
  border: none;
  font-size: 0.875rem;
  border-radius: 0;
}

.main-navbar__search input.form-control:focus,
.main-navbar__search input.form-control:hover,
.main-sidebar__search input.form-control:focus,
.main-sidebar__search input.form-control:hover {
  box-shadow: none;
}

.navbar-search {
  height: 60px;
  padding: 0.4375rem 0.75rem 0.4375rem 2.5rem !important;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e1e5eb;
  font-weight: 400;
  will-change: border-color, box-shadow;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06),
    border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}

.input-group.input-group-seamless>.form-control {
  border-radius: 0.25rem;
  align-items: stretch;
}

.input-group-seamless .is-empty,
.input-group-seamless .is-focused {
  width: 100% !important;
}

.input-group.input-group-seamless>.input-group-append,
.input-group.input-group-seamless>.input-group-prepend {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.input-group.input-group-seamless>.input-group-append .input-group-text,
.input-group.input-group-seamless>.input-group-prepend .input-group-text {
  padding: 0.75rem 0.625rem;
  background: 0 0;
  border: none;
}

.input-group.input-group-seamless>.input-group-append {
  right: 0;
}

.input-group.input-group-seamless>.input-group-middle {
  right: 0;
  left: 0;
}

.input-group.input-group-seamless>.input-group-prepend {
  left: 0;
}

/* ---------------------------------------------------
    Card
----------------------------------------------------- */
.card,
.timepicker,
.popover,
.alert-top {
  border: none;
  box-shadow: 0 0.46875rem 1.1875rem rgba(90, 97, 105, 0.04),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.03),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.08),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.08);
  border-radius: 3px;
}

.popover {
  max-width: 20rem;
}

.card-header {
  background: none;
  border-bottom-color: #eff0f1;
  padding: 0.75rem 1.5rem;
}

.card-header h2 {
  margin: 0.375rem 0;
  font-size: 1rem;
}

.card-body {
  padding: 1.25rem 1.5rem;
}

.card-body .table {
  font-size: 0.875rem;
}

.card-body .table td .btn-sm,
.wrap-table .btn-sm,
.profile-action .btn-sm {
  min-width: 30px;
  max-width: 30px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.card-body .table td .btn-sm,
.wrap-table .btn-sm,
.action-buttons .btn-sm {
  min-width: 30px;
  max-width: 30px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.profile-links {
  margin: 1rem 0 0 0;
}

.profile-links .btn-sm {
  border-radius: 25px;
  height: 40px;
  width: 40px;
  min-width: 30px !important;
  font-weight: 400;
  padding: 0;
  font-size: 1.125rem !important;
}

.form-right-column .btn-sm {
  min-width: 30px;
  max-width: 30px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.btns {
  padding: 0.5rem !important;
}

.card-body .list-details,
.card-body .list-details-horizontal {
  font-size: 0.875rem;
}

.list-details,
.list-details-horizontal {
  margin: 0;
  padding: 0;
}

.list-details li {
  list-style: none;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e6e6e6;
}

.list-details li:first-child {
  padding-top: 0;
}

.list-details li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.list-details-horizontal li {
  display: inline-block;
  list-style: none;
  padding: 0;
}

.list-details .title,
.list-details-horizontal .title {
  color: #888;
}

.list-details .content,
.list-details-horizontal .content {
  color: #000;
  font-weight: 700;
}

.tabs .nav-item {
  padding: 0 1rem 0 0;
}

.tabs .nav-item:last-child {
  padding: 0;
}

.tabs .nav-link {
  font-size: 0.875rem;
  border-radius: 20px;
  color: #555;
}

.tabs .nav-link .fa {
  font-weight: 400;
  margin-right: 0.5rem;
}

.tabs .nav-link.active {
  background: #2262cb;
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.32),
    0 4px 23px 0px rgba(153, 153, 153, 0.12),
    0 8px 10px -5px rgba(153, 153, 153, 0.2);
}

.row .card {
  margin-bottom: 30px;
}

.nav-tabs {
  border-bottom: 2px solid #eee;
}

.nav-tabs .tab-content {
  padding: 0.5rem 0;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
  font-size: 0.875rem;
  color: #999;
}

.nav-tabs .nav-link {
  border-width: 0 0 2px 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #fff #fff #eee #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom-color: #007bff;
  color: #000;
}

.progress-wrapper {
  position: relative;
  color: #555;
  margin-bottom: 0.8125rem;
}

.progress-wrapper .progress-label {
  font-size: 0.875rem;
  font-weight: 500;
}

.progress-wrapper .progress-value {
  position: absolute;
  top: 6px;
  right: 0;
  color: #5a6169;
  font-size: 0.875rem;
}

.progress {
  height: 2rem;
  font-size: 2rem;
  line-height: 2rem;
  background-color: #f5f5f6;
  margin-top: 3px;
  border-radius: 1.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(90, 97, 105, 0.15);
}

.progress-sm {
  height: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  background-color: #f5f5f6;
  margin-top: 3px;
  border-radius: 0.75rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(90, 97, 105, 0.15);
}

.progress-bar {
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-sm-bar {
  height: 1rem;
  line-height: 0.5rem;
  color: #fff;
  background-color: #007bff;
  border-radius: 0.75rem;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(to bottom right, #436ad5, #436ad5);
  background-size: 0.625rem 0.625rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.current-status {
  font-size: 1rem;
}

.alert {
  border-radius: 2px;
  font-size: 0.875rem;
}

.alert h2 {
  font-size: 1rem !important;
}

.alert p:last-child {
  margin-bottom: 0px;
}

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

.typeahead {
  width: 98%;
}

.typeahead li {
  font-size: 0.875rem;
}

.table a span.fa {
  color: #999;
  display: inline-block;
  padding-right: 0.25rem;
}

.filter-table {
  margin-top: -0.5rem;
}

.filter-table label {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #555;
  font-weight: 400;
  margin-top: 0.5rem;
  text-align: right;
}

/* Full Calendar*/
.fc-bootstrap4 {
  border: none;
  box-shadow: 0 0.46875rem 1.1875rem rgba(90, 97, 105, 0.04),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.03),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.08),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.08);
  border-radius: 3px;
  padding: 1.25rem 1.5rem;
  background: #fff;
  margin-bottom: 1rem;
}

.flex_item_left .fc-bootstrap4 {
  border: none;
  border-radius: 3px 0 0 3px;
  box-shadow: none !important;
  padding: 1.25rem 1.5rem;
  background: #fff;
  margin-bottom: 0 !important;
}

.fc-header-toolbar h2 {
  font-size: 1.25rem;
}

.fc-header-toolbar .btn {
  font-size: 0.8125rem;
  min-height: 1.875rem !important;
}

.fc-header-toolbar .fc-prev-button,
.fc-header-toolbar .fc-next-button {
  min-width: 50px;
  border-radius: 2px !important;
  font-size: 0.875rem !important;
}

.fc-header-toolbar .fc-next-button {
  margin-left: 0.75rem !important;
}

.fc-today.alert-info {
  background: #faf3e3;
}

.fc-day-header,
.fc-day-number {
  font-size: 0.875rem;
}

.fc-event {
  border-radius: 0px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}



/* Container around content */
.timeline-event {
  padding: 0 20px 0 10px;
  position: relative;
  background-color: inherit;
  width: 100%;
  font-size: 0.875rem;
}

.timeline-event .card {
  margin-bottom: 1rem !important;
}

.timeline-event h3 {
  font-size: 1.125rem;
  margin-bottom: 0.9125rem;
}

/* The circles on the timeline */
.timeline-event::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #999;
  border-width: 3px;
  border-style: solid;
  top: 9px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 0 6px white;
}

.event-task::after {
  border-color: #fd397a !important;
}

.event-task.task-red::after {
  border-color: #ef434e !important;
}

.event-task.task-warning::after {
  border-color: #d9b341 !important;
}

.event-task.task-active::after {
  border-color: #007bff !important;
}

.event-task.task-new::after {
  border-color: #343a40 !important;
}

.event-message::after {
  border-color: #366cf3 !important;
}

.timeline-event h4 {
  font-size: 1.125rem;
}

.timeline-event p {
  margin: 0.125rem 0 !important;
}

.timeline-event .action-user {
  color: #888;
}

.timeline h2 {
  font-size: 1.25rem;
  margin: 0.5rem 0;
}

/* Place the container to the right */
.right {
  left: 20px;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

.block-header .btn.btn-list {
  width: auto !important;
  min-width: auto !important;
  font-size: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-align: right;
}

.card-header .btn.btn-list {
  width: auto !important;
  font-size: 0.6875rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-align: right;
  margin-right: -10px;
  text-transform: uppercase;
}

.btn.btn-list .fa {
  font-size: 1rem;
  margin-left: 0.5rem;
  float: right;
}

.list-menu {
  padding: 0;
  min-width: 160px;
  border: 0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

.list-menu .list-group {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.list-menu .list-group-item {
  padding: 0.6875rem 1.125rem;
}

.task {
  border-width: 0 0 0 0.75rem;
  border-style: solid;
  border-color: #fff;
}

.task-red {
  border-color: #ef434e;
}

.task-red .time-end {
  color: #ef434e;
}

.task-warning {
  border-color: #d9b341;
}

.task-warning .time-end {
  color: #aa871e;
}

.mt-n25 {
  margin-top: -0.75rem !important;
}

.mt-n2 {
  margin-top: -0.1875rem !important;
}

.task .card-body {
  padding: 0.75rem 2.25rem;
  font-size: 0.875rem;
}

.task .card-header {
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  color: #666;
}

.task .card-footer {
  padding: 0.375rem 0;
  font-size: 0.875rem;
  color: #666;
}

.task .card-header {
  border-bottom: 1px dashed #ddd;
  margin: 0 1.5rem;
}

.task .card-footer {
  border-top: 1px dashed #ddd;
  margin: 0 1.5rem;
}

.views-comments .btn {
  width: auto !important;
  min-width: 50px;
}

.assigned-by {
  padding: 0.375rem 0.75rem;
}

.views-comments .fa,
.task .card-header .fa {
  margin-right: 0.3125rem !important;
}

.task .fa {
  font-weight: 400;
  color: #666666;
}

.task h2 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 400;
  margin: 0 0 0.3125rem 0;
}

.task h3 {
  font-size: 1rem;
  color: #555;
  font-weight: 400;
  margin: 0 0 0.125rem 0;
}

.task p {
  font-size: 0.9375rem;
  color: #000;
}

.task p:last-child {
  margin: 0 !important;
}

.wrap-comment .card-footer {
  border: 0 !important;
  padding-top: 0 !important;
}

.wrap-comment,
.log-time {
  border-bottom: 1px dashed #ddd;
}

.wrap-comment .card-body {
  padding-bottom: 0 !important;
  padding-top: 0.75rem;
}

.wrap-comment:last-child,
.log-time:last-child {
  border: 0 !important;
}

.wrap-comment p {
  line-height: 1.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem !important;
  font-size: 0.9375rem;
}

.gj-button-md {
  display: inline-block;
  font-weight: 400;
  color: #212529 !important;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-shadow: none !important;
}

.btn-white,
.gj-button-md,
.btn-light {
  font-size: 0.8125rem;
  min-width: 100px;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: none;
  font-weight: 500;
  position: relative;
}

.btn-white:hover,
.gj-button-md:hover {
  background-color: #ddd;
  box-shadow: none;
}

.btn-warning {
  color: #fff !important;
  background-color: #cdaf41;
  border-color: #cdaf41;
}

.btn-warning:hover {
  color: #fff !important;
  background-color: #b09328;
  border-color: #b09328;
}

.card-footer {
  background-color: transparent;
  border: 0;
}

.btns-action .btn {
  position: relative;
  margin-left: 0.25rem;
  font-weight: 500;
}

.btns-action .btn .fa {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  float: left;
  margin: 1px 0.5rem 0 0;
}

.alert .fa {
  color: #fff;
  font-weight: 900;
  margin: 0;
}

.has-btn {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  border: 0 !important;
  margin: 0.5rem 0 !important;
  background: rgb(204, 229, 255, 0.5);
}

.has-btn .btn {
  opacity: 1;
  min-width: 30px;
  max-width: 30px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.has-btn .btn:disabled {
  opacity: 0.5;
}

.log-time .card-body {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.log-time h2 {
  font-size: 1.125rem !important;
  margin-top: 0.3125rem;
}

.post-comment {
  border-top: 1px solid #eee;
  padding: 0.5rem 0.75rem 0.25rem 0.75rem;
}

.timeline-event .post-comment {
  border: none !important;
  margin: 0.5rem 0;
  padding: 0 !important;
}

.timeline-event .post-comment-text {
  background: #f7f7f7 !important;
  border-radius: 3px !important;
}

.wrap-timeline-event {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 3px;
}

.column-icon {
  flex-direction: row;
  width: 22px;
  min-width: 22px;
}

.column-icon i {
  font-weight: 400 !important;
}

.column-icon .fa-paperclip {
  margin-top: 0.6125rem;
}

.column-text {
  flex-direction: row;
}

.post-comment-text {
  overflow: hidden;
  display: block;
  margin-bottom: 0 !important;
  border: 0 !important;
  background-size: 0 0 !important;
}

.post-comment .form-group {
  margin-bottom: 0.75rem !important;
}

.send-icon {
  /*position: absolute;
    right: 0px;
    bottom:1.5px;*/
  font-size: 1rem;
  width: auto !important;
  min-width: 50px;
  padding: 0.125rem 0.25rem !important;
}

.send-icon .fa {
  font-weight: 700 !important;
}

/* Modals ====================================== */
.modal .modal-header {
  border: none;
  padding: 1rem 1.5rem 0.25px 1.5rem;
}

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

.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31) !important;
  border: none;
}

.modal .modal-content .modal-body {
  color: #777;
  padding: 1rem 1.5rem;
}

.modal .modal-footer {
  border: none;
}

.media-heading {
  font-size: 0.875rem;
  margin: 2px 0 3px 0;
}

.media-body {}

.task-details .title,
.c-rate-title {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
}

.info-box-2 .c-rate-title {
  color: #fff !important;
  margin-top: 0.3125rem;
}

.task-details .content,
.c-rate-content {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
}

.consultant-info .c-rate:last-child .c-rate-content {
  margin-bottom: 0.375rem !important;
}

.view-mode .row {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0 !important;
}

.view-mode .title {
  margin-top: 0.75rem !important;
}

.view-mode .content {
  margin-bottom: 0.5rem;
  line-height: 1.4rem !important;
}

.content .fa-info-circle {
  font-weight: 600;
}

.t-m-title {
  font-size: 1.25rem !important;
}

.task-status {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.task-status .badge {
  font-size: 0.875rem !important;
  font-weight: 300;
}

.left-column {
  flex-direction: row;
}

.right-column {
  flex-direction: row;
  width: 350px;
  min-width: 350px;
}

.form-left-column {
  flex-direction: row;
}

.form-right-column {
  flex-direction: row;
  width: 40px;
  min-width: 40px;
  padding-left: 10px;
}

.consultant-info {
  margin-left: 1rem;
  margin-top: 1.35rem;
}

.right-column .consultant-info {
  margin-top: 1.8125rem;
}

.consultant-list .consultant-info {
  margin-top: 0.3125rem;
}

.consultant-list.account-info .consultant-info {
  margin-top: 0.5rem !important;
}

.pull-up .consultant-info {
  margin-top: 0 !important;
}

.consultant-info h4 {
  font-size: 1.25rem;
  font-weight: 400;
}

.consultant-list h4 {
  font-size: 1rem;
  font-weight: 400;
}

.consultant-info .h-rate {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.consultant-list .h-rate {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.25rem;
}

.consultant-info .c-rate {
  font-size: 1rem;
  color: #666;
}

.consultant-list {
  border-radius: 0 !important;
}

.consultant-list a {
  border-radius: 0 !important;
  border-left: 0px;
  border-right: 0px;
}

.consultant-list a:first-child,
.consultant-list .list-group-item:first-child {
  border-top: 0 !important;
}

.form-group .gj-icon {
  font-family: "Font Awesome 5 Pro" !important;
}

.form-group .gj-icon.clock:before {
  content: "\f017";
  font-size: 1rem;
}

.tox-tinymce {
  border: 0 !important;
  border-radius: 3px;
}

.tox-edit-area {
  border-radius: 0 0 3px 3px;
  border-top-color: #eff0f1 !important;
}

.tox .tox-toolbar__group:not(:last-of-type) {
  border-right-color: #eff0f1 !important;
}

.dropzone {
  border: 0 !important;
  border-radius: 0 0 3px 3px;
  font-family: "Roboto";
  font-weight: 300;
}

.consultant-info .badge {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 300;
}

.is-contact {
  font-size: 0.875rem !important;
}

.main-left-column {
  flex-direction: row;
  margin: 0 15px;
}

.main-right-column {
  flex-direction: row;
  width: 375px;
  min-width: 375px;
  margin: 0 15px;
}

.time-stamp {
  font-size: 0.875rem;
  color: #212529;
}

.time-stamp i {
  font-weight: 400;
}

.tab-pane .dropzone,
.wrap-files .dropzone {
  min-height: 2rem !important;
  padding: 0;
}

.wrap-table {
  padding: 0.25rem 0;
}

.task .wrap-table .fa {
  color: #fff;
}

.wrap-files {}

.wrap-files .dz-default {}

/* Infobox ===================================== */
.info-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 3px;
}

.mixed-boxes .info-box .icon {
  float: left;
}

.info-box-2 {
  min-height: 83px !important;
  height: auto !important;
}

.mixed-boxes .info-box .c-rate-title {
  color: #fff !important;
  margin-top: 0.3125rem;
}

.v-title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  font-size: 0.6125rem;
  float: left;
  margin: 7.5px 3px 0 -2px;
}

.info-box .icon {
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.12);
  width: 60px;
  min-width: 60px;
}

.info-box .icon i {
  color: #fff;
  font-size: 2rem;
  line-height: 80px;
}

.info-box .content {
  display: inline-block;
  padding: 2px 10px;
}

.info-box .content .text {
  font-size: 13px;
  margin-top: 11px;
  color: #555;
  line-height: 1rem;
  height: 30px;
  padding: 5px 0 0 0;
  display: table-cell;
  vertical-align: bottom !important;
}

.info-box.info-box-2 .text {
  font-size: 13px;
  margin-top: 11px;
  color: #fff;
  line-height: 1rem;
  height: 30px;
  padding: 5px 15px 0 15px;
  display: table-cell;
  vertical-align: bottom !important;
}

.info-box .content .number {
  font-weight: normal;
  font-size: 26px;
  margin-top: 0px;
  color: #555;
}

.info-box.hover-zoom-effect .icon {
  overflow: hidden;
}

.info-box.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-box.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4);
}

.info-box.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 60px;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s;
}

.info-box.hover-expand-effect:hover:after {
  width: 100%;
}

.bg-red {
  background-color: #f44336 !important;
  color: #fff;
}

.bg-red .content .text,
.bg-red .content .number {
  color: #fff !important;
}

.bg-pink {
  background-color: #e91e63 !important;
  color: #fff;
}

.bg-pink .content .text,
.bg-pink .content .number {
  color: #fff !important;
}

.bg-purple {
  background-color: #9c27b0 !important;
  color: #fff;
}

.bg-purple .content .text,
.bg-purple .content .number {
  color: #fff !important;
}

.bg-deep-purple {
  background-color: #673ab7 !important;
  color: #fff;
}

.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
  color: #fff !important;
}

.bg-indigo {
  background-color: #3f51b5 !important;
  color: #fff;
}

.bg-indigo .content .text,
.bg-indigo .content .number {
  color: #fff !important;
}

.bg-blue {
  background-color: #2196f3 !important;
  color: #fff;
}

.bg-blue .content .text,
.bg-blue .content .number {
  color: #fff !important;
}

.bg-light-blue {
  background-color: #03a9f4 !important;
  color: #fff;
}

.bg-light-blue .content .text,
.bg-light-blue .content .number {
  color: #fff !important;
}

.bg-cyan {
  background-color: #00bcd4 !important;
  color: #fff;
}

.bg-cyan .content .text,
.bg-cyan .content .number {
  color: #fff !important;
}

.bg-teal {
  background-color: #009688 !important;
  color: #fff;
}

.bg-teal .content .text,
.bg-teal .content .number {
  color: #fff !important;
}

.bg-green {
  background-color: #4caf50 !important;
  color: #fff;
}

.bg-green .content .text,
.bg-green .content .number {
  color: #fff !important;
}

.bg-light-green {
  background-color: #8bc34a !important;
  color: #fff;
}

.bg-light-green .content .text,
.bg-light-green .content .number {
  color: #fff !important;
}

.bg-lime {
  background-color: #cddc39 !important;
  color: #fff;
}

.bg-lime .content .text,
.bg-lime .content .number {
  color: #fff !important;
}

.bg-yellow {
  background-color: #ffe821 !important;
  color: #fff;
}

.bg-yellow .content .text,
.bg-yellow .content .number {
  color: #fff !important;
}

.bg-amber {
  background-color: #ffc107 !important;
  color: #fff;
}

.bg-amber .content .text,
.bg-amber .content .number {
  color: #fff !important;
}

.bg-orange {
  background-color: #ff9800 !important;
  color: #fff;
}

.bg-orange .content .text,
.bg-orange .content .number {
  color: #fff !important;
}

.bg-deep-orange {
  background-color: #ff5722 !important;
  color: #fff;
}

.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
  color: #fff !important;
}

.bg-brown {
  background-color: #795548 !important;
  color: #fff;
}

.bg-brown .content .text,
.bg-brown .content .number {
  color: #fff !important;
}

.bg-grey {
  background-color: #9e9e9e !important;
  color: #fff;
}

.bg-grey .content .text,
.bg-grey .content .number {
  color: #fff !important;
}

.bg-blue-grey {
  background-color: #607d8b !important;
  color: #fff;
}

.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
  color: #fff !important;
}

.bg-black {
  background-color: #000000 !important;
  color: #fff;
}

.bg-black .content .text,
.bg-black .content .number {
  color: #fff !important;
}

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

.bg-white .content .text,
.bg-white .content .number {
  color: #fff !important;
}

.bg-legal {
  background-color: transparent !important;
}

.pull-up {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pull-up:hover {
  z-index: 999;
  /*-webkit-transform: translateY(-4px) scale(1.02);
	-moz-transform: translateY(-4px) scale(1.02);
	-ms-transform: translateY(-4px) scale(1.02);
	-o-transform: translateY(-4px) scale(1.02);
	transform: translateY(-4px) scale(1.02);*/
  -webkit-box-shadow: 0 0 0 6px rgba(90, 97, 105, 0.15);
  box-shadow: 0 0 0 6px rgba(90, 97, 105, 0.15);
}

.list-group-item {
  border-color: #eff0f1;
  border: 1px 0 1px 0;
  cursor: pointer;
}

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

.fs-2 {
  font-size: 1.25rem !important;
}

.fs-2 .fa {
  font-size: 1.25rem !important;
}

.list-group-item:hover.pull-up {
  background: #fff !important;
  border-color: #fff !important;
}

.profile-right-column {
  flex-direction: row;
  width: 180px;
  min-width: 180px;
}

.profile-left-column {
  flex-direction: row;
}

.card-footer .pagination {
  margin: 0 !important;
}

.card-footer .page-link {
  border: none !important;
  border-radius: 2px !important;
  color: #212529;
  font-weight: 500;
  font-size: 0.8125rem !important;
  margin: 0 0.125rem !important;
}

.card-footer .page-link:hover {
  border: none !important;
}

.pull-up .profile-action {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.pull-up:hover .profile-action {
  opacity: 1;
}

.tox-edit-area {
  padding: 0 0.5rem 0.5rem 0.5rem !important;
}

.avatar-upload {
  position: relative;
  max-width: 150px;
  margin: 0 0 0 30px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  width: 40px;
  min-width: 40px !important;
  height: 40px;
  border-radius: 100%;
}

.avatar-upload .avatar-edit input+label:hover {
  /* background: #f1f1f1;
  border-color: #d6d6d6;*/
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
  top: 10px;
  right: 12px;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.alert-light {
  margin: 0 !important;
  border-bottom: 1px solid #eee !important;
  border-radius: 0 !important;
  color: #495057;
  background: #fff !important;
}

.wrap-btns {
  min-width: 34px;
  max-width: 72px;
  width: auto;
}

.wrap-btn {
  min-width: 34px;
}

.wrap-languages {
  margin: 0.5rem 0 1.25rem 0;
}

.main-view .border-bottom {
  border-color: #eff0f1 !important;
}

.main-view .border-bottom .c-rate-content {
  margin-bottom: 0.5rem !important;
}

.popover .arrow::before {
  border: 0 !important;
}

.a-popover {
  display: block;
  padding: 0.3125rem 0.75rem;
  margin: 0 0 0.5rem 0;
  border: 0 !important;
}

.a-popover:last-child {
  margin-bottom: 0 !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .task-details {
    flex-direction: column !important;
  }

  .right-column {
    width: auto;
  }
}

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

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

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

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

.alert-top {
  background-color: #fff;
}

.user-avatar.timeline-event::after {
  width: 46px;
  height: 46px;
  content: " ";
  position: absolute;
  top: -5px;
  left: -31px;
  background-size: contain;
  border: 0px;
}

.pl-5 {
  padding-left: 2rem !important;
}

/*** USERS ***/
.fcImg .fc-title {
  display: none;
}

.fcImg img {
  float: left;
}

.available,
.notAvailable {
  border-radius: 50%;
  max-width: 2rem;
  margin: 3px;
}

.available {
  border: 3px solid green;
}

.notAvailable {
  border: 3px solid red;
}

.calEvent .bg-green,
.calEvent .bg-red {
  border-radius: 6px;
  margin: 3px;
  border: 0px;
  float: left;
  padding: 0.25rem 0.5rem;
}

.wrap-imgs {
  background: #fff;
  padding: 5px;
  border-radius: 3px;
}

.wrap-imgs img {
  max-width: 65px;
  float: left;
  border-radius: 50%;
  margin: 5px;
}

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

.is-red .tooltip-inner {
  background-color: #f44336 !important;
  padding: 3px !important;
  width: auto;
  min-width: 76px !important;
  max-width: 241px !important;
}

.is-red.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #f44336 !important;
}

.is-red.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #f44336 !important;
}

.is-red.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #f44336 !important;
}

.is-red.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #f44336 !important;
}

.is-green .tooltip-inner {
  background-color: #4caf50 !important;
  padding: 3px !important;
  width: auto;
  min-width: 76px !important;
  max-width: 241px !important;
}

.is-green.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #4caf50 !important;
}

.is-green.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #4caf50 !important;
}

.is-green.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #4caf50 !important;
}

.is-green.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #4caf50 !important;
}

.flex_container {
  display: flex;
  width: 100%;
}

.flex_item_right {
  width: 350px;
}

.flex_item_left {
  flex: 1;
}

.flex_item_right .card {
  border-radius: 0 3px 3px 0px;
}

.flex_item_right .consultant-list .user-avatar {
  max-width: 3.25rem !important;
}

.flex_item_right .consultant-list.list-group {
  max-height: 505px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.active .h-rate {
  color: #fff;
}

.card-height-100 {
  height: calc(100% - 30px) !important;
}

.card-height-50 {
  height: calc(50% - 30px) !important;
}

.info-height-30 {}

.card-transparent {
  background-color: transparent !important;
  box-shadow: none !important;
}

.main-navbar .navbar .notifications .dropdown-menu {
  margin-top: 0px !important;
  width: 300px !important;
}

.notifications .media-left .user-avatar {
  max-width: 2.5rem !important;
  margin-top: 0.3125rem;
}

.notifications .media-body,
.notifications .media-body h3,
.notifications .media-body h4 {
  font-size: 0.9375rem;
  line-height: 1.25rem !important;
}

.notifications .media-body h3 {
  font-weight: 300 !important;
  color: #000 !important;
  margin-bottom: 0.3125rem !important;
}

.notifications .media-body h4 {
  margin-bottom: 0.3125rem !important;
}

.notifications .media-body p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

/*** January 23 ***/
a.action-btn {
  border-radius: 3px;
  padding: 1.25rem;
  background: #fff;
  display: block;
  overflow: hidden;
  box-shadow: 0 0.46875rem 1.1875rem rgba(90, 97, 105, 0.04),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.03),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.08),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.08);
  margin-bottom: 1.875rem;
}

.action-btn:hover {
  background: #436ad5;
  color: #fff;
}

.action-btn .fa {
  font-size: 2rem;
  font-weight: 300;
  margin-right: 1.25rem;
}

.action-btn .far {
  font-size: 2rem;
  font-weight: 300;
  margin-right: 1.25rem;
}

.action-btn h2 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.action-btn p {
  margin-bottom: 0;
}

.task .nav-tabs .nav-item {
  font-size: 1rem;
}

.task .nav-tabs .nav-item .nav-link {
  padding: 1.125rem 1rem 1rem 1rem;
}

.task .nav-tabs .nav-item .nav-link .fa {
  margin-right: 0.5rem;
}

.wrap-tab-search {
  position: absolute;
  right: 20px;
  top: 16px;
  min-width: 250px;
}

.tab-search {
  position: relative;
}

.tab-search .form-control {
  padding: 0.4375rem 2.5rem 0.4375rem 0.75rem !important;
  font-size: 1rem !important;
}

.tab-search .btn {
  max-height: 34px !important;
  position: absolute;
  right: 0px;
  z-index: 2;
}

.tab-search::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1em !important;
  /* 1em -> input font-size * 1 -> 40px * 1 = 40px */
}

.tab-search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1em !important;
}

.tab-search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1em !important;
}

.tab-search:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1em !important;
}

.card-header .tabs .nav-link {
  border-radius: 3px !important;
  font-size: 1rem;
}

.matters-list .list-group-item {
  padding: 1rem 1.25rem;
}

.matters-list .list-group-item:first-child {
  border-radius: 0px !important;
}

.matters-list h4 {
  font-weight: 400 !important;
  color: #000 !important;
}

/******/
.badge-status {
  font-weight: 400;
  font-size: 0.75rem;
  display: block;
  margin: 0.0625rem 0 0 0.5rem;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border-radius: 0.125rem;
  letter-spacing: 0.1rem;
}

.badge-status i.fa {
  margin-right: 0.5rem;
  font-size: 0.8125rem !important;
}

.badge-status.bg-success,
.badge-status.bg-danger {
  color: #fff;
}

.row-title {
  margin: 2px 0 3px 0;
  font-size: 1.25rem !important;
}

.row-title span {
  float: left;
}

.row-sub-title {
  font-size: 1rem;
  padding-top: 0.25rem;
}

.btn-action-holder {
  position: absolute;
  right: 0.875rem;
  top: 0px;
}

.btn-actions {
  font-size: .6875rem;
  min-width: 90px !important;
  text-transform: uppercase;
  border-radius: .1875rem;
  box-shadow: none;
  font-weight: 400;
  letter-spacing: .05rem;
  padding: .25rem .5rem .1875rem .5rem !important;
  position: relative;
}

.list-actions {
  padding: 0;
  width: auto;
  min-width: 130px;
  border: 0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

.list-actions .list-group {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.list-actions .list-group-item {
  padding: 0.625rem 1rem;
  border-left: 0px;
  border-right: 0px;
}

.c-rate-content img {
  max-width: 3rem !important;
}

.has-action {
  text-align: right;
}

.grid-filter {
  margin: 0 0.5rem 1rem 1rem;
  padding: 0;
  border-radius: 3px;
}

.grid-filter .btn.btn-list {
  width: auto !important;
  min-width: auto !important;
  font-size: 0.875rem !important;
  padding: 0.25rem 0.6875rem !important;
  text-align: right;
  text-transform: capitalize;
  font-weight: 400;
  background: #dcecff;
  border: none;
  color: #555;
  border-radius: 0.1875rem;
  margin-right: 0.75rem;
}

.mdfroms .grid-filter .checkbox {}

.mdfroms .grid-filter .checkbox .checkbox-material .check {
  background: #fff;
  border-color: rgba(0, 64, 133, 0.3);
}

.ftp {
  padding-top: 1px;
}

.grid-filter .btn.btn-list:hover,
.grid-filter .btn.btn-list:focus,
.grid-filter .btn.btn-list.focus {
  background: #e2efff;
}

.grid-filter .list-option {
  color: rgba(0, 64, 133, 0.65);
  padding-right: 0.125rem;
}

.grid-filter label {
  font-size: 0.875rem !important;
  text-transform: capitalize;
  margin: 0.3125rem 0.5rem 0 0;
  color: #004085 !important;
}

.grid-filter .btn.btn-list .fa {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  font-weight: 400;
  color: rgba(0, 64, 133, 0.75);
}

.grid-filter .checkbox .checkbox-material {
  top: 1px;
}

.list-value {
  color: #004085;
  font-weight: 400;
}

.has-filter .list-group.matters-list {
  border-radius: 0px !important;
}

.has-filter .list-group.matters-list .list-matters {
  border-left: none;
  border-right: none;
}

.alert-tab {
  border: none;
  margin: 0 1rem 1rem 1rem;
}

.alert-tab .fa {
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #155724;
}

.alert-nav {
  margin: 0px;
}

.alert-success .fa {
  font-size: 1rem;
  margin: 0;
  color: #155724;
}

.alert-danger .fa {
  font-size: 1rem;
  margin: 0;
  color: #dc3545;
}

.alert-info .fa {
  font-size: 1rem;
  margin: 0;
  color: #17a2b8;
}

/* .fa {
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #155724;
} */

.fullPaid:hover {
  -webkit-box-shadow: 0 0 0 6px rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 6px rgba(40, 167, 69, 0.25);
}

.partPaid:hover {
  -webkit-box-shadow: 0 0 0 6px rgba(255, 193, 7, 0.3);
  box-shadow: 0 0 0 6px rgba(255, 193, 7, 0.3);
}

.notPaid:hover {
  -webkit-box-shadow: 0 0 0 6px rgba(220, 53, 69, 0.2);
  box-shadow: 0 0 0 6px rgba(220, 53, 69, 0.2);
}

.page-item {
  font-weight: 400;
}

#toastOverlay {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.toast {
  min-width: 400px;
  border: none;
}

.toast.fade {
  transition: opacity 0.5s linear !important;
}

.toast-header {
  border: none;
  padding: 0.5rem 0.5rem 0 0.75rem;
}

.toast-header h3 {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.25rem;
}

.toast-header img {
  max-width: 2.5rem !important;
}

.toast-body {
  background: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 3.75rem;
  padding-top: 0px;
}

.toast-header .close {
  font-weight: 300;
  position: absolute;
  top: 0.3125rem;
  right: 0.75rem;
}

.toast-header .close:focus,
.toast-header .close.focus {
  outline: none;
}

.right-column .media .user-avatar {
  max-width: 8rem !important;
}

.consultant-list .user-avatar {
  max-width: 6rem !important;
}

.members-list .user-avatar {
  max-width: 2.5rem !important;
}

.set-wh {
  max-width: 2.25rem;
  max-height: 2.25rem;
  margin-right: 0.75rem;
}

.consultant-list.account-info .user-avatar {
  max-width: 9.375rem !important;
}

.home-actions .fa {
  font-size: 1rem !important;
  margin-right: 0.25rem;
}

.home-actions .action-btn {
  margin-bottom: 1.25rem !important;
  text-align: left;
  padding-bottom: 0.5rem;
  padding-top: 0.75rem;
}

.home-actions h2 {
  font-size: 0.875rem !important;
  margin-bottom: 0.375rem;
}

.home-actions strong {
  font-size: 1.125rem !important;
}

.home-actions .btn {
  padding: 0.5625rem 0.5rem !important;
  font-size: 0.75rem;
}

.home-actions .btn .fa {
  font-size: 0.5rem;
}

.action-btn:hover .text-success,
.action-btn:hover .text-danger {
  color: #fff !important;
}

.c-rate-title i {
  font-size: 0.875rem;
  margin: 0 0.25rem;
}

.has-border {
  border-top: 1px solid #eff0f1 !important;
}

.tooltip-inner {
  max-width: 550px;
  /* If max-width does not work, try using width instead */
}

.btn-link i {
  font-size: 0.75rem;
}

.main-header.accordion-header .btn-link i {
  float: right;
  margin-top: 0.375rem;
}

.btn-link[aria-expanded="true"] i:before {
  content: "\f078";
}

.btn-link[aria-expanded="false"] i:before {
  content: "\f054";
}

.main-header .btn-link[aria-expanded="true"] i:before {
  content: "\f077";
}

.main-header .btn-link[aria-expanded="false"] i:before {
  content: "\f078";
}

.accordion-header {
  border-top: 1px solid #eff0f1;
}

.accordion-header span {
  font-size: 1rem;
  font-weight: 500;
}

.main-header {
  border: 0px;
}

.accordion-header .btn {
  width: 100%;
  text-align: left;
  padding: 0.625rem 1rem 0.625rem 1.5rem;
  color: #212529 !important;
  text-decoration: none !important;
}

.accordion-header .btn:hover {
  background-color: #f8f9fa;
  color: #212529 !important;
  text-decoration: none !important;
  transition: all 0.3s;
}

.accordion-header .btn i {
  width: 1.5rem;
}

.main-header.accordion-header .btn {
  padding: 0.9375rem 0.5rem 0.9375rem 1.5rem;
}

.accordion .accordion .accordion-header .btn {}

.accordion-panel {
  padding: 0.375rem 1rem 0.5rem 1rem;
  border-top: 1px solid #eff0f1;
}

.accordion .accordion .accordion-panel {
  padding: 0.375rem 1rem 0.5rem 1rem;
}

.accordion-panel ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}

.accordion-panel ul li {
  padding: 0.25rem 0;
  font-size: 0.9375rem;
}

.accordion-panel ul li .fa-li {
  font-size: 0.875rem;
  top: 4px;
}

.accordion-panel ul li a {
  color: #0b83c1;
}

.accordion-panel ul li a:hover {
  color: #0069d9;
}

.accordion-panel .alert.has-btn {
  line-height: 1.4;
}

.wrap-comment h2 {
  font-size: 1rem !important;
  margin: 0.3125rem 0 -0.125rem 1.375rem;
}

.add-pl {
  border-bottom: 1px solid #eff0f1;
}

.add-pl p {
  padding-left: 1.375rem;
}

.wrap-total {
  background: #fff3cd;
  padding: 0.5rem 0.75rem 0.75rem 1rem;
  border-radius: 0.1875rem;
  margin: 0 1rem 1rem 1rem;
  border: 2px solid rgba(133, 100, 4, 0.3);
}

.has-total {
  position: relative;
}

.has-total:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 11px);
  width: 0;
  height: 0;
  border-bottom: 11px solid #d8c89c;
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  opacity: 0;
}

.has-total:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -19px;
  left: calc(50% - 9px);
  width: 0;
  height: 0;
  border-bottom: 9px solid #fcf1d0;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  opacity: 0;
}

.active.has-total:before {
  opacity: 1;
}

.active.has-total:after {
  opacity: 1;
}

.wrap-total .c-rate-title {
  color: #856404;
  padding-top: 0.25rem;
}

.wrap-total .c-rate-content {
  margin: 0;
  padding-bottom: 0.25rem;
}

.bg-new-blue {
  position: relative;
  display: none;
  background: rgb(204, 229, 255, 0.5) !important;
  color: #004085;
  border-color: rgba(0, 64, 133, 0.3);
  margin: 0.25rem -0.25rem 0.5rem -0.25rem;
}

.bg-new-blue .c-rate-title {
  color: rgba(0, 64, 133, 0.75);
}

.bg-new-blue:before {
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  right: 35px;
  width: 0;
  height: 0;
  border-bottom: 11px solid #a3b8d8;
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

.bg-new-blue:after {
  content: "";
  display: block;
  position: absolute;
  top: -17px;
  right: 37px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #e8f2fe;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.show-total .bg-new-blue {
  display: block;
  transition: all 0.5s;
}

.wrap-total .btn-hide {
  position: absolute;
  right: 0.375rem;
  top: 0;
  z-index: 1;
  min-width: 30px !important;
  max-width: 30px;
  color: #004085;
}

.wrap-total.is-payment {
  margin-top: 1rem;
  background: #f1f1f1;
}

.wrap-total.is-payment .c-rate-title {
  color: rgba(0, 0, 0, 0.5);
}

.matters-list.list-view .list-group-item {
  padding: 0.5rem 1.25rem !important;
  cursor: default !important;
}

.is-absolute {
  position: absolute;
  right: 15px;
  top: 14px;
}

h2.title-description {
  font-size: 1rem !important;
  margin: 0.5rem 0 0.5rem 0 !important;
  color: #212529;
}

.has-notes {
  border-color: #eff0f1 !important;
}

.has-btns {
  max-width: 188px;
  min-width: 188px;
  padding: 0.375rem 0 0 0;
  margin-right: 11px;
}

.wrap-consultants {
  border-top: 1px solid #eff0f1;
  border-bottom: 1px solid #eff0f1;
  padding: 1rem 1.5rem .5rem 1.5rem;
}

.wrap-consultants .card {
  display: block;
  margin: 0 !important;
  border: 2px solid #eff0f1;
  box-shadow: none;
  border-radius: 0px;
}

.wrap-consultants .card:hover {

  background: #FFF !important;
  border-color: #FFF !important;
  -webkit-box-shadow: 0 0 0 6px rgba(90, 97, 105, .15);
  box-shadow: 0 0 0 6px rgba(90, 97, 105, .15);
}

.wrap-consultants .card-body {
  padding: .75rem;
}

.wrap-consultants .card:hover .card-body {
  padding-top: 1.75rem;
}

.wrap-consultants .card-header {
  position: relative;
}

.wrap-consultants .card-footer {
  border-radius: 0;
  padding: .125rem 0;
  text-align: center;
}

.wrap-consultants .user-avatar {
  max-width: 6rem;
  margin: 1rem auto 0 auto;
}

.wrap-consultants .col {
  padding: 0 .5rem;
}

.consultant-name {
  font-size: 1rem;
  margin-bottom: .25rem;
  text-transform: capitalize;
}

.consultant-title {
  font-size: .9375rem;
  font-weight: 400;
  margin-bottom: .25rem;
  color: rgba(0, 0, 0, .9);
  text-transform: capitalize;
}

.consultant-location {
  display: block;
  border-radius: .25rem;
  line-height: 1rem !important;
  font-size: .9375rem;
  padding: .25rem .5rem;
}

.media-body .consultant-location {
  font-size: 1rem;
}

.consultant-core {
  font-size: .9375rem;
  font-weight: 400;
  margin: .25rem 0 0;
  color: rgba(0, 0, 0, .6);
  line-height: 1.3;
  padding-bottom: 1rem;
}

.best-to-call {
  border: 0;
  font-size: .9375rem;
  color: rgba(0, 0, 0, .6);
  line-height: 1.3;
}

.primary-contact {
  display: block;
  font-weight: 500;
  color: #000;
  padding: .375rem 0 0 0;
}

.consultant-contact {
  margin-bottom: .5rem;
}

.consultant-contact a {
  margin: 0 .25rem;
  font-size: 1rem;
  min-width: auto !important;
  padding: 0 .375rem 0 .375rem !important
}

.contact-details,
.core-details {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.contact-details {
  display: none;
}

.wrap-consultants .card:hover .contact-details {
  display: block;
}

.wrap-consultants .card:hover .user-avatar {
  display: none;
}

.wrap-consultants .card:hover .consultant-name {
  text-transform: uppercase;
}

.flip-container {
  perspective: 1000;
  transform-style: preserve-3d;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .card-back {
  transform: rotateY(0deg);
}

.flip-container:hover .card-front {
  transform: rotateY(180deg);
}

.flip-container,
.card-front,
.card-back {
  width: 100%;

}

/* flip speed goes here */
.flipper {
  height: 100% !important;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.card-front,
.card-back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  text-align: center;

}

/*  UPDATED! front pane, placed above back */
.card-front {
  z-index: 2;
  transform: rotateY(0deg);
  background: #FFF;
  border: 2px solid #eff0f1;
  background-image: linear-gradient(to bottom, rgba(56, 63, 141, 1) 0%, rgba(56, 63, 141, .5) 32%, rgba(255, 255, 255, 1) 32%, #ffffff 32%);
}

/* back, initially hidden pane */
.card-back {
  transform: rotateY(-180deg);
  border: 2px solid #eff0f1;
  background: rgba(56, 63, 141, 1);
  background-image: linear-gradient(to top, rgba(56, 63, 141, 1), rgba(255, 255, 255, .07));
  color: #FFF;

}

.wrap-primary-contact-info {
  background: #fff3cd;
  padding: .125rem .5rem .5rem .5rem;
  border-radius: .25rem;
  margin-bottom: 1rem;
  position: relative;
  border: 2px solid rgba(133, 100, 4, .3);
}

.wrap-primary-contact-info:before {
  content: '';
  display: block;
  position: absolute;
  top: -23px;
  left: calc(50% - 11px);
  width: 0;
  height: 0;
  border-bottom: 11px solid #d8c89c;
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;

}

.wrap-primary-contact-info:after {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: calc(50% - 9px);
  width: 0;
  height: 0;
  border-bottom: 9px solid #fcf1d0;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;

}

.wrap-primary-contact .c-rate-title,
.wrap-primary-contact-info .c-rate-title {
  color: #856404;
}

.wrap-primary-contact .c-rate-content {
  margin-bottom: .75rem;
  font-size: .9375rem
}

.wrap-primary-contact-info .c-rate-content {
  font-size: .875rem;
}

.card-back .consultant-name {
  text-transform: uppercase;
}

.card-back .contact-details {
  display: block;
  background: transparent;
  color: #FFF;
}

.card-back .consultant-title {
  color: rgba(255, 255, 255, .9);
}

.card-back .primary-contact {
  color: #FFF !important;
}

.card-back .consultant-core,
.card-back .best-to-call {
  color: rgba(255, 255, 255, .7);
}

.card-back .consultant-location {
  background: rgba(255, 255, 255, .1);
  margin-top: .75rem;
  display: inline-block;
}

.card-h-100 {
  height: calc(100% - 30px)
}

.card-bio .card-body {
  padding-bottom: .5rem;
}

.card-bio .card-body h2 {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 400;
  font-size: .6875rem;
  margin-bottom: .25rem;
}

.card-bio ul {
  padding: 0;
  list-style-position: inside;
  list-style: none;
}

.card-bio ul li {
  margin-bottom: .75rem;
  line-height: 1.3
}

.card-bio p {
  font-size: .9375rem;
  text-align: justify
}

.consultant-list.account-info .consultant-info.mt-0 {
  margin-top: 0px !important;
}

.current-time {
  font-size: .875rem;
  margin: 0 0 .25rem 0;
  font-weight: 400;
}

.current-time i {
  font-size: .75rem;
  font-weight: 400;
  margin: 0;
}

.join-date,
.hour-rate {
  position: absolute;
  color: #FFF;
  font-size: .875rem;
}

.join-date {
  top: 9px;
  right: 12px;
}

.hour-rate {
  top: 9px;
  right: 12px;
  display: none;
}

.card-bio .contact-details {
  display: block;
}

.col-card {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.table-in-list th {
  border-top: 0;
  border-bottom: 0 !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: .6875rem;
  color: rgba(0, 0, 0, 0.5);
  padding-top: .3125rem;
  padding-bottom: .25rem;
  background: rgba(0, 0, 0, .05)
}

.table-in-list td {
  font-size: .9375rem;
  color: #212529;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  border-top: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  line-height: 30px;
}

.table-in-list td .btn {
  min-width: 30px !important;
  min-height: 30px;
  margin: 0;
  font-size: .875rem !important;
  padding: 0 !important;
  text-align: center;
}

.table-in-list td .btn i {
  margin-left: 1px;
}

a.in-link {
  display: block;
  font-size: .9375rem;
  color: #000 !important;
  margin: 0 0 .3125rem 0;
}

a.in-link:hover {
  text-decoration: underline;
}

.video-thumbnail {
  position: relative;
}

.video-thumbnail img {
  border-radius: .25rem;
  min-width: 100%;
}

.video-thumbnail .in-circle {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 50%;
  border: 2px solid #FFF;
  line-height: 50px;
  text-align: center;
}

.video-thumbnail i {
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFF;
  margin-left: 1px;
}

.card-bio .is-absolute {
  z-index: 2;
  top: .5rem;
  right: .5rem;
}

.has-action-btns .radio {
  width: 20px;
  max-height: 20px;
}

.has-action-btns .radio label {
  padding-left: 0px;
  width: 20px;
  max-height: 20px;
  margin: 5px 0 0 0;
}

.has-action-btns .btn-actions {
  min-height: 30px;
}

@media (max-width: 767.98px) {

  .col-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (max-width: 1199.98px) {

  .col-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
}

@media (max-width: 1979.98px) {

  .col-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
}

.row .row.has-arrow {
  margin: 0 0 .25rem 0 !important;
  position: relative;
}

.row .row.has-arrow div {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 7px solid #000;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;

}

.row .row.has-colors {
  font-size: .1rem !important;
  margin: 0 0 .25rem 0 !important;
}

.row .row.has-colors .col {
  max-height: 6px;
}

.row .row.has-numbers {
  font-size: .75rem !important;
  margin: 0 0 .5rem 0 !important;
}

.has-colors .bg-danger,
.has-colors .bg-success {
  margin: 0 3px;
  padding: 0px;
}

.has-colors .bg-primary {
  padding: 0px;
  margin: 0 3px;
}

@media (max-width: 767.98px) {

  .col-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (max-width: 1199.98px) {

  .col-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .row .row.has-numbers {
    display: none;
  }
}

@media (max-width: 1979.98px) {

  .col-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
}



.wallet-box {
  border-radius: 3px;
  padding: 0px;
  background: #fff;
  box-shadow: 0 0.46875rem 1.1875rem rgba(90, 97, 105, 0.04),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.03),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.08),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.08);
  margin: 0 0 1.875rem 0;
}

.wallet-box:hover {
  background: #436ad5;
  color: #fff;
}

.wallet-box .header {
  background: #436ad5;
  color: #fff;
}

.wallet-box .col:hover {
  background: #436ad5;
  color: #fff;
}

.wallet-box .fa {
  font-size: 1.5rem;
  font-weight: 300;
  margin-right: 1.25rem;
}

.wallet-box .title {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -5px;
  padding-top: -5px;
}

.wallet-box p {
  margin-bottom: 0;
}