* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'MontserratRegular';
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf')format('truetype');
}

body {
  background-color: #f8f9fa;
}

.main_content {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 1px 3px #d4d4d4;
  border-radius: 10px;
}

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

.nav-item {
  padding-left: 10px;
}

.container {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: calc(98% - 35px);
}

.left-menu ul {
  padding-left: 0px;
  list-style-type: none;
  text-align: left;
}

/* Left menu style */
.left-menu {
  border-radius: 10px;
  list-style: none;
  /* remove bullets from the list */
}

/* Left menu link style */
.left-menu a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* Left menu link hover style */
.left-menu a:hover {
  background-color: #ebeef0;
  border-radius: 5px;
}

/* Left menu active link style */
.left-menu .active {
  background-color: #ebeef0;
  font-weight: bold;
}

/* Icon style */
.icon {
  margin: 0;
  font-size: 14px;
  height: auto;
  margin-right: 10px;
}

.dashboard-logo-text {
  font-weight: bold;
}

.dropdownRightZiro {
  right: 0 !important;
  left: inherit;

}

.input-group-text {
  border: none;
}

.searchBoxBg {
  background: #e9ecef !important;
  border: none !important;
  font-size: 13px !important;
}


.searchBoxBg:focus {
  color: #999a9b !important;
  background-color: #e9ecef !important;
  border: #c7c7c7 !important;
  font-size: 13px !important;
  outline: 0;
  box-shadow: none !important;
}

.form-control:focus {
  color: #000 !important;
  outline: 0;
  box-shadow: none !important;
  background-color: white;
  border: 1px solid #efebeb;
}

/* Main Module Menu desigh  */
.main_module_box {
  margin-bottom: 12px;
  padding: 10px;
}

.main_module_box a {
  font-size: 16px;
  color: #434343;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}

.main_module_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_module_box ul li {
  float: none;
}

.main_module_box a i {
  color: #7f7f7f;
  margin-right: 0;
  width: 30px;
  height: 28px;
  margin-left: 12px;
  position: relative;
  top: -3px;
  text-align: center;
  padding-top: 7px;
  background-color: #f4f5f6;
  border-radius: 5px;
}

.main_module_box a i.icon {
  font-size: 7px;
  margin-right: 5px;
}

.main_module_box ul li a {
  text-decoration: none;
  color: #575757;
  font-weight: normal;
  line-height: 20px;
}

.main_module_box.dashboard-space a {
  display: flex;
  font-size: var(--text-md);
  padding: 4px;
  margin-left: -4px;
  margin-bottom: 4px;
  border-radius: var(--border-radius-md);
  cursor: pointer;
  text-decoration: none;
  color: #575757;
  font-weight: normal;
  line-height: 20px;
}

.main_module_box.dashboard-space a i.icon {
  font-size: 5px;
  margin-right: 5px;
}

.main_module_box.dashboard-space {
  padding: 0;
  margin: 0;
}

.main_module_box.dashboard-space a:hover {
  color: #203040;
  background-color: transparent;
}

.main_module_box.dashboard-space a:hover i {
  color: #203040;
  background-color: #c0c6cc;
}

.main_module_box.dashboard-space a i {
  color: #7f7f7f;
  margin-right: 0;
  width: 30px;
  height: 28px;
  margin-left: 12px;
  position: relative;
  top: 0px;
  text-align: center;
  padding-top: 7px;
  background-color: #f4f5f6;
  border-radius: 5px;
}

.main_module_box ul li a i {
  color: #7f7f7f;
  margin-right: 0;
  width: 30px;
  height: 28px;
  margin-left: 12px;
  position: relative;
  top: 0px;
  text-align: center;
  padding-top: 7px;
  background-color: #f4f5f6;
  border-radius: 5px;
}

.main_content .main_module_box a i,
.main_content .main_module_box ul li a i {
  width: 22px;
  height: 21px;
  padding-top: 8px;
  margin-left: 0;
}

.main_content .main_module_box ul li a i.fa-circle-dot {
  font-size: 8px;
  padding-top: 7px;
  margin-right: 5px;
}

.main_content .main_module_box ul li .icon {
  font-size: 5px;
  margin-right: 5px;
}

.main_module_box ul li a:hover {
  color: #203040;
  background-color: transparent;
}

.main_module_box ul li a:hover i {
  color: #203040;
  background-color: #c0c6cc;
}

.main_module_box ul li a span {
  background-color: #f4f5f6;
  padding: 4px 8px;
  border-radius: 5px;
  padding-top: 2px;
}

/* End Module Menu design  */


.comment-box {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.comment-box form {
  margin-bottom: 10px;
}

.comment-box label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.comment-box input[type="text"],
.comment-box textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.comment-box button[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}

.comment-box button[type="submit"]:hover {
  background-color: #45a049;
}

.comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comment-list li {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}

.comment-list h4 {
  margin: 0;
  font-size: 16px;
}

.comment-list p {
  margin: 10px 0;
}

.comment-list small {
  display: block;
  font-style: italic;
  font-size: 12px;
}

.list_page_default_header {
  margin-bottom: 7px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.list_page_default_header h4 {
  float: left;
  font-size: 18px;
  color: #717171;
}

.list_page_default_header_with_border {
  margin-bottom: 7px;
  overflow: hidden;
  border-bottom: 1px solid #efebeb;
  padding-bottom: 10px;
}

.list_page_default_header_with_border h4 {
  float: left;
  font-size: 18px;
  color: #717171;
  margin-top: 4px;
  margin-bottom: 0px;
}

.list_top_filter {
  width: 70%;
  float: right;
}

.list_top_filter .list_page_select_box {
  width: 200px;
  float: right;
  margin-right: 5px;
  padding: 3px 8px !important;
  height: auto;
  font-size: 15px;

}

.list_top_filter button {
  border: 1px solid #ccc;
  float: right;
  margin-right: 5px;
  background: #ffffff;
  padding: 4px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #cdcccc;
  font-size: 13.5px;
}

.list_top_filter button:focus {
  outline: none;
}

.list_top_filter a {
  float: right;
  padding: 4px 11px !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: none;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}


@media screen and (min-width:1440px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width:1600px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width:1800px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width:500px) {
  .list_top_filter {
    width: 100%
  }

  .list_top_filter .list_page_select_box {
    width: 150px;
  }
}

@media screen and (max-width:700px) {
  .list_top_filter {
    width: 100%
  }

  .list_top_filter .list_page_select_box {
    width: 170px;
    float: right;
    margin-right: 5px;
  }
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #efebeb !important;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgb(174 173 173 / 8%) !important;
}

.table a {
  color: #203040;
  font-weight: 500;
}

.table tr th {
  font-size: 13.2px;
  padding: 9px;
  border-bottom: 1px solid #efebeb !important;
  color: #646464;
  font-weight: 500;
}

.table tr td {
  font-size: 13.2px;
  padding: 9px;
  border-top: 1px solid #f1f1f1 !important;
}

.active_status {
  background-color: #c5f5ce;
  padding: 3px 9px;
  border-radius: 3px;
  color: #0e4110;
}

.inactive_status {
  background-color: #f59b9b;
  padding: 3px 9px;
  border-radius: 3px;
  color: #421111;
}

.list_top_filter .btn {
  font-size: 13px !important;
}

.list_top_filter .dropdown-item {
  font-size: 13px;
}

label {
  display: inline-block;
  margin-bottom: 3px !important;
  font-size: 13px !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 7px;
  font-size: 13px;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #efebeb;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

/* #accordion .card{
    border: 1px solid rgb(144 144 144 / 26%) !important;
    border-radius: 0.25rem;
    border-bottom: none !important;
}
#accordion .card:first-child {
    border: 1px solid rgb(144 144 144 / 26%) !important;
} */
#accordion .card-header {
  padding: 9px 9px;
  margin-bottom: 0;
  background-color: white !important;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 99;
}

.nav-head .container {
  background-color: transparent;
}

.nav-head {
  height: 75px;
  z-index: 9;
  top: 0px;
  transition: .8s top;
}

.nav-bar {
  justify-content: space-between;
  margin-top: 10px;
}

.nav-head.drop-shadow {
  background-color: white;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  margin-bottom: 5px;
  top: 70px;
  transition: .8s top;
}

.nav-head-top {
  display: flex;
  padding-left: 8px;
}

.taggle-menu {
  cursor: pointer;
  margin-right: 8px;
}

.nav-head-top h3 {
  cursor: pointer;
  margin-bottom: 0;
  max-width: 500px;
  font-size: 1.25rem;
}

.nav-head-top span {
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 6px;
  font-weight: 500;
  height: 24px;
  background: #fff5f0;
  line-height: 18px;
  margin-top: 2px;
  margin-left: 5px;
  position: relative;
  padding-left: 16px;
}

.nav-head-top span::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #cb5a2a;
  position: absolute;
  top: 11px;
  left: 8px;
  border-radius: 3px;
}

.nav-bar button:hover,
.nav-bar button {
  background: #2eacce;
  color: white;
  border: 0;
  padding: 0.175rem 0.75rem 0.375rem;
}

.leave-content .form-group p,
.leave-content .form-group span,
.leave-content .form-group label {
  font-size: 12px !important;
}

.leave-content .form-group input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #c0c6cc;
  box-shadow: 0 1px 2px #0000001a;
  position: relative;
  top: 3px;
}

.leave-content .right-box .form-group {
  margin-bottom: 1rem;
}

.leave-br {
  border-top: 1px solid #f4f5f6;
}

.leave-br .form-group p {
  font-size: 13px !important;
}

.holidays-box {
  display: none;
  margin-top: 10px;
}

#encashment,
#earned-leave {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.leave-br .form-group {
  margin-bottom: 0px;
  padding: 15px 0;
}

.area-box {
  /* transition: height 0.35s ease-in-out; */
  overflow: hidden;
  padding-top: 8px;
}

/* .area-box.active {
  height: auto !important;
} */
.action-box .fa-angle-up {
  display: none;
}

.action-box.active .fa-angle-down {
  display: none;
}

.action-box.active .fa-angle-up {
  display: inline-block;
}

.area-box:not(.active) {
  display: none;
}

.sub-title {
  cursor: pointer;
  font-weight: 500;
}

/* .sub-title.active {
  padding-bottom: 8px;
} */

.parents-box {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.leave-content .row:last-child .parents-box {
  border-bottom: 1px solid #d8d8d8;
}

.comment-info-box textarea {
  background-color: #f4f5f6;
  padding: 20px;
  margin-top: 10px;
}

.comment-info .comment-title {
  padding-top: 15px;
}

.leave-status select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.leave-status select.form-control {
  font-size: 12px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ebeef021;
}

.nav-box {
  width: 100%;
}

.form-tabs-list .form-tabs .nav-item .nav-link {
  color: #505a62;
  padding: 8px 0;
  margin: 0 15px;
  padding-top: 0px;
}

.form-tabs-list .nav-item {
  padding-left: 0px;
}

.details-body {
  margin-top: 8px;
}

.details-body input[type=checkbox] {
  position: relative;
  top: 2px;
}

.details-body .form-group label {
  display: block;
}

.details-body .form-group .checkbox-box label {
  margin-bottom: 1rem !important;
}

.details-body ::placeholder {
  color: #1f272e;
}

.awesomplete {
  display: block;
}

.awesomplete>ul:before {
  padding: 0;
  top: 0;
}

.awesomplete>ul {
  border-radius: 1px;
  margin: 0;
  background: hsla(0, 0%, 100%, 1);
  background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, 1));
  border: 0px solid rgba(0, 0, 0, .3);
  text-shadow: none;
  border: 0;
  box-shadow: 0px 1px 0px 1px #0000001a;
  transition: none;
  transform-origin: initial;
}

#toutors.hide {
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.awesomplete>input {
  outline: none;
  border: 1px solid #efebeb;
}

.awesomplete li {
  outline: none;
}

.awesomplete>ul>li:hover {
  outline: none;
}

.awesomplete li mark {
  background: transparent;
}

.awesomplete li:hover mark {
  background: transparent;
}

.awesomplete li[aria-selected="true"] mark {
  background: transparent;
  color: inherit;
}

.search-menu-list {
  padding: 0;
  justify-content: end;
  /* background-color: #e9ecef !important;
  border-radius: 5px; */
}

.search-menu-list .awesomplete {
  width: 100%
}

.search-menu-list .awesomplete .search-menu {
  background: url(/media/icon/search-icon.svg) !important;
  background-size: 12px !important;
  background-repeat: no-repeat !important;
  background-position: 11px 12px !important;
  text-indent: 25px;
}

.search-menu-list .searchBoxBg {
  background: url(/static/Images/icons/search-icon.png) !important;
  background-size: 13px !important;
  background-repeat: no-repeat !important;
  background-position: 95% 12px !important;
  text-indent: 15px;
  line-height: 38px;
  height: 38px;
  border-radius: 19px !important;
}

.search-menu-list .searchBoxBg:active,
.search-menu-list .searchBoxBg:focus {
  /* background-color: #ffffff !important; */
  background-color: transparent !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /* box-shadow: 0px 1px 6px rgb(17 43 66 / 8%), 0px 1px 4px rgb(17 43 66 / 10%) !important; */
  box-shadow: none;
}

.search-menu-list .search-menu-box:focus-within {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 1px #efebeb;
}

.search-menu-box {
  max-width: 300px;
  width: 100%;
  position: relative;
  border: 1px solid #efebeb;
  border-radius: 19px;
  height: 38px;
}

.search-menu-list .input-group-prepend {
  width: 100%;
}

.search-menu-list span.input-group-text {
  position: absolute;
  left: 0;
  top: 6px;
}

.search-menu-list .input-group-prepend {
  width: 100%;
}

.messages {
  list-style-type: none;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 1.2em;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 30px;
}

.messages li {
  margin: 5px 0;
  padding: 10px;
  border-radius: 5px;
}

.messages .success {
  background-color: #b8e986;
  color: #fff;
}

.messages .error {
  background-color: #e74c3c;
  color: #fff;
}

.messages .warning {
  background-color: #f39c12;
  color: #fff;
}

.messages .info {
  background-color: #3498db;
  color: #fff;
}

.employee-content .list_page_default_header {
  border-bottom: 1px solid #f1f1f1;
}

.employee-content .list_page_default_header h4 {
  margin-bottom: 8px;
  line-height: 25px;
}

span.yes,
span.no {
  color: white;
  border-radius: 24px;
  padding: 3px 10px;
  text-align: center;
  font-size: 12px;
  height: 25px;
  display: block;
  width: 60px;
}

span.yes {
  background-color: #3ab54a;
}

span.no {
  background-color: #FD493D;
}

.sales-order-area h4 {
  font-size: 15px;
  text-shadow: 0 0 1px #6464642e;
  color: #000000;
  font-family: 'MontserratSemiBold';
  line-height: 21px;
  padding-left: 8px;
  margin-bottom: 10px;
}

.stock-transfer tr th:first-child input,
.stock-transfer tr td:first-child input {
  margin-top: 5px;
}

.sales-order-area .stock-data,
.stock-transfer .stock-data {
  border: 0;
  padding: 0 7px;
  outline: none;
  height: calc(1.5em + 0.4rem + 2px);
  line-height: 22px;
}

.sales-order-area tr td,
.stock-transfer tr td {
  padding: 5px 3px;
}

.stock-transfer tr th:first-child,
.stock-transfer tr td:first-child {
  padding: 5px 9px;
  text-align: center;
}

.sales-order-area .checked-box {
  padding: 5px 9px;
  text-align: center;
}

.sales-order-area tr th:first-child,
.stock-transfer tr th:first-child {
  vertical-align: middle;
}

.stock-transfer tfoot tr td:first-child {
  text-align: left;
}

.sales-order-area .table-shadow {
  box-shadow: 0px 2px 6px #0000000d;
  margin-bottom: 30px;
}

.sales-order-area table tr td {
  border-top: 1px solid #f1f1f1 !important;
}

.btn-default1 {
  background-color: #f4f5f6;
  color: #1f272e;
}

.btn-danger1,
.btn-default1 {
  border: 0 !important;
  border-radius: 5px !important;
  outline: none !important;
  font-size: 13px !important;
  padding: 3px 13px 7px !important;
  line-height: 16px !important;
  margin: 4px 5px !important;
}

.btn-default1 {
  background-color: #f4f5f6;
}

.btn-default1:hover {
  background-color: #c0c6cc;
}

.btn-danger1 {
  color: white;
  background-color: #E24C4C;
}

.btn-danger1:hover {
  background-color: #ec645e;
  color: white;
}

.erp-user-box.active {
  display: block;
}

html,
body {
  height: 100%;
}

.select2-dropdown--below {
  /* top: -1.6rem;  */
  top: -35.5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 1px;
}

.select2-container .select2-selection--single {
  height: 38px;
  padding: 4px;
  border-radius: 19px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single {
  border: 1px solid #efebeb;
}

.select2-container {
  width: inherit !important;
  display: block;
}

.select2-container--default .select2-results__option[aria-selected=true] {

  background-color: #5897fb;
  color: white;

}

/* .select2-container--default li:first-child.select2-results__option,
  .select2-container--default li:first-child.select2-results__option[aria-selected=true]{
    background-color: #ddd0;
    cursor: inherit;
  } */
/* ul.select2-results__options li:first-child {
    padding-top: 15px;
    background-color: #ddd0;
  } */
.main_container {
  margin-top: 70px;
  background-color: #FFF6F6;
}

.table th,
.table td {
  border-top: 0px solid #efebeb !important;
}

.breadcrumbs-search {
  display: flex;
  justify-content: space-between;
}

.breadcrumbs-search .artist_filter {
  width: 230px;
}

.search-in-page input {
  width: 100%;
  height: 38px;
  border: 1px solid #efebeb;
  border-radius: 24px;
  outline: none;
  padding-left: 18px;
  padding-right: 28px;
  background-color: #fff;
  background-image: url(/static/Images/icons/search-icon.png) !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 12px;
}

.artist-art-body {
  width: 100%;
}

.artist-art-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0px;
}

.general-tab.artist-box ul {
  justify-content: start;
}

.general-tab.artist-box ul li a {
  margin: 0 5px;
}

.signed .upload-file {
  width: 210px;
  margin: 0 auto;
  margin-top: 0;
  position: relative;
  height: 40px;
  top: 0;
}

.signed .upload-file a {
  text-decoration: none;
}

span.upload-signed-box {
  border: 1px solid #fd7fa9;
  border-radius: 24px;
  background-color: white;
  display: block;
  height: 40px;
  line-height: 40px;
}

.upload-file input {
  position: absolute;
  top: -1px;
  left: 0;
  height: 40px;
  padding: 10px;
  width: 210px;
  opacity: 0;
}

.artist-artwork .artist-edit-button {
  position: absolute;
  right: 50px;
  z-index: 1;
}

.artist-artwork .basic-box-label {
  margin-bottom: 40px;
}

.signed-view {
  position: absolute;
  right: 50px;
}

.task-manage .task-box {
  width: 100%;
}

.sales-order-status .remark_send_sms {
  width: 302px;
  border-radius: 24px;
  border: 1px solid #ddd;
  height: 38px;
  margin: 0 20px;
  padding: 0 15px;
  outline: none;
}

.sales-order-status .send_customer_check span {
  font-family: 'MontserratRegular';
}

.sales-order-status .send_customer_check input {
  position: relative;
  top: 3px;
}

.navbar .link-notify-item {
  position: relative;
}

.notify-box {
  display: none;
  position: absolute;
  right: -70px;
  background-color: white;
  padding: 10px 0px;
  padding-bottom: 20px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
  width: 502px;
  top: 30px;
  border-radius: 5px;
}

.notify-box .notify-head {
  padding: 0 20px;
}

.notify-head ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D2D4D4;
}

.notify-head ul li {
  font-size: 18px;
  font-family: 'MontserratSemiBold';
  font-weight: normal;
  text-shadow: 0 0px 1px rgb(0 0 0 / 40%);
  color: #000000;
}

.notify-head ul li a {
  font-size: 14px;
  font-family: 'MontserratRegular';
  text-decoration: underline;
  color: #000000;
}

.notify-head ul .unread {
  font-weight: bold;
}

.notify-body ul {
  list-style: none;
}

.notify-body span.dropdown-item-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c0c6cc;
}

.notify-body a.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'MontserratRegular';
}

.notify-body a.dropdown-item.unread {
  background-color: #dfe5eb;
  font-weight: bold;
}

.notify-message span.date-time,
.notify-body a span.date-time {
  font-size: 12px;
  display: inline-block;
  margin: 3px 0px;
  padding-top: 3px;
  opacity: .9;
  color: #595959;
}

.notify-body a.dropdown-item:active {
  background-color: transparent;
  color: black;
}

span.dropdown-item-desc {
  width: calc(100% - 50px);
  overflow: hidden;
  display: block;
  font-size: 13px;
}

span.notify-count {
  position: absolute;
  height: 14px;
  background-color: #e83e8c;
  color: white;
  border-radius: 50%;
  display: flex;
  top: -7px;
  right: -6px;
  font-size: 10px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 3px 4px;
}

.notify-body {
  width: 100%;
  min-height: 150px;
  overflow-y: auto;
  max-height: 500px;
  scrollbar-color: #C5C5C5 #ebeef057;
}

.notify-body .empty {
  text-align: center;
  margin-bottom: 15px;
  opacity: .6;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'MontserratRegular';
}

.circle .less-letter {
  padding: 6px;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  font-family: 'MontserratRegular';
  color: #000000;
  background-color: #C8EAEB;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}

.notify-body ul li a:hover {
  text-decoration: none;
}

.notify-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.notify-box .notify-item {
  padding: 0 20px;
  padding-top: 10px;
}

.notify-item span.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: 'MontserratRegular';
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}

.notify-text {
  padding-right: 20px;
  width: 100%;
}

.notify-text h4 {
  margin-bottom: 7px;
  text-decoration: underline;
  padding-bottom: 0px;
  font-family: 'MontserratSemiBold';
  font-size: 13px;
}

.notify-text p {
  font-size: 13px;
  line-height: 13px;
  font-family: 'MontserratRegular';
  color: #000;
  margin-bottom: 5px;
}

.notify-circle {
  margin-right: 10px;
  position: relative;
}

.circle .color1 {
  color: #ffffff;
  background-color: #FD7FA9;
}

.circle .color2 {
  color: #000000;
  background-color: #C8EAEB;
}

.circle .color3 {
  color: #000000;
  background-color: #F3D0D7;
}

.notify-body ul li {
  border-bottom: 1px solid #d4e2e38a;
}

.notify-body ul li:hover {
  background-color: #f2f2f2;
}

.notify-body ul li:last-child {
  margin-bottom: 0px;
}

.notification-list {
  /* border-top: 1px solid #707070; */
  padding-top: 0;
}

.notification-list .notify-text {
  width: 100%;
}

.notification-list .check-box input.notify-check {
  position: relative;
  top: 10px;
  left: 3px;
}

.notification-list .check-box {
  align-items: flex-start;
  margin-right: 20px;
  height: auto;
}

.notification-list img.view_eye,
.notification-list a img.view_eye {
  width: 18px;
  position: relative;
  top: -1px;
}

.notification-list .view_button {
  cursor: pointer;
}

.notification-list a:hover {
  text-decoration: none;
}

.notify-button {
  display: flex;
  width: 110px;
  justify-content: end;
}

.notification-list .notify-button span.close {
  top: 6px;
  right: 0;
}

.notifications-box {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 30px 0px;
  border: 1px solid #efebeb !important;
  border-radius: 24px;
  padding-bottom: 20px;
}

.notification-list .notify-body {
  min-height: 100%;
  overflow-y: auto;
  max-height: 100%;
}

.notifications-box .filter-employee {
  padding: 0px 50px;
}

.notifications-box .notify-hr {
  padding: 0px 50px;
}

.notify-hr hr.hr {
  margin: 0;
}

.notification-list .notify-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 0px;
  padding: 0px 50px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.notification-list .notify-item:last-child {
  margin-bottom: 0px;
}

.notify-item.unseen .notify-text h4,
.notify-item.unseen .notify-text p {
  font-weight: bold;
  font-size: 13px;
}

.notify-item.unseen .notify-text a span.date-time {
  opacity: 1;
}

.notify-item:hover {
  background-color: #ECFCFD
}

.notify-popup-box .notify-item:hover {
  background-color: transparent;
}

.notify-item.unseen {
  background-color: #ECFCFD;
}

.notify-item.unseen:hover {
  background-color: #ecfcfdba;
}

.read-button {
  position: relative;
}

.read-button .all-read {
  position: absolute;
  right: 40px;
  top: -40px;
  z-index: 1;
  padding: 3px 15px;
  border-radius: 21px;
  font-size: 13px;
  border: 1px solid #FF5F95;
  outline: none;
  font-weight: bold;
  background-color: #fff;
  opacity: 1;
}

.read-button .all-read.read {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}

.notify-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .63);
  z-index: 99;
  justify-content: center;
  align-items: center;
}

.notify-message {
  position: relative;
  width: 550px;
  background-color: white;
  border-radius: 12px;
  padding: 30px;
  padding-bottom: 20px;
}

.notification-list .notify-message span.close {
  top: 15px;
  right: 20px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
}

.notification-list .notify-message .notify-item {
  padding: 0px;
}

.notification-list .notify-message .notify-text {
  padding-right: 15px;
}

.notify-box .notify-item:hover {
  background-color: #ECFCFD;
}

.notify-box .notify-item.unseen {
  background-color: #ECFCFD;
}

.notify-box .notify-item.unseen:hover {
  background-color: #ECFCFD;
}

.metric-input input {
  width: calc(100% - 32px);
  border: 1px solid #efebeb;
  margin-bottom: 15px;
  outline: none;
}

.metric-input button {
  border: 1px solid #ddd;
  background: transparent;
  padding: 1px 8px;
  line-height: 20px;
  font-size: 15px;
  font-family: 'MontserratMedium';
  outline: none;
}

.kpi-remove-button:focus {
  outline: none;
}

.kpi-remove-button {
  background-color: transparent;
  font-size: 14px;
  position: absolute;
  right: 28px;
  top: 8px;
  font-family: 'MontserratMedium';
  outline: none;
  height: 20px;
  border: 0px solid #d8d8d8;
  line-height: 11px;
  width: 20px;
  border-radius: 50%;
  opacity: .8;
  color: #ffffff;
  background-color: #666666;
  z-index: 99;
}

.add-KPI-Row-Button {
  position: relative;
  margin-top: 0px;
  margin-left: 18px;
}

.kpi-separate {
  clear: both;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  padding: 7px 0;
}

.menu_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.menu_content .col-one {
  width: calc(25% - 22.5px);
}

.module_col .main_module_box {
  clear: both;
  overflow: hidden;
  padding: 0;
  border-radius: 7px;
}

.menu_content .module_col {
  border-radius: 7px;
}

.module_col .main_module_box ul {
  padding: 0 20px;
  display: none;
}

.module_col .main_module_box ul li:first-child {
  padding-top: 10px;
}

.module_col .main_module_box ul li:last-child {
  padding-bottom: 10px;
}

.menu_content .module_col .menu-title {
  border-radius: 7px;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'MontserratMedium';
  background-image: url(/static/Images/icons/arrow-right-menu.svg);
  background-repeat: no-repeat;
  background-position: 94% center;
}

.menu_content .module_col .active .menu-title {
  background-image: url(/static/Images/icons/arrow-down-menu.svg);
}

.menu_content .module_col .bgcolor5 .menu-title,
.menu_content .module_col .bgcolor1 .menu-title {
  background-color: #FEC0D5;
}

.menu_content .module_col .bgcolor5,
.menu_content .module_col .bgcolor1 {
  background-color: #FFF3F7;
}

.menu_content .module_col .bgcolor6 .menu-title,
.menu_content .module_col .bgcolor2 .menu-title {
  background-color: #BAE8EA;
}

.menu_content .module_col .bgcolor6,
.menu_content .module_col .bgcolor2 {
  background-color: #EEFAFB;
}

.menu_content .module_col .bgcolor7 .menu-title,
.menu_content .module_col .bgcolor3 .menu-title {
  background-color: #EBDD82;
}

.menu_content .module_col .bgcolor7,
.menu_content .module_col .bgcolor3 {
  background-color: #FFFBE1;
}

.menu_content .module_col .bgcolor8 .menu-title,
.menu_content .module_col .bgcolor4 .menu-title {
  background-color: #FEA48E;
}

.menu_content .module_col .bgcolor8,
.menu_content .module_col .bgcolor4 {
  background-color: #A6DFC4;
}

.menu_content .module_col .bgcolor9 .menu-title {
  background-color: #A6DFC4;
}

.menu_content .module_col .bgcolor9 {
  background-color: #ECFFF6;
}

.border-box {
  border-bottom: 1px solid #D2D4D4;
  padding-bottom: 13px;
}

.form_box_dashboard {
  min-height: 480px;
}

.module_col .main_module_box ul li a {
  font-size: 14px;
}

.employee-root ul ul.active {
  padding-left: 55px;
  background-position: 0 20px;
  margin-left: 0;
}

.employee-root ul ul.active {
  position: absolute;
  left: 100%;
  top: 0;
}

.employee-root ul ul.active::before {
  content: "";
  width: 35px;
  height: 5px;
  position: absolute;
  top: 26px;
  left: 15px;
  border-top: 2px dashed #939393;
}

.employee-root ul ul.active::after {
  content: "";
  width: 30px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 35px;
  background-color: #fff6f6;
  transform: rotate(90deg);
}

.employee-root ul ul.active li:first-child:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -7px;
  background-color: #939393;
  border-radius: 50%;
  top: 21px;
  z-index: 1;
}

.employee-root ul li label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: -20px;
  background-color: #939393;
  border-radius: 50%;
  top: 20px;
  z-index: 1;
  opacity: 0;
}

.employee-root ul li label.active::after {
  opacity: 1;
}

.employee-root ul ul.active li:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -7px;
  background-color: #939393;
  border-radius: 50%;
  top: 21px;
  z-index: 1;
}

.employee-root ul ul.active li:last-child:after {
  background-color: transparent;
  width: 8px;
  height: 24px;
  border-left: 2px dashed #939393;
  border-radius: 0;
  border-bottom: 2px dashed #939393;
  left: 0;
  top: 3.5px;
}

.employee-root ul ul.active li:before {
  z-index: 1;
  content: "";
  height: 5px;
  position: absolute;
  width: 32px;
  top: 26px;
  left: 2px;
  border-top: 2px dashed #939393;
}

.employee-root ul ul.active li {
  padding-left: 56px;
  border-left: 2px dashed #939393;
  margin-left: -6px;
  background-image: url(/static/Images/icons/line-arrow.png);
  background-repeat: no-repeat;
  background-position: 32px 20px;
}

.employee-root ul ul.active li:last-child {
  padding-bottom: 0;
  border-left: 0px dashed #939393;
}

.employee-root ul li.active label.managing-mirector::after {
  opacity: 1;
}

.employee-root ul ul li.active label.department-head::after {
  opacity: 1;
}

.department label.project-list,
.department label.department-list {
  min-width: 200px;
  height: 46px;
  line-height: 28px;
}

.department li label.project-list::before,
.department li label.department-list::before {
  top: 10px;
}

.department li label.teamLead-list::before {
  top: 13px;
}

.employee.active,
.teamLead.active,
.dropdown-content.active,
.project.active,
.department.active {
  display: block;
}

.employee-root {
  width: 100%;
  overflow: auto;
  min-height: 450px;
}

.employee-root ul ul.active .teamLead li:last-child:after {
  opacity: 0;
}

.employee-root ul ul.active .employee li:last-child:after {
  opacity: 1;
}

.employee-root ul li label.teamLead-list {
  min-width: 270px;
}

label.label-title {
  padding-left: 9px;
  font-family: 'MontserratMedium';
}

#manual_attendance {
  position: absolute;
  right: 26px !important;
  ;
  top: 25px !important;
  ;
}

#manual_attendance a {
  padding: 4px 15px !important;
  font-size: 15px;
  margin-top: 0;
  margin-left: 0 !important;
  background-color: #FD7FA9;
  color: #ffffff;
  width: auto !important;
}

.profile-area .tab-profile {
  position: relative;
}

.product_details_form {
  padding: 30px;
  border-radius: 24px;
}

.side-tab ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  border: 1px solid #efebeb;
  border-radius: 8px;
  padding: 3px 3px;
  background-color: #ffffff;
  max-width: 210px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.side-tab ul li {
  padding: 10px 20px;
  border-bottom: 0px solid #efebeb;
  cursor: pointer;
  font-family: 'MontserratSemiBold';
  margin-bottom: 0;
}

.side-tab ul li.active,
.side-tab ul li:active,
.side-tab ul li:hover {
  background-color: #FD7FA9;
  color: #fff;
  border-radius: 8px;
}

.side-tab ul li:last-child {
  border-bottom: 0px solid #efebeb;
}

.product_details_form .tab-content {
  display: none;
}

.product_details_form .tab-content.active {
  display: block;
}

.add-meta-title:active,
.add-meta-title:hover,
.add-meta-title {
  background-color: transparent;
  border-radius: 5px !important;
  width: 34px;
  border: 0 !important;
  box-shadow: none;
  font-size: 18px;
  outline: none;
  box-shadow: none !important;
}

.product_details_form .remove-meta-title:active,
.product_details_form .remove-meta-title:hover,
.product_details_form .remove-meta-title {
  border-radius: 5px !important;
  width: 34px;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
  font-size: 18px;
  color: #000000;
  outline: none;
  box-shadow: none !important;
}

.product_details_form .input-group-append {
  margin-left: 0px;
  position: absolute;
  right: -30px;
  top: -2px;
}

.meta-title-container .input-group {
  position: relative;
}

.file-attached {
  width: 150px;
  position: absolute;
  right: 15px;
  border: 1px solid #FD7FA9;
  text-align: center;
  height: 28px;
  line-height: 28px;
  background-color: white;
  border-radius: 24px;
  cursor: pointer;
  overflow: hidden;
}

.file-attached span {
  display: block;
}

.file-attached .upload_csv {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 150px;
}

.bom_status {
  width: 128px;
  height: 25px;
  border-radius: 24px;
  line-height: 26px;
  font-size: 12px;
  display: block;
}

.pending_status {
  background-color: #F8931F;
  color: #ffffff;
  border: 1px solid #F8931F;
}

.versions_status {
  background-color: #3AB54A;
  color: #ffffff;
  border: 1px solid #3AB54A;
}

.generate_status {
  background-color: #FD7FA9;
  color: #ffffff;
  border: 1px solid #FD7FA9;
}

.generate_edit {
  background-color: #ffffff;
  border: 1px solid #FD7FA9;
}

.list_top_filter .temp-name {
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 255;
  background-color: #fff6f6;
  padding: 0 6px;
}

.box-checked-list {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}

.box-checked h4 {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 7px;
}

/* checked-item */
.checked-item input[type="checkbox"] {
  display: none;
}

.checked-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
}

.checked-item span.box {
  width: 20px;
  height: 20px;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checked-item input[type="checkbox"]:checked+span.box {
  background-color: #ffffff;
  border-color: #d1d1d1;
}

.checked-item input[type="checkbox"]:checked+span.box::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #FD7FA9;
  border-radius: 3px;
}

.bom-image-box {
  width: 90px;
  min-height: 80px;
  border: 1px solid #efebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, .25);
}

.box-checked-list .checked-item {
  margin-right: 15px;
}

.core-bill-bill-of-material .bom_status {
  width: 100px;
  margin: 0 auto;
}

.core-bill-bill-of-material .display-flex {
  display: flex;
  width: 220px;
  justify-content: center;
  margin: 0 auto;
}
.action-button-box a {
  margin: 0 3px;
}