.btn-primary {
  background-color: #405189 !important;
  border-color: #405189 !important;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
  background-color: #364574 !important;
  border-color: #364574 !important;
  color: #FFF;
}

/*crop-box*/
.crop-box {
  position: relative;
  height: 400px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  cursor: move;
}

.crop-box .thumb-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent;
}

.crop-box .spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 400px;
  background: rgba(0, 0, 0, 0.7);
}

/*Setting page*/
.settings {
  border-bottom: none;
}

.nav-tabs.vertical {
  background-color: transparent;
}

/*.nav-tabs.vertical {
    background-color: #FFF;
    padding: 1rem;
}*/
.nav-tabs.vertical li {
  float: none;
}

.no-bg {
  background: unset !important;
}

.nav {
li,
  li a {
    position: relative;
    display: block;
  }
  .title-tab {
    h4 {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 18px;
    }
  }
}

.nav-tabs {
  background: #fff;
  border-bottom: 1px solid #EEF1F9;
  border-radius: 5px 5px 0 0;
}

.nav-tabs .nav-link {
  border: none;
  margin-bottom: 0 !important;
}

.nav-tabs li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs li a {
  padding: 20px;
  margin-right: 0;
  border-radius: 0;
  color: inherit;
  line-height: 1.42857143;
}

.nav-tabs li a:not(.active):hover {
  background: transparent;
  border-color: transparent !important;
  color: #20446f;
}

.nav-tabs li:not(.title-tab):after {
  display: block;
  background-color: #20446f;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-tabs li:not(.active):hover:after {
  width: 100%;
}

.nav-tabs li .active, .nav-tabs li.active {
  font-weight: bold;
  border: none;
  color: #20446f !important;
  background: transparent !important;
  border-bottom: 2px solid #20446f !important;
  border-radius: 0;
  cursor: default;
}

.nav-tabs li .active:focus,.nav-tabs li.active:focus {
  outline: none;
}

/*.nav-tabs.title li a {
  padding: 20px 15px;
}*/
.nav-tabs.title li a {
  padding: 25px 15px;
}

.nav-tabs.title .title-button-group {
  margin-top: 3px;
}

.nav-tabs.title .tab-title {
  margin-left: auto;
}

.nav li,
.nav li a {
  position: relative;
  display: block;
}

.nav .title-tab h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.settings .settings-anchor {
  font-size: .9375rem;
  margin: 15px 0;
  cursor: pointer;
}

.settings .settings-anchor:first-child {
  margin-top: 0;
}

/*.settings .settings-anchor.collapsed:nth-child(11){
  border-bottom: none;
}*/
.settings .settings-anchor:not(.collapsed):not(.hide-collapse)::after {
  content: " ";
  border: solid;
  border-width: 0 0.075rem 0.075rem 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-135deg);
  float: right;
  margin-top: 10px;
  transition: all 0.2s ease-out;
}

.settings .settings-anchor:not(.hide-collapse):after {
  content: " ";
  border: solid;
  border-width: 0 0.075rem 0.075rem 0;
  display: inline-block;
  padding: 2px;
  transition: all 0.2s ease-out;
  transform: rotate(45deg);
  float: right;
  margin-top: 10px;
}

.help-catagory.list-group .list-group-item {
  border-radius: 0 !important;
  border: none !important;
  background: transparent;
  color: #4e5e6a;
}

.help-catagory.list-group .list-group-item:hover,.help-catagory.list-group .list-group-item.active {
  border-left: 2px solid #4e5e6a !important;
  text-indent: -2px;
  background: rgba(0, 0, 0, 0.02);
}

#left-menu-preview .sidebar {
  top: auto;
  bottom: auto;
  position: inherit;
  width: 100%;
}

#left-menu-preview .sidebar-brand {
  display: none;
}

#left-menu-preview .sidebar-scroll {
  margin-top: 0;
  overflow-y: unset !important;
}

.tab-title {
  border-bottom: 1px solid #EEF1F9;
}

.tab-title h4 {
  margin: 2px 0 0 0;
  padding: 15px;
  float: left;
}

.tab-title .title-button-group {
  float: right;
  margin: 0 10px 0;
}

.tab-title .btn {
  margin: 0.75rem 0.4rem;
}

.page-title {
  background: #fff;
  border-bottom: 1px solid rgba(221, 230, 233, 0.48);
  color: #444;
  border-radius: 5px 5px 0 0;
}

.page-title h1 {
  font-size: 20px;
  margin: 0;
  padding: 20px 16px;
  float: left;
}

.page-title h1 svg {
  margin-top: -4px;
}

.page-title h4 {
  padding: 8px 16px;
  float: left;
}

.page-title .btn {
  margin: 16px 5px;
}

.page-title .btn svg {
  margin-top: -3px;
}

.page-title .title-button-group {
  margin: 0px 15px 0px 15px;
}

.title-button-group {
  float: right;
}

.title-button-group .dropdown svg {
  margin-top: -3px;
}

.btn-close:focus {
  box-shadow: none;
}

/*form*/
label {
  font-weight: normal;
  max-width: 100%;
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group .app-loader {
  margin: -12px auto;
  width: 50px;
  height: 50px;
  left: 45%;
}

.form-group .app-loader .loading {
  width: 30px;
  height: 30px;
}

.form-signin {
  width: 100%;
  max-width: 450px;
  margin: 5% auto;
}

@media (max-width: 767px) {
  .form-signin {
    width: 90%;
  }
}

.form-signin .form-control {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .input-group-addon {
  padding: 6px 15px;
}

.general-form .form-control {
  box-sizing: border-box;
  font-size: 14px;
  /*  border-color: #f6f8f9;*/
  /*  background-color: #f6f8f9;*/
  color: #4e5e6a;
  box-shadow: none;
  transition: background 0.5s;
}

.general-form textarea {
  height: 75px;
}

.general-form textarea:focus {
  box-shadow: none;
}

.general-form .select2 {
  width: 100%;
}

.general-form .mini {
  max-width: 200px;
}

.general-form.white .form-control {
  border-color: #fff;
  background-color: #fff;
}

.general-form.white .form-group .row>label {
  margin-top: 5px;
  padding: 0 20px;
}

.general-form.white .select2-container .select2-choice {
  background-color: #fff !important;
}

/* .form-control {
  height: 35px;
} */

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  box-shadow: none;
  color: #ec5855;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.general-form .has-error .form-control {
  box-shadow: none;
  color: #ec5855;
}

.general-form .form-control.white {
  background-color: #fff;
}

.general-form .form-control:focus,
.general-form .form-control.white:focus {
  border-color: #ebeff2;
  background-color: #ebeff2;
}

.general-form .input-group-addon {
  border-color: #f6f8f9;
  background: #f7f9fa;
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none;
}

.form-check-input {
  margin-right: 3px;
  margin-top: 2px;
  padding: 7px;
}

.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.hidden-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.dashed-row .form-group {
  border-bottom: 1px dashed #e2e4e8;
  padding-bottom: 15px;
}

.dashed-row .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.dashed-row .form-group .row label:first-child {
  padding: 0 20px;
}

.dashed-row .bd {
  border-bottom: 1px dotted #e2e4e8;
}

.select2-with-searchbox {
  padding-bottom: 5px;
}

.card table .badge {
  margin-top: 8px;
}

.dataTable .badge {
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 2px;
}

.badge {
  display: inline-block;
  padding: 4px 5px;
  font-weight: normal;
  font-size: 85%;
  margin-top: 5px;
}

.badge a:hover,.badge a:active,.badge a:focus {
  color: #fff !important;
}

.badge.badge-light a:hover,.badge.badge-light a:active,.badge.badge-light a:focus {
  color: #29689e !important;
}

.badge-light {
  background-color: #dde6e9;
  color: #4E5E6A;
}

a.badge:hover {
  color: #fff !important;
}

/*new add */
.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.move-icon {
  margin-right: 15px !important;
  cursor: s-resize;
  opacity: 0.3;
}

.note-popover.popover {
  position: absolute;
}

.text-center {
  text-align: center !important;
}

.select2-with-searchbox {
  padding-bottom: 5px;
}

/*.w200 {
  width: 200px;
}*/

.mt15 {
  margin-top: 15px;
}

.mr10 {
  margin-right: 10px;
}

.message-button-list {
  width: 200px;
}

.star-icon:hover {
  color: #ffb822 !important;
}

.star-icon {
  padding: 5px 10px;
  color: #ffb822;
}

.profile-image-upload {
  vertical-align: top;
  margin-left: -45px;
}

.social-link {
  width: 35px;
  height: 35px;
  margin: 0 10px 10px 0;
  padding: 2px 8px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 300ms ease;
  display: inline-block;
  text-decoration: none;
}

.social-link:focus {
  color: #fff;
}

.social-link:hover,.social-link:active,.social-link:focus {
  text-decoration: none;
}

.social-link:hover {
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.social-link:hover.custom-svg path,.social-link:hover.custom-svg circle,.social-link:hover.custom-svg rect {
  fill: rgba(0, 0, 0, 0.5);
}

.mt80 {
  margin-top: 80px;
}

.profile-image-direct-upload {
  margin-top: 35px;
  margin-left: -55px;
}

.ml-5 {
  margin-left: -5px;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.todo-input-box {
  max-width: 700px;
  margin: 10px auto 30px;
}

/*.help-page-container {
  padding-top: 50px;
}*/
.help-search-box-container {
  max-width: 600px;
  margin: 30px auto 60px;
  text-align: center;
}

.help-search-box-container h2 {
  margin: 20px 0;
}

.help-category-box {
  cursor: pointer;
  text-align: center;
  color: #4e5e6a;
  transition: all 0.5s;
}

.help-category-box .anchor {
  color: #29689e;
  text-transform: lowercase;
}

.help-category-box:hover {
  cursor: pointer;
  background: #f2f2f2;
}

.help-search-box {
  background: url(../images/search.png) no-repeat 15px 50% #fff;
  padding: 15px 15px 15px 40px;
  height: auto;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: none;
  transition: background 0.5s;
}

.help-search-box:focus {
  background-color: #f6f8f9;
  border: 1px solid #dbe3e8;
}

.help-search-box.searching {
  background-image: url("../images/loader.gif") !important;
}

#help-left-panel {
  min-height: 350px;
}

#help-page-content {
  padding: 20px 30px;
}

#team-member-view-tabs.nav {
  --vz-nav-link-padding-x: 0.6rem;
}

.project-footer-button-section {
  bottom: 0;
  position: fixed;
  right: 0;
  color: #212529;
  left: 0;
  background: #F8F9FA;
  height: 33px;
  text-align: center;
  display: none;
}

.mx-n36 {
  margin-right: -36px !important;
  margin-left: -36px !important;
}


.card-footer {
  background-color: #f2f4f6;
  border-top: 1px solid #fff;
  padding: 10px 15px;
}

@media screen and (max-width: 1400px) {

  /* Timeline */
  #timeline::before {
    left: 0px !important;
    margin-left: 0 !important;
    margin-top: 2.85rem !important;
  }

  #timeline .post-content {
    float: left;
    width: 100% !important;
    padding: 0 0 0 30px !important;
    margin: 0 0 20px !important;
  }

  #timeline .post-content:nth-child(odd) .post-date {
    text-align: left !important;
  }

  #timeline .post-content:nth-child(odd) .post-date:before {
    left: -20px;
    top: 8px;
    width: 20px;
    height: 2px;
    float: left !important;
  }

  #timeline>.post-content:first-child {
    padding-top: 60px !important;
  }

  .container.store-page {
    max-width: 1440px;
  }
}

#timeline {
  list-style: none;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#timeline:before {
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  z-index: 0;
  top: 0;
  margin-left: -5px;
  width: 10px;
  border-radius: 5px;
  background-image: linear-gradient(to top, #E5E9EC 0.1%, #f2f4f6 1%, #f2f4f6 99%);
}

#timeline .post-content {
  display: block;
  width: 50%;
  position: relative;
  padding-top: 40px;
}

#timeline .post-content:nth-child(odd) {
  float: left;
  clear: left;
  padding-right: 20px;
}

#timeline .post-content:nth-child(even) {
  float: right;
  clear: right;
  padding-left: 20px;
}

#timeline .post-content:nth-child(2n) {
  margin-top: 10px;
}

#timeline .post-content .post-date span {
  background: #6690F4;
  color: #fff;
  padding: 3px 10px 5px;
  border-radius: 25px;
}

#timeline .post-content .post-date:before {
  /*  background: #f2f4f6;*/
  background: red;
  content: "";
  left: -20px;
  top: 10px;
  position: relative;
  width: 20px;
  height: 2px;
}

#timeline .post-content:nth-child(odd) .post-date {
  text-align: right;
}

#timeline .post-content:nth-child(odd) .post-date:before {
  background: #f2f4f6;
  content: "";
  margin-right: -40px;
  top: 10px;
  position: relative;
  width: 20px;
  height: 2px;
  float: right;
}

.timeline-images img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.timeline-images img:hover {
  -webkit-filter: grayscale(100%);
}

.timeline-images span.more {
  padding: 5px 5px;
  background-color: #000;
  color: #fff;
  margin-top: 0px;
  position: absolute;
  width: 80px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 5px solid #4cc5cd;
  margin-left: -80px;
}

.timeline-images .file-mockup {
  width: 100%;
  height: 455px;
  background: #E5E9EC;
  color: #77879D;
  font-size: 100px;
  text-align: center;
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  transition: all 500ms ease;
}

.timeline-images .file-mockup:hover {
  cursor: pointer;
  filter: grayscale(100%);
}

.timeline-images .file-mockup .mt-12 {
  margin-top: 12rem !important;
}

.message-more {
  width: 40px !important;
  margin-left: -40px !important;
  border-bottom-left-radius: 22px;
}

.comment-image-box {
  width: 400px;
}

.rise-chat-wrapper {
  width: 330px;
  height: 450px;
  background: #fff;
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 80px;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
}

.rise-chat-wrapper .message-row {
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}

.rise-chat-wrapper .message-row .time {
  font-size: 10px;
  width: 60px;
  text-align: right;
}

.rise-chat-wrapper .message-row:hover {
  background: #f2f4f6;
}

.rise-chat-header {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.rise-chat-header .nav-tabs>li {
  display: table-cell;
  float: none;
  width: 100%;
}

.chat-tab {
  background: transparent;
  border: none;
}

.chat-tab a {
  color: #4e5e6a;
  padding: 9px !important;
  display: block;
  text-align: center;
}

.chat-title {
  text-indent: -40px;
}

.chat-title,
.chat-back {
  text-align: center;
  padding: 10px 7px;
  font-weight: 700;
}

.chat-bars {
  width: 30px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
}

.chat-back {
  opacity: 0.5;
  cursor: pointer;
  width: 40px;
}

.chat-bars:hover,
.chat-back:hover {
  opacity: 1;
}

.chat-close {
  font-size: 30px;
  line-height: 18px;
}

.rise-chat-body {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rise-chat-body.full-height {
  height: 413px;
}

.rise-chat-body.long {
  height: 412px;
}

.rise-chat-footer {
  background: #fff;
  bottom: 0;
  position: relative;
  border-top: 1px solid #e5e9ec;
}

.rise-chat-footer .post-file-dropzone-scrollbar {
  margin-top: -90px;
}

.rise-chat-footer textarea {
  width: 100%;
  padding: 10px 10px 10px 35px;
  border: none;
  height: 50px;
  resize: none;
}

.rise-chat-footer textarea:focus {
  outline: none;
}

.rise-chat-footer .help-block {
  height: 0px;
  display: none !important;
}

.chat-file-upload-icon {
  position: absolute;
  padding: 10px;
  cursor: pointer;
}

.chat-msg {
  padding: 5px 8px 7px;
  display: inline-block;
  max-width: 200px;
  text-align: left;
  word-break: break-word;
}

.chat-other {
  padding: 5px 10px;
}

.chat-other .avatar {
  float: left;
}

.chat-other .chat-msg {
  border-radius: 0 10px 10px 10px;
  background-color: #e5e9ec;
}

.chat-me {
  text-align: right;
  padding-right: 10px;
  margin-top: 2px;
}

.chat-me .chat-msg {
  border-radius: 10px 0 10px 10px;
  background-color: #0090ff;
  color: #fff;
}

.chat-me .chat-msg a {
  color: #fff;
}

.init-chat-icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0px 3px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

.init-chat-icon.has-message {
  background-color: #f5325c;
  color: #fff;
}

.app-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 5000;
}

.app-modal.full-content .app-modal-sidebar {
  display: none;
}

.app-modal.full-content .expand {
  display: none;
}

.app-modal.full-content .compress {
  display: block;
}

.app-modal.full-content.has-sidebar .app-modal-next-button {
  right: 20px;
}

.app-modal.full-content.has-sidebar .app-modal-zoom-in-button {
  right: 120px;
}

.app-modal.full-content.has-sidebar .app-modal-zoom-out-button {
  right: 70px;
}

.app-modal.has-sidebar .app-modal-next-button {
  right: 370px;
}

.app-modal.has-sidebar .app-modal-zoom-in-button {
  right: 470px;
}

.app-modal.has-sidebar .app-modal-zoom-out-button {
  right: 420px;
}

.app-modal .round-button {
  position: absolute;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 7px;
}

.app-modal .round-button svg {
  margin: 5px;
}

.app-modal .round-button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.app-modal .compress,.app-modal .expand,.app-modal .app-modal-zoom-in-button,.app-modal .app-modal-zoom-out-button {
  top: 10px;
}

.app-modal .app-modal-zoom-in-button {
  right: 115px;
}

.app-modal .app-modal-zoom-out-button {
  right: 65px;
}

.app-modal .compress,
.app-modal .expand {
  right: 20px;
}

.app-modal .app-modal-previous-button,.app-modal .app-modal-next-button {
  top: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
}

.app-modal .app-modal-previous-button {
  left: 20px;
}

.app-modal .app-modal-next-button {
  right: 20px;
}

.app-modal.loading .app-modal-previous-button,.app-modal.loading .app-modal-next-button {
  display: none;
}

.app-modal .disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.app-modal .expand {
  display: block;
  right: 370px !important;
}

.app-modal .compress {
  display: none;
}

.app-modal.loading .app-modal-sidebar {
  border-color: #fff;
}

.app-modal.loading .expand {
  display: none;
}

.app-modal-fixed-close-button {
  position: absolute;
  z-index: 1;
  right: 15px !important;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 2px !important;
  height: 40px;
  width: 40px;
  top: 10px !important;
  font-size: 25px !important;
}

.app-modal-body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: table;
  table-layout: fixed;
  border-spacing: 0;
}

.app-modal-close {
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: -5px;
}

.app-modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #000;

}

.app-modal-content .app-modal-content-area {
  text-align: center;
}

.app-modal-content .app-modal-content-area.scrollable {
  max-height: calc(100vh);
  overflow-y: scroll;
  width: 100%;
}

.app-modal-content img {
  max-width: 100%;
  max-height: 100%;
}

.app-modal-content.fit-window-height img {
  max-height: calc(100vh) !important;
}

.app-modal-sidebar {
  width: 350px;
  border-left: 1px solid #f2f2f2;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}

.app-modal-sidebar .avatar-md {
  width: 45px;
  height: 45px;
}

.app-modal:not(.import-client-app-modal) {
  animation: slidedown 300ms;
  -webkit-animation: slidedown 300ms;
}

.app-modal .compress:hover,
.app-modal .expand:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* milestone */
.milestone {
  width: 100px;
  text-align: center;
  border: 1px solid #dde6e9;
  padding-bottom: 5px;
}

.milestone .badge {
  width: 100%;
  display: inherit;
  padding: 10px 0;
  font-size: 13px;
  border-radius: 0;
}

.milestone h1 {
  margin: 0;
}

.nav-pills li a {
  padding: 10px 20px;
  margin-right: 0;
  border-radius: 5px;
  color: inherit;
  line-height: 1.42857143;
}

#team-member-view-tabs li a {
  padding: 5px 5px;
}

.nav-pills li .active,.nav-pills li.active {
  font-weight: bold;
  border: none;
  background: #fff !important;
  cursor: default;
}

.nav-pills li .active:focus,.nav-pills li.active:focus {
  outline: none;
}

.contract-preview-container {
  padding: 100px;
}

.invoice-preview-container {
  padding: 30px;
  border-radius: 5px;
}

.font-11 {
  font-size: 11px !important;
}

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

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

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

.strong {
  font-weight: bold !important;
}

pre {
  display: block;
  padding: 9.5px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: none;
  margin: 0;
  white-space: normal;
}

.cart-grid-item .cart-grid-item-image {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  cursor: pointer;
}

.cart-grid-item .cart-grid-item-image .cart-grid-rate {
  padding: 5px 10px;
  position: absolute;
  top: 0px;
  background: #fff;
  border-bottom-right-radius: 15px;
  cursor: default;
}

.cart-grid-item .cart-grid-item-image:hover {
  -webkit-filter: grayscale(100%);
}

.cart-grid-item .cart-grid-item-image:hover .cart-grid-item-details {
  visibility: visible;
  height: 100%;
}

.cart-grid-item .cart-grid-item-image .cart-grid-item-details {
  visibility: hidden;
  height: 0;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}

.cart-grid-item .cart-grid-item-image .cart-grid-item-details div {
  background-color: rgba(125, 125, 125, 0.3);
  display: table;
  width: 100%;
  height: 100%;
}

.cart-grid-item .cart-grid-item-image .cart-grid-item-details div a,
.cart-item-details {
  display: table-cell;
  vertical-align: middle;
}

.cart-grid-item .cart-grid-item-image .cart-grid-item-details div a .item-quantity-input-box,
.cart-item-details .item-quantity-input-box {
  height: 28px;
}

.cart-grid-item .cart-grid-item-image .cart-grid-item-details div a .item-quantity-btn,
.cart-item-details .item-quantity-btn {
  margin-top: -4px;
}

.cart-item-quantity {
  text-align: center;
  padding: 5px 7px;
  line-height: 1;
}

.cart-item-row {
  cursor: default !important;
  display: flex;
}

.cart-item-row:hover {
  background: transparent !important;
}

.cart-item-image-container {
  height: 50px;
  width: 50px;
}

.cart-item-image-container .cart-item-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.item-rate-badge {
  background-color: #AD159E;
}

.badge {
  display: inline-block;
  padding: 4px 5px;
  font-weight: normal;
  font-size: 85%;
  margin-top: 5px;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.checkbox-blank {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  border: 2px solid rgba(166, 166, 166, 0.2);
  border-radius: 5px;
}

.checkbox-checked {
  background: url(../images/check_mark.png) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  border: none;
}

.w120 {
  width: 120px;
}

.checkbox-blank-sm,
.checkbox-checked-sm {
  border: 1px solid #696969;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 4px;
}

.checkbox-checked-sm svg {
  height: 11px;
  width: 11px;
  position: relative;
  top: -4px;
}

.kanban-item-list a:hover .checkbox-blank-sm,
.checkbox-checked-sm {
  visibility: visible !important;
}

.gantt .weekends-highlight {
  opacity: 0.5;
  fill: #fbddd8 !important;
}

.gantt-container .gantt-task-popup {
  min-width: 180px;
  padding: 10px;
  font-size: 13px;
}

svg:not(.gantt) {
  margin-top: -3px;
  pointer-events: none;
}

#keyboard-shortcut-modal-form .bg-white {
  padding: 4px 10px;
  font-size: 13px;
  color: #4E5E6A;
  font-weight: bold !important;
  border: 1px solid #e2e4e7;
}

#menu-item-list-2 .left-menu-item:hover .invisible {
  visibility: visible !important;
}

#menu-item-list-2 .invisible i {
  padding: 0 5px;
}

#menu-item-list-2 .left-menu-item:first-child:hover .invisible .make-sub-menu {
  visibility: hidden;
}

.dt-print-view {
  overflow: auto !important;
  height: auto !important;
  background-color: #fff !important;
}

.ml45 {
  margin-left: 45px;
}

@media (min-width: 991px) {
  .sidebar-toggled {
    min-height: 1420px;
  }

}

.m-24 {
  margin: -24px;
}

.p24 {
  padding: 24px;
}

[data-bs-theme=dark] .page-title {
  border-bottom: 1px solid #32383e;
  background: #212529;
}

[data-bs-theme=dark] .bg-white {
  border-color: #212529;
}

[data-bs-theme=dark] .tab-title {
  border-bottom: 1px solid #32383e;
}

[data-bs-theme=dark] .bg-white {
  background-color: #212529;
}

[data-bs-theme=dark] .bg-white {
  --vz-bg-opacity: 1;
  background-color: #212529 !important;
}

[data-bs-theme=dark] .init-chat-icon {
  background-color: #212529;
}

[data-bs-theme=dark] .dashboard-dropdown .dropdown-toggle {
  background: #212529;
}

[data-bs-theme=dark] table.dataTable thead th {
  border-top: 1px solid #32383e;
  background-color: #373a3d;
}

[data-bs-theme=dark] table.dataTable.stripe tbody tr.odd,
[data-bs-theme=dark] table.dataTable.display tbody tr.odd {
  background-color: #32383e;
}

[data-bs-theme=dark] table.dataTable.display tbody th,
[data-bs-theme=dark] table.dataTable.display tbody td {
  border-top: 1px solid #32383e;
  background-color: #212529;
  color: #ced4da;
}

[data-bs-theme=dark] .widget-todo-input-box input {
  background: #32383e;
}

[data-bs-theme=dark] .todo-input-box input {
  border: 1px solid #32383e;
}

[data-bs-theme=dark] .b-b {
  border-bottom: 1px solid #32383e !important;
}

[data-bs-theme=dark] .border-bottom {
  border-color: #32383e !important;
}

[data-bs-theme=dark] table.dataTable.no-footer {
  border-bottom: 1px solid #32383e;
}

[data-bs-theme=dark] .nav-tabs {
  background: #212529;
  border-bottom: 1px solid #32383e;
}

[data-bs-theme=dark] .general-form.white .form-control {
  border-color: #26272c;
  background-color: #212529;
}

[data-bs-theme=dark] .general-form .form-control:focus,
[data-bs-theme=dark] .general-form .form-control.white:focus {
  border-color: #4b4f54;
  background-color: #4b4f54;
}

[data-bs-theme=dark] .select2-container .select2-choice,
[data-bs-theme=dark] .select2-container .select2-choices,
[data-bs-theme=dark] .select2-container .select2-choices .select2-search-field input {
  background: #373a3d !important;
  border-color: #373a3d !important;
  color: #ced4da;
}

[data-bs-theme=dark] .select2-container-multi .select2-choices .select2-search-choice {
  color: #ced4da;
  background: #212529;
  border-color: #32383e;
}

[data-bs-theme=dark] .select2-drop-active {
  border-color: #212529;
}

[data-bs-theme=dark] .select2-drop {
  background: #212529;
  color: #ced4da;
  border: 1px solid #32383e;
}

[data-bs-theme=dark] .select2-search input {
  background: url(select2.png) no-repeat 100% -22px, #212529 0 0 !important;
}

[data-bs-theme=dark] .select2-search input {
  border-color: #32383e;
  color: #ced4da;
  background-color: #212529;
}

[data-bs-theme=dark] .select2-drop-auto-width,
[data-bs-theme=dark] .select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #32383e;
}

[data-bs-theme=dark] .post-dropzone {
  background: #202328;
}

[data-bs-theme=dark] .dashed-row .form-group {
  border-bottom: 1px dashed #32383e;
}

[data-bs-theme=dark] .card-footer {
  background-color: #32383e;
  border-top: 1px solid #32383e;
}

[data-bs-theme=dark] input[readonly] {
  background: #45464a;
}

[data-bs-theme=dark] .nav-tabs.vertical {
  background-color: #1a1d21;
}

[data-bs-theme=dark] .help-catagory.list-group .list-group-item:hover,
[data-bs-theme=dark] .help-catagory.list-group .list-group-item.active {
  background: #1a1d25;
}

[data-bs-theme=dark] td.option a,
[data-bs-theme=dark] .action-option {
  background: #212529;
}

[data-bs-theme=dark] .text-dark {
  color: #fff !important;
}

[data-bs-theme=dark] .general-form .form-control {
  border-color: #262a2f;
  background-color: #262a2f;
  color: #d6e4ef;
}
/*[data-bs-theme=dark] .app-loader {
    background: #1a1d21;
}*/
[data-bs-theme=dark] #pre-loader {
    background-color: #1a1d21;
}
[data-bs-theme=dark] table.dataTable.display tfoot th,[data-bs-theme=dark]  table.dataTable.display tfoot td {
     border-top: 1px solid #32383e; 
     background-color: #212529; 
}
[data-bs-theme=dark] .fieldset {
    background: #292c2e;
    border-left: 5px solid #292c2e;
}
.border-right {
    border-right: 1px solid #e2e8f0;
}
.pl20 {
  padding-left: 20px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr20 {
  padding-right: 20px !important;
}
[data-bs-theme=dark] .rise-chat-wrapper .message-row {
    border-bottom: 1px solid #292c2e;
}
[data-bs-theme=dark] .rise-chat-wrapper{
 background:#212529;
}
[data-bs-theme=dark] .rise-chat-wrapper .message-row:hover {
    background: #292c2e;
}
[data-bs-theme=dark] .select2-results .select2-no-results, [data-bs-theme=dark] .select2-results .select2-searching, [data-bs-theme=dark] .select2-results .select2-selection-limit {
    background-color: #292c2e;
    color: #8a6d3b;
}
.dataTable tbody tr:hover td {
    background: #f2f4f6 !important;
}
.dataTable td:hover {
    background: #f2f4f6;
}
[data-bs-theme=dark] .dataTable tbody tr:hover td {
    background: #373a3d !important;
}
[data-bs-theme=dark] .dataTable td:hover {
    background: #373a3d;
}
[data-bs-theme=dark] .bg-off-white {
    background: #36383a;
}
[data-bs-theme=dark] .add-column-drop {
    border: 1px dashed #666466;
}
[data-bs-theme=dark] pre {
    color: #f5f5f5;
    background-color: #333;
}
.file-list-view {
    cursor: pointer;
    min-width: 28px;
    background: #fff;
    color: #a1a3a5;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin: 5px;
    padding: 2.5px 0 2.5px 0;
    border: 1px solid #e2e7f1;
}
[data-bs-theme=dark] .file-list-view {
    background: #333;
    color: #fff;
    border: 1px solid #292c2e;
}

.file-list-view.file-download:hover {
    background: #FD397A;
    color: #fff;
    border: 1px solid #FD397A;
}
.file-list-view:hover {
    background: #0ABB87;
    color: #fff;
    border: 1px solid #0ABB87;
}
[data-bs-theme=dark] .select2-drop-mask {
    background-color: #161414 !important; 
}
[data-bs-theme=dark] .general-form.white .select2-container .select2-choice {
    background-color: #373a3d !important;
}
[data-bs-theme=dark] .topbar-head-dropdown .dropdown-menu .dropdown-item {
    color: #a6b8c5;
}
[data-bs-theme=dark] .b-t {
    border-top: 1px solid #565c60;
}
[data-bs-theme=dark] .help-search-box {
  background: url(../images/search.png) no-repeat 15px 50% #262a2f; 
  border: 1px solid #262a2f; 
}
[data-bs-theme=dark] .awesomplete > ul {
    background: #333;
}
.color-tag.clickable:hover {
    -moz-transform: scale(1.5);
     -webkit-transform: scale(1.5); 
    transform: scale(1.5);
}
.color-tag.active {
     border-radius: 50%; 
}
[data-bs-theme=dark] .help-category-box:hover {
    cursor: pointer;
    background: #333;
}
[data-bs-theme=dark] .fc .fc-list-event:hover td {
    background-color: #363434;
/*    background-color: var(--fc-list-event-hover-bg-color, #363434);*/
}
.btn.round {
    border-radius: 50px;
}
.record-start-btn {
    padding: 6px 9px;
    border-radius: 50%;
}
.comment-form-container {
    padding: 15px;
}
.fc-event, .fc-event-dot {
    background-color: #ffffff;
}
[data-bs-theme=dark] .fc-event, [data-bs-theme=dark] .fc-event-dot {
    background-color: #212529;
}
.fc .fc-timegrid-slot-label {
    vertical-align: middle;
}
.fc-event {
  margin: 0px 0px; 
  padding: 0px 0px; 
  color: #625c5c;
  cursor: pointer !important;
}
.edit-image-file {
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    border: 1px solid #f6f8f9;
}
.popover {
  font-size: 13.5px;
}
.popover-content {
  padding: 15px;
}
.app-popover {
  position: absolute;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  min-width: 180px;
}
.app-popover .confirmation-title {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.app-popover .app-popover-body {
  padding: 15px;
}
.app-popover .app-popover-arrow {
  top: -6px;
  border-color: transparent;
  transform: rotate(225deg);
  border: solid transparent;
  height: 12px;
  width: 12px;
  position: absolute;
  pointer-events: none;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: transparent;
  border-left-color: transparent;
  left: 10px;
}
.app-popover .app-popover-arrow.bottom-arrow {
  bottom: -6px;
  top: unset;
  transform: rotate(45deg);
}
.selected_events_label{
  border: 1px solid !important;
}

/* OPTIONAL STYLES */

/* 
These styles are not reqired, they do not enforce the column layout, but do add some opinionated styling
*/

.ce-block__content{
  max-width: 650px !important;
}

.ce-toolbar__content{
  max-width: 650px !important;
}

/*.editorjs-wrapper{
  border: 1px solid #eee;
  border-radius: 5px;
  padding:0px;
  margin-bottom: 10px;
  box-shadow: 0 6px 18px #e8edfa80;
}*/

.ce-editorjsColumns_col{
  border: 1px solid #eee;
  border-radius: 5px;
  gap: 10px;
  padding-top:10px;
}

.ce-editorjsColumns_col:focus-within{
  box-shadow: 0 6px 18px #e8edfa80;
}

.cdx-font-color_hash1ebfe9{color:#1ebfe9}
.cdx-font-color_hash1f8ceb{color:#1f8ceb}
.cdx-font-color_hashf4c221{color:#f4c221}
.cdx-font-color_hash3bc7ab{color:#3bc7ab}
.cdx-font-color_hashe86d31{color:#e86d31}
.cdx-font-color_hashf35e5e{color:#f35e5e}
.cdx-font-color_hash333333{color:#333333}
.cdx-font-color_hash556066{color:#556066}
.cdx-font-color_hash9aa5ab{color:#9aa5ab}
.cdx-font-color_hashc4c7cc{color:#c4c7cc}
.cdx-font-color_hashe4e5e9{color:#e4e5e9}

.select2-dropdown{
  z-index: 2051 !important;
}
/*task view css*/
.comment-container {
  margin: 15px 0;
}
.comment-avatar {
  padding-left: 15px;
}
.reminder-option-section .dropdown-toggle::after{
   content: "";
    margin: 0;
}