.main-notification-new-wrapper {
  width: 100vw;
  height: 30px;
  background-color: #d5ecee;
  position: fixed;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ProximaNova-SemiBold;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #4a4a4a;
  display: none;
}

.main-notification-new-wrapper .main-link:hover {
  font-size: 13.1px;
}

.main-notification-new-wrapper .main-link {
  cursor: pointer;
  margin-left: 4px;
  text-decoration: underline;
}

.main-notification-new-wrapper .title {
  font-family: ProximaNova-Bold;
  text-decoration: underline;
}

.main-notification-new-wrapper .separator {
  opacity: 0;
  margin-left: -6px;
}

.use-product-type-button.focus,
.use-product-type-button:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.clearfix,
button.main-button {
  display: inline-block;
}
.sub-header ul li,
.sub-header ul li a {
  line-height: normal;
  letter-spacing: -0.35px;
  color: #fff;
  font-family: ProximaNova-Bold;
  font-weight: 700;
}
table.dataTable tbody td a,
table.dataTable tbody td p {
  line-height: 16px;
  font-stretch: normal;
  font-style: normal;
}
.main-header-page .user-menu,
.status-sign,
.sub-header ul,
table.dataTable tbody td.inline {
  white-space: nowrap;
}
a,
abbr,
acronym,
address,
blockquote,
body,
caption,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
label,
legend,
li,
object,
ol,
p,
pre,
q,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
h3,
h4,
h5,
h6,
p {
  margin-bottom: 10px;
}
* {
  box-sizing: border-box;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
body,
html {
  margin: 0;
  padding: 0;
  height: calc(100% - 55px);
  background-color: #f9f9f9;
}
.head-area,
h1 {
  margin-bottom: 30px;
}
body {
  font-family: Proximanova-Regular;
  font-size: 12px;
}
button.main-button {
  width: auto;
  height: 30px;
  background-color: #4a4a4a;
  border: 0;
  border-radius: 3px;
  font-family: Proximanova-SemiBold;
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  min-width: 150px;
  overflow: hidden;
  outline: 0;
}
button.main-button.disabled {
  cursor: auto;
  color: #e5e5e5;
  background-color: #f9f9f9;
}
.theiaStickySidebar.disabled {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  float: left !important;
  transform: translateY(0) !important;
  width: 100% !important;
  padding: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4a4a4a;
  font-family: Proximanova-SemiBold;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5,
p {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
a img {
  border: none;
}
a {
  color: #363636;
  text-decoration: none;
}
a:hover {
  color: #999;
}
a,
a img,
a:active,
a:visited {
  outline: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.project-highlighted-star-button img.star-off,
.project-highlighted-star-button.on img.star-on,
.project-highlighted-star-button:hover img.star-off-hover,
.styled-input.form-group .stylist-checkbox input:checked ~ .checkmark:after,
.stylist-checkbox input:checked ~ .checkmark:after,
.stylist-checkbox.blue input:checked ~ .checkmark:after,
.sub-header ul li.active .active-border-bottom,
.sub-header ul li:hover .active-border-bottom,
.user-menu-show-bg-shade.show,
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.body-page {
  padding-top: 135px;
  padding-bottom: 40px;
  min-height: calc(100% - 55px);
}
.container {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.main-header-page,
.sub-header {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: fixed;
  overflow: auto;
}
.main-header-page {
  height: 70px;
  background-color: #fff;
  z-index: 250;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  top: 0;
}
.main-header-page::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.main-header-page .logo-area {
  padding-right: 16px;
  position: relative;
  top: -3px;
}
.main-header-page .navbar-area {
  min-height: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  border-left: 1px solid #e5e5e5;
  padding-left: 0;
}
.main-header-page .navbar-area.mobile {
  width: 100%;
  display: none;
}
.main-header-page .navbar-area ul.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.main-header-page .navbar-area ul.navbar li {
  display: inline-block;
  margin-left: 30px;
}
.main-header-page .navbar-area ul.navbar li:first-child {
  margin-left: 20px;
}
.main-header-page .navbar-area ul.navbar li a {
  font-family: Proximanova-SemiBold;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #4a4a4a;
  text-transform: uppercase;
}
.main-header-page .navbar-area ul.navbar li a.active {
  color: #e5e5e5;
}
.main-header-page .user-menu {
  width: auto;
  padding: 5px 0 5px 10px;
  border: 0;
  border-radius: 10px;
  font-family: ProximaNova-Regular;
  font-size: 14px;
  letter-spacing: -0.18px;
  color: #808184;
  margin-left: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.sub-header,
.sub-header ul li a {
  align-items: center;
  display: flex;
  height: 40px;
}
.main-header-page .user-menu .menu {
  margin-left: 15px;
  cursor: pointer;
}
.main-header-page .user-menu .menu > img {
  opacity: 0.3;
}
.main-header-page .user-menu .menu:hover > img {
  opacity: 0.7;
}
.main-header-page .user-menu .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4a4a4a;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.sub-header {
  background: #0039ff;
  top: 70px;
  z-index: 100;
}
.sub-header::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sub-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-header ul li {
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  position: relative;
}
.button-wrapper-under-table .button:last-child,
.head-area .head-info-section ul.project-navigation li:last-child,
.head-area .head-info-section ul.status-project li:last-child,
.sub-header ul li:last-child,
.whos-online-wrapper .whos-online:last-child {
  margin-right: 0;
}
.sub-header ul li a {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
}
.sub-header ul li .active-border-bottom {
  position: absolute;
  width: 100%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  height: 3px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}
.user-menu-show-bg-shade {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 210;
  display: none;
}
.user-menu-detail-wrapper {
  height: auto;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 50px;
  position: relative;
  padding: 20px 20px 10px;
}
.user-menu-detail-wrapper .arrow-up {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  right: 22px;
  top: -15px;
}
.user-menu-detail-wrapper .user-menu-detail-content-wrapper,
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list
  .list-wrapper {
  width: 100%;
}
.user-menu-detail-wrapper .user-menu-detail-content-wrapper .title-wrapper {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .title-wrapper
  p.title {
  width: 100%;
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.6px;
  color: #4a4a4a;
  margin-bottom: 15px;
  white-space: normal;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .title-wrapper
  p.subtitle {
  width: 100%;
  font-family: ProximaNova-SemiBold;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.6px;
  color: #9b9b9b;
  margin-bottom: 15px;
  white-space: normal;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper {
  width: 100%;
  max-height: calc(100vh - 220px);
  overflow: auto;
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list {
  position: relative;
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list.account {
  position: relative;
  cursor: pointer;
  padding: 5px 20px;
  display: flex;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list:hover {
  background-color: #f1f1f1;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list
  .border-bottom {
  width: calc(100% - 40px);
  left: 20px;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 1px;
}
.head-area .head-info-section ul.status-project li.active .off,
.noty_has_timeout .noty_progressbar,
.project-highlighted-star-button img.star-off-hover,
.project-highlighted-star-button img.star-on,
.project-highlighted-star-button.on img.star-off,
.project-highlighted-star-button.on img.star-off-hover,
.project-highlighted-star-button.on:hover img.star-off,
.project-highlighted-star-button.on:hover img.star-off-hover,
.project-highlighted-star-button:hover img.star-off,
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list
  .notification-sign-wrapper.disable
  .notification-sign,
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list:last-child
  .border-bottom,
table.dataTable .sort-custom-arrow span,
table.dataTable .sort-custom-arrow.sorting span.asc,
table.dataTable .sort-custom-arrow.sorting span.desc,
table.dataTable .sort-custom-arrow.sorting_asc span.default,
table.dataTable .sort-custom-arrow.sorting_asc span.desc,
table.dataTable .sort-custom-arrow.sorting_desc span.asc,
table.dataTable .sort-custom-arrow.sorting_desc span.default,
table.dataTable thead .sorting.sort-custom-arrow:after,
table.dataTable thead .sorting_asc.sort-custom-arrow:after,
table.dataTable thead .sorting_desc.sort-custom-arrow:after,
table.dataTable thead th:last-child .white-border-right {
  display: none;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list
  p.title {
  font-family: ProximaNova-SemiBold;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  margin-bottom: 0;
  white-space: normal;
  width: 100%;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list
  p.subtitle {
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  margin-bottom: 0;
  white-space: normal;
  width: 100%;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list
  p.date {
  font-family: ProximaNova-SemiBold;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.09px;
  color: #9b9b9b;
  margin-bottom: 0;
  white-space: normal;
  width: 100%;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list
  .notification-sign-wrapper {
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-menu-detail-wrapper
  .user-menu-detail-content-wrapper
  .notification-list-wrapper
  .notification-list
  .notification-sign-wrapper
  .notification-sign {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #0039ff;
}
.head-area {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 30px;
}
.head-area h1 {
  font-family: Proximanova-Bold;
  font-size: 24px;
  letter-spacing: -0.34px;
  color: #4a4a4a;
  margin: 0;
}
.head-area h1 span,
.modal-styled .modal-header p span {
  font-family: Proximanova-Regular;
}
.head-area .right-area {
  width: auto;
  min-width: 100px;
  height: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.whos-online-wrapper .whos-online {
  padding: 2px 10px;
  font-family: ProximaNova-SemiBold;
  font-size: 12px;
  letter-spacing: -0.09px;
  color: #9b9b9b;
  background-color: #e5e5e5;
  border-radius: 500px;
  margin-right: 5px;
}
.main-content,
.styled-input.form-group .stylist-checkbox input:checked ~ .checkmark,
.styled-input.form-group .stylist-checkbox:hover input ~ .checkmark,
.stylist-checkbox input:checked ~ .checkmark,
.stylist-checkbox.blue:hover input ~ .checkmark,
.stylist-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.head-area.flex-wrap {
  flex-wrap: wrap;
}
.head-area .head-info-section {
  width: 100%;
  display: flex;
  margin-top: 20px;
  min-height: 10px;
  flex-wrap: wrap;
}
.head-area .head-info-section:first-child {
  margin-top: 0;
}
.head-area .head-info-section ul.project-navigation {
  padding: 0;
  list-style: none;
}
.head-area .head-info-section ul.project-navigation li {
  display: inline-flex;
  margin-right: 10px;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  letter-spacing: -0.23px;
  color: #9b9b9b;
  align-items: center;
  cursor: pointer;
}
.head-area .head-info-section ul.project-navigation li:first-child {
  min-width: 130px;
}
.head-area .head-info-section ul.project-navigation li:nth-child(2) {
  min-width: 235px;
}
.head-area .head-info-section ul.project-navigation li.active,
.head-area .head-info-section ul.project-navigation li:hover {
  font-family: ProximaNova-Bold;
  color: #4a4a4a;
}
.head-area .head-info-section ul.project-navigation li .number {
  width: 18px;
  height: 18px;
  background-color: #e5e5e5;
  font-family: ProximaNova-Bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 5px;
  font-size: 12px;
  letter-spacing: -0.17px;
  color: #9b9b9b;
}
.head-area .head-info-section ul.project-navigation li.active .number,
.head-area .head-info-section ul.project-navigation li:hover .number {
  width: 18px;
  height: 18px;
  background-color: #4a4a4a;
  color: #fff;
}
.head-area .head-info-section ul.status-project {
  padding: 0;
  list-style: none;
  display: flex;
}
.head-area .head-info-section ul.status-project li {
  display: inline-flex;
  margin-right: 10px;
  font-family: ProximaNova-SemiBold;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: right;
  color: #4a4a4a;
  align-items: center;
  cursor: pointer;
}
.head-area .head-info-section ul.status-project li img.icon {
  opacity: 0.5;
  margin-right: 2px;
}
.head-area .head-info-section ul.status-project li:hover img.icon {
  opacity: 1;
}
.head-area .head-info-section ul.status-project li .on {
  display: none;
  justify-content: center;
  align-items: center;
}
.head-area .head-info-section ul.status-project li .off {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-area .head-info-section ul.status-project li.active .on {
  display: flex;
}
.main-content {
  width: 100%;
  padding: 30px;
}
.main-content .section {
  width: 100%;
  display: flex;
}
.main-content .section .text-info-area {
  width: 350px;
  padding-top: 25px;
}
.main-content .section .text-info-area p.title {
  width: 350px;
  font-family: ProximaNova-Bold;
  font-size: 20px;
  letter-spacing: -0.25px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.main-content .section .text-info-area p.subtitle {
  font-family: ProximaNova-Regular;
  font-size: 13px;
  line-height: 1.31;
  color: #9b9b9b;
  margin-bottom: 0;
}
.main-content .section .input-area {
  width: calc(100% - 350px - 30px);
  background-color: #f9f9f9;
  right: 0;
  margin-left: auto;
  padding: 30px 30px 10px;
}
.main-content .section .input-area .input-wrapper {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
}
.main-content .section .input-area .input-wrapper .left-area,
.main-content .section .input-area .input-wrapper .right-area {
  width: calc(50% - 2px);
  padding-right: 30px;
  position: relative;
}
.main-content .section .input-area .form-group {
  width: calc(50% - 2px);
  padding-right: 30px;
}
.main-content .section .input-area .input-wrapper .left-area .form-group,
.main-content .section .input-area .input-wrapper .right-area .form-group {
  width: 100%;
  padding-right: 0;
}
.main-content .section .input-area .form-group label {
  font-size: 13px;
  letter-spacing: -0.16px;
  color: #4a4a4a;
}
.dataTables_filter > label,
.main-content .section .input-area .form-group:last-child,
.styled-input.form-group {
  margin-bottom: 20px;
}
.modal-body .styled-input.form-group {
  margin-bottom: 10px;
}
.status-sign {
  padding: 0 10px;
  background-color: #4a4a4a;
  font-family: ProximaNova-SemiBold;
  font-size: 11px;
  line-height: 22px;
  color: #fff;
  display: block;
  float: left;
  border-radius: 3px;
}
.button-wrapper-under-table {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: -5px;
  margin-bottom: 10px;
}
.button-wrapper-under-table .left-area,
.button-wrapper-under-table .right-area {
  width: auto;
  align-items: center;
  display: flex;
}
.button-wrapper-under-table .right-area {
  margin-left: auto;
}
.button-wrapper-under-table .button {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-family: ProximaNova-Bold;
  font-size: 14px;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  cursor: pointer;
}
.button-wrapper-under-table .button img {
  margin-right: 3px;
}
@media (max-width: 992px) {
  .head-area .head-info-section ul.project-navigation li {
    margin-right: 15px;
  }
  .main-content .section .input-area .form-group,
  .main-content .section .input-area .input-wrapper .left-area,
  .main-content .section .input-area .input-wrapper .right-area {
    width: calc(100% - 2px);
  }
  .main-content .section .input-area .input-wrapper .right-area .comments-box {
    width: calc(100% - 2px);
    position: relative;
    float: left;
    bottom: auto;
  }
}
@media (max-width: 768px) {
  .head-area .head-info-section {
    justify-content: left;
  }
  .head-area .head-info-section h1 {
    width: 100%;
    text-align: left;
  }
  .head-area .head-info-section .right-area {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 10px;
  }
  .head-area,
  .main-content .section {
    flex-wrap: wrap;
  }
  .main-content .section .text-info-area {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .main-content .section .input-area,
  .main-content .section .input-area .form-group {
    width: 100%;
  }
  .head-area .head-info-section ul.project-navigation li {
    width: 100%;
    margin-bottom: 10px;
  }
  .head-area h1 {
    width: 100%;
    text-align: center;
  }
  .head-area .right-area {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.styled-input.form-group .stylist-checkbox,
.stylist-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  font-family: ProximaNova-Regular;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: normal;
  color: #4a4a4a;
  min-height: 20px;
  display: flex;
  align-items: center;
}
.styled-input.form-group .stylist-checkbox input,
.stylist-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.styled-input.form-group .stylist-checkbox .checkmark,
.stylist-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 1px;
  border: 1px solid #e5e5e5;
}
.styled-input.form-group .stylist-checkbox .checkmark:after,
.stylist-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid #4a4a4a;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.styled-input.form-group .stylist-checkbox .checkmark.indeterminate:after,
.stylist-checkbox .checkmark.indeterminate:after,
.stylist-checkbox.blue .checkmark.indeterminate:after {
  left: 2px;
  top: 7px;
  width: 14px;
  height: 4px;
  background-color: #4a4a4a;
  border: 0 solid #4a4a4a;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#pageloader_new {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999999999;
  top: 0;
}
#pageloader_new img {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
#pageloader_new .bluprin-loader-new {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 40px;
  height: 16px;
  background: url("../img/bluprin-loading-black.gif") left center no-repeat;
}
@keyframes play {
  100% {
    background-position: -14400px;
  }
}
#noty_layout__topRight {
  width: 250px;
}
.noty_theme__mint.noty_type__alert {
  background-color: red !important;
  border-bottom: 1px solid red !important;
  color: #fff !important;
  font-family: proximanova-semiBold;
}
.noty_theme__mint.noty_type__success {
  background-color: #719b46;
  border-bottom: 1px solid #719b46;
  color: #fff;
  font-family: proximanova-semiBold;
}
.noty_theme__mint.noty_bar .noty_body {
  text-align: center;
}
#noty_layout__bottom,
#noty_layout__bottomCenter,
#noty_layout__bottomLeft,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight,
#noty_layout__top,
#noty_layout__topCenter,
#noty_layout__topLeft,
#noty_layout__topRight,
.noty_layout_mixin {
  z-index: 9999999999999 !important;
}
table.dataTable,
table.dataTable.no-footer {
  border: 0;
  padding-right: 0;
}
table.dataTable thead td,
table.dataTable thead th {
  border: 0;
  padding: 10px 15px;
}
table.dataTable tbody td,
table.dataTable tbody th {
  padding: 15px 15px 10px;
}
table.dataTable tbody td {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: ProximaNova-Regular;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  letter-spacing: -0.1px;
  color: #4a4a4a;
}
table.dataTable tbody td img.other-menu {
  position: relative;
  top: -3px;
}
table.dataTable tbody td a {
  border: 0;
  cursor: pointer;
  font-family: ProximaNova-SemiBold;
  font-size: 12px;
  letter-spacing: -0.1px;
  color: #4a4a4a;
}
table.dataTable tbody td a:hover {
  color: #4a4a4a;
  text-decoration: underline;
}
table.dataTable.table-bordered td,
table.dataTable.table-bordered th {
  border: 0;
}
table.dataTable thead .sort-custom-arrow.sorting,
table.dataTable thead .sort-custom-arrow.sorting_asc,
table.dataTable thead .sort-custom-arrow.sorting_desc {
  background-image: none;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
table.dataTable thead .sort-custom-arrow.sorting:first-child,
table.dataTable thead tr th:first-child {
  border-top-left-radius: 3px;
}
table.dataTable thead .sort-custom-arrow.sorting:last-child,
table.dataTable thead tr th:last-child {
  border-top-right-radius: 3px;
}
table.dataTable thead tr th {
  background-color: #4a4a4a;
  position: relative;
}
table.dataTable .dataTables_wrapper .dataTables_info,
table.dataTable .dataTables_wrapper .dataTables_paginate {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
table.dataTable .sort-custom-arrow.sorting span.default {
  display: inline-block;
  background-image: url("../img/icon/sort_both.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 2px;
  position: relative;
  background-size: contain;
}
table.dataTable .sort-custom-arrow.sorting_asc span.asc {
  display: inline-block;
  background-image: url("../img/icon/sort_asc.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 2px;
  position: relative;
}
table.dataTable .sort-custom-arrow.sorting_desc span.desc {
  display: inline-block;
  background-image: url("../img/icon/sort_desc.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 2px;
  position: relative;
}
table.dataTable thead .protable-color {
  float: left;
  margin-bottom: 0;
  font-size: 14px;
  padding-top: 0;
  font-family: Proximanova-SemiBold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
table.dataTable thead .white-border-right {
  position: absolute;
  height: 20px;
  width: 1px;
  background: #666;
  right: 1px;
  top: 10px;
  display: block;
}
.footer-wrapper .container,
table.dataTable tbody td .other-option-wrapper {
  display: flex;
  align-items: center;
}
table.dataTable tbody td .other-option-wrapper a {
  font-family: ProximaNova-SemiBold;
  opacity: 0.5;
  color: #4a4a4a;
  border-bottom: 0;
}
table.dataTable tbody td .other-option-wrapper a:hover {
  opacity: 1;
  color: #4a4a4a;
}
table.dataTable tbody td .other-option-wrapper img.other-menu {
  cursor: pointer;
}
table.dataTable tbody td img.collaborator-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
table.dataTable tbody td p {
  font-family: ProximaNova-Regular;
  font-size: 12px;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  margin-bottom: 0;
  margin-top: 2px;
}
.dataTables_length > label > select {
  padding-left: 5px;
  margin-left: 5px;
}
.new-table-container .new-table-wrapper {
  width: calc(100% + 0px);
  overflow: auto;
  left: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
}
@media (max-width: 640px) {
  .new-table-container .dataTables_length > label {
    margin-bottom: 5px !important;
  }
  .dataTables_filter > label {
    margin-bottom: 20px;
  }
}
.dataTables_wrapper .dataTables_length {
  float: left !important;
}
.dataTables_wrapper .dataTables_filter {
  float: right !important;
  margin-top: 0;
}
.new-table-container .new-table-wrapper .new-table-wrapper-child {
  padding-right: 0;
}
.webui-popover {
  z-index: 80;
}
.webui-popover-other-menu {
  background-color: #4a4a4a;
  border: 0;
  border-radius: 3px;
  right: auto;
  padding: 15px 0;
}
.webui-popover-more-collaborator .webui-popover-content,
.webui-popover-other-menu .webui-popover-content {
  padding: 0;
}
.webui-popover-more-collaborator p.title,
.webui-popover-other-menu p.title {
  font-family: Proximanova-SemiBold;
  font-size: 14px;
  color: #fff;
  line-height: 15px;
}
.webui-popover-more-collaborator p.subtitle,
.webui-popover-other-menu p.subtitle {
  font-family: Proximanova-SemiBold;
  font-size: 12px;
  color: #ababab;
  margin-bottom: 0;
  line-height: 15px;
}
.webui-popover-more-collaborator .webui-popover-content ul,
.webui-popover-other-menu .webui-popover-content ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
.webui-popover-other-menu .webui-popover-content ul li {
  width: 100%;
  display: block;
  color: #fff;
  font-family: Proximanova-Regular;
  font-size: 14px;
  height: 27px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.webui-popover-other-menu .webui-popover-content ul li:hover {
  font-family: Proximanova-SemiBold;
  background-color: #5b5b5b;
  text-decoration: none;
}
.webui-popover-other-menu .webui-popover-content ul li a {
  width: 100%;
  display: block;
  color: #fff;
  font-family: Proximanova-Regular;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}
.webui-popover-other-menu .webui-popover-content ul li a:hover {
  font-family: Proximanova-SemiBold;
  text-decoration: none;
}
.webui-popover-more-collaborator.bottom-left > .webui-arrow:after,
.webui-popover-more-collaborator.bottom-right > .webui-arrow:after,
.webui-popover-more-collaborator.bottom > .webui-arrow:after,
.webui-popover-other-menu.bottom-left > .webui-arrow:after,
.webui-popover-other-menu.bottom-right > .webui-arrow:after,
.webui-popover-other-menu.bottom > .webui-arrow:after {
  border-bottom-color: #4a4a4a;
}
.webui-popover-more-collaborator.top-left > .webui-arrow:after,
.webui-popover-more-collaborator.top-right > .webui-arrow:after,
.webui-popover-more-collaborator.top > .webui-arrow:after,
.webui-popover-other-menu.top-left > .webui-arrow:after,
.webui-popover-other-menu.top-right > .webui-arrow:after,
.webui-popover-other-menu.top > .webui-arrow:after {
  border-top-color: #4a4a4a;
}
.webui-popover-more-collaborator-item,
.webui-popover-other-menu-item {
  min-height: 0;
  margin-top: -5px !important;
  max-width: 127px;
}
.webui-popover-more-collaborator-item .webui-popover-content,
.webui-popover-other-menu-item .webui-popover-content {
  padding: 5px;
}
.webui-popover-more-collaborator-item p,
.webui-popover-other-menu-item p {
  font-family: Proximanova-SemiBold;
  font-size: 10px;
  color: #4a4a4a;
  margin-bottom: 0;
  line-height: 12px;
}
.webui-popover-other-menu .webui-popover-content ul.folder-option-list li {
  width: 100%;
  height: 25px;
  font-family: ProximaNova-regular;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.webui-popover-other-menu
  .webui-popover-content
  ul.folder-option-list
  li:hover {
  background-color: #5b5b5b;
  color: #fff;
  font-family: ProximaNova-SemiBold;
}
.webui-popover-more-collaborator {
  background-color: #4a4a4a;
  border: 0;
  border-radius: 3px;
  right: auto;
  padding: 15px 0;
  max-width: 200px;
}
.webui-popover-more-collaborator .webui-popover-content > p {
  font-size: 13px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 14px;
  font-family: Proximanova-SemiBold;
  color: #fff;
}
.styled-input.form-group input,
.styled-input.form-group textarea {
  width: 100%;
  margin: 5px 0 0;
  padding-left: 10px;
  background-color: #fff;
}
.styled-input.form-group label,
.stylist-checkbox.blue {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.webui-popover-more-collaborator .webui-popover-content ul li {
  width: 100%;
  display: block;
  color: #fff;
  font-family: Proximanova-Regular;
  font-size: 14px;
  padding: 5px 20px;
  line-height: 15px;
}
.webui-popover-more-collaborator .webui-popover-content ul li.title {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 15px;
  font-family: Proximanova-SemiBold;
  font-size: 16px;
}
.webui-popover-more-collaborator .webui-popover-content ul li a {
  width: 100%;
  display: block;
  color: #fff;
  font-family: Proximanova-Regular;
  font-size: 14px;
  line-height: 15px;
}
.webui-popover-more-collaborator.webui-popover.top-left > .webui-arrow,
.webui-popover-more-collaborator.webui-popover.top-right > .webui-arrow,
.webui-popover-more-collaborator.webui-popover.top > .webui-arrow {
  margin-left: -10;
}
.styled-input.form-group:last-child {
  margin-bottom: 0;
}
.styled-input.form-group label {
  width: 100%;
  font-family: ProximaNova-Bold;
  font-size: 14px;
  letter-spacing: -0.18px;
  color: #4a4a4a;
}
.select2-wrapper,
.styled-input.form-group input,
.styled-input.form-group p.error-styled-input,
.styled-input.form-group textarea {
  font-family: Proximanova-Regular;
  font-size: 14px;
}
.styled-input.form-group input {
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #4a4a4a;
  padding-right: 10px;
}
.styled-input.form-group input:disabled {
  background-color: #f1f1f1;
  color: #9b9b9b;
}
.styled-input.form-group input::placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.styled-input.form-group input:-ms-input-placeholder {
  color: #9b9b9b;
}
.styled-input.form-group input::-ms-input-placeholder {
  color: #9b9b9b;
}
.styled-input.form-group textarea {
  min-height: 100px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #4a4a4a;
  resize: none;
  display: block;
}
.styled-input.form-group textarea::placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.styled-input.form-group textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
.styled-input.form-group textarea::-ms-input-placeholder {
  color: #9b9b9b;
}
.styled-input.form-group p.error-styled-input {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
}
.stylist-checkbox.blue {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  font-family: ProximaNova-Regular;
  font-size: 13px;
  letter-spacing: -0.16px;
  color: #4a4a4a;
  padding-top: 2px;
}
.stylist-checkbox.blue .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
.stylist-checkbox.blue input:checked ~ .checkmark {
  background-color: #0039ff;
  border: 0;
}
.stylist-checkbox.blue .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-styled .modal-content {
  border: 0;
  border-radius: 3px;
}
.modal-styled .modal-header {
  padding: 0 30px;
  border-bottom: 0;
}
.modal-styled .modal-header p {
  font-family: Proximanova-Bold;
  font-size: 24px;
  line-height: 1.04;
  letter-spacing: -0.6px;
  color: #4a4a4a;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.main-title-wrapper h1 span,
.main-title-wrapper p.subtitle {
  font-family: ProximaNova-Regular;
}
.main-title-wrapper .progress-wrapper .progress-box,
.main-title-wrapper button,
.main-title-wrapper h1,
.main-title-wrapper p.subtitle {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.modal-styled .modal-header .close-pro-pop {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 3px;
  cursor: pointer;
}
.modal-styled .modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.main-title-wrapper button,
.select2-wrapper .select2-search--dropdown {
  padding-left: 10px;
  padding-right: 10px;
}
.select2-wrapper {
  color: #4a4a4a;
  margin-top: 5px;
}
.select2-wrapper
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e5e5e5;
  color: #4a4a4a;
  font-family: Proximanova-SemiBold;
  white-space: normal;
  line-height: 14px;
}
.select2-wrapper select {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.select2-wrapper .select2-results__option {
  padding: 10px;
  white-space: normal;
  line-height: 14px;
}
.select2-wrapper .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 40px;
}
.select2-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  padding-left: 10px;
  padding-right: 30px;
}
.select2-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  width: 30px;
}
.select2-wrapper
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  height: 30px;
  background-color: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  outline: 0;
  margin-bottom: 5px;
}
.select2-wrapper .select2-dropdown {
  border: 1px solid #e5e5e5;
}
.select2-wrapper
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-wrapper
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.select2-wrapper
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #ababab;
}
.select2-wrapper
  .select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ababab;
}
.new-table-container .new-table-wrapper.no-padding {
  width: 100%;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}
.new-table-container .new-table-wrapper.no-padding table.dataTable.no-footer {
  padding-left: 0;
  padding-right: 0;
}
.project-highlighted-star-button {
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
  margin-right: 0;
  top: 0;
  cursor: pointer;
  opacity: 1;
  margin-top: -3px;
}
.project-highlighted-star-button img {
  position: absolute;
  width: 20px;
  height: 20px;
  object-fit: fill;
}
.main-title-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  min-height: 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.main-title-wrapper .sidebar-toggle-button {
  position: absolute;
  width: 30px;
  height: 30px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #0039ff;
  z-index: 1;
  cursor: pointer;
  left: 0;
}
.main-title-wrapper h1 {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  letter-spacing: -0.6px;
  color: #4a4a4a;
  position: relative;
  margin: 0;
}
.main-title-wrapper p.subtitle {
  font-size: 14px;
  letter-spacing: -0.18px;
  color: #4a4a4a;
  margin: 5px 0 0 20px;
}
.main-title-wrapper p.subtitle span {
  font-family: ProximaNova-Bold;
  cursor: pointer;
  text-decoration: underline;
}
.main-title-wrapper .show-archived-wrapper {
  margin-left: auto;
}
.main-title-wrapper button {
  width: auto;
  height: 34px;
  background-color: #4a4a4a;
  border: 0;
  border-radius: 3px;
  font-family: Proximanova-SemiBold;
  font-size: 14px;
  color: #fff;
  margin-left: 3px;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
  letter-spacing: normal;
}
.main-title-wrapper .progress-wrapper {
  width: auto;
  height: 30px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.main-title-wrapper .progress-wrapper .progress-box {
  width: auto;
  height: 30px;
  font-family: ProximaNova-Bold;
  font-size: 12px;
  letter-spacing: -0.15px;
  text-align: center;
  color: #9b9b9b;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 17px;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-title-wrapper .progress-wrapper .progress-box.selected,
.main-title-wrapper .progress-wrapper .progress-box.selected:hover {
  background-color: #4a4a4a;
  color: #fff;
}
.main-title-wrapper .progress-wrapper .progress-box.active {
  cursor: auto;
  background-color: #0039ff;
  color: #fff;
}
.main-title-wrapper .progress-wrapper .progress-box:hover {
  background-color: #0039ff;
  color: #fff;
}
.main-title-wrapper .progress-wrapper .line {
  width: 20px;
  height: 2px;
  background-color: #e5e5e5;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-title-wrapper {
    margin-bottom: 20px;
  }
  .main-title-wrapper .sidebar-toggle-button {
    width: 25px;
    height: 30px;
  }
}
.footer-wrapper {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  border-top: 3px solid #e8e8eb;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.footer-wrapper .footer-text-left {
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.35px;
  color: #9b9b9b;
  margin-bottom: 0;
}
.footer-wrapper .button-step,
.footer-wrapper .footer-text-right {
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.footer-wrapper .footer-text-right {
  font-family: ProximaNova-SemiBold;
  letter-spacing: -0.1px;
  color: #bdbdbf;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 20px;
}
.footer-wrapper .button-step {
  width: 150px;
  height: 30px;
  border-radius: 6px;
  border: 0;
  font-family: ProximaNova-Bold;
  letter-spacing: -0.09px;
  color: #fff;
  margin-left: 10px;
  background-color: #0039ff;
  cursor: pointer;
}
.footer-wrapper .button-step.disabled {
  background-color: #dedbde;
  color: #4a4a4a;
  cursor: auto;
}
