:root {
  --purple: #ab47bc;
  ;
  --purple-hover: #ab47bc;
  ;
  --primary: #6f42c1;
}

body {
  background-color: #f3f6f9;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: var(--bs-purple);
}

p {
  font-size: 16px;
}

.h1,
h1 {
  font-weight: 700;
}

.h2,
h2 {
  font-size: 1.3rem;
  font-weight: 600;
}

.h3,
h3 {
  font-size: 18px;
  font-weight: 600;
}

.h4,
h4 {
  font-size: 20px;
  font-weight: 600;
}

.h5,
h5 {
  font-size: 1rem;
  font-weight: 600;
}

.h6,
h6 {
  font-size: 15px;
  font-weight: 600;
}

.form-label {
  font-weight: 600;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 600;
}

.display-6 {
  font-size: 32px !important;
  font-weight: 600;
}

.form-control {
  font-size: 14px;
  color: #4b5675;
}

.form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}


.header {
  background-color: var(--bs-purple);
}

.header .header-tabs .nav-link {
  color: var(--bs-gray-100);
}

.header .header-tabs .nav-link:hover {
  color: white;
}

.header-extended .header .header-tabs .nav-link.active {
  color: var(--bs-dark);
}

.brand_logo img {
  width: 35px;
}

.inner_section {
  padding: 30px 0;
  margin-top: 78px;
}

.activity_main {
  padding: 40px 80px;
}

.avator {
  display: inline-block;
  flex-shrink: 0;
  overflow: hidden;
  vertical-align: middle;
}

.avator img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.activity_wrapper ul ul li .activty_info {
  word-break: break-word;
}

.activity_wrapper+.activity_wrapper {
  margin-top: 30px;
}

.activity_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.activity_wrapper ul li {
  position: relative;
}

.activity_wrapper ul li+li {
  margin-top: 30px;
}

.logo {
  position: relative;
  text-align: center;
}

.logo img {
  max-width: 250px;
  margin-bottom: 10px;
  display: inline-block;
}

.activty_shedule {
  font-size: 16px;
}

.activty_shedule_inner {
  color: #888;
  font-size: 16px;
}

@media (min-width: 768px) {
  .activity_wrapper ul li {
    width: 50%;
  }

  .activity_wrapper ul li .activty_shedule {
    margin-left: 10px;
    font-size: 16px;
  }

  .activity_wrapper ul li .activty_hed_bar {
    color: #999;
  }

  .activity_wrapper ul:before {
    background: #ddd;
    top: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
  }

  .activity_wrapper ul li:nth-child(even) .activty_shedule {
    order: 1;
    margin-right: 10px;
    margin-left: 0;
  }

  .activity_wrapper ul li:nth-child(even) .avator {
    order: 2;
  }

  .activity_wrapper ul li:nth-child(even) .activty_info {
    order: 3;
  }

  .activty_shedule_inner {
    min-width: 150px;
    color: #888;
    font-size: 16px;
  }

  .avator_detail {
    min-width: 207px;
  }

  .activity_wrapper ul li:nth-child(even) {
    margin-left: 50%;
  }

}


.activity_wrapper ul ul:before {
  display: none;
}

.activity_wrapper ul ul li {
  width: 100% !important;
}

.activity_wrapper ul ul li:nth-child(even) {
  margin-left: 0;
  margin-top: 30px !important;
}

.activity_wrapper ul ul li:nth-child(even) .activty_shedule {
  order: 3;
  color: #000;
}

.activity_wrapper ul ul li:nth-child(even) .avator {
  order: 1;
}

.activity_wrapper ul ul li:nth-child(even) .activty_info {
  order: 1;
}

.activity_block {
  padding: 0 12px;
}

.activty_hed {
  text-align: center;
}

.activty_hed_bar {
  border-bottom: 1px #ddd solid;
  padding-bottom: 7px;
  margin-bottom: 12px;
}

.detail_block {
  border-bottom: 1px #ddd solid;
  padding-bottom: 12px;
  margin-bottom: 30px
}

ul.top_notifi_list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

ul.top_notifi_list li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 .5em;
  font-size: 16px;
}

ul.top_notifi_list li .avator img {
  width: 30px;
  height: 30px;
}

ul.top_notifi_list li:before {
  content: "·";
  position: absolute;
  inset-inline-start: -0.1em;
  inset-block-start: auto;
}

ul.top_notifi_list li:first-child:before {
  display: none;
}

.activty_info h4 span {
  font-weight: 400;
}

.commment_field {
  box-shadow: none;
  border: 0;
  outline: none;
  padding-top: 10px;
  height: auto;
  font-size: 16px;
}

.commment_field:hover,
.commment_field:focus {
  box-shadow: none;
  border: 0;
  outline: none;
}

ul.info-more-results {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.info-more-results li {
  color: var(--bs-gray-700);
  ;
  margin: 0 0;
  text-align: left;
}

ul.info-more-results li i {
  font-size: 18px;
}

ul.info-more-results li img,
ul.info-more-results li svg {
  width: 15px;
  height: auto;
}

ul.info-more-results li a svg {
  stroke: var(--bs-gray-700);
}

ul.info-more-results li i,
ul.info-more-results li img,
ul.info-more-results li svg {
  margin-right: 5px;
}

ul.info-more-results li a {
  display: block;
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
  padding: 0.75rem 1.25rem;
}

ul.info-more-results li a:hover {
  background: var(--bs-scrollbar-hover-color);
}


ul.people_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
}

ul.people_list li {
  display: inline-block;
  position: relative;
}

ul.people_list li a {
  width: 30px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  overflow: hidden;
}

ul.people_list li a img {
  width: 100%;
  object-fit: cover;
}

.bt_style-small {
  padding: 3px 10px !important;
  font-size: 13px;
  text-decoration: none !important;
  border-radius: 5px;
}

.bt_style1 {
  padding: 10px 15px !important;
  font-size: 17px;
  border-radius: 5px;
}

.btn-outline-black {
  border: #333 1px solid !important;
  color: #333;
  box-shadow: none;
  font-weight: 600;
}

.btn-outline-black:hover {
  color: #fff;
  background: #333;
}


ul.pin_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

ul.pin_list li {
  display: inline-block;
  position: relative;
}

ul.pin_list li i {
  font-size: 18px;
  color: hsl(200, 4.4%, 73.3%);
  text-decoration: none;
}

ul.pin_list li i {
  color: #cf432e;
}

ul.pin_list li i:hover {
  color: #000;
  text-decoration: none;
}

ul.pin_list li i:hover {
  color: #000;
  text-decoration: none;
}

ul.project_name_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

ul.project_name_list li {
  display: inline-block;
  margin: 0;
}

ul.project_name_list li:after {
  content: '\F285';
  position: relative;
  margin: 0 2px;
  font-size: 18px;
  color: #666;
  font-family: bootstrap-icons;
  top: 2px;
}

ul.project_name_list li:last-child:after {
  display: none;
}

ul.project_name_list li a {
  font-weight: normal;
  font-size: 16px;
  text-decoration: underline;
}

ul.project_name_list li:first-child a {
  font-weight: bold;
  font-size: 20px;
}


ul.project_name_list2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

ul.project_name_list2 li {
  display: inline-block;
  margin: 0;
}

ul.project_name_list2 li:after {
  content: '.';
  position: relative;
  margin: 0 2px;
  font-size: 14px;
  color: #666;
  top: -3px;
}

ul.project_name_list2 li:last-child:after {
  display: none;
}

ul.project_name_list2 li a {
  font-weight: normal;
  text-decoration: underline;
  color: #333;
}

ul.project_name_list2 li:first-child a {
  font-weight: bold;
}

.notification_ballon {
  position: absolute;
  top: -5px;
  left: -2px;
  width: 24px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  border-radius: 50%;
  background: #0acf97;
}

.project_card {
  width: 100%;
  padding: 25px;
  display: block;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f1f4;
}

.project_card .project_card_contents {
  font-size: 14px;
  min-height: 100px;
}

.project_card_small {
  padding: 15px;
  display: block;
  margin-bottom: 20px;
}

.project_card_small .card_title {
  font-size: 18px;
}

.project_card_small .project_card_contents {
  font-size: 14px;
  min-height: 50px;
}

.project_card_small ul.people_list li+li {
  margin-left: -7px;
}

.project_card_small ul.people_list li a {
  width: 23px;
}

.bg-perpel {
  background-color: gray;
  border: gray;
  color: #fff;
}

.project_card_small ul.people_list li a img {
  height: 20px;
}

.project_card_small ul.pin_list li i {
  color: hsl(200, 4.4%, 73.3%);
}

.project_card_small ul.pin_list li a:hover i {
  color: #000;
}

.recent_projects_title {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.recent_projects_title:before {
  background-color: #b53e96;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  content: "";
}

.recent_projects_title span {
  display: inline-block;
  background-color: #b53e96;
  padding: 5px 15px;
  color: #fff;
  position: relative;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}


.form-card {
  border-color: #e4e4e4;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 20px;
}

.form-card .card-header {
  padding: 20px 15px;
  border-color: #e4e4e4;
  background: #fff;
  min-height: 0;
}

.form-card .card-header h5 {
  margin: 0;
  min-height: 0;
}

.form-card .form-check-input {
  height: 1rem;
  width: 1rem;
  margin-top: 2px;
}

.form-card .form-check-input:focus {
  box-shadow: none;
}

.form-check.form-switch .form-check-input,
.custom_switch input[type="checkbox"] {
  width: 2rem;
}

.custom_switch {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}

.custom_switch label {
  background: #ccc;
  color: #fff;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  position: relative;
  transition: all linear 0.2s;
  cursor: pointer;
}

.custom_switch input {
  position: absolute;
  opacity: 0;
}

.custom_switch input:checked~label {
  background: #333;
}

.custom_switch label::before {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #fff;
  content: "";
  transition: all linear 0.2s;
}

.custom_switch input:checked~label::before {
  left: 24px;
}

.success_switch input:checked~label {
  background: var(--bs-success);
}

.danger_switch input:checked~label {
  background: var(--bs-danger);
}

.warning_switch input:checked~label {
  background: var(--bs-warning);
}

.info_switch input:checked~label {
  background: var(--bs-info);
}

.icon_switch label::before {
  width: 17px;
  height: 17px;
}

.custom_switch label::before {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #fff;
  content: "";
  transition: all linear 0.2s;
}

.icon_switch label::before {
  width: 15px;
  height: 15px;
  top: 3px;
  z-index: 1;
}

.icon_switch label i {
  position: absolute;
  top: 4px;
  left: 7px;
}

.icon_switch label .la-times {
  left: inherit;
  right: 6px;
  color: #fff;
}

.icon_switch input:checked~label::before {
  left: 22px;
}

.project_card2 {
  position: relative;
  background: white;
  padding: 40px;
  display: flex;
  align-items: center;
  block-size: 100%;
  text-align: center;
}

.project_card2 .project_small_title {
  display: inline-block;
  background-color: #b53e96;
  padding: 5px 15px;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  text-transform: uppercase;
  font-weight: bold;
}

.project_card2 .check_title i {
  font-size: 100px;
  display: block;
  margin: 0 auto 30px;
  color: #c1c1c1;
}


.form_heading {
  position: relative;
  margin-top: 30px;
}

.form_heading .sq {
  position: absolute;
  background-color: var(--bs-purple);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  top: -1px;
  left: -30px;
}

.form_heading .sq span {
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 1rem;
}

.form_wrapper .submit_button {
  text-align: center;
}

.form_wrapper .submit_button p {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 15px;
}

.project_card_inner {
  padding: 60px;
}

.calander_shedule {
  width: 100%;
}

.btn-purple {
  background-color: var(--purple);
  border-color: var(--purple);
  color: #fff;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
  background-color: var(--purple-hover) !important;
  border-color: var(--purple-hover) !important;
  color: #fff !important;
}

.btn-primary {
  background-color: var(--bs-purple);
  border-color: var(--purple);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--purple-hover) !important;
  border-color: var(--purple-hover) !important;
  color: #fff;
}

.header-search {
  margin-right: 10px;
}

.header-search input {
  padding: 8px 40px 8px 15px;
  background-color: #fff;
  border: 0 !important;
  color: #000 !important;
  ;
}

.header-search .btn {
  width: auto !important;
  background-color: transparent !important;
  position: absolute !important;
  right: 18px !important;
  top: 6px !important;
  color: #000 !important;
  padding: 0 !important;
}

.header-search .btn i {
  color: #000 !important;
}

.header-search .btn:hover,
.header-search .btn:focus {
  background-color: transparent !important;
  border: 0 !important;
}

.header-search .btn span:hover {
  background-color: transparent !important;
}


.header_search_home {
  margin-top: 15px;
}

.header_search_home .btn {
  top: 8px !important;
}


.notification_bar .timeline-label::before {
  left: 0px;
}

.main_link h1 a {
  color: black;
  text-decoration: none;
}

.main_link h1 a:hover {
  color: black;
  text-decoration: underline !important;
}


ul.people_list2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

ul.people_list2 li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

ul.people_list2 li a {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
}

ul.people_list2 li a img {
  width: 100%;
  object-fit: cover;
}

ul.people_list2 li a.btn {
  height: auto;
  padding: 3px 5px;
  border-radius: 5px;
  width: auto;
  font-size: 12px;
  margin-right: 7px;
}

.msg_board_box {
  margin: 50px auto;
}

.msg_board_box .msg_board_col {
  border: #ddd 1px solid;
  padding: 15px;
  position: relative;
  width: 100%;
  margin-bottom: 18px;
}

.msg_board_box .msg_board_col:after {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: #888 2px solid;
  opacity: 0;
  border-radius: 3px;
}

.msg_board_box .msg_board_col:hover:after {
  opacity: 1;
}

.msg_board_box .msg_board_col a {
  color: black;
  position: relative;
  z-index: 1;
}

.avator3 {
  display: inline-block;
  flex-shrink: 0;
  overflow: hidden;
}

.avator3 img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.msg_board_list {
  background: #f5f5f5;
  padding: 10px;
}

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

.msg_board_list ul li {
  font-size: 11px;
  position: relative;
}

.msg_board_list ul li h6 {
  font-size: 13px;
}

.msg_board_list ul li .ms_count {
  position: absolute;
  background: blueviolet;
  color: white;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 100%;
  font-size: 8px;
  right: 0;
  top: 5px;
  text-align: center;
}

.card_desc {
  font-size: 12px;
  max-width: 266px;
  margin: 0 auto;
}

.msg_board_list p {
  font-size: 12px;
}

.card_desc .btn {
  height: auto;
  padding: 3px 5px;
  border-radius: 5px;
  width: auto;
  font-size: 12px;
  margin-right: 7px;
}

.card_desc .check_title {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto 5px;
  position: relative;
  color: white;
}

.avator .check_title {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto 5px;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}

.avator4 {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}

.avator4 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
}

.card_desc .check_title i {
  font-size: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* .msg_board_box .msg_board_col a .card_desc .check_title i{color: white;} */

.activty_info {
  position: relative;
}

.activty_info2 {
  padding-right: 30px;
}

.activty_info .ms_count2 {
  position: absolute;
  background: blueviolet;
  color: white;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  font-size: 12px;
  right: 0;
  top: 30%;
  text-align: center;
}

.activty_info2 p {
  font-size: 16px;
}

.detail_block2 a {
  color: #333;
}

.detail_block2 a .activty_info2 span {
  color: #888
}

.detail_block p {
  font-size: 16px;
}

.detail_block2:last-child {
  border-bottom: 0;
}

.msg_field {
  max-width: 150px;
}

.font14 {
  font-size: 14px;
}

.message_board_title {
  position: relative;
  text-align: center;
}

.message_board_title .sm_btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.grey_link {
  color: #999;
}

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

ul.list_sheet li {
  border-bottom: #666 1px dashed;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

ul.list_sheet li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.text-underline {
  text-decoration: underline;
}


.activity_wrapper ul li .activty_hed_bar a {
  color: #999;
}

.activity_block .activty_info h4 a {
  text-decoration: underline;
}

.right_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}


.task_headings {
  margin-bottom: 0px;
}

.dotted_box {
  border: 1px dashed #ccc;
  width: 100%;
  max-width: 250px;
  height: 75px;
  border-radius: 4px;
  margin-top: 10px;
}

.task_status {
  padding: 18px 12px 85px 12px;
  position: relative;
  height: 100%;
}

.task_status.not_now {
  background-color: #F2F2F2;
}

.count_digits {
  color: #999;
  font-weight: 300;
}

.task_status .count_digits {
  font-size: 12px;
  margin-top: 10px;
}

.rotating_text {
  font-size: 12px;
  text-transform: uppercase;
  transform: rotate(90deg);
  position: absolute;
  width: 80px;
  top: 104px;
  right: -10px;
}

.watching .people_list2 {
  display: inline-block;
}

.watching .people_list2 li {
  height: 30px;
}

.watching p {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
}

.watching .card-toolbar {
  display: inline-block;
}

.dropdown {
  height: 33px;
}

.dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:visited,
.dropdown-toggle.show,
.dropdown-toggle:active {
  background-color: transparent !important;
  border: none;
}

.dropdown-toggle i {
  color: rgb(99, 172, 255);
}

.dropdown-menu {
  min-width: 250px;
}

.dropdown-menu {
  transition: all .3s linear;
  opacity: 0;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-color: transparent;
  padding: 20px;
}

.dropdown-menu.show {
  transition: all .3s linear;
  opacity: 1;
}

.subscribe_block p {
  font-size: 16px;
}

.task_status.done {
  background-color: #E5F8E2;
}

.done .rotating_text {
  top: 91px;
}

.task_box {
  padding: 20px;
  border-radius: 4px;
}

.task_box .dotted_box {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

.task_assigned {
  background-color: #F3EDFF;
}

.task_progress {
  background-color: #FFF0DC;
}

.ready_QA {
  background-color: #FFE5F7;
}

.task_published {
  background-color: #E1EFFD;
}

.dotted_line {
  width: 100%;
  border-top: 1px dashed #ccc;
  position: relative;
  height: 1px;
  margin: 20px 0;
}

.dotted_line p {
  position: absolute;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  top: -9px;
  padding: 0 8px;
  color: #666;
  margin-bottom: 0;
  width: 142px;
}

.task_assigned .dotted_line p {
  background-color: #F3EDFF;
}

.task_progress .dotted_line p {
  background-color: #FFF0DC;
}

.ready_QA .dotted_line p {
  background-color: #FFE5F7;
}

.task_published .dotted_line p {
  background-color: #E1EFFD;
}

ul.published_notif {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

ul.published_notif li {
  margin-top: 5px;
}

ul.published_notif li a {
  background-color: white;
  display: block;
  padding: 10px 15px;
  color: black;
  border-radius: 3px;
  position: relative;
}

ul.published_notif li a .symbol-group {
  position: absolute;
  top: 8px;
  right: 10px;
}

ul.published_notif li a .symbol.symbol-35px .symbol-label {
  width: 25px;
  height: 25px;
}

ul.published_notif li a .symbol.symbol-35px>img {
  width: 25px;
  height: 25px;
}

.notif_title {
  font-size: 14px;
}

.notif_detail {
  font-size: 12px;
  margin-top: 5px;
  color: #666
}

.form-select {
  font-size: 0.8rem !important;
}

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

.green_circle {
  width: 15px;
  height: 15px;
  background-color: green;
  border-radius: 50%;
}

.red_circle {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .project_card2 {
    padding: 40px 20px;
  }

  .fc .fc-toolbar-title {
    font-size: 1.15rem;
  }
}

@media (max-width: 991px) {
  .activty_hed {
    margin-bottom: 20px;
  }

  .project_card2 {
    display: block;
    block-size: auto;
  }

  .card2-assignments {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .msg_board_box {
    margin-bottom: 20px;
  }

  .msg_board_box .msg_board_col {
    margin-bottom: 30px;
  }
}

@media (max-width: 715px) {
  .message_board_title .sm_btn {
    position: relative;
    top: inherit;
    transform: none;
    left: inherit;
    margin-bottom: 12px;
  }
}

@media (max-width: 667px) {
  .activity_main {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {}

@media (max-width: 525px) {
  .bt_style1 {
    padding: 10px 12px !important;
    font-size: 14px;
  }

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

  ul.project_name_list li:first-child a {
    font-size: 16px;
  }

  ul.project_name_list li::after {
    font-size: 15px;
  }
}

@media (max-width: 500px) {}

@media (max-width: 480px) {
  .logo img {
    max-width: 200px;
  }

  .project_card_inner {
    padding: 40px 20px;
  }

  .project_card2 .check_title i {
    font-size: 60px;
  }

  .activity_main h1 {
    font-size: 20px;
  }
}

@media (max-width: 467px) {
  .stack_number .h-60px {
    height: 40px !important;
  }

  .stack_number .w-60px {
    width: 100% !important;
    max-width: 51px;
  }

  .stack_number .mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media (max-width: 468px) {
  ul.project_name_list2 li {
    margin-bottom: 7px;
  }
}

@media (max-width: 425px) {
  ul.project_name_list li a {
    font-size: 13px;
  }

  ul.project_name_list li:first-child a {
    font-size: 15px;
  }

  ul.project_name_list li::after {
    font-size: 13px;
  }
}

@media (max-width: 414px) {
  .header-search {
    max-width: 150px;
  }

  .avator img {
    width: 30px;
    height: 30px;
  }

  .sub_row .row [class*=col] {
    flex: inherit;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .stack_number {
    display: block !important;
  }

  .stack_number .w-60px {
    display: inline-block;
  }
}

@media (max-width: 360px) {}

@media (max-width: 342px) {
  .project_card2 .project_small_title {
    width: 100%;
    max-width: 200px;
  }
}

@media (max-width: 320px) {}




/* header css */


header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-bottom: #F5F5F2 1px solid;
}

.header_bar {
  background: white;
  padding: 10px 0;
  box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
  background-color: var(--primary);
}

.top_header_bar {
  background: black;
  padding: 12px 0;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.top_header_bar a {
  color: white;
}

.top_header_bar a:hover {
  color: white;
  text-decoration: underline;
}

.top_header_bar img {
  width: 34px;
  margin-right: 10px;
}

.body_logo img {
  width: 100%;
  max-width: 250px;
}

.logo img {
  width: 100%;
  max-width: 35px;
  height: 40px;
  margin-bottom: 0;
}

.header_bar .btn_styled {
  padding: 9px 25px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block
}

#menu ul li {
  display: inline-block;
  position: relative
}

.inner_header #menu ul li a {
  color: black;
}

#menu li>a {
  color: #4b5675;
  border-radius: 8px;
}



#menu ul li a:hover,
#menu ul li.active a,
#menu ul li.current_page_item>a,
#menu ul li.current-menu-ancestor>a,
#menu ul li.current-menu-item>a,
#menu ul li.current-menu-parent>a {}

/* .submenu .active {
  color: var(--bs-purple) !important;
} */

.inner_header #menu ul li a:hover,
.inner_header #menu ul li.active a,
.inner_header #menu ul li.current_page_item>a,
.inner_header #menu ul li.current-menu-ancestor>a,
.inner_header #menu ul li.current-menu-item>a,
.inner_header #menu ul li.current-menu-parent>a {
  color: var(--secondary)
}

#menu ul li a:hover:before,
#menu ul li.active a:before,
#menu ul li.current_page_item>a:before,
#menu ul li.current-menu-ancestor>a:before,
#menu ul li.current-menu-item>a:before,
#menu ul li.current-menu-parent>a:before {
  opacity: 1
}

#menu li.active ul li a {
  color: #fff;
  background: #000
}

#menu li.active ul li a:hover {
  color: #fff !important;
  background: var(--theme_color)
}

#menu li>ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  min-width: 244px;
  white-space: nowrap
}

#menu ul li.active ul li a {
  background: #fff;
  color: #000 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09) !important
}

#menu li>ul li {
  display: block;
  position: relative;
  margin: 0;
  text-align: left
}

#menu li>ul li>a:after {
  content: "\F285";
  font-family: bootstrap-icons;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px
}

#menu li>ul li>a:only-child:after {
  content: "";
  font-family: bootstrap-icons;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px
}

#menu li ul li.current_page_item>a,
#menu li ul li.current-menu-ancestor>a,
#menu li ul li.current-menu-item>a,
#menu li ul li.current-menu-parent>a {
  background: var(--theme_color);
  color: #fff
}

#menu>li {
  border-left: 1px solid #999
}

#menu>li:first-child,
#menu>li.has-submenu+li {
  border-left: 0
}

#menu li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  transition: all linear .2s 0;
  -webkit-transition: all linear .2s 0;
  visibility: hidden;
  opacity: 0
}

#menu li>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
  display: block
}

#menu li>ul {
  transform: translateY(15px);
  transition: all linear .2s 0;
  -webkit-transition: all linear .2s 0;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  padding: 8px;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 8px;
}

#menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all linear .2s
}

#menu li>ul li a {
  padding: 12px 23px;
  transition: all linear .2s 0;
  -webkit-transition: all linear .2s 0;
  font-size: 14px;
  background-color: transparent;
  color: #4b5675;
  font-weight: 500;
}

#menu li>ul li:last-child a {
  border-bottom: 0
}

#menu li>ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--theme_color);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: -1
}

#menu li>ul li a:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

#menu li:hover>ul li a {
  padding: 8px 15px;

}

#menu li>ul li a:hover {
  color: var(--bs-purple) !important;
  background-color: #F8F5FF;
  color: #7239ea;
  border-radius: 6px;
}

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

ul.top_header_right li {
  display: inline-block;
}

ul.top_header_right li a {
  color: #000;
}

ul.top_header_right li a i {
  font-size: 18px;
}

ul.top_header_right li:last-child i {
  font-size: 16px;
}

ul.top_header_right li+li {
  margin-left: 12px;
}

@keyframes menu_sticky {
  0% {
    margin-top: -240px
  }

  50% {
    margin-top: -90px
  }

  100% {
    margin-top: 0
  }
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation-name: menu_sticky;
  animation-duration: .6s;
  animation-timing-function: ease-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  z-index: 9;
  background-color: white;
  border-bottom: 0;
}

header.sticky .top_header_bar {
  display: none;
}

header.sticky .logo img {
  max-width: 35px;
}


.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  margin-bottom: 8px;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* .breadcrumb-item+.breadcrumb-item::before {color: #78829d;  content: "\F309"; font-family: "bootstrap-icons"; font-size: 22px; transform: translateY(-6px); padding-right: 0;} */

.sk {
  margin-top: 2000px;
}

.top_bar {
  background-color: var(--bs-purple);
}

.header_bar .nav-link {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 20px;
}

.header_bar .nav-link:hover,
.header_bar .nav-link:focus {
  color: white;
}

.header_bar .nav-link.active {
  background-color: white !important;
  color: black !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.header_bar .nav-pills {
  margin-top: 22px !important;
  margin-left: 20px !important;
}


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

ul.submenu li {
  display: inline-block;
}

ul.submenu li+li {
  margin-left: 10px;
}

ul.submenu li a {
  padding: 18px 12px;
  display: block;
  font-weight: 600;
  font-size: 14px;
}

ul.submenu li a:hover {
  color: var(--bs-purple);
}


.bg-blue {
  background-color: #E9F3FF !important;
  color: var(--purple) !important;
}

.bg-blue:hover {
  background-color: var(--purple) !important;
  color: #ffffff !important;
}

.bg-green {
  background-color: #DFFFEA !important;
  color: #17c653 !important;
}

.bg-green:hover {
  background-color: #17c653 !important;
  color: #ffffff !important;
}

.bg-red {
  background-color: #FFEEF3 !important;
  color: #f8285a !important;
}

.bg-red:hover {
  background-color: #f8285a !important;
  color: #ffffff !important;
}

.bg-purple {
  background-color: #F8F5FF !important;
  color: #7239ea !important;
}

.bg-purple:hover {
  background-color: #7239ea !important;
  color: #ffffff !important;
}

.header_rightSide {
  min-width: 300px;
}

.user_profile img {
  width: 40px;
  height: auto;
}

.profile_detail {
  text-align: end;
  color: white
}

.user_name {
  opacity: .8;
  font-size: 11px;
  font-weight: 600;
}

.user_disc {
  font-size: 11px;
  font-weight: 600;
}



.search_field {
  position: relative;
  width: 200px;
}

.search_field .form-control {
  padding: 10px 40px 10px 15px;
  border-color: transparent;
  border-radius: 10px;
}

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

.search_field .form-control::placeholder {
  color: #4b5675;
  font-weight: 600;
  opacity: .5;
}

.search_field .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 !important;
}

.search_field .btn i {
  color: #4b5675;
  opacity: .5;
}

.search_field form {
  margin-bottom: 0;
}

.profile_outer {
  position: relative;
}

.profile_wrapper {
  padding: 8px;
  border-radius: 8px;
}

.profile_wrapper:hover {
  background-color: rgba(255, 255, 255, 0.13);
  cursor: pointer;
}

.profile_dropdown {
  position: absolute;
  background-color: white;
  min-width: 280px;
  right: 0;
  top: 55px;
  box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
  border-radius: 8px;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

.profile_dropdown .profile_info {
  padding: 15px 20px;
}

.profile_dropdown .user_profile img {
  width: 50px;
}

.profile_dropdown .profile_detail {
  text-align: start;
}

.profile_dropdown .user_name {
  font-size: 16px;
  color: black;
  opacity: 1;
  position: relative;
}

.profile_dropdown .user_name span {
  font-size: 11px;
  padding: 2px 5px;
  font-weight: 700;
  border-radius: 5px;
  margin-left: 3px;
}

.profile_dropdown .user_disc {
  color: rgb(167 167 167);
  font-size: 12px;
}

.profile_dropdown .user_disc:hover {
  color: var(--bs-purple);
}

.separation {
  border-bottom: 1px solid #f1f1f4;
}

ul.profile_list {
  list-style: none;
  padding: 15px 20px;
  margin: 0;
}

ul.profile_list li+li {
  margin-top: 5px;
}

ul.profile_list li a {
  color: #252f4a;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  display: block;
  border-radius: 8px;
}

ul.profile_list li form button {
  color: #252f4a;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  display: block;
  border-radius: 8px;
  border: none;
  background-color: transparent;
  width: 100%;
  text-align: left;
}

ul.profile_list li a:hover {
  background-color: #F8F5FF;
  color: #7239ea;
}

ul.profile_list li form button:hover {
  background-color: #F8F5FF;
  color: #7239ea;
}

ul.profile_list li a .numb_count {
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 4px;
}

.profile_dropdown .bg-red:hover {
  background-color: #FFEEF3 !important;
  color: #f8285a !important;
}

.profile_dropdown .bg-green:hover {
  background-color: #DFFFEA !important;
  color: #17c653 !important;
}



.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.295);
  z-index: 998;
  display: none;
}

.notification_panel {
  background-color: #ffffff;
  width: 510px;
  max-width: 85%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -510px;
  height: 100vh;
  z-index: 999;
  padding-bottom: 0;
  -webkit-transition: all linear 1s 0s;
  transition: all linear 0.3s 0s;
  overflow: scroll;
}

.notification_panel.active {
  right: 0;
}

.notif_wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.notification_panel .logo img {
  width: 140px;
  height: auto;
}

.close_icon {
  background-color: rgba(182, 182, 182, 0.253);
  padding: 2px 5px;
  border-radius: 3px;
}

.close_icon svg {
  fill: rgb(99, 99, 99);
  width: 10px;
}

.close_icon:hover {
  background-color: #E9F3FF;
}

.close_icon:hover svg {
  fill: var(--purple);
}

.notif_head {
  padding: 30px;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 20;
}

.notif_head h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.notif_date {
  font-size: 13px;
  font-weight: 500;
  color: var(--bs-purple);
}

ul.notif_list {
  list-style: none;
  padding: 30px 56px;
}

ul.notif_list li {
  border-left: 3px solid #f1f1f4;
  padding-left: 25px;
  padding-bottom: 25px;
  position: relative;
}

ul.notif_list li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: -9px;
  top: 4px;
  background-color: white;
}

ul.notif_list li:nth-child(3n+1)::before {
  border: 3px solid #17c653;
}

ul.notif_list li:last-child {
  padding-bottom: 0px;
}

.notif_content {
  font-size: 14px;
  font-weight: 600;
  color: black;
  margin-bottom: 8px;
}

.blinking-dot {
  width: 6px;
  /* Adjust size as needed */
  height: 6px;
  background-color: rgb(34, 255, 34);
  border-radius: 50%;
  /* Makes it a circle */
  position: absolute;
  animation: blink 1s infinite;
  top: -3px;
  left: 51%;
  transform: translateX(-50%);
}

@keyframes blink {
  0% {
    opacity: 1;
    pointer-events: auto;
  }

  50% {
    opacity: 0;
    pointer-events: none;
  }

  100% {
    opacity: 1;
    pointer-events: auto;
  }
}


.signin_form form {
  padding: 40px 50px;
  background-color: white;
}

.google_btn img {
  width: 20px;
  margin-right: 10px;
}

.google_btn {
  border: 1px solid #dee2e6;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}

.google_btn:hover {
  border: 1px solid #dee2e6;
  background-color: #fafafa;
  color: var(--purple);
}

.use_email {
  color: #99a1b7;
  font-size: 12px;
  font-weight: 600;
}

.forgot_password {
  color: var(--purple);
  font-weight: 600;
}

.signin_btn {
  display: block;
  width: 100%;
}

.not_member {
  font-weight: 600;
  color: #99a1b7;
}

.not_member a {
  color: var(--purple);
}

.p_instruction {
  color: #99a1b7;
}

.signin_form a {
  color: var(--purple);
}

ul.profilesList {
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translate(10px, -10px);
}

ul.newsViewsList {
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translate(0px, 0px);
}

ul.profilesList li {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
  margin-left: -7px;
  transition: all .3s linear;
}

ul.profilesList li:hover {
  transition: all .3s linear;
  position: relative;
  z-index: 999;
}

.symbol-pic img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100%;
  object-position: center;
}

.symbol-name {
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

.symbol-name {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  background-color: var(--purple);
}

.symbol-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: white;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--purple);
  --bs-tooltip-color: rgb(255, 255, 255);
  --bs-tooltip-zindex: 999;
}

.time_sheet h1 {
  font-size: 22px;
}

.breadcrumb {
  margin-bottom: 18px;
}

.breadcrumb-item {
  color: #323232;
  font-weight: 500;
}

.breadcrumb-item a {
  color: var(--bs-purple)
}

.breadcrumb-item.active {
  color: #212529bf;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}


.time_sheet .date h3 {
  font-size: 12px;
  margin-bottom: 0;
}

.time_sheet .date img {
  width: 15px;
  height: auto;
}

.timing_wrapper {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 30px;
  border-radius: 8px;
  background-color: white;
  margin-top: 20px;
  display: block;
  color: black;
}

a.timing_wrapper {
  border: 1px solid rgb(245, 245, 245);
}

.timing_wrapper:hover {
  border-color: var(--purple);
}

.timing_card {
  border-radius: 8px;
  border: 1px dashed #dbdfe9;
  padding: 10px 15px;
  display: inline-block;
  color: black;
}

.timing_card p {
  font-size: 12px;
  color: #99a1b7;
  margin-bottom: 0;
}

.department_logo {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.department_logo img {
  width: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timing_wrapper h4 {
  margin-bottom: 0;
}

ul.list_sheet {
  margin-top: 30px;
}

.timing_wrapper .progress {
  margin-top: 25px;
}

.progress,
.progress-bar {
  height: 4px;
}

.timing_wrapper .profilesList {
  transform: translate(0);
  margin-left: 14px;
  margin-top: 15px;
}

.timing_wrapper .symbol-pic img {
  width: 30px;
  height: 30px;
}

.timing_wrapper .symbol-name {
  width: 30px;
  height: 30px;
}

.timing_wrapper .symbol-label {
  font-size: 16px;
}


.verification form {
  background-color: white;
  padding: 30px;
}

.verification form .logo {
  width: 100px;
  height: auto;
}

.verification h1 {
  font-size: 25px;
}

.verification .code_desc {
  font-size: 16px;
  color: #99a1b7;
  margin-bottom: 20px;
}

.verification .otp_number {
  font-size: 18px;
  font-weight: 600;
}

.verification .form-control {
  height: 60px;
  width: 100%;
  background: transparent;
  text-align: center;
}

.verification .submit_btn {
  padding: 10px 15px;
}

.resend_code {
  color: #99a1b7;
  font-weight: 600;
}

.resend_code a {
  font-size: 14px;
}

.delete_sec p .heighlight {
  background-color: rgb(252, 239, 119);
}


.checkout_btn {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 1;
}

.checkout_btn .dropdown-toggle {
  background-color: transparent !important;
  padding: 0;
}

.checkout_btn .dropdown-toggle img {
  width: 40px;
  height: auto;
}

.dropdown-menu.show {
  transition: all .2s linear;
  opacity: 1;
}

.checkout_btn .dropdown-menu .btn {
  width: 100%;
}

.checkout_btn .dropdown-menu li+li {
  margin-top: 10px;
}

.late_text {
  color: var(--bs-danger);
  text-align: center;
  font-weight: 600;
}

@media(max-width:575px) {
  .checkout_btn {
    bottom: 22px;
    right: 22px;
  }
}

/* .pin_icon{color: hsl(200, 4.4%, 73.3%); font-size: 18px; cursor: pointer;} */
/* .pin_icon:hover{color: black; font-size: 18px;} */
/* .pin_check .form-check-input:checked + label .pin_icon{color: black; transform: scale(1.2); } */
.pCard {
  color: black;
}

/* .pin_check{position: absolute; top: 15px; right: 15px;} */

.project_card {
  position: relative;
  background-color: white;
  width: 100%;
}

.project_card .card_title {
  padding-right: 25px;
}

ul.profilesList {
  position: absolute;
  bottom: 10px;
}

.project_card_small.withlist {
  padding: 12px;
}


.card_title {
  padding-right: 20px;
}

.Pincard_wrapper {
  position: relative;
  width: 100%;
}

.Pincard_wrapper a {
  position: relative;
  width: 100%;
  height: 100%;
}

.pin_list {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 8;
}


@media (max-width:991px) {
  body {
    overflow-x: hidden;
  }

  header {
    position: relative;
    padding: 0;
  }

  .banner_title {
    margin-bottom: 8px;
  }

  .topbar {
    width: 100%;
    position: relative;
    padding: 10px 0;
    background: var(--bs-purple);
  }

  .no_links .topbar {
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 6%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 6%);
  }

  .topbar.sticky {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    animation-name: menu_sticky;
    animation-duration: .6s;
    animation-timing-function: ease-out;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    background: var(--bs-purple);
  }

  .topbar.sticky {
    padding: 10px 0;
  }

  .menu_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
  }

  .menu_head {
    background: #000;
    text-align: center;
    position: relative;
    color: #fff;
  }

  .menu_head a {
    color: #fff;
    padding: 15px 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
  }

  .menu_head a span.menu_account_icon {
    font-size: 22px;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #444;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
  }

  .menu_close {
    position: absolute;
    right: -32px;
    top: 8px;
  }

  .menu_close i {
    font-size: 24px;
    color: white;
  }

  .mobile_menu_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 99999;
    background: #ffffff;
    padding: 0 0 75px;
    transition: all linear 0.2s;
    max-width: 80%;
    width: 280px;
    height: 100vh;
  }

  .mobile_menu_wrap.menu_show {
    left: 0;
  }

  .mobile_menu_wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px
  }

  .mobile_menu_wrap ul.main_menu {
    margin-bottom: 10px;
    padding: 0 0 120px;
  }

  .mobile_menu_wrap ul.main_menu li {
    border-bottom: 1px solid #efefef;
    padding: 0 15px 0 15px;
  }

  .mobile_menu_wrap ul.main_menu li a {
    font-size: 15px;
    text-decoration: none;
  }

  .mobile_menu_wrap ul li a {
    display: block;
    padding: 15px 0;
    color: #3a3a3a !important;
  }

  .mobile_menu_wrap ul li.hassub {
    position: relative;
    padding: 0 50px 0 15px;
  }

  .mobile_menu_wrap ul li.hassub .sub_menu_open {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 1;
    padding: 17px 20px;
    border-left: 1px solid #efefef
  }

  .mobile_menu_wrap ul li.hassub ul {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    max-width: 80%;
    width: 280px;
    background: #ffffff;
    margin: 0;
    transition: all linear 0.3s;
    padding: 48px 0 100px;
    overflow: auto;
    z-index: 9;
    visibility: hidden;
  }

  .mobile_menu_wrap ul li.hassub ul.show_submenu {
    visibility: visible;
    left: 0;
  }

  .mobile_menu_wrap ul li.hassub ul li.back_to_mainmenu {
    position: absolute;
    top: 0;
    width: 100%;
    background: #f1f1f1;
  }

  .mobile_menu_wrap ul li.hassub ul li.back_to_mainmenu a {
    font-size: 15px;
    color: #bbb;
    padding: 10px 0;
  }

  .mobile_menu_wrap ul li.hassub ul li.back_to_mainmenu a i.fa {
    font-size: 35px;
  }

  .topbar .user_profile img {
    width: 30px;
    height: auto;
  }

  .topbar .profile_wrapper {
    padding: 5px;
  }

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

  ul.top_left_list li {
    display: inline-block;
    vertical-align: middle;
  }

  ul.top_left_list li+li {
    margin-left: 5px;
  }

  ul.top_left_list .menu_open i {
    font-size: 25px;
    color: white;
  }

  .topbar .search_field {
    width: 100%;
    max-width: 200px;
    display: inline-block;
  }

  .inner_section {
    margin-top: 0;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

}

@media(min-width:992px) and (max-width:1199px) {
  .header_bar .nav-link {
    padding: 9px 8px;
  }

}

@media(max-width:475px) {
  ul.notif_list {
    padding: 30px;
  }

  .verification .form-control {
    height: 41px;
  }
}



/* changings */

.form-check-input[type=checkbox] {
  margin-right: 4px !important;
  margin-top: 2px !important;
  width: 18px !important;
  height: 18px !important;
}

.form-check-input[type=checkbox]:checked {
  box-shadow: none;
}

.form-check-input[type=checkbox]:focus {
  box-shadow: none;
}

.project_card_contents p {
  font-size: 16px;
}

.select2-container {
  width: 100% !important;
}

.form-card {
  padding: 20px;
}


.form-check-input:checked {
  background-color: var(--purple);
  border-color: var(--purple);
}

.form-check-input:focus {
  border-color: var(--purple);
}

.btn-outline-primary {
  color: var(--purple) !important;
  border-color: var(--purple) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: var(--purple) !important;
  border-color: var(--purple) !important;
  color: white !important;
}

.table>:not(caption)>*>* {
  padding: 14px;
}

.laravel-livewire-table td,
.laravel-livewire-table th {
  vertical-align: middle;
}

.linkWithDot {
  padding-left: 30px;
  position: relative;
}

/* .red_circle {
  position: absolute;
  left: 0;
} */

/* .green_circle {
  position: absolute;
  left: 0;
} */

.form-check {
  min-height: auto;
  margin-bottom: 0;
}

td,
th {
  padding: 14px !important;
}

.employ_Name {
  min-width: 180px;
}

/* .page-link{color: var(--purple) !important;} */

.active>.page-link,
.page-link.active {
  background-color: var(--purple) !important;
  border-color: var(--purple) !important;
}

.more-users {
  background-color: #7e7676 !important;
  margin-left: 10px;
}

.remove-peding {
  padding: 0 !important;
}

.page-header-title {
  font-size: 32px;
  line-height: 1.4;
  position: relative;
  font-weight: 500;
  max-width: 100%;
  z-index: 2;
}

.content-area {
  border-right-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  padding: 10px;
}

label.error {
  color: red;
  font-style: italic;
  display: none;
}

/* news */

.news_card {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  position: relative;
}

.news_thumb img {
  width: 100%;
  margin-bottom: 10px;
}

.news_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: black;
  display: block;
}

.news_card p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.news_date {
  margin-bottom: 8px;
  color: #9b9b9b;
}

.pin_icon {
  position: absolute;
  top: 6px;
  right: 6px;
}

.pin_icon i {
  font-size: 18px;
  color: black;
}

.pin_icon i:hover {
  font-size: 18px;
  color: var(--primary);
}

.news_detailWrapper h1 {
  margin-bottom: 20px;
}

.news_detailWrapper h2 {
  margin-bottom: 10px;
}

.news_detailWrapper p {
  margin-bottom: 30px;
}

.news_detailWrapper img {
  width: 100%;
  margin-bottom: 20px;
}

.recent_newsWrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.recentNews_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.recentNews_title:hover {
  color: var(--primary);
}

.recentNews_date {
  color: #7e7e7e;
}

ul.recentNews_list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

ul.recentNews_list li+li {
  margin-top: 25px;
}

.recent_newsWrapper .search_field .form-control {
  margin-bottom: 20px;
  border: 1px solid rgb(233, 233, 233);
}

.search_field .btn:hover,
.search_field .btn:active,
.search_field .btn:focus {
  border-color: transparent;
}

@media (max-width: 575px) {
  .display-5 {
    font-size: 1.5rem;
  }
}



.news-userviews .profilesList {
  position: relative;
  transform: translate(0);
  bottom: auto;
  line-height: 9px;
  padding-left: 7px;
}

.timing_wrapper .profilesList {
  position: relative;
  transform: translate(0);
  bottom: auto;
  line-height: 9px;
  padding-left: 7px;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}



.signin_form .btn.disabled,
.signin_form .btn:disabled,
.signin_form fieldset:disabled .btn {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
}

@media(max-width:390px) {
  .signin_form form {
    padding: 20px 20px;
  }
}

.resumed_box {
  background-color: #0c9d084a;
}

.more_dots_btn .dropdown-toggle::after {
  display: none;
}

.more_dots_btn .dropdown-toggle {
  background-color: #ffffff63 !important;
  padding: 1px 6px;
}


.more_dots_btn_white_bg .dropdown-toggle::after {
  display: none;
}

.more_dots_btn_white_bg .dropdown-toggle {
  background-color: #e1e1e163 !important;
  padding: 1px 6px;
}

.thread_message .more_dots_btn_white_bg .dropdown-toggle {
  margin-top: -9px;
}

/* .nav-tabs .nav-link {
    border: none !important;
}

.nav-tabs .nav-link.active {
    border: none !important;
    border-bottom: 2px solid transparent !important;
    background-color: transparent !important;
} */
.edit-icon {
  font-size: 22px;
}

ul.people_list2 li button.btn {
  height: auto;
  padding: 3px 5px;
  border-radius: 5px;
  width: auto;
  font-size: 12px;
  margin-right: 7px;
}




.project_detail {
  position: relative;
}

.project_detail .archive_btn {
  position: absolute;
  right: 175px;
}

.project_detail .merge_btn {
  position: absolute;
  right: 100px;
}

@media(max-width:830px) {
  .project_detail .archive_btn {
    position: static;
  }

}

.messages_content a {
  text-decoration: underline;
}

.without-border {
  border: none;
  outline: none;
  font-size: 2.5rem;
  width: 100%;
  padding: 10px;
}

.custom-trix trix-toolbar .trix-button-group {
  margin-bottom: 0px !important;
  border: none !important;
}

.custom-trix trix-toolbar .trix-button {
  border-bottom: none !important;
}

.custom-trix .trix-button-row {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 10px;
}

.custom-trix trix-editor {
  border: none;
  font-size: 1.50rem;
}

.custom-trix trix-editor {
  padding-block-start: 1.5em;
}

.trix-container {
  border: 1px solid #ced4da;
  border-radius: 8px;
  overflow: hidden;
}

.trix-container trix-toolbar {
  border: none !important;
  border-bottom: 1px solid gray !important;
  padding: 10px 12px;
}

.trix-container trix-toolbar .trix-button-group {
  margin-bottom: 0px !important;
  border: none !important;
}

.trix-container trix-toolbar .trix-button {
  border-bottom: none !important;
}

.trix-container trix-editor {
  min-height: 150px;
  padding: 12px 14px;
  border: none !important;
  /* Remove inner editor border */
  background-color: #fff;
  font-size: 1.50rem;
}

.trix-container:focus-within {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, .1);
}


.btn-simple {
  background: none;
  border: none;
  font-size: 20px;
  color: #c1c1c1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-simple:hover {
  opacity: 0.8;
}

.btn-simple:focus {
  outline: none;
}

.people-edit-icon {
  position: absolute;
  margin-left: 10px;
}

.bg-primary {
  background-color: var(--bs-purple) !important;
  border-color: var(--purple) !important;
  color: #fff;
}

.header_bar .button-nav-link {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 20px;
  text-decoration: none;
  background: 0 0;
  border: 0;
  position: relative;
  top: 10px;
}

.submenu .active {
  background-color: white !important;
  color: black !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: var(--bs-nav-pills-border-radius);
  padding: 13px 20px 16px 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


#menu li>a {
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
}

#menu li> {
  padding: 5px;
}

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

ul.header_iconsList li {
  display: inline-block;
  vertical-align: middle;
}

ul.header_iconsList li {
  position: relative;
}

ul.header_iconsList li:hover {
  cursor: pointer;
}

ul.header_iconsList li i {
  font-size: 20px;
  color: white;
}

.righticons {
  padding: 6px 8px !important;
  border-radius: 8px !important;
}

.righticons:hover {
  background-color: rgba(255, 255, 255, 0.13);
}

ul.header_iconsList .submenu li a {
  padding: 8px;
}

@media(max-width:1199px) {
  .search_field {
    width: 190px;
  }
}

.dropzone {
  border: 2px dashed lightgray !important;
}

.flush {
  margin-bottom: 0px;
}

.admin-todo .form-card {
  border-radius: 5px !important;
  padding: 5px;
}

.admin-todo .card-body {
  max-height: 530px;
  overflow-y: auto;
}

.scroll {
  max-height: 550px;
  overflow-y: auto;
}

.admin-scroll {
  max-height: 550px;
  overflow-y: auto;
}

.recent_p a {
  height: auto;
  margin-bottom: 0;
}

.set-img-size img {
  height: 100px;
}

.border-none {
  border: none;
  background-color: transparent;
  padding: 5px;
}

.btn-redesgine {
  font-size: 14px;
  padding: 10px 15px !important;
  width: 150px;
  border-radius: 5px;
}

/* new dashboard style */

.bg-purple {
  background-color: var(--purple) !important;
  color: #fff !important;
}

.bg-purple:hover {
  background-color: var(--purple) !important;
  color: #fff !important;
}

.bg-purple h5 {
  text-transform: uppercase;
}

.remove-section {
  position: absolute;
  left: 110px;
  height: 28px;
  line-height: 17px;
}