html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
  font-family: "Roboto", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #fff;
}

/* ***************************************** */
* {
  scrollbar-width: auto;
  /* Thin scrollbar */
  scrollbar-color: #c6cbd6 transparent;
  /* Thumb color, Track color */
}

/* WebKit-based browsers: Chrome, Edge (Chromium), Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #dee3ee;
  border-radius: 10px;
  border: 2px solid transparent;
  /* Create padding effect */
  background-clip: content-box;
}

/* ******************************************* */

ol,
ul {
  list-style: none;
}

a,
img {
  text-decoration: none;
  outline: none;
  border: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #timetrackbg {
  background: var(--bs-body-bg) url("../images/bg.png") repeat-x 0px 0px;
  font-size: .95rem;
  color: var(--bs-body-color);
}

#timetrackbg [data-theme="dark"] {
  background-image: url("../images/bgDark.png")
} */

/***Header Block Start***/



a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--bs-link-hover-color);
}

.navbar {

  width: 100%;

}

.navbar-expand-lg .navbar-nav {
  margin-left: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .2rem;
  padding-left: .2rem;
  margin: 0 1rem;
  color: var(--bs-nav-link-color);
  border-bottom: 3px solid transparent;

}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  border-bottom: 3px solid var(--bs-nav-link-border);
}

.navbar-expand-lg .navbar-nav .nav-link.active {
  border-bottom: 3px solid var(--bs-nav-link-border);
  color: var(--bs-nav-link-active-color);
}

/* .nav-item{padding-top: 1rem;} */
.search-block {
  position: relative;
  margin-right: 1rem;
}

.search-block img {
  width: 14px;
}

.search-block input {
  border-radius: 50px;
}

.search-block input.form-control {
  padding: .4rem 1.1rem;
}

.search-block .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  outline: none;
  border: none;
}

.search-block .btn:focus {
  box-shadow: none;
}

.msg-icon img {
  background: #6AA163;
  border-radius: 50%;
  margin: 0 1rem;
}

.noti-icon {
  position: relative;
  margin: 0 1rem 0 0;
}

.noti-icon img {
  background: #456ABB;
  border-radius: 50%
}

.noti-icon span {
  position: absolute;
  color: #fff;
  position: absolute;
  /* top: -.4rem; */
}

.profile {
  position: relative;
  margin: 0 0rem 0rem 1rem;
}

.status {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  background: #6AA163;
  right: 0;
}

.profile-blk img {
  border-radius: 100px;
  border: 8px solid #fff;
  width: 50px;
  cursor: pointer;
}



.total-hrs {
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 68px;
  width: 100%;
  margin-bottom: .6rem;
}

.total-hrs:last-child {
  margin-bottom: 0;
}

.icon-hrs {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 10%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-hrs img {
  width: 30px;
  height: 30px;
}

.blue_icon {
  background: #456ABB;
}

.des-hrs {
  background: #EEF3FF;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  height: 100%;
  font-size: .9rem;
  color: #000;
}

.hrs-des h2 {
  font-weight: 500;
  margin-bottom: .5rem;
  font-size: .8rem;
  color: #515151;
}

.hrs-des span {
  padding-left: .8rem;
  font-size: .7rem;
}

.hrs-des span img {
  width: 10px;
  height: auto;
  margin-right: 8px;
}

.hrs_blk {
  font-size: 1rem;
  font-weight: 600;
}

.hrs_blk span {
  font-size: .9rem;
}

.yellow_icon {
  background: #ED9F39;
}

.yellow {
  background: #FFF7EC;
}

.green_icon {
  background: #6AA163;
}

.green {
  background: #F1FBF0;
}

.ht {
  min-height: 55vh;
  overflow: auto;
  position: relative;
}

/***Header Block End***/

/***Body Container Start ***/
.white-block {
  background: var(--bs-content-bg);
  border-radius: 10px;
  min-height: calc(110vh - (138px + 110px));
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, .12);
  display: flex;

}

.setting-icons {
  text-align: center;
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.setting-icons ul {
  padding-left: 0;
  margin-bottom: 0;
}

.setting-icons ul li {
  margin: 1.5rem 0;
  cursor: pointer;
}

.setting-icons ul li img {
  border-radius: 50px;
  width: 28px;
  height: auto;
}



.setting-icons ul li a:hover img {
  background: var(--bs-setting-icons);
  border-radius: 50px;
}

/* *******************setting hover************ */
.breadcrumb-without-link {
  color: rgb(112, 112, 112);
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
}

.breadcrumb-without-link:hover {
  color: #0a58ca;
  text-decoration: underline;
}

.setting-icons ul li .set_hver:hover img {
  background: var(--bs-setting-icons);
  border-radius: 50px;
}


body[data-theme="dark"] .setting-icons ul li .set_hver img {
  filter: brightness(0) invert(1);
}


body[data-theme="dark"] .setting-icons ul li .set_hver:hover img {
  filter: brightness(1) invert(0);
}

/* ************************************************************** */

body[data-theme="dark"] .setting-icons ul li img {
  filter: brightness(0) invert(1);
}

body[data-theme="dark"] .setting-icons ul li a:hover img {
  filter: brightness(1) invert(0);
}



.deadline_tbl th:first-child {
  width: 75%
}

.overdue_tbl th:first-child {
  width: 70%
}



.dash-icon {
  background: var(--bs-dash-icon-bg);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.dash-icon ul {
  padding: 2rem 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-self: auto;
}

.dash-icon ul li {
  display: flex;
  align-items: center;
  margin: .8rem 0;
  width: 100%;
  cursor: pointer;
}

.dash-icon ul li img {
  width: 71px;
  height: 71px;
}

.dash-icon ul li .des {
  padding-left: 1rem;
}

.dash-icon ul li .des span {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: .2rem;
  display: block;
}

.dash-icon ul li .des p {
  font-size: .8rem;
  font-weight: 500;
}

.dash-des {
  width: 100%;
}

.breadcrumb {
  border-bottom: 1px solid var(--bs-breadcrumb-border);
  padding: 1rem;
}

.breadcrumb a {
  font-size: .9rem;
  color: var(--bs-breadcrumb-color);
  text-decoration: none;
}

.breadcrumb a.curr,
.breadcrumb a:hover {
  color: var(--bs-breadcrumb-hover-color);
  text-decoration: none;
}

.breadcrumb span.curr,
.breadcrumb span:hover {
  /* font-size: .9rem; */
  color: var(--bs-breadcrumb-hover-color);
  text-decoration: none;
  transition: all .3s ease;
}

.breadcrumb span.hs {
  color: var(--bs-breadcrumb-color);
  font-size: .9rem;
}

.border-left {
  border-left: 1px solid var(--bs-breadcrumb-border);
  width: 100%;
}


.dash-icon ul li .des {
  padding-left: 1rem;
}

.dash-icon ul li .des span {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: .2rem;
  display: block;
}

.dash-icon ul li .des p {
  font-size: .8rem;
  font-weight: 500;
}

.dash-des {
  width: 100%;
}

.breadcrumb {
  border-bottom: 1px solid var(--bs-breadcrumb-border);
  padding: .5rem 1rem;
}

.breadcrumb a {
  font-size: .838rem;
  color: var(--bs-breadcrumb-color);
  text-decoration: none;
}

.breadcrumb a.curr,
.breadcrumb a:hover {
  color: var(--bs-breadcrumb-hover-color);
  text-decoration: none;
}

.breadcrumb span.curr,
.breadcrumb span:hover {
  /* font-size: .9rem; */
  color: var(--bs-breadcrumb-hover-color);
  text-decoration: none;
}

.breadcrumb span.hs {
  color: var(--bs-breadcrumb-color);
  font-size: .9rem;
}

.border-left {
  border-left: 1px solid var(--bs-breadcrumb-border);
  width: 100%;
}

.tbl_header {
  display: flex;
  justify-content: space-between;
  padding: 0 .5rem .5rem .5rem;
}

.custom-multiselect .css-1wa3eu0-placeholder {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block;
}

.custom-multiselect .css-1wa3eu0-placeholder {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block;
}

.tbl_header h2 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.tbl_header a {
  font-size: .8rem;
  text-decoration: none;
}

.tbl_header a img {
  position: relative;
  top: 1px;
  left: 2px;
}

.dash-block {
  border: 1px solid var(--bs-block-border);
  border-radius: 10px;
  padding: 1.2rem 1.2rem 0 1.2rem;
  height: 47vh;
  overflow: auto;
}

.dash-block::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

.dash-block::-webkit-scrollbar-thumb {
  width: 5px;
  height: 2px;
  background-color: #D1CFCF;
  border-radius: 5px;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.dash-container {
  padding: 0 1rem 1rem 1rem;
}

.breadcrumb h1 {
  font-size: 1.2rem;
  font-weight: 600;
}

.tbl_status {
  position: relative;
  font-size: .75rem;
}

.tbl_status span.open::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left: 10px;
  top: 50%;
  content: '';
  background-color: #6AA163;
}

.tbl_status span.due::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left: 10px;
  top: 15px;
  content: '';
  background-color: var(--bs-error);
}

.tbl_status span {
  padding-left: 20px;
}

.table th {
  white-space: nowrap;
}

.table tr,
.table th {
  border-bottom: 1px solid var(--bs-table-border) !important;
  font-size: .8rem;
}

table th,
table td {
  color: var(--bs-table-color);
}

table td {
  line-height: 1.5rem;
}

.table tr:last-child {
  border-bottom: 0px solid transparent !important;
}

.table th {
  font-weight: 500;
  /* border-top: 1px solid var(--bs-table-border) !important; */
}

.proj-name {
  color: #B5B2B2;
}

.tags_div ul li a {
  padding: .2rem .8rem;
  font-size: .7rem;
  text-decoration: none;
}

.tags_div ul {
  display: inline;
  padding-left: 0;
}

.tags_div ul li {
  display: inline-block;
  margin: .4rem .3rem .4rem 0;
}

.blue_blk {
  border: 1px solid #456ABB;
  background: #F6F8FF;
  color: #456ABB;
  border-radius: 50px;
  text-align: center;
}

.blue_blk:hover {
  background: #456ABB;
  color: #fff;
  transition: all .4s;
}

.orange_blk {
  border: 1px solid #ED9F39;
  background: #FFFDFA;
  color: #ED9F39;
  border-radius: 50px;
  text-align: center;
}

.orange_blk:hover {
  background: #ED9F39;
  color: #fff;
  transition: all .4s;
}

.yellow_blk {
  border: 1px solid var(--bs-nav-link-border);
  background: #fff;
  color: var(--bs-nav-link-border);
  border-radius: 50px;
  text-align: center;
}

.yellow_blk:hover {
  background: var(--bs-nav-link-border);
  color: #fff;
  transition: all .4s;
}

.green_blk {
  border: 1px solid #6AA163;
  background: #FDFFFD;
  color: #6AA163;
  border-radius: 50px;
  text-align: center;
}

.green_blk:hover {
  background: #6AA163;
  color: #fff;
  transition: all .4s;
}

#calendar {
  /* max-width: 200px; */
  width: 100%;
  ;
  margin: 0 auto;
  height: 41vh;
  position: relative;
  z-index: 0;
}

#calendar .fc.fc-media-screen.fc-direction-ltr.fc-theme-standard {
  height: 39vh;
}

#calendar .fc-daygrid-day-top {
  justify-content: center;
  position: relative;
}

#calendar a {
  color: var(--bs-main-text-color);
}

#calendar .fc-toolbar-title {
  font-size: 14px;
  font-weight: 600;
}

#calendar .fc-today-button {
  display: none;
}

#calendar .fc-prev-button {
  background-color: transparent;
  color: var(--bs-btn-org-color);
  border-color: transparent;
  box-shadow: none;
}

#calendar .fc-next-button {
  background-color: transparent;
  color: var(--bs-btn-org-color);
  ;
  border-color: transparent;
  box-shadow: none;
}

#calendar .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 5px;

}

/* #calendar .fc .fc-daygrid-day-frame{
    height: 1px;
    
  } */
#calendar .fc td,
#calendar .fc th {
  padding: 0 !important;
}

#calendar .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 1px;
}

#calendar .highlighted-date {
  background-color: var(--bs-error);
}

#calendar .highlighted-date a {
  color: #FFF;
}

#calendar .fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.5;
}

.navbar-toggler-icon {
  background: url(../images/menu-burger.png) no-repeat 50% 50% / 80% auto !important;

}

.offcanvas {
  z-index: 9999 !important;
}

.nav-outer {
  width: 100%;
  display: flex;
  align-items: center;
}

.navbar-toggler:focus,
.navbar-toggler:focus-within {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

/***Body Container End ***/

/*****Footer Start*******/

footer {
  text-align: center;
  padding: 6px 0 20px;
}

footer p {
  font-size: .9rem;
  margin-bottom: 0;
}

/*****Footer End*****/


.tbl_hdr_blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-page {
  width: 100%;
  border-left: 1px solid var(--bs-breadcrumb-border);
}

.pd-left {
  padding-left: 1rem;
  margin-bottom: 0;
}

.btn {
  padding: .4rem 1rem;
  font-size: .8rem;
  min-width: 100px;
  transition: none;
}

.btn-primary {
  color: #fff;
  background-color: #456ABB;
  border-color: #456ABB;
  border-radius: 6px;
}


.modal_btn {
  color: #fff;
  background-color: #456ABB;
  border-color: #456ABB;
  border-radius: 6px;
  font-size: .8rem;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}

.icon_auto {
  margin-right: 9px;
}

.modal_btn:hover {
  color: #fff;
  background-color: #365397;
  border-color: #365397;
}

.btn-outline-primary {
  border-radius: 6px;
  background-color: #fff;
  border-color: #456ABB;
  color: #456ABB;
}

.btn-primary:hover {
  color: #fff;
  background-color: #365397;
  border-color: #365397;

}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #365397;
  border-color: #365397;
}

.btn-primary:focus,
.btn-outline-primary:focus,
.btn:focus {
  box-shadow: none;
}

.tbl_main {
  margin-top: 10px;
}


.nav-outer .offcanvas {
  background: var(--bs-offcanvas-bg);
}



.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-offcanvas-title-color);
  font-weight: 600;
  font-size: 20px;
}

.btn-close {
  background: var(--bs-btn-close)
}


.action-menu {
  display: flex;
  gap: 8px;
  cursor: pointer;
  /* margin-left: 15px; */
}

.modal_fde {
  box-shadow: 0 34px 26px rgba(0, 0, 0, 0.3), 0 35px 35px rgba(0, 0, 0, 0.19);
}



.modal-form .modal.fade.show .modal-dialog {
  width: 1085px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 585px;
  border-radius: 18px !important;
  z-index: 9999;
  box-shadow: 0 34px 26px rgba(0, 0, 0, 0.1), 0 35px 35px rgba(0, 0, 0, 0.1);

}

.modal-notification .modal-content {
  box-shadow:
    0 0 10px rgba(200, 200, 200, 0.2),
    0 8px 32px rgba(180, 180, 180, 0.25),
    0 16px 48px rgba(160, 160, 160, 0.15);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  border: 1px solid rgb(76 74 74 / 20%);
  background-color: rgba(250, 250, 250, 0.95);

  transition: box-shadow 0.3s ease, transform 0.3s ease;

  .timeInputBox {
    .form-control {
      padding: 10px;
    }
  }
}


.modal {
  scrollbar-width: thin;
  top: 0;
}


.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 37, 42, 0.63);
  z-index: 99998;
}

.modal_btn_group {
  display: flex;
  align-items: center;
  gap: 10px;
}


.modal-form .modal.fade.show .modal-content {
  height: -webkit-fill-available;
  height: 100%;
  background: var(--bs-offcanvas-bg);
  border-radius: 18px !important;

}

.info-modal .modal-dialog {
  /* min-width: 100%; */
  margin: 0;
}


.modal-content {
  height: -webkit-fill-available;
}

.TimePopUp-modal .modal-content {
  width: 70%;
  /* box-shadow: 0 0 35px #cad8fa; */
  box-shadow: 0 4px 15px rgba(99, 99, 99, 0.15);
}



.btn-close:focus {
  outline: 0;
  box-shadow: none;

}

.btn-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  /* background:#365397; */
  /* --bs-btn-close-color: #6F6E6E !important; */
  --bs-btn-close-color: #fff !important;
}

.modal-body {
  padding: 0 20px 20px 20px;
  overflow-y: auto;
  background-color: var(--bs-offcanvas-bg);
}

.modal-body {
  padding: 15px 27px 27px 27px;
  overflow-y: auto;
}


.input-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: .5rem 0;
  text-align: left;
}

.input-container label {
  font-size: 14px;
  font-weight: 500;
  margin: 0rem 0 .5rem 0;
  color: #333;
  line-height: 1.2rem;
}


.required-star {
  color: red;
  /* or any other color you prefer */
  margin-left: 4px;
  /* adjust as needed */
}

.two-inputs1,
.two-inputs2,
.two-inputs3,
.two-inputs4,
.two-inputs5 {
  display: flex;
  gap: 20px;
}

.formik-input,
.formik-div input {
  width: 100%;
  padding: 7px 10px;
  /* margin-bottom: 25px; */
  border: 1px solid var(--bs-breadcrumb-border);
  border-radius: 5px;
  background-color: transparent;
  /* color: var(--bs-body-color); */
  color: hsl(0, 0%, 20%) !important;
  min-height: 38px;
}

.formik-input-withIcon {
  width: 100%;
  padding: 7px 18px;
  /* margin-bottom: 25px; */
  border: 1px solid var(--bs-breadcrumb-border);
  border-radius: 5px;
  background-color: transparent;
  /* color: var(--bs-body-color); */
  color: hsl(0, 0%, 20%) !important;
}

.formik-input:hover,
.formik-div input:hover {
  border: 1px solid #456ABB;
}

.animated-textbox-wrapper {
  display: flex;
  flex-direction: column;
}

.error-message {
  color: red;
  justify-content: center;
  margin-top: 5px;
}



.dropdown {
  /* border: 1px solid #ced4da;  */
  padding: 10px;
  /* More padding for better spacing */
  margin: 10px 0;
  /* Top and bottom margin for separation */
  width: 100%;
  border-radius: 5px;
  /* Rounded corners */
  font-size: 16px;
  /* Larger text size */
}




#dropdown-basic,
[id^=dropdown-].btn.btn-success {
  width: 100%;
  padding: 10px;

}

.dropdown {
  padding: 0px;
  margin: 0px;
}


#dropdown-basic,
[id^=dropdown-].btn.btn-success {
  background-color: transparent;
  border: 1px solid var(--bs-breadcrumb-border);
  box-shadow: none;
  color: var(--bs-body-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 374px; */
  font-size: 13px;
  padding: 8px 10px;

}

.dropdown-item {
  font-size: .8rem;
  padding: .25rem .8rem;
}


.dropdown-menu a {
  color: #000;
  font-size: .85rem;

}


.dropdown-menu a:hover {
  background-color: #deebff;
  color: #222;

}


.btn-group .dropdown-toggle::after {
  color: #fff;
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
}

.dropdown-menu.show {
  display: block;

  width: 100%;
}

.assign_dropdown .dropdown-toggle::after {
  color: #ddd;
}

.assign_dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: .655em;
  vertical-align: .255em;
  content: "";
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
}

/* .dropdown-toggle::after {
   color: #777; 
  color: white;
  border-top: 0.5em solid
} */


#dropdown-basic:hover,
#dropdown-basic:focus,
[id^=dropdown-].btn.btn-success:hover,
[id^=dropdown-].btn.btn-success:focus {
  border: 1px solid #456ABB;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}



/****login Page Css Start *****/

.loginPage {
  background: none;
}

.login-container {
  display: flex;
  align-items: center;
  height: 100vh;

}

.login-img-cont {
  background: #444550;
  height: 100%;
  width: 60%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}

.img1 {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
}

.img2 {
  position: absolute;
  left: 0px;
  top: 40%;
  display: block;
}

.img3 {
  position: absolute;
  right: 150px;
  bottom: 0%;
  display: block;
}

.login-img {


  height: auto;

}

.login-img img {
  width: 60%;
  height: auto;
}

.login-content {
  background: #fff;
  height: 100%;
  text-align: center;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.login-content h1 {
  font-size: 2.3rem;
  font-weight: 600;
}

.login-content p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 12px;
}

.login-content footer p {
  font-size: 14px;

}

.login-content .btn {
  padding: .3rem 1.5rem;

}

.login-content .arw-img {
  margin-top: 1.5rem;
}

.arw-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -100;
  /* stays behind */
  pointer-events: none;
  /* image won’t block clicks */
  opacity: 0.9;
  /* optional softness */
}

.arw-img img {
  max-width: 180px;
  /* control size */
  height: auto;
}

.login-content .logo {
  margin-bottom: 1rem;
  display: block;
  padding-top: 30px;
}

.login-footer {
  /* position: fixed; */
  /* bottom: 16px; */
  /* spacing from bottom */
  left: 0%;
  padding-bottom: 2%;
  /* position: absolute; */
  /* transform: translateX(-50%); */
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #000;
  z-index: 1000;
  pointer-events: none;
  /* optional: prevents click interference */
}

.login-footer p {
  margin: 0;
}


/****login Page Css End *****/


.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}



/* Footer css */
.footer .iframe-content {
  position: fixed;
  bottom: 10px;
  right: 50px;
}


.footer {
  /* padding: 20px 0; */
  font-size: 14px;
  transition: all 0.3s;
  /* border-top: 1px solid #cddfff; */
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  text-align: center;
  /* box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1); */
  z-index: 991;
  /* background: #fff; */
}

.footer .copyright {
  margin-left: 100px;
  text-align: center;
  color: var(--bs-footer-color);
}






.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #000;
}

.subHeading {
  /* font-size: medium; */
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 10px 0;
}


.modal-footer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.1);
  /* padding: 0.9rem 2rem !important; */
  color: #456ABB;
  background-color: var(--bs-offcanvas-bg);
  font-size: 1.25rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  border-top: 1px solid var(--bs-breadcrumb-border);
  border-bottom-left-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
  padding: .95rem 1.3rem;

}


.formikform-savebutton {
  display: block;
  /* margin-top: 20px;  */
  background-color: #456ABB;
  color: white;
  padding: 4px 16px;
  border: none;
  /* box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12); */
  border-radius: 30px;
  cursor: pointer;
  min-width: 100px;
  font-size: 16px;
  border: 1px solid #456ABB;
}

.modal-header {
  border-bottom: 1px solid var(--bs-breadcrumb-border);
  padding: 1rem 1.6rem .4rem;

}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
  color: var(--bs-main-text-color);
  font-size: 1.15rem;
}

.modal-dialog {
  top: 0px;
  left: 0;
  transform: translateX(-50%);
}

.formikform-cancelbutton {
  display: block;
  /* margin-top: 20px;  */
  background-color: #fff;
  color: #456ABB;
  padding: 4px 16px;
  /* box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12); */
  border: 1px solid #456ABB;
  border-radius: 30px;
  cursor: pointer;
  margin-left: 10px !important;
  min-width: 100px;
  font-size: 16px;
}

.add-form form {
  padding-top: .5rem;
  text-align: left;
}


.offcanvas-header .btn-close {
  padding: 0;
}

.offcanvas-body {
  padding: 0;
}

.offcanvas {
  width: 480px !important;
}


/* -------------------------logout------------------------
------------------------------------------------------- */
.logout-btn {
  background-color: #456ABB;
  color: #fff;
  padding: 8px 25px;
  border: 1px solid;
  /* box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12); */
  border-radius: 8px;
  /* margin-left: 6px; */

  /* min-width: 100px; */
  font-size: .9rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.logout-content {
  display: flex;
  background-color: var(--bs-offcanvas-profile-bg);
  align-items: center;
  padding: 15px 10px;
}

.logout-img img {
  border-radius: 50%;
  width: 50%;
}

.logout-settings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
  padding: .5rem 1rem;
  border-bottom: 1px solid var(--bs-breadcrumb-border);
}

.logout-settings img {
  filter: var(--bs-image-filter);
}

.setting-links {
  padding: 1rem 2rem;
}

.setting-links ul li {
  margin: .5rem 0;
  font-size: .8rem;
  background: url(../images/arrow-forward.png) no-repeat 0px 50%;
  padding-left: 1rem;
}

.logout-content img {
  border-radius: 50%;
  width: 80px;
  margin-right: 0;
  border: 2px solid #fff;
  padding: .2rem;
  background: #fff;
}

.user-detail {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.userName {
  font-size: .9rem;
  font-weight: 600;
  padding-bottom: .5rem;
}

.emailAdd {
  font-size: .75rem;
  color: #5B86E3;
  padding-bottom: .5rem;
}

.btnSignout {
  padding: .1rem .2rem;
  min-width: 80px
}

.offcanvas {
  width: 480px !important;
  box-shadow: 0 34px 26px rgba(0, 0, 0, 0.3), 0 35px 35px rgba(0, 0, 0, 0.19);
}





.logout-info {
  overflow: hidden;
  padding-left: 1rem;
}

.logout-info h6 {

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.version {
  position: fixed;
  bottom: 10px;
  font-size: 13px;
  padding: 1rem;
}


#filter-text-box {
  border-radius: 6px;
}

.addbtn {
  padding: .2rem 1rem;
}

.progress {
  height: .8rem;
  border-radius: 50px;
  display: flex;
  align-self: center;
  width: 100%;
}

.progress-bar {
  font-size: .5rem;
  text-indent: 3px;
}

/* .ag-ltr .ag-cell {
  display: flex;
  align-items: center;
} */

.ag-root-wrapper {
  border-radius: 0;
  border: none !important;
}

.cutome_ag_theme {
  border: 1px solid var(--bs-breadcrumb-border);
  border-radius: 0;
  /* height: calc(100vh - (130px  + 130px)); overflow: auto;*/
  position: relative;
}

.search-block .btn img {
  width: 14px;
  position: absolute;
  top: 10px;
  right: 16px;
}

.flexDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.heading_item {
  display: flex;
  align-items: center;
}

.heading_item .form-control {
  background-color: transparent;
  border: 1px solid var(--bs-breadcrumb-border);
  transition: none;
  color: hsl(0, 0%, 20%) !important;
  width: 230px;
}

.mob_new,
.mob-algn,
.moble_refresh {
  display: none;
}

.desktop_new,
.dsk_algn,
.dstp_refresh {
  display: block;
}




.btn-nobg {
  background: none;
  border: none;
  color: var(--bs-btn-org-color);
  -webkit-appearance: none;
  font-size: .85rem;
  display: flex;
  align-items: center;

}

.btn-nobg:hover {
  color: var(--bs-link-hover-color);
}

.btn-nobg:disabled {
  pointer-events: none;
  color: gray;
}

.mr {
  margin-right: 1rem;
}



.btn-nobg img {
  width: 16px;
  margin-right: .35rem;
}

.btn-nobg img.copy {
  width: 14px;
}

.dropdown-toggle-split {
  min-width: auto;


  padding: 0 .6rem;

}

.dropdown-menu {
  padding: 0;
}

.btn-group .btn-nobg img {
  width: 16px;
  margin-right: .35rem;
}

.btn-group .drp-btn {
  border: 0;
  color: var(--bs-btn-org-color);
  padding: 0 .5rem 0 0;

}

.btn-group .drp-btn:hover {
  color: var(--bs-link-hover-color);
}

.btn-group .btn-nobg.dropdown-toggle::after {
  color: #6AA163;
}

.btn-group .btn-nobg.dropdown-toggle:hover::after {
  color: var(--bs-link-hover-color);
}

.info {
  margin-top: 1rem;
  font-size: .8rem;
  background: #D57F2E;
  border-radius: 6px;
  color: #fff;
  padding: .5rem;
}

.info svg {
  margin-right: .5rem;
  fill: #fff;
}

.third-div .btn img {
  width: 14px;
  height: auto;
  margin-right: .5rem;
}

.third-div .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-img1 {
  width: 11px;
  height: auto;
}

.refresh-btn {
  width: 15px;
  height: 15px;
  cursor: pointer;

  /* filter: brightness(0) invert(1); */

  .rotate {
    transform: rotate(360deg);
    /* Full rotation */
  }
}





.flexnav {
  justify-content: end;
}

.action-img2 {
  width: 11px;
  height: auto;
  /* margin: 0 .5rem; */
}

.action-img3 {
  width: 12px;
  height: auto;
}

.action-menu {
  display: flex;
  align-items: center;
  height: 100%;
}

.action-img-roles {
  width: 100px;
  height: 35px;
}

.offcanvas {
  background: var(--bs-offcanvas-bg);
}

.input-container .dropdown-menu {
  max-height: 250px;
  overflow: auto;
}

.coming-soon {
  justify-content: center;
  font-size: 60px;
  display: flex;
  margin-top: 150px;
}


/* ---------------sidebar-popover------------------
------------------------------------------------ */

.sidebar-popover .popover-body {
  padding: 0;
}

.popover {
  display: flex;
  max-width: 100%;
  /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); */
  box-shadow: 0 34px 26px rgb(0 0 0 / 6%), 0 35px 35px rgb(0 0 0 / 18%);

}

.sidebar-popover .parent-div .popover-content div div {
  padding: 10px;
  width: 80px;
  height: 80px;
  border: 1px solid #D1CFCF;
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-popover img {
  width: 50px;
}

.sidebar-popover .popover-img {
  margin: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-wrap: nowrap;
  cursor: pointer;
  gap: 5px;
  min-width: 125px;
}

.sidebar-popover .popover-img h2 {
  font-weight: 500;
}

.sidebar-popover .popover-content {
  display: flex;
  justify-content: center;
}

.input-container2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;

}

.input-container2 label {
  margin: 0 !important;
}

.disabled {
  /* background-color: #fbfbfb; */
  /* Set a background color to visually indicate disabled state */
  color: #999;
  /* Set a text color to make the text appear lighter */
  cursor: not-allowed;
  /* Change the cursor to indicate that the field is not interactable */
  pointer-events: none;
  /* Disable pointer events to prevent user interaction */
}

.formik-input.disabled {
  color: #505050;
  font-size: 1rem;
  font-weight: 500;
  cursor: not-allowed;
  /* Change the cursor to indicate that the field is not interactable */
  pointer-events: none;
  background-color: hsl(0, 0%, 95%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-disabled {
  cursor: not-allowed;
  /* pointer-events: none; */
}



/* ***********************************************************calender view dropdown ****************************** */

.flex_view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 0 20px 0 20px;
}

.flex_dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px 5px 10px;
  /* border: 1px solid #ccc; */
  border-radius: 64px;
  background: #cccccc24;
  gap: 18px;
}

.css-13cymwt-control {
  box-shadow: none !important;

}

.select_vw .css-13cymwt-control {
  border-radius: 40px;
  min-width: 195px;
  max-width: 100%;


}

.flex_dropdown label {
  margin-bottom: 0;
}

.flex_dropdown .css-13cymwt-control:hover {
  border-color: #365397;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: none;
}

.flex_dropdown .css-1jqq78o-placeholder {
  font-size: .85rem;
}


.flex_dropdown {
  .css-t3ipsp-control {
    box-shadow: none !important;
    border-radius: 40px !important;
    min-width: 195px !important;
  }




  .css-1nmdiq5-menu {
    background: #fff;
    z-index: 9999 !important;
    scrollbar-width: thin;

    scrollbar-color: #aab7cf transparent;
  }

  .css-1nmdiq5-menu::-webkit-scrollbar {
    width: 5px;
    height: 8px;
  }

  .css-1n6sfyn-MenuList {
    font-size: .85rem;
  }

  .css-3w2yfm-ValueContainer {
    overflow-y: auto !important;
    /* height: calc(100vh - (380px + 221px)); */
    min-height: calc(100vh - (462px + 221px));
    /* margin-top: .8rem; */
    /* margin-bottom: .8rem; */
    /* margin: 5px 17px; */
    scrollbar-width: thin;
  }

  .css-1nmdiq5-menu {
    font-size: .8rem;
    min-width: 17rem;

  }

}


.associate-modal .css-1p3m7a8-multiValue {
  background: #70707024 !important;
}




/* *********************************************************************************************************** */

/* ***************************************************Select page ******************************************** */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap');

* {
  box-sizing: border-box;
}

.page-contain {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background: #444550;
  gap: 30px;
  padding: 30px;

}

/* .data-card {
  display: flex;
  flex-direction: column;
  max-width: 20.75em;
  min-height: 20.75em;
  overflow: hidden;
  border-radius: .5em;
  text-decoration: none;
  background: white;
  margin: 1em;
  padding: 2.75em 2.5em;
  box-shadow: 0 1.5em 2.5em -.5em rgba(#000000, .1);
  transition: transform .45s ease, background .45s ease;
 

  .back h1 {
    opacity: 0;
    color: #FFFFFF;
    font-weight: bold;
   font-size:1.3rem;
   text-align: center;
    margin:  1.25em 0;
    transform: translateY(-1em);
    transition: opacity .45s ease, transform .5s ease;
  }

  .link-text {
    svg {
      margin-left: .5em;
      transition: transform .6s ease;
      
      path {
        transition: fill .45s ease;
      }
    }
  }
  
  &:hover {
 

    transform: scale(1.02);
    
    h3 {
      color: #FFFFFF;
      border-bottom-color: #086cc3;
    }

    h4 {
      color: #FFFFFF;
    }

    h1 {
      opacity: 1;
      transform: none;
    }

    .link-text {
      color: #FFFFFF;

      svg {
        animation: point 1.25s infinite alternate;
        
        path {
          fill: #FFFFFF;
        }
      }
    }
  }

}

@keyframes point {
  0% {
   transform: translateX(0);
  }
  100% {
    transform: translateX(.125em);
  }
}

.crm-logo img{
    width:230px;
}
.timetrck_logo img{
    width:250px;
} */
/* __________________________________________________________ */

.select-module {
  border-radius: 20px;
  border: 8px solid;
  border-color: #ebf7f8;
  background: #fff;
  /* border: none; */
  color: #fff;
  text-align: center;
  font-size: 32px;
  padding: 22px;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .7);
  height: 12.75rem;
  width: 25.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}

@media(max-width:600px) {
  .select-module {
    width: 100%;
    height: 100%;
  }

  .select-module img {
    width: 100%;
  }
}

.select-module {
  cursor: pointer;
  /* display: inline-block; */
  position: relative;
  transition: all 0.5s ease;
}

.select-module:after {
  content: '\2192';
  font-size: 1em;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 21px;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}

.select-module:hover {
  transition: all .5s ease;
  padding-left: 24px;
  padding-right: 8px;
  background: linear-gradient(-45deg, #e0f7fa, #0288d1);
  /* background: linear-gradient(to top, #4498e6 50%, #4498e6 30%, #4498e6 10%, #fff 100%); */
  box-shadow: 0 26px 73px -8px rgba(0, 0, 0, .7);
}

.select-module:hover:after {
  opacity: 1;
  left: 35px;
}

.crmselect img {
  width: 173px;
  max-width: 100%;
  height: auto;
}

.tm-trcselct img {
  width: 260px;
  max-width: 100%;
  height: auto;
}

/* _____________________________________________________________________________________ */


/* ************************************************************************* */


.column {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.front h2 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}


.intro {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  height: 372px;
}

.intro .profile {
  border-radius: 10px;
  transition: 0.2s;
}

.intro:hover .profile {
  transform: scale(1.4);
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

.intro .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro .content .back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #4498e6 50%, #4498e6 0%, transparent 100%);
  transition: 1s;
  z-index: 1;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.from-left {
  top: 0;
  left: -100%;
}

.thme.dropdown-menu.show {
  filter: drop-shadow(-6px 7px 15px #dedede);
}

.intro:hover .content .from-left {
  left: 0%;
}

.from-bottom {
  top: 100%;
  left: 0;
}

.intro:hover .content .from-bottom {
  top: 0%;
}

.from-bottom h1 a {
  color: #fff !important;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 4rem;
}

.btn-dots {
  outline: none;
  border: 1px solid #ccc;
  padding: 5px 7px;
  background: #fff;
  box-shadow: inset 0 0 3px 3px rgb(238, 238, 238);
  border-radius: 4px;
}

.btn-dots:hover {
  outline: none;
  border-color: #086cc3;
  padding: 5px 7px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  ;
  border-radius: 4px;
}

.btn-dots:hover img {
  color: #000;
}

.btn-dots .menu_img {
  position: relative;
  top: -2px;
}

.uploadBox {
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 6px;
  padding: 8px 8px;
  font-size: .8rem;
  width: 100%;
}

.gridcard-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}


.gridbox-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}

.content_flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  color: var(--bs-grid_text);
}

.grid-card {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  text-align: center;
  display: flex;
  /* max-height: 107px; */
  /* align-items: center; */
  text-align: left;
  justify-content: space-between;
  /* box-shadow: 2px 2px 10px 1px var( --bs-grid-shadow); */
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.min_ht {
  min-height: 430px;
}

.num_bld span {
  font-weight: bold;
  font-size: 18px;
}

.grid-card p {
  font-size: 14px;
  font-weight: 500;
}

/* _________________________________________________________________dropdown effect___________________________________- */

#moreoptn {
  .dropdown-menu {
    padding: 14px 18px;
  }


  .inline.dropdown-item {
    display: inline-block !important;
    width: auto;

  }

  .dropdown-item.active,
  .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: transparent;
  }

  .dropdown-item:focus {
    color: #1e2125;
    background-color: transparent;
  }

  .dropdown-menu {
    overflow-y: auto;
    max-height: 228px;
    overflow-x: hidden;
    min-width: 12rem;

  }

  .dropdown-menu .dropdown-item {
    border-bottom: 3px solid transparent;
    font-weight: 500;
    font-size: .9rem;
    transition: all .3s ease;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #000;
    border-bottom: 3px solid var(--bs-nav-link-border);
  }

  #drop-item {
    border: none;
    box-shadow: 0 15px 25px rgb(126 126 126 / 30%), 0 3px 11px rgb(83 84 85 / 23%);
  }



  #drop-item li {
    margin-bottom: .5rem;
  }

  .dropdown-item {
    /* padding: 0.30rem 1rem; */
    padding: 5px 3px 3px;
  }
}

/* ******************************************************************************************************************assignment page dropdown  */

.dropdownmenu_list {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.4);

  .dropdown-item {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    font-weight: 500;
  }

  .dropdown-item:hover {
    background-color: #e9ecef;
  }

  .dropdown-item.active,
  .dropdown-item:active,
  .dropdown-item:focus {
    color: #333;
    text-decoration: none;
    background-color: #efeeff;
  }
}

.assignlist {
  padding: 10px 10px 10px 10px;
  margin-bottom: 0px;
}

.fc-day a.fc-col-header-cell-cushion {
  color: #000;
  font-weight: 500;
}

.third-div .newadd img {
  width: 16px;
}


/* ***********************login******************** */
.timetrack_login {
  border-radius: 6px;
  padding: 12.5px 43px;
  border: none;
  font-size: .9rem;
  background-color: #275ACA;
  color: white;
  cursor: pointer;
  transition: all .3s ease;
}

.timetrack_login:hover,
.timetrack_login.active {
  background-color: #154bbe;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.timetrack_login:focus {
  box-shadow: none !important;
  outline: none;
  background-color: #154bbe !important;
}

/* _________________________________-offcanvas header nav links ___________________________ */

.offnav {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  color: var(--bs-offcanvas-nav-color);
}



.offnav img {
  width: 24px;
  height: auto;
  margin-right: 8px;
}

.alrt {
  position: relative;
}

.alrt span {
  position: absolute;
  font-size: .4rem;
  background: rgba(255, 27, 27, 0.768);
  border-radius: 50%;
  padding: 3px;
  top: 4px;
  left: 17px;
  color: #fff !important;
}

.mrgn-vw {
  height: 47vh;
  position: relative;
  margin-bottom: 1rem;
}

/* *************************************information and history container**************** */
.handle_arw {
  position: absolute;
  bottom: -11px;
}

.relt_arw {
  position: absolute;
  top: 150px;
}

.arw_algn {
  position: absolute;
  top: 195px;
}


.layout_boxes {
  /* display:flex;
  justify-Content:space-between;
  margin-Top:20px; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

/* .project-body {
  overflow-y: auto;
  overflow-x: hidden;
} */

/* .vw_container {
  overflow-y: auto;
  overflow-x: hidden;

} */

.vw_status {
  margin-left: 0px;
}

.flx-div {
  justify-content: space-between;

}

.details_container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margn_tp {
  margin-top: 85px;
}

.acrdion_mr {
  margin-top: 20px;
}

.rgt_align {
  position: relative;
  top: -10px;
}

.flex_status {
  margin-top: 20px;
  display: flex;
  align-items: center;

}

.status_nm {
  font-weight: bold;
  margin-right: 10px;
  position: relative;

}

.option_menu .dropdown-toggle::after {
  display: none;
}

.three-dots-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  color: #676666;
  transition: all .3s ease;
}

.three-dots-btn:hover {
  color: #456ABB;
}

.option_menu {
  padding: .5rem .5rem;
}

.option_menu .dropdown-menu {
  min-width: 111px;
  padding: .5rem;
  box-shadow: 0 34px 26px rgba(0, 0, 0, 0.1), 0 35px 35px rgba(0, 0, 0, 0.2);
}

.view_screen {
  background: transparent;
  outline: none;
  border: none;
  stroke: #c8c8c8;
  transition: all .3s ease;
}

.view_screen:hover {
  stroke: #456ABB;
}

.modal-body {
  scrollbar-width: thin;
  line-height: 1.5rem;

}


.custom-btn-close {
  background-color: #275ACA;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: .1em;
  transition: all .3s ease;
  width: 26px;
  height: 26px;
}

.custom-btn-close::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='white' stroke='white' strokeWidth='1.1'%3E%3Cpath d='M9.293 9.293a1 1 0 0 1 1.414 0L16 14.586l5.293-5.293a1 1 0 1 1 1.414 1.414L17.414 16l5.293 5.293a1 1 0 0 1-1.414 1.414L16 17.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L14.586 16l-5.293-5.293a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.custom-btn-close:hover {
  background-color: #154bbe;
}

.custom-btn-close:focus,
.custom-btn-close:active {
  box-shadow: 0 4px 12px rgba(21, 75, 190, 0.35),
    0 2px 4px rgba(0, 0, 0, 0.1);

}

.custom-btn-close:hover::before {
  filter: brightness(0) invert(1);
}


.custom-textarea {
  height: 125px;
}

.custom-textarea-small {
  height: 15px;
}

.large-textarea {
  height: 200px;
  width: 100%;
  resize: vertical;
}

.minBtn {
  /* margin-right: 0.5rem; */
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  transition: all .4s;
  border: none;
}


.maxBtn {
  /* margin-right: 0.5rem; */
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  transition: all .4s;
  border: none;
}

.maxBtnsvg svg {
  width: 15px;
  height: auto;
  display: block;
}

.minBtnsvg svg {
  width: 15px;
  height: auto;
  display: block;
}

.maxBtn:hover svg path,
.minBtn:hover svg path {
  background: transparent;
  transition: all .4s;
  fill: #365397;
  stroke: #365397;

}

.editable_field input.no-border {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 8px 4px;
  font-size: 20px;
  color: #6e6969;
  font-weight: bold;
  min-width: 500px;
}

.editable_field h1.no-border {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 8px 4px;
  font-size: 20px;
  color: #6e6969;
  font-weight: bold;
  min-width: 500px;
}

.editable_field input:focus {
  color: #000 !important;
}

.editable_field input:focus,
.editable_field input:hover {
  outline: none;
  border: none !important;
}

/************************************************* tabs section********************************************* */


.tabs_container_area {

  .nav-tabs {
    position: relative;
    border-bottom: none;
  }

  .nav-tabs .nav-link {
    position: relative;
    border: none;
    padding: 10px 20px;
    color: #949494;
    font-size: .8rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }


  .nav-tabs .nav-link.active {
    color: #456ABB;
  }

  .nav-tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
  }

  .nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #456ABB;
    transition: width 0.3s ease-in-out;
    bottom: 1px;
  }


  .nav-tabs .nav-link.active::after {
    width: 100%;
  }

  .tab-content {
    margin-top: 20px;
  }

}

#lft {
  margin-left: 9px;
}

.fieldarea {
  textarea:focus-visible {
    border-color: #456ABB;
    outline: none;
  }

  select:focus {
    border-radius: 4px !important;
    outline: none;
  }
}

#title_sec {
  display: flex;
  flex-direction: column;

}

/* **************dropdown select customize ****************** */

.css-1u9des2-indicatorSeparator {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.css-1xc3v61-indicatorContainer {
  padding: 5px;
}

/* ************************************* */

.tagname .breadcrumb-container {
  display: flex;
  align-items: center;
  font-size: .8rem;
}

.tagname {
  padding-left: 5px;
}


.breadcrumb-item {
  position: relative;
  display: inline-block;
  color: #456ABB;
  text-decoration: none;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.breadcrumb-item:hover {
  color: #365397;
  transform: scale(1.1);
}

.hs {
  margin: 0 5px;
  color: #6c757d;
}

.curr {
  color: #6c757d;
  font-weight: 500;
  position: relative;
  opacity: 0;
  animation: fadeIn 1s forwards;
  font-size: .838rem;
}

.brdText {
  font-size: .838rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.icons_group {
  display: flex;
  align-items: center;
  /* gap:9px; */
}

button.icon-btn {
  background: "none";
  border: "none";
  padding: 0;
  cursor: "pointer"
}

.icon-btn {
  outline: none;
  border: none;
  background: transparent;
  opacity: .6;
  transition: all .3s ease;

}



.icon-btn:hover {
  outline: none;
  border: none;
  background: transparent;
  opacity: 1;
}





.dialog_table {
  .table {
    border: 1px solid #dee2e6;
    border-radius: 8px;

  }

  .table-header {
    background: #FAFAFA;
    text-align: left;
    vertical-align: middle;
  }

  .table th {
    padding: 15px;
    text-align: left;
    font-weight: bold;
  }

  .table tbody td {
    padding: 3px 10px;
  }

  .dropdown-toggle::after {
    display: none;
  }


  .dropdown-toggle {
    position: relative;
    /* padding-right: 60px;  */
    text-decoration: none;
    color: #333333;
    padding: 3px;
    font-weight: 500;
  }

  .dropdown-toggle::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -53px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('../images/arrow-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    margin-left: .355em;
  }

  .taskdropdown {
    text-align: left !important;
    min-width: auto;
  }


  .priority-high {
    border: 1px solid #FFD1D1;
    border-radius: 30px;
    display: block;
    padding: 3px 3px;
    font-weight: 500;
    background: #FFD1D1;
    color: #000;
  }

  .priority-medium {
    border: 1px solid #ffffa9;
    border-radius: 30px;
    display: block;
    font-weight: 500;
    padding: 4px 4px;
    background: #ffffa9;
    color: #000;

  }

  .priority-low {
    border: 1px solid #bdffbd;
    border-radius: 30px;
    display: block;
    font-weight: 500;
    padding: 4px 4px;
    background: #bdffbd;
    color: #000;
  }

  .status-border {
    position: relative;
    font-weight: 500;
    border: 2px solid #ccc;
    border-radius: 30px;
    position: relative;
    background: #fff;
    padding: 3px 3px 3px 22px;
  }

  .status-border::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 12px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
  }

  .status-border.active-dot::before {
    background-color: #97F6ED;
  }

  .status-border.risk-dot::before {
    background-color: #F59348;
  }

  .status-border.lowpriority_tt-dot::before {
    background-color: #7AC0C8;
  }

  .plus-icon {
    outline: none;
    border-radius: 50%;
    background: #456ABB;
    border: none;
    transition: all .3s ease;
    display: block;
    text-align: center;
    width: 26px;
    height: 26px;
    cursor: pointer;
    line-height: 0;
  }

  .plus-icon:hover {
    box-shadow: 0 8px 17px -1px rgba(0, 0, 0, 0.1);
    outline: none;
    border-radius: 50%;
    background: #456ABB;

  }


}

.info_dialog_container {
  .modal-dialog {
    top: 10px;
    left: 0;
    transform: translateX(0);
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 1080px; */
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 18px !important;
    outline: 0;
    /* margin: 0 auto; */
  }



  .modal-body {
    scrollbar-width: thin;
    height: calc(100vh - 288px);
  }
}


/* Blinking animation using keyframes */
@keyframes blinking {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.blinking-info svg {
  animation: blinking 1s infinite;
}


.info-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
}


.info-icon:hover svg {
  fill: #456ABB;
}


.form_border {

  #dropdown-basic,
  #dropdown-basic:hover,
  #dropdown-basic:focus,
  [id^=dropdown-].btn.btn-success:hover,
  [id^=dropdown-].btn.btn-success:focus {
    border: none;
  }

  #dropdown-basic {
    padding: 8px 10px;
  }
}

#mange_roles {
  max-width: 1085px;
  top: 30px;

  .modal-content {
    border-radius: 18px !important;
  }
}

.edit_icon {
  display: flex;
  align-items: center;
  padding-left: 6px;
  padding-right: 20px;
}



.formcard {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;

  hr {
    color: #ccc;
  }
}


.edit_icon img {
  margin-right: 6px;
}

/* **********************************************grid boxes ************************************* */

.flex_boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 20px;
  margin-bottom: 10px;
}


.grid-container-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  /* margin: 20px; */
}

.grid-box {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid rgb(179 179 179 / 10%);
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  font-size: .8rem;
  justify-content: flex-start;
  gap: 15px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  /* box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1); */
}

.active-box {
  display: flex;
  align-items: center;
  padding: 18px;
  border: 2px solid #6AA163;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: box-shadow 0.3s;
  font-size: .8rem;
}



/* .logo {
  width: 50px;
  height: 50px;
  margin-right: 15px;
} */

.active_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.active_item h2 {
  font-size: 2rem;
  color: #6AA163;
  font-weight: bold;
  margin-bottom: 4px;
}

.active_item p {
  font-size: .7rem;
  color: #6AA163;

  font-weight: 500;
}





.bg-lightblue {
  background-color: #F5F7FE;
  /* box-shadow: 0px 12px 20px #e5e9f596; */
}

.bg-lightorange {
  background-color: #F8F6F5;
  /* box-shadow: 0px 12px 20px #fff7f3; */
}

.bg-lightgreen {
  background-color: #F4F7F4;
  /* box-shadow: 0px 12px 20px #eaf5eab3; */
}

.flex_text h2 {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 4px;
}

.flex_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flex_text p {
  font-size: .7rem;
  font-weight: 500;
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 23px;
  margin: 0 20px;
  /* margin-bottom: 10px; */
}



.cardboxes {
  display: flex;
  align-items: center;
  /* border: 1px solid #ddd; */

  margin-bottom: 20px;
  transition: all 0.3s ease;
  font-size: .8rem;
  justify-content: center;
}

.cardboxes .card {
  height: auto;
  margin-bottom: 0;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));
  box-shadow: none;
}

.cardboxes .card-header {
  padding: 0 .5rem 0 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
}


/* **************************** */

.nav-tabs {
  margin: 0 auto;
}

.card-icon {
  width: 30px;
  height: 30px;
}

.next-page-btn {
  display: flex;
  align-items: center;
}

.next-page-btn img {
  width: 24px;
  height: 24px;
}

.next-page-btn {
  outline: none;
  border: none;
  background: transparent;
}

/* ************************************sidenav offcanvas section ******************************************* */

.offcanvas {
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.offcanvas-header-container {
  display: flex;
  flex-direction: column;
  padding: 13px 20px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);

}


.unread-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-body ul {
  list-style: none;
  padding-left: 0;
  padding: 18px;
}

.offcanvas-body ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.offcanvas-start {
  top: 0;
  left: 78px;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
  /* transition: all 0.2s ease-in-out; */
}


.offcanvas_content {
  padding: 20px;
  overflow-y: auto;
  height: calc(100vh - 17vh);
  scrollbar-width: thin;
}

.button {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}


/* Notification Panel */
.notification-panel {
  width: 300px;
  background-color: white;
  position: fixed;
  right: -300px;
  top: 0;
  bottom: 0;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: right 0.3s ease;
}

.notification-panel.active {
  right: 0;
}

.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notification-header h2 {
  font-size: 18px;
  font-weight: bold;

}

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.notification-item {
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;

}

.unread {
  background-color: #f1f9ff;
  border-left: 4px solid #365397;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));

}

.read {
  background-color: #fefefe;
  border-left: 4px solid #c4c4c4;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));

}



.header_setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-details {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: .5rem;
}

.notification-item p {
  font-size: 0.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
}


.notification-item.unread .notification-title {
  font-weight: bold;
  color: #365397;

}

.notification-item.read .notification-title {
  font-weight: bold;
  color: #8b8b8b;

}

.notification-item.read p,
.notification-item.read a {
  color: #8b8b8b;

}

.notification-timestamp {
  color: #999;
}

.notification-link {
  font-size: 14px;
  color: #365397;
  text-decoration: none;
}

.notification-link:hover {
  text-decoration: underline;
}

.unread-section {
  .unred-btn {
    color: #fff;
    background: #365397;
    border-color: #365397;
  }

  .no_link {
    border-radius: 50%;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));
  }

}


.mobl_view {
  display: none;
}


.menu-icons .icon-btn:hover span,
.menu-icons .icon-btn:focus span,
.menu-icons .icon-btn.active span {
  color: white;
}

.crm_dashboard {
  /* box-shadow: 0 0 15px 0px rgba(0, 0, 0, .12); */
  display: flex;
}

.flex_clmn {
  flex-direction: column;
  /* height:100vh; */
}

/* #main_header,
footer {
  margin-left: 78px;
  width: calc(100% - 78px);
} */

.mob_vew {
  display: none;
}

.grid-cards {
  /* Center-align nav-tabs */

  .nav-tabs {
    position: relative;
    border-bottom: none;
  }

  .nav-tabs .nav-link {
    position: relative;
    border: none;
    padding: 10px 20px;
    color: #949494;
    font-size: .8rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }


  .nav-tabs .nav-link.active {
    color: #456ABB;
  }

  .nav-tabs::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;

  }

  .nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background-color: #456ABB;
    transition: width 0.3s ease-in-out;

  }


  .nav-tabs .nav-link.active::after {
    width: 100%;
  }

  .card-body {
    text-align: center;
    padding-top: 12px;
    background: #fff;
  }

  .card-body .tab-pane {
    display: none;
  }

  .tab-pane.show {
    display: block;
  }


  .next-page-btn svg path {
    fill: #000;
    transition: all .4s ease;
  }

  .tab-content {
    margin-top: 0px;
    overflow-y: auto;
    height: calc(100vh - 53vh);
    scrollbar-width: thin;
  }


  .next-page-btn:hover svg path,
  .next-page-btn:active svg path {
    fill: #456ABB;
  }
}









.title-left-hd {
  display: flex;
  align-items: center;
  position: relative;
}



.title-heading {
  margin-left: 50px;
  font-size: 1rem;
  color: #000;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.home_grid {
  display: flex;
  justify-content: center;
  /* align-items: center;     */
  height: 100%;
}

.home_grid {
  .table {
    width: 100%;
    border-collapse: collapse;
  }

  th,
  td {

    padding: 8px;
    text-align: left;
  }

  th {
    /* background-color: #fff; */
    font-weight: bold;
  }

  td p {
    margin: 0;
    font-size: .8rem;
  }

  a {
    text-decoration: none;
    color: #333;

  }

  .active {
    border: 2px solid #0ebc6b;
    border-radius: 30px;
    background: #fff;
    padding: 0px 7px;
    font-size: .8rem;
    text-align: center;
    display: inline-block;
  }

  .hold {
    border: 2px solid #F19494;
    border-radius: 30px;
    background: #fff;
    padding: 0px 7px;
    font-size: .8rem;
    text-align: center;
    display: inline-block;
    line-height: 1.1rem;
  }

  .highpriority {
    border: 1px solid #FFD1D1;
    border-radius: 30px;
    background: #fff0f0;
    padding: 0px 8px;
    font-size: .8rem;
    text-align: center;
    display: inline-block;
    line-height: 1.1rem;

  }

  .lowpriority {
    border: 2px solid #F3DBBA;
    border-radius: 30px;
    background: #F3DBBA;
    padding: 0px 8px;
    font-size: .8rem;
    text-align: center;
    display: inline-block;
    line-height: 1.1rem;

  }

}

.dotsactive {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: green;
  margin-right: 5px;
  vertical-align: middle;
}

.holddots {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F19494;
  margin-right: 5px;
  vertical-align: middle;
}

.card-text {
  /* overflow-y: auto;
  height: calc(100vh - 58vh);
  scrollbar-width: thin; */
}


.barchart-img {
  background-image: url(../images/barchart.svg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 73%;
  z-index: 1;
}





/* 
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;  
}

.sticky-small-padding {
  padding: 10px 20px;
  transition: all 0.3s ease;
} */


/* *************************************************************** */

.custom-table {
  border-collapse: collapse;
  width: 100%;
  background-color: transparent;
}

.custom-table thead {
  background-color: transparent;
}

.custom-table th {
  text-align: left;
  padding: 10px;
  border-top: 0px solid !important;
}

.custom-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}

.custom-table tr:last-child td {
  border-bottom: none;
}

.custom-table tbody tr:hover {
  background-color: #f9f9f9;
}



/* ****************************************************************** CRM SIDEMENU ********************************** */
.crmsidemenu {
  min-height: 100vh;
  /* min-height: calc(110vh -(32px + 88px)); */
  /* background-color: #365397; */
  background-color: #374668;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* padding: 15px; */
  /* transition: width 0.3s ease;
  
  /* width: 5%; */
  position: fixed;
  z-index: 1005;
}

/* ******************************************************sidebar icon menu*************************************** */

.crmlogo {
  display: block;
  margin-bottom: 18px;
  padding: 4px 15px;
  cursor: pointer;

  transition: none;
}

.crmlogo img {
  width: 50px;
}

.leadback_pg {

  display: block;
  margin-bottom: 18px;
  padding: 17px 27px;
  cursor: pointer;
  background: #fff;
  transition: none;

}

.leadback_pg img {
  width: 25px;
}

.leadback_pg {

  display: block;
  margin-bottom: 18px;
  padding: 17px 27px;
  cursor: pointer;
  background: #fff;
  /* transition: all .5s ease-in-out; */

}

.leadback_pg img {
  width: 25px;
}

/* .logo {
  width: 40px;
  height: auto;
} */

.crm_sidemenu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;

  scrollbar-width: thin;

}

.profile-crm {
  margin-top: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
}

.crm_sidebtn {
  background: none;
  border: none;
  color: white;
  opacity: .5;
  font-size: .6rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  width: 100%;
  transition: all 0.3s ease;

}


.crm_sidebtn span {
  margin-top: .5rem;
}

.crm_sidebtn:hover,
.crm_sidebtn:focus,
.crm_sidebtn:active,
.crm_sidebtn.active {
  opacity: 1;
  border-left-color: white;
}

.crm_sidemenu .crm_sidebtn:hover span,
.crm_sidemenu .crm_sidebtn:focus span,
.crm_sidemenu .crm_sidebtn.active span {
  color: white;
}

.crm_noti_btn {
  outline: none;
  border: none;
  border-radius: 50%;
  position: relative;
  padding: 5px 7px;
  /* background: #fff; */
  background: transparent;
  cursor: pointer;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */

}

.crm_noti_btn span {
  position: absolute;
  top: 6px;
  left: 20px;
  border-radius: 50%;
  padding: 4px;
  color: #fff;
  font-size: .5rem;
  background: #ff5757;

}

.crmprofile_btn {
  outline: none;
  border: none;
  border-radius: 50%;
  position: relative;
  padding: 5px 5px;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

.crmprofile_btn:hover {
  box-shadow: 0 14px 19px rgba(0, 0, 0, 0.2);
}

.crmprofile_btn img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: cover;
}

.crmprofile_btn span {
  position: absolute;
  top: 0px;
  left: 36px;
  border-radius: 50%;
  padding: 6px;
  background: #6AA163;
  font-size: .6rem;
}


/* ****************************************************** add popup *********************** */

.crm_wrapper_notify {
  position: relative;
  display: inline-block;
}


.notification-popup {
  position: absolute;
  bottom: -2px;
  right: -208px;
  width: 200px;
  background-color: white;
  box-shadow: 6px 20px 32px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 8px;
  z-index: 100;
  border: 1px solid #e0e0e0;
}

.notification-popup::before {
  content: '';
  position: absolute;
  bottom: 11px;
  right: 196px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  transform: rotate(-90deg);
}

.notification-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-popup ul li {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: .8rem;
}

.notification-popup ul li:last-child {
  border-bottom: none;
}

.notification-popup ul li:hover {
  background-color: #f9f9f9;
}

/* ********************************************* */

.crmprofile_wrapper {
  position: relative;
}

.crmprofile-popup {
  position: absolute;
  bottom: 19px;
  right: -159px;
  background-color: white;
  box-shadow: 6px 20px 32px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 150px;
  z-index: 1000;
  padding: 10px;
  display: none;
}

.crmprofile-popup::before {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 146px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  transform: rotate(-90deg);
}

.crmprofile-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.crmprofile-popup ul li {
  padding: 10px;
  cursor: pointer;
  font-size: .8rem;
}

.crmprofile-popup ul li:hover {
  background-color: #deebff;
}


.crmprofile-popup.show {
  display: block;
}

/* **********************************************************************CRM HEADER SECTION************************************* */


/* ________________________ */

#main_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  z-index: 988;
  margin-left: 80px;
  position: sticky;
  top: 0;
  transition: none;
  min-height: 53px;
}



.header-left {
  flex: 1;
  margin-right: 2rem;
  font-weight: bold;
  font-size: 1rem;
}

.header-center {
  flex: 2;
  display: flex;
  justify-content: center;
}

.header-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.header-title {
  font-size: 1rem;
  font-weight: 600;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 300px;
  font-size: .9rem;
}

.search-bar {
  width: 100%;
  padding: 7px 40px 7px 15px;
  border-radius: 40px;
  border: 1px solid #ccc;
  transition: all .3s ease;
  outline: none;
}

.search-bar:hover,
.search-bar:focus {
  border-color: #086cc3;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../images/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.button_align {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 2rem;
}

.timelog-btn {
  background-color: #456ABB;
  color: white;
  padding: 9px 9px 9px 15px;
  border: none;
  font-size: .8rem;
  display: flex;
  align-items: center;
  /* border-radius: 50px; */
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.plus_btn {
  background-color: #456ABB;
  color: white;
  padding: 6px;
  border: none;
  font-size: .8rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  transition: all .3s ease;
}

.plus_btn:hover {
  color: #fff;
  background-color: #365397;
  border-color: #365397;
}

.btn-group {
  .btn-primary:active:focus {
    box-shadow: none;
  }

  .btn-primary:active,
  .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #365397;
    border-color: #365397;
  }

  .dropdown-menu.show {
    box-shadow: -22px 12px 41px rgba(0, 0, 0, 0.2);
  }
}

.lft {
  padding: 0;

}

.header-left .breadcrumb {
  margin-bottom: 0;
  border-bottom: 0;
}

.crmdropdown {
  .dropdown-item {
    font-size: .8rem;
    /* padding: .25rem .8rem; */
    padding: 8px 15px;
    border-bottom: 1px solid #c8d0ff;
  }

  .dropdown-menu {
    border: 1px solid #c8d0ff;
  }

  .dropdown-menu a:hover {
    background-color: #deebff;
    color: #222;
  }
}

/* **************************************************************************HEADER END******************************************************* */

/* ***************************************************************HOME PAGE ******************************************************* */

.home-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.crum_bd {
  border-bottom: 0 !important;
}



/* ***************************************************HOME PAGE END****************************************************************** */

.main-container {
  display: flex;

  /* flex-direction: row; */
  /* margin-left: 78px; */
  /* height: calc(100vh - 123px); */
  height: 100%;
  width: 100%;
}

.dashboard_container {
  display: flex;
  flex-direction: row;
  margin-left: 80px;
  height: calc(100vh - (40px));
  height: 100%;

}

.attachment-background {
  background-image: url('../images/crm/main-content/mytask.svg');
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.attachment-background2 {
  background-image: url('../images/crm/main-content/topdeal.svg');
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.attachment-background3 {
  background-image: url('../images/crm/main-content/pipeline.svg');
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.attachment-background4 {
  background-image: url('../images/crm/main-content/mymeeting.svg');
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ********************************************************CRM FOOTER************************************************************** */

/* .ftr_vw {
 
  font-size: 14px;
  transition: all 0.3s;
 
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  z-index: 991;
  background: #fff;
  margin-left: 78px;
  width: calc(100% - 78px);
} */





/* *****************************************************************TimeTrack New Layout*************************************** */
.timetrack_dashboard {
  /* box-shadow: 0 0 15px 0px rgba(0, 0, 0, .12); */
  display: flex;
}


/* ********************************************************************timetrack header****************************************** */


/* ________________________ */

#dashbord_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  z-index: 999;
  margin-left: 76px;
  position: sticky;
  top: 0;
  transition: all .4s ease;

}



.lft_title {
  flex: 1;
  margin-right: 2rem;
  font-weight: bold;
  font-size: 1rem;
}

.center_hd {
  flex: 2;
  display: flex;
  justify-content: center;
}

.right_hd {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.header-title {
  font-size: 1rem;
  font-weight: 600;
}

.timetrack_searcharea {
  position: relative;
  width: 100%;
  max-width: 300px;
  font-size: .9rem;
}

.search_field {
  width: 100%;
  padding: 7px 40px 7px 15px;
  border-radius: 40px;
  border: 1px solid #ccc;
  transition: all .3s ease;
  outline: none;
}

.search_field:hover,
.search_field:focus {
  border-color: #086cc3;
}

.icon_tt {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(../images/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.group_btn_tt {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 2rem;
}

.timelog-btn {
  background-color: #456ABB;
  color: white;
  padding: 9px 9px 9px 15px;
  border: none;
  font-size: .8rem;
  display: flex;
  align-items: center;
  /* border-radius: 50px; */
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.plus_tt_btn {
  background-color: #456ABB;
  color: white;
  padding: 6px;
  border: none;
  font-size: .8rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  transition: all .3s ease;
}

.plus_tt_btn:hover {
  color: #fff;
  background-color: #365397;
  border-color: #365397;
}

.btn-group {
  .btn-primary:active:focus {
    box-shadow: none;
  }

  .btn-primary:active,
  .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #365397;
    border-color: #365397;
  }

  .dropdown-menu.show {
    box-shadow: -22px 12px 41px rgba(0, 0, 0, 0.2);
  }
}



.lft_title .breadcrumb {
  margin-bottom: 0;
  border-bottom: 0;
}

.add_plus {

  .dropdown-menu {
    min-width: 160px;
  }

  .dropdown-menu.show {
    box-shadow: -22px 12px 41px rgba(0, 0, 0, 0.2);
  }

}


/* ****************************************************************timetrack header End************************************************ */

/* ****************************************************************timetrack sidemenu************************************************ */


.timetrack_sidemenu {
  min-height: 100%;
  /* min-height: calc(110vh -(32px + 88px)); */
  /* background-color: #365397; */
  background-color: #374668;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* padding: 15px; */
  transition: width 0.3s ease;
  z-index: 99991 !important;
  /* width: 5%; */
  position: fixed;
}

.profile-tt {}

/* ******************************************************sidebar icon menu*************************************** */

.tit_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  padding: 14px 27px;
  cursor: pointer;
}

.tit_logo img {
  width: 25px;
}


.sidemenu_tt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  scrollbar-width: thin;
}

.profile-tt {
  margin-top: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
  width: 100%;
}

button.tt_sidebtn {
  background: "none";
  border: "none";
  padding: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.tt_sidebtn {
  background: none;
  border: none;
  color: white;
  opacity: .5;
  font-size: .6rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  width: 100%;
  transition: all 0.3s ease;
}

.tt_sidebtn.btn-disabled {
  cursor: not-allowed !important;
}

.tt_sidebtn span {
  margin-top: .5rem;
}

.tt_sidebtn:hover,
.tt_sidebtn:focus,
.tt_sidebtn:active,
.tt_sidebtn.active {
  opacity: 1;
  border-left-color: white;
}

.tt_sidebtn:hover svg,
.tt_sidebtn:focus svg,
.tt_sidebtn:active svg,
.tt_sidebtn.active svg {
  opacity: 1;
  color: #fff;
}

.sidemenu_tt .tt_sidebtn:hover span,
.sidemenu_tt .tt_sidebtn:focus span,
.sidemenu_tt .tt_sidebtn.active span {
  color: white;
}

.tt_noti_btn {
  outline: none;
  border: none;
  border-radius: 50%;
  position: relative;
  padding: 5px 7px;
  /* background: #fff; */
  background: transparent;
  cursor: pointer;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */

}

.tt_noti_btn span {
  position: absolute;
  top: -6px;
  left: 15px;
  border-radius: 50%;
  padding: 4px;
  color: #fff;
  font-size: .5rem;
  background: #ff5757;

}

.tt_profile_btn {
  outline: none;
  border: none;
  border-radius: 50%;
  position: relative;
  padding: 5px 5px;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

.tt_profile_btn:hover {
  box-shadow: 0 14px 19px rgba(0, 0, 0, 0.2);
}

.tt_profile_btn img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: cover
}

.tt_profile_btn span {
  position: absolute;
  top: 0px;
  left: 36px;
  border-radius: 50%;
  padding: 6px;
  background: #6AA163;
  font-size: .6rem;
}


/* ****************************************************** add popup *********************** */

.tt_wrapper_notify {
  position: relative;
  display: inline-block;
}


/* ********************************************* */

.tt_profile_wrapper {
  position: relative;
}

.tt_profile-popup {
  position: absolute;
  bottom: 19px;
  right: -159px;
  background-color: white;
  box-shadow: 6px 20px 32px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 150px;
  z-index: 9999 !important;
  padding: 10px;
  display: none;
}

.tt_profile-popup::before {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 146px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  transform: rotate(-90deg);
}

.tt_profile-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tt_profile-popup ul li {
  padding: 10px;
  cursor: pointer;
  font-size: .8rem;
}

.tt_profile-popup ul li:hover {
  background-color: #f0f0f0;
}


.tt_profile-popup.show {
  display: block;
}

.profile-tt {
  .offcanvas-tt-header {
    display: flex;
    flex-direction: column;
    padding: 13px 20px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);

  }


  .tt_unread-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .offcanvas-body ul {
    list-style: none;
    padding-left: 0;
    padding: 18px;
  }

  .offcanvas-body ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }




  .offcanvas_content {
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 17vh);
    scrollbar-width: thin;
  }

  .button {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
  }


  /* Notification Panel */
  .notification-panel {
    width: 300px;
    background-color: white;
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: right 0.3s ease;
  }

  .notification-panel.active {
    right: 0;
  }

  .notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .notification-header h2 {
    font-size: 18px;
    font-weight: bold;

  }

  .close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }

  .notification-item-tt {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;

  }

  .tt_unread {
    background-color: #f1f9ff;
    border-left: 4px solid #365397;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));

  }

  .tt_read {
    background-color: #fefefe;
    border-left: 4px solid #c4c4c4;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));

  }



  .tt_header_setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .notification-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: .5rem;
  }

  .notification-item-tt p {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }


  .notification-item-tt .tt_unread .notification-title {
    font-weight: bold;
    color: #365397;

  }

  .notification-item-tt .tt_read .notification-title {
    font-weight: bold;
    color: #8b8b8b;

  }

  .notification-item-tt .tt_read p,
  .notification-item-tt .tt_read a {
    color: #8b8b8b;

  }

  .notification-timestamp {
    color: #999;
  }

  .notification-link {
    font-size: 14px;
    color: #365397;
    text-decoration: none;
  }

  .notification-link:hover {
    text-decoration: underline;
  }

  .tt_unread-section {
    .tt_unred-btn {
      color: #fff;
      background: #365397;
      border-color: #365397;
    }

    .tt_no_link {
      border-radius: 50%;
      filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));
    }

  }


  .offcanvas {
    z-index: 99999 !important;
  }

}





.tt_unread span.notification-title-tt {
  font-weight: bold;
  color: #365397;
}


.tt_read span.notification-title-tt {
  font-weight: bold;
  color: #8b8b8b;

}

.setting_link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.setting_link span {
  font-weight: bold;
  color: #365397;
}


/* ****************************************************************timetrack sidemenu End************************************************ */


/* ****************************************************************timetrack main-content start************************************************ */



.timetrack_layout {
  display: flex;
  flex-direction: column;
  width: 100%;

}



/* **********************************************grid boxes ************************************* */

.timetrack_flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 20px;
  margin-bottom: 10px;
}


.grid-timetrackbox {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  /* margin: 20px; */
}

.grid-box-tt {
  display: flex;
  align-items: center;
  padding: 10px;
  /* border: 1px solid rgb(179 179 179 / 10%); */
  border: 2px solid #e7ebfb;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  font-size: .8rem;
  justify-content: flex-start;
  gap: 8px;
  /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); */
  cursor: pointer;
  background: #fff;

}

.grid-box-tt img {
  width: 50px;
  height: auto;
}

.active-box-tt img {
  width: 50px;
  height: auto;
}

.active-box-tt {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 2px solid #6AA163;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  font-size: .8rem;
  cursor: pointer;
  gap: 8px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1) */
}



/* .logo {
  width: 50px;
  height: 50px;
  margin-right: 15px;
} */

.active_item_tt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.active_item_tt h2 {
  font-size: 2rem;
  color: #6AA163;
  font-weight: bold;
  margin-bottom: 4px;
}

.flex_timetrack_text h2 {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 4px;
}

.active_item_tt p {
  font-size: .7rem;
  color: #6AA163;
  font-weight: 500;
}

.bg-tt-lightblue {
  background-color: #fff;
}

.bg-tt-lightblue:hover {
  background-color: #F5F7FE;
  border-color: #F5F7FE;
  transition: all .3s ease;
  /* background-color: #fff; */

}

.bg-tt-lightorange:hover {
  background-color: #F8F6F5;
  border-color: #F8F6F5;
  transition: all .3s ease;
  /* background-color: #fff; */

}

.bg-tt-lightgreen:hover {
  background-color: #F4F7F4;
  border-color: #F8F6F5;
  transition: all .3s ease;

}

.flex_timetrack_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flex_timetrack_text p {
  font-size: .7rem;
  font-weight: 500;
}


.left_tt_hd {
  display: flex;
  align-items: center;
  position: relative;
}


.attachment1 {
  background-image: url('../images/timetrack-gridbox/task1.svg');
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-right: 1px solid #dfdfdf;
}

.attachment2 {
  background-image: url('../images/timetrack-gridbox/overdue.svg');
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-right: 1px solid #dfdfdf;
}

.attachment3 {
  background-image: url('../images/timetrack-gridbox/timesheet.svg');
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-right: 1px solid #dfdfdf;
}

.attachment4 {
  background-image: url('../images/timetrack-gridbox/projects.svg');
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-right: 1px solid #dfdfdf;
}


.timetrack_gridcards {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  grid-gap: 23px;
  margin: 0 20px;
  /* margin-bottom: 10px; */
}

.timetrack_gridcards {

  .nav-tabs {
    position: relative;
    border-bottom: none;
  }

  .nav-tabs .nav-link {
    position: relative;
    border: none;
    padding: 10px 20px;
    color: #949494;
    font-size: .8rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }


  .nav-tabs .nav-link.active {
    color: #456ABB;
  }

  #dashboard_btn {
    display: flex;
    align-items: center;
    justify-content: center;

    .btn-outline-primary-lite {
      border: 1px solid #456ABB;
      color: #456ABB;
      background-color: transparent;
      transition: background-color 0.3s ease, color 0.3s ease;
      font-size: 0.6rem;
      padding: 3px 7px;
    }

    .btn-outline-primary-lite:hover {
      background-color: #456ABB;
      color: #fff;
      box-shadow: none;
    }

    .fullview {
      display: block;
    }

    .smallview {
      display: none;

      button {
        min-width: 22px;
      }
    }
  }

  .nav-tabs::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;

  }

  .nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background-color: #456ABB;
    transition: width 0.3s ease-in-out;

  }


  .nav-tabs .nav-link.active::after {
    width: 100%;
  }

  /* commented for old dashboard */
  .card-body {
    /* below is commented */
    /* text-align: center; */
    padding-top: 12px;
    background: #fff;
  }

  /* commented for old dashboard */

  .card-body .tab-pane {
    display: none;
  }

  .tab-pane.show {
    display: block;
  }


  .next-page-btn svg path {
    fill: #000;
    transition: all .4s ease;
  }

  .next-page-btn:hover svg path,
  .next-page-btn:active svg path {
    fill: #456ABB;
  }

  .tab-content {
    margin-top: 0px;
    overflow-y: auto;
    height: calc(100vh - 59vh);
    /* scrollbar-width: thin; */
    scroll-behavior: smooth;
    scrollbar-width: auto;
    scrollbar-color: #dee3ee transparent;
  }



}


.trackcards {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  font-size: .8rem;
  justify-content: center;
}

.trackcards .card {
  height: auto;
  margin-bottom: 0;
  border: 1px solid rgba(229, 234, 245, 1);
  border-radius: 10px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);

}

.trackcards .card-header {
  padding: 0;
  background: #fff;
  display: flex;

  justify-content: space-between;
}



.tt_heading {
  margin-left: 45px;
  font-size: .9rem;
  color: #000;
  position: relative;
  z-index: 0;
  font-weight: 500;
}


.tt_home_grid {
  display: flex;
  justify-content: center;
  /* align-items: center;     */
  height: 100%;
}

.tt_home_grid {
  .table {
    width: 100%;
    border-collapse: collapse;
  }

  th,
  td {

    padding: 8px;
    text-align: left;
  }

  th {
    /* background-color: #fff; */
    font-weight: bold;
  }

  td p {
    margin: 0;
    font-size: .8rem;
  }

  a {
    text-decoration: none;
    color: #333;

  }

  .active {
    border: 2px solid green;
    border-radius: 30px;
    background: #fff;
    padding: 0px 8px;
    font-size: .8rem;
    text-align: center;
    display: inline-block;
  }

  .hold {
    border: 2px solid #F19494;
    border-radius: 30px;
    background: #fff;
    padding: 0px 7px;
    font-size: .8rem;
    text-align: center;
    display: inline-block;
  }

  .highpriority {
    border: 2px solid #FFD1D1;
    border-radius: 30px;
    background: #FFD1D1;
    padding: 0px 8px;
    font-size: .8rem;
    text-align: center;
    display: inline-block;

  }

  .lowpriority {
    border: 2px solid #F3DBBA;
    border-radius: 30px;
    background: #F3DBBA;
    padding: 0px 8px;
    font-size: .8rem;
    text-align: center;
    display: inline-block;

  }



}


.tt_flex_boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 20px;
  margin-bottom: 10px;
}

.ttgrid_containerbox {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 12px;
  white-space: nowrap;
  /* margin: 20px; */
}






.ttgrid_wrapperbox {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-align: start;

  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

}


.active_wrapperbox {
  /* padding: 10px; */
}

.ttgrid_wrapperbox::-webkit-scrollbar {
  display: none;

}

.tt_txt_active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;

}


.active-box-tt:hover {
  background-color: #6AA163;
  transition: all .3s ease;
}

.active-box-tt:hover .tt_txt_active h2,
.active-box-tt:hover .tt_txt_active p {
  color: #fff;
}

.tt_txt_active h2 {
  font-size: 1.2rem;
  color: #6AA163;
  font-weight: bold;
  margin-bottom: 4px;
}

/* commented for old dashboard */
.tt_txt_active p {
  font-size: .7rem;
  color: #6AA163;
  /* this is added below */
  text-align: center;
  font-weight: 500;
}

/* commented for old dashboard */
.tt_flextxt h2 {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 4px;
}

.tt_flextxt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tt_flextxt p {
  font-size: .75rem;
  font-weight: 400;
  color: #6c6b6b;
}

.tt_nextpage {
  outline: none;
  border: none;
  background: transparent;
}

.tt_nextpage {
  display: flex;
  align-items: center;
}

.tt_nextpage img {
  width: 24px;
  height: 24px;
}

.tt_nextpage svg path {
  fill: #000;
  transition: all .4s ease;
}

.tt_nextpage:hover svg path,
.tt_nextpage:active svg path {
  fill: #456ABB;
}

.flex_group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.num {
  border: 2px solid #456ABB;
  border-radius: 4px;
  /* padding: .5rem; */
  background: #fff;
  color: #000;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  vertical-align: middle;
}

.content-flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.tt-projct {
  display: flex;
  align-items: center;
  gap: 20px;
}

.flex_txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.barimg {
  background: url(../images/timetrack-gridbox/bar.png);
  background-size: 98% 80%;
  background-position: center;
  background-repeat: no-repeat;

  height: 261px;
}

/* .recharts-legend-wrapper{
  position:absolute;
  top:0;
  left:50% !important;
} */

.recharts-legend-wrapper {
  position: absolute;
  top: 52px;
  left: 390px !important;

}

.list-chart span {
  font-weight: 500;
}

.error_hd {
  /* margin:0; */
  padding: 0;
}

.error_hd span {
  color: red;
  padding-left: 6px;
  font-weight: 400;
  font-size: .7rem;
  letter-spacing: .3px;
}


/* ***************************************************Reports ******************************************************** */

.report_tabs_container {

  .nav-tabs {
    position: relative;
    border-bottom: none;
  }

  .nav-tabs .nav-link {
    position: relative;
    border: none;
    padding: 10px 20px;
    color: #949494;
    font-size: .8rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }


  .nav-tabs .nav-link.active {
    color: #456ABB;
  }

  .nav-tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
  }

  .nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #456ABB;
    transition: width 0.3s ease-in-out;
    bottom: 1px;
  }


  .nav-tabs .nav-link.active::after {
    width: 100%;
  }

  .tab-content {
    margin-top: 15px;
  }

}






.report_field {
  display: flex;
  align-items: center;
  /* gap: 30px; */
  flex-wrap: wrap;

  .rs-input-group:not(.rs-input-group-disabled):hover,
  .rs-input-group:not(.rs-input-group-disabled).rs-input-group-focus,
  .rs-input-group:focus-within {
    box-shadow: none !important;
    border-color: #456ABB;
  }

  .rs-picker-daterange>.rs-input-group.rs-input-group-inside .rs-input {
    font-size: .8rem;
  }

  .rs-picker-popup .rs-calendar .rs-calendar-table-cell-selected:hover .rs-calendar-table-cell-content:active {
    background-color: #456ABB;
    color: #fff;

  }

  .dropdown-header {
    padding: 10px;
    border: 1px solid #e5e5ea;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
    border-radius: 6px;
    transition: all .3s ease;
  }

  .dropdown-header:hover {
    border-color: #456ABB;
  }

  .dropdown-arrow {
    /* font-size: 12px; */
    font-size: .8rem;
    position: relative;
    padding-left: 10px;

  }

  /* .dropdown-arrow::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -53px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('../images/arrow-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    margin-left: .355em;
  } */

  .multi-select-dropdown {
    position: relative;
    min-width: 160px;
    max-width: 100%;
    font-family: Arial, sans-serif;
  }

  .dropdown-search {
    width: 150px;
    padding: 5px 5px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #ccc; */
    outline: none;
    font-size: .8rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 2px 2px;
  }

  .dropdown-item label {
    font-size: .7rem;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #456ABB;
  }

  .dropdown-body {
    scrollbar-width: thin;
  }

}

.report_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.report_vw {
  display: flex;
  align-items: center;
}

.tabs-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}


.mb-tabs {
  margin-bottom: 15px;
}

/* ***************************************************Reports End************************************************************ */

/* ****************************************************************timetrack main-content End************************************************ */
/* ******************************************************************TimeTrack End******************************************** */


/* ********************************************************Timelog section******************************************* */

.add-timelog {
  outline: none;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
}

.submit-timelog {
  display: block;
  background-color: #456ABB;
  color: #fff;
  padding: 8px 20px;
  /* box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12); */
  border: 1px solid #456ABB;
  border-radius: 30px;
  cursor: pointer;
  font-size: .9rem;
}

.group-timelog {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.fnt_bld {
  font-weight: bold;
}

.pd_sec {
  padding: 1rem 0 !important;
}

.timepicker-btn {
  margin-left: 14px;
  font-size: .8rem;
  font-weight: bold;
}


#weekdropdown {
  .dropdown-menu {
    min-width: 17rem;
  }
}


.input-time {
  display: flex;
  align-items: center;
  gap: 5px;

  input {
    width: 50px;
  }
}


.tmetableview {
  .table th {
    font-size: .8rem;
    font-weight: bold;
    padding: 16px 8px;
    border-top: 0 !important;
    background: #f5f7f7;
  }
}

.timelogbdr table {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
}

/* .view_timesection {
  
  overflow: auto;
  height: auto;
  max-height: calc(100vh - 40px);
} */

#centermodal {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
}

.modal-save {
  display: block;
  background-color: #456ABB;
  color: #fff;
  padding: 8px 27px;
  /* box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12); */
  border: 1px solid #456ABB;
  border-radius: 30px;
  cursor: pointer;
  font-size: .9rem;
  transition: all .3s ease;
}

.modal-save:hover,
.modal-save:focus,
.modal-save.active {
  color: #fff;
  background-color: #365397;
  border-color: #365397;

  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);

}

.modal-cancel {
  display: block;
  background-color: #fff;
  color: #456ABB;
  padding: 8px 27px;
  /* box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12); */
  border: 1px solid #456ABB;
  border-radius: 30px;
  cursor: pointer;
  font-size: .9rem;
}

.modal-cancel:hover,
.modal-cancel:focus,
.modal-cancel.active {
  color: #fff;
  background-color: #365397;
  border-color: #365397;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);

}

.timeclick {
  font-size: .8rem;
  display: block;
  /* box-shadow: 0 0 12px 4px #ccc; */
  padding: .5rem 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: all .3s ease;
}

.timeclick:hover {
  color: #365397;
}


.remove-row {
  padding: 0 5px;
}


.select-open {
  /* Styles when the dropdown is open */
  border: 1px solid #007bff;
}

.select-closed {
  /* Styles when the dropdown is closed */
  border: 1px solid #ccc;
}

.select_vlue {
  .css-t3ipsp-control:hover {
    border-color: #365397 !important;
  }

  .css-t3ipsp-control {
    box-shadow: none;
  }

  .css-1nmdiq5-menu {
    font-size: .8rem;
    min-width: 12rem;
  }

  .css-1dimb5e-singleValue {
    font-size: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 80px;
    max-width: 100%;
  }

  .css-1jqq78o-placeholder {
    font-size: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 50px;
    max-width: 100%;
    /* color: hsl(0, 0%, 20%); */
  }
}

.react-tooltip {
  z-index: 10000;
}


.input_view {
  transition: all 100ms;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  min-height: 38px;
  transition: all .3s ease;
  min-width: 62px;
}


.input_view:focus {
  border-color: #365397;
}

.input_view.active-border {
  border-color: #365397;
}

.bi-clock.active-icon {
  color: #365397;
  border-color: #365397;
}

.input_view {
  i {
    font-size: .8rem;
    margin-left: 7px;
    /* margin-right: 8px; */
    border-right: 1px solid hsl(0, 0%, 80%);
    padding-right: 7px;
    cursor: pointer !important;
    transition: all .3s
  }

  /* .bi-clock::before:hover {
    color:#365397 !important;
  } */

  i:hover {
    color: #365397 !important;
  }

  input {
    border: none;
    outline: none;
    width: 35px;
  }



  input:hover {
    border: none;
  }


  input:focus {
    border: none;
    outline: none;
  }

  input:active {
    border: none;
    outline: none;
  }

  input:focus-visible {
    outline: none;
  }

  .disabled-fields {
    width: 58px;
  }

}

/* ********************************************************Timelog section end ***************************************** */
.multi-select-dropdown {
  position: relative;
  /* min-width: 100%; */
  min-width: 260px;
  font-family: Arial, sans-serif;
}

.dropdown-header {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-arrow {
  font-size: 12px;
}

.dropdown-body {
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  background-color: white;
  max-height: 200px;
  overflow-y: auto;
  z-index: 2;
}

.dropdown-search {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.dropdown-item {
  padding: 8px;
  display: flex;
  align-items: center;
}

.dropdown-item input {
  margin-right: 8px;
}



/* 
.tab-content {

  .ag-theme-balham .ag-header-row {
    color: #000;
    font-weight: bold;
    color: #000; 
    font-weight: bold;
  }

  .ag-theme-balham .ag-row.ag-row-level-0 {
    background-color: #cdcdff;
    font-weight: 600;
  }

 

  .ag-theme-balham .ag-row.ag-row-level-1 {
    background-color: #ececff;
  }

  .ag-theme-alpine .ag-row.ag-row-level-0 {
    background-color: #cdcdff;
    font-weight: 600;
  }

  .ag-theme-alpine .ag-row.ag-row-level-1 {
    background-color: #ececff;
  }

  .ag-theme-material .ag-row.ag-row-level-0 {
    background-color: #cdcdff;
    font-weight: 600;
  }

  .ag-theme-material .ag-row.ag-row-level-1 {
    background-color: #ececff;
  }


} */

#center_td {
  position: relative;
  top: 1px;
  z-index: 999;
}

#center_td tr td:first-child {
  z-index: 9999 !important;
}

/* #center_td{
  position: sticky;
    bottom: 0;
    z-index: 1;
} */
/* #center_td:first-child{z-index: 1; position: sticky;
    bottom: 0;} */
#center_td td {
  text-align: center;
  font-weight: bold;
}



#body_td tr td:last-child {
  text-align: center;
  font-weight: bold;
}

#body_td tr td:first-child {
  text-align: center;
}

/* #body_td tr td{
  width:100%;
} */



.log_mb {
  margin-bottom: .5rem;
}

.css-13cymwt-control:hover {
  border-color: #365397 !important;
}

/* *************************************************file upload section******************************************* */

.file-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #f4f5f6;
  height: 180px;
  width: 210px;
}

.preview {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 0rem;
  margin: 1rem 0;
}

.preview div {
  margin-top: 0 !important;
  background: #fff;
  border-radius: 100px;
  padding: .2rem;
}

.preview img {
  border-radius: 50px !important;
  opacity: .25;
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;

}

.upload-button {
  color: #fff;
  background-color: #275ACA;
  border-color: #275ACA;
  border-radius: 6px;
  font-size: .7rem;
  transition: all .4s;
}



.upload-button:hover,
.upload-button.active {
  color: #fff;
  background-color: #154bbe;
  border-color: #154bbe;
  border-radius: 6px;
  transition: all .4s;
}

.upload-button:focus,
.upload-button.active {
  box-shadow: 0 4px 12px rgba(21, 75, 190, 0.35),
    0 2px 4px rgba(0, 0, 0, 0.1);
}




.flex_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}





/* ************************************************************************CRM LEADS PAGE START***************************************** */

#CRM_pageSection {
  .tt_filtersearch {
    position: relative;
    width: 100%;
    max-width: 300px;
    font-size: .9rem;
  }

  .searchfield {
    width: 100%;
    padding: 7px 40px 7px 15px;
    border-radius: 40px;
    border: 1px solid #ccc;
    transition: all .3s ease;
    outline: none;
  }

  .searchfield:hover,
  .searchfield:focus {
    border-color: #086cc3;
  }

  .searchicon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../images/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .text-bld label {
    font-weight: 500;

    span {
      font-weight: bold;
    }
  }

  .img-sec {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 14px;
  }

  /* .addlead_container {
  margin: 1rem;
  width: 100%;
} */


  .addleadcard {
    /* margin-bottom: 18px; */
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    /* width: 92vh; */

    background: #fff;
  }

  .addlead-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    /* padding: 1rem; */
    border-bottom: 1px solid #D1CFCF;
  }

  .addlead-header label {
    font-weight: bold;
  }

  .leadcontent {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /* padding: 14px; */
  }

  #flex-clumn {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    .optcolor {
      input[type="checkbox"]:disabled:checked {

        border-color: #086cc3 !important;
        background-color: #086cc3 !important;
        color: #086cc3 !important;

      }



    }
  }


  .userprofile_img {
    .image-upload-container {
      display: flex;
      align-items: center;
      position: relative;
    }

    .image-preview {
      width: 70px;
      height: 70px;
      border-radius: 5px;
      /* border: 2px solid #ddd; */
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background-color: #f0f0f0;
      cursor: pointer;
      transition: transform 0.3s ease-in-out;
      padding: 8px;
      margin: 12px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      /* box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1); */
    }

    .image-preview.uploaded {
      animation: scaleIn 0.3s ease-in-out forwards;
    }

    .upload-placeholder {
      font-size: .7rem;
      color: #7f7f7f;
      text-align: center;
      cursor: pointer;
    }

    .preview-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer;
      border-radius: 5px;
    }

    /* Image Name Styling */
    .image-name {
      font-size: .9rem;
      color: #000;
      margin: 8px 12px;
      animation: highlightFadeIn 0.4s ease forwards;
      font-weight: bold;


    }

    /* Highlight Animation */
    @keyframes highlightFadeIn {
      0% {
        opacity: 0;
        transform: translateY(5px);
      }

      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Scale-in Animation */
    @keyframes scaleIn {
      0% {
        transform: scale(0.9);
        opacity: 0.8;
      }

      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    /* Menu Styling */
    .menu {

      transform: translateX(-50%);
      border-radius: 8px;
      padding: 5px 10px;
      display: flex;
      gap: 10px;
      opacity: 0;
      transform: translateY(10px);
      animation: fadeIn 0.3s ease forwards;
      margin-left: 25px;
    }

    /* Fade-in Animation for Menu */
    @keyframes fadeIn {
      0% {
        opacity: 0;
        transform: translateY(10px);
      }

      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .menu-button {
      background-color: #4A90E2;
      color: white;
      border: none;
      border-radius: 5px;
      padding: 5px 10px;
      font-size: 14px;
      cursor: pointer;
      transition: background-color 0.2s;
    }

    .menu-button:hover {
      background-color: #357ABD;
    }




  }


  .editimage {
    background-color: #365397;
    border: none;
    border-radius: 50%;
    padding: 6px 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
    position: absolute;
    bottom: -24px;
    left: -129px;
  }

  #timelogdropdown {
    .dropdown-item {
      font-size: .8rem;
      /* padding: .25rem .8rem; */
      padding: 8px 15px;
      border-bottom: 1px solid #c8d0ff;
    }

    .dropdown-menu {
      border: 1px solid #c8d0ff;
    }

    .dropdown-menu li {
      background: #fff;
      cursor: pointer;
    }

    .dropdown-menu li:hover {
      background-color: #deebff;
      color: #222;
    }
  }

  #action_dropdown {
    .dropdown-item {
      font-size: .8rem;
      /* padding: .25rem .8rem; */
      padding: 8px 15px;
      border-bottom: 1px solid #c8d0ff;
    }

    .dropdown-menu {
      border: 1px solid #c8d0ff;
      min-width: 12.5rem;
    }

    .dropdown-menu {
      overflow: auto;
      max-height: 267px;
      /* min-width: 208px; */
    }

    .dropdown-menu li:hover {
      background-color: #deebff;
      color: #222;
      cursor: pointer;
    }


    .css-1jqq78o-placeholder,
    .css-gtdvpo-menu,
    .css-i7gg1q-menu {
      font-size: .9rem;
    }


    .css-gtdvpo-control:hover {
      border: 1px solid #0056b3;
      font-size: .9rem;
      box-shadow: none;
    }

    .action-btn {
      border: 1px solid #D1CFCF;
      padding: 6px 8px 6px 7px;
      border-radius: 50px;
      transition: all .3s ease;
    }

    .action-btn:hover,
    .action-btn:focus {
      border-color: #365397;

    }

    .dropdown-menu.show {
      box-shadow: -22px 12px 41px rgba(0, 0, 0, 0.2);
    }

    .dropdown-toggle::after {
      display: inline-block;
      margin-left: 1.655em;
      /* vertical-align: .255em; */
      vertical-align: middle;
      content: "";
      border-top: .4em solid #9B9B9B;
      border-right: .4em solid transparent;
      border-bottom: 0;
      border-left: .4em solid transparent;
    }

    /* .dropdown-toggle::after {
  display: inline-block;
  margin-left: 1.5em;
  vertical-align: middle;
  content: url(../images/crm/leads/arrowdown.svg);
 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
} */

    .dropdown-submenu {
      position: relative;
    }


    .dropdown-submenu a:hover {
      color: #fff;
      background: #365397;
    }

    .dropdown-submenu a {
      background: #fff;
    }

    .dropdown-submenu:hover .submenu {
      display: block;
    }

    .submenu {
      display: none;
      position: absolute;
      top: 0;
      left: 100%;
      margin-top: -1px;
    }



    .dropdown-menu .dropdown-item {
      white-space: nowrap;
    }

    /* ********************************************************************* */

    .dropdown-submenu .right-arrow {
      opacity: 0;
      transform: translateX(-10px);
      transition: all .5s ease;
      width: 15px;
      height: 12px;
      display: inline-block;
      margin-left: 12px;
      background: url(../images/crm/main-content/dropdownright.svg) no-repeat center;
      background-size: contain;
    }

    .dropdown-submenu:hover .right-arrow {
      opacity: 1;
      transform: translateX(0);
    }









    /* ************************************************ */

  }


  #actiongrid_dropdown {
    .dropdown-item {
      font-size: .8rem;
      /* padding: .25rem .8rem ; */
      padding: 8px 15px !important;
      border-bottom: 1px solid #c8d0ff;
    }

    .dropdown-menu {
      border: 1px solid #c8d0ff;
    }

    .dropdown-menu {
      overflow: visible;
      max-height: 267px;
      /* min-width: 208px; */
    }

    .dropdown-menu li {
      color: #333;
      cursor: pointer;
    }

    .dropdown-menu li:hover {
      background-color: #deebff;
      color: #222;
      cursor: pointer;
    }

    .dropdown-menu li a {
      color: #333;
      cursor: pointer;
    }

    .dropdown-menu li:hover a {

      color: #333;
      cursor: pointer;
    }

    .action-btn {
      border: 1px solid #D1CFCF;
      padding: 6px 8px 6px 7px;
      border-radius: 50px;
      transition: all .3s ease;
    }

    .action-btn:hover,
    .action-btn:focus {
      border-color: #365397;
      background-color: #365397;
      color: #fff;

    }

    .dropdown-menu.show {
      box-shadow: -22px 12px 41px rgba(0, 0, 0, 0.2);
    }

    .dropdown-toggle::after {
      display: inline-block;
      margin-left: 1.655em;
      /* vertical-align: .255em; */
      vertical-align: middle;
      content: "";
      border-top: .4em solid #222;
      border-right: .4em solid transparent;
      border-bottom: 0;
      border-left: .4em solid transparent;
    }

    .dropdown-toggle:hover::after,
    .dropdown-toggle:focus::after {

      border-top: .4em solid #fff;

    }

    /* .dropdown-toggle::after {
  display: inline-block;
  margin-left: 1.5em;
  vertical-align: middle;
  content: url(../images/crm/leads/arrowdown.svg);
 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
} */

    .dropdown-submenu {
      position: relative;
    }


    .dropdown-submenu:hover a {
      color: #fff;
      background: #deebff;
    }

    .dropdown-submenu a {
      background: #fff;
      color: #333;
    }

    .dropdown-submenu:hover .submenu {
      display: block;
    }

    .submenu {
      display: none;
      position: absolute;
      top: 0;
      left: 100%;
      margin-top: -1px;
    }



    .dropdown-menu .dropdown-item {
      white-space: nowrap;
    }

    /* ********************************************************************* */

    .dropdown-submenu .right-arrow {
      opacity: 0;
      transform: translateX(-10px);
      transition: all .5s ease;
      width: 15px;
      height: 8px;
      display: inline-block;
      margin-left: 12px;
      background: url(../images/crm/main-content/dropdownright.svg) no-repeat center;
      background-size: contain;
    }

    .dropdown-submenu:hover .right-arrow {
      opacity: 1;
      transform: translateX(0);
    }









    /* ************************************************ */

  }

  /* _________________________modal dialog__________________________ */

  #action_dropdown {
    .dropdown_popup .modal-dialog {
      top: 0;
      left: 0;
      transform: translateX(-50%);
    }

    .modal-dialog {
      max-width: 800px;
    }
  }

  .action-menu img {
    opacity: 100%;
    transition: all .3s ease;
  }

  .action-menu img:hover,
  .action-menu img:focus {
    opacity: 100%;
  }




  /* ********************************add lead header********************************** */
  .ld-btn {
    border-radius: 50px;
    transition: all .3s ease;
    font-size: .8rem;
    font-weight: 500;
    padding: 9px 24px 9px 24px;

  }

  .cancel-lead {
    border: 1px solid #D1CFCF;
    color: #5C5C5C;
    background: #fff;
  }

  .cancel-lead:hover,
  .cancel-lead:focus {
    border-color: #3f61aa;
    background-color: #3f61aa;
    color: #fff;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


  }

  .save-lead {
    border: 1px solid #456ABB;
    color: #fff;
    background: #456ABB;
    letter-spacing: .5px;
  }

  .save-lead:hover,
  .save-lead:focus {
    border-color: #3f61aa;
    background-color: #3f61aa;
    color: #fff;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


  }

  .lead_end {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .lead_hdbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  /* ********************************sidebar back button********************************** */



  .hd-btn {
    border: 1px solid #D1CFCF;
    border-radius: 50px;
    transition: all .3s ease;
    font-size: .8rem;
    color: #5C5C5C;
    font-weight: 500;
    padding: 9px 15px 9px 15px;
    background: #fff;
  }


  .hd-btn:hover,
  .hd-btn:focus {
    border-color: #456ABB;
    background-color: #456ABB;
    color: #fff;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


  }


  .left_lead {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  #tags_dropdown {

    .btn {
      padding: .4rem 1rem;
      font-size: .8rem;
      min-width: 83px;
      transition: none;
    }

    .dropdown-item {
      font-size: .8rem;
      /* padding: .25rem .8rem; */
      padding: 8px 15px;
      border-bottom: 1px solid #c8d0ff;
    }

    .dropdown-menu {
      border: 1px solid #c8d0ff;
    }

    .dropdown-menu {
      overflow: auto;
      max-height: 267px;
      min-width: 208px;
    }



    .dropdown-menu a:hover {
      background-color: #deebff;
      color: #222;
    }

    .action-btn {
      border: 1px solid #D1CFCF;
      padding: 6px 8px 6px 7px;
      border-radius: 50px;
      transition: all .3s ease;
    }

    .action-btn:hover,
    .action-btn:focus {
      border-color: #365397;
      background-color: #365397;
      color: #fff;

    }

    .dropdown-menu.show {
      box-shadow: -22px 12px 41px rgba(0, 0, 0, 0.2);
    }


    .dropdown-toggle::after {
      display: inline-block;
      margin-left: 1.655em;
      vertical-align: middle;
      content: "";
      border-top: .4em solid #222;
      border-right: .4em solid transparent;
      border-bottom: 0;
      border-left: .4em solid transparent;
    }

    .dropdown-toggle:hover::after,
    .dropdown-toggle:focus::after {

      border-top: .4em solid #fff;
    }

    /* .dropdown-toggle::after {
  display: inline-block;
  margin-left: 1.5em;
  vertical-align: middle;
  content: url(../images/crm/leads/arrowdown.svg);
 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
} */






    /* Styling for the popup overlay */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }


    /* .popup-content {
      background-color: white;
      width: 640px;
      max-width: 80%;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      position: relative;
      text-align: center;
    } */

    .popup {
      background-color: #fff;
      border-radius: 8px;
      width: 640px;
      max-width: 640px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 92px;
      left: 50%;
      transform: translateX(-50%);


    }

    .popup-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
      padding: 20px;
      border-bottom: 1px solid #ccc;

    }

    .popup-header h2 {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
    }

    .content-area {
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }


    .popup-footer {
      display: flex;
      justify-content: flex-start;
      gap: 10px;
      margin-top: 20px;
      padding: 20px;
    }

    .cancel_popup,
    .save_popup {
      padding: 8px 24px;
      font-size: .8rem;
      border-radius: 50px;
      cursor: pointer;
    }

    .cancel_popup {
      border: 1px solid #D1CFCF;
      color: #5C5C5C;
      background: #fff;
    }

    .save_popup {
      border: 1px solid #456ABB;
      color: #fff;
      background: #456ABB;
      letter-spacing: .5px;
    }


    .cancel_popup:hover,
    .cancel_popup:focus {
      border-color: #3f61aa;
      background-color: #3f61aa;
      color: #fff;
      filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


    }

    .save_popup:hover,
    .save_popup:focus {
      border-color: #3f61aa;
      background-color: #3f61aa;
      color: #fff;
      filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


    }















  }

  /* Commented for grid is overlapping on send email popover */

  .ag-row-focus {
    z-index: 999;
  }


  /* ************************************************************************ CRM LEADS PAGE END***************************************** */

  /* *************************************************************************CRM Deals Page***************************************** */
  .flx_check {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .checkbox-row {
    display: flex;
    gap: 50px;
    align-items: center;
  }

  .collapse_card {
    .accordion-button:focus {
      z-index: 3;
      border-color: transparent;
      outline: 0;
      box-shadow: none;
    }

    .accordion-item {
      background-color: #fff;
      border: 0;
    }

  }

  #acord_hd {
    .accordion-button {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      padding: 1rem 1.3rem;
      cursor: pointer;
      color: #000 !important;
      text-align: left;
      background-color: #fff !important;
      border: 0;
      border-radius: 0;
      overflow-anchor: none;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    }

    label {
      color: #333333;
      font-weight: bold;
    }

    .accordion-button:not(.collapsed) {
      color: #000 !important;
      background-color: #fff !important;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }

    .accordion-button:not(.collapsed)::after {
      background-image: url(../images/crm//main-content/accordiondown.svg);
      transform: rotate(-180deg);
    }
  }

  .pd_card {
    /* padding: 1rem 1.25rem; */
    padding: 1rem 1rem;
  }


  #dropdown_modal {
    .modal-dialog {
      top: 62px;
    }

    .cancel_popup,
    .save_popup {
      padding: 8px 24px;
      font-size: .8rem;
      border-radius: 50px;
      cursor: pointer;
    }

    .cancel_popup {
      border: 1px solid #D1CFCF;
      color: #5C5C5C;
      background: #fff;
    }

    .save_popup {
      border: 1px solid #456ABB;
      color: #fff;
      background: #456ABB;
      letter-spacing: .5px;
    }


    .cancel_popup:hover,
    .cancel_popup:focus {
      border-color: #3f61aa;
      background-color: #3f61aa;
      color: #fff;
      filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


    }

    .save_popup:hover,
    .save_popup:focus {
      border-color: #3f61aa;
      background-color: #3f61aa;
      color: #fff;
      filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


    }
  }





  /* *************************************************************************CRM Deals Page End***************************************** */


  /* *****************************************************CRM bulk selection Action********************************* */

  #dropdown_modal {
    .modal-dialog {
      max-width: 800px;


    }



    .custom_dialog_top {
      margin-top: 92px;
    }

    select {
      border-radius: 5px;

    }

    .css-1h06qz8-control:hover {
      border-color: #456ABB;
      box-shadow: none;
    }

    .css-10nhe30-control:hover,
    .css-10nhe30-control:focus {
      border-color: #456ABB;
      box-shadow: none;
    }

    .modal-footer {
      border-top: 0;
    }


  }

  #ownermodal {

    .css-1jxazzn-control {
      padding-right: 0;
    }

    .css-1fmrxbh-control:hover {
      border-color: #456ABB;
    }

    .css-t3ipsp-control {
      border-radius: 5px !important;
      min-width: 195px !important;
      border: 1px solid #0056b3 !important;
      outline: none;
      box-shadow: 0 0 5px rgba(0, 86, 179, 0.3) !important;
      transition: all .3s ease;
    }

    .css-1fmrxbh-control {
      padding-right: 0;
    }

    .css-1u9des2-indicatorSeparator {
      width: 0px;

    }

    .css-1wy0on6 {
      padding: 8px;
      border-left: 1px solid hsl(0, 0%, 70%);
    }

    .flex-end {
      justify-content: flex-end !important;
    }

    .modal-footer {
      border-top: 0;
    }
  }

  #myexisting {

    .css-1jxazzn-control {
      padding-right: 0;
    }

    .css-1u9des2-indicatorSeparator {
      width: 0px;

    }

    .css-1fmrxbh-control:hover {
      border-color: #456ABB;
    }

    .css-1fmrxbh-control {
      padding-right: 0;
    }

    .css-1wy0on6 {
      padding: 8px;
      border-left: 1px solid hsl(0, 0%, 70%);
    }

    .flex-end {
      justify-content: flex-end !important;
    }

    .modal-footer {
      border-top: 0;
    }
  }

  #delete {
    /* padding-top: 1.5rem; */

    .notetxt {
      padding: 12px;
      background: #EBF2FF;
      font-size: .8rem;
      border-radius: 4px;


    }

    .modal-footer {
      border-top: 0;
    }
  }


  /* ***************************************************************Convert Lead Page ********************************************* */

  .convert_container {
    margin: 1rem;
    width: 100%;
  }

  #convertlead {
    input:disabled {
      background-color: #e0e0e0;
      /* border-color: #999; */
      color: #666;
      cursor: not-allowed;
      font-size: .8rem;
    }

    input:disabled:hover {
      border: 1px solid #ccc;
    }


    input.disabled-field {
      background-color: #f5f5f5;
      border: 1px solid #ccc;
    }

    .checkbox-container {
      display: flex;
      align-items: center;
      margin-bottom: .5rem;
    }

    .checkbox-label {
      margin-left: 8px;
      font-size: 14px;
      font-weight: 500;
    }

    .radio_flx label {
      display: block;

      margin-bottom: 10px;
      margin-right: 55px;
    }

    .radio_flx input {
      margin-right: 12px;
    }

    #optionsGroup {
      display: flex;
      align-items: center;
    }

    .convert_group {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
    }

  }

  .dialoglbl {
    padding: 1rem 1rem;
  }

  /* *******************************************Email POpup******************************** */

  /* Email Popup Container */
  .email-popup-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999
  }

  /* Popup Minimized State */
  .email-popup.minimized {
    height: 50px;
    width: 300px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .label_nm span {
    font-size: .8rem;
    color: #707070;
    font-weight: 500;
  }



  /* Email Popup */
  .email-popup {
    position: fixed;
    bottom: -100%;
    right: 20px;
    width: 800px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
  }

  /* Popup Open State */
  .email-popup.open {
    bottom: 20px;
    opacity: 1;
    z-index: 99999;
    transform: translateY(0);
  }

  /* Popup Header */
  .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    border-radius: 10px 10px 0 0;
  }

  .close-btn {
    background: transparent;
    color: #000;
    border: none;
    font-size: 16px;
    cursor: pointer;
  }

  .border_btm {
    border-bottom: 1px solid #ccc;
  }

  #vw_brder {
    border: 1px solid #9B9B9B;
    border-radius: 4px;
  }

  /* Popup Body */
  .popup-body {
    padding: 15px;
  }

  .email-input,
  .email-textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;

  }

  .email_hd h5 {
    font-weight: 500;
  }

  .email-textarea {
    height: 100px;
    resize: none;
  }

  /* Popup Footer */
  .popup-footer {
    padding: 10px 15px;
    text-align: right;
  }

  .send-btn {
    padding: 8px 15px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .minimize-btn,
  .close-btn,
  .maxmin-btn {
    background: transparent;
    color: #000;
    border: none;
    cursor: pointer !important;
    margin-top: 0;
    padding: 0;
  }

  .minimize-btn svg {
    fill: #000;
    transition: all .3s ease;
  }

  .modal_btn_group button:hover svg rect {
    stroke: #6c757d;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));
  }



  /* Minimized popup hides body and footer */
  .email-popup.minimized .popup-body,
  .email-popup.minimized .popup-footer {
    display: none;
  }


  .container_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
  }

  .label_nm {
    display: flex;
    align-items: center;
  }

  .label_content {
    margin-left: 12px;
  }

  #insert_template {

    .btn {
      padding: .4rem 1rem;
      font-size: .8rem;
      min-width: 83px;
      transition: none;
    }

    .css-1nmdiq5-menu {
      width: 300px;
      max-width: 100%;
    }





    .action-btn {
      border: 1px solid #D1CFCF;
      padding: 4px 8px 4px 12px;
      border-radius: 50px;
      transition: all .3s ease;
    }

    .action-btn:hover,
    .action-btn:focus {
      border-color: #365397;

    }

    .dropdown-item {
      font-size: .8rem;
      /* padding: .25rem .8rem; */
      padding: 8px 15px;
      border-bottom: 1px solid #c8d0ff;
    }

    .dropdown-menu {
      border: 1px solid #c8d0ff;
    }

    .dropdown-menu {
      overflow: auto;
      max-height: 267px;
      min-width: 208px;
    }



    .dropdown-menu a:hover {
      background-color: #deebff;
      color: #222;
    }


    .dropdown-menu.show {
      box-shadow: -22px 12px 41px rgba(0, 0, 0, 0.2);
    }


    .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.655em;
      vertical-align: middle;
      content: "";
      border-top: .4em solid #9B9B9B;
      border-right: .4em solid transparent;
      border-bottom: 0;
      border-left: .4em solid transparent;
    }

  }

  .email_body {
    padding: 0;
  }

  #prfix {
    .css-b62m3t-container {
      width: 100%;
    }

    .css-1wy0on6 {
      border-left: 1px solid #ccc;
    }
  }

  #date {

    .css-1jxazzn-control {
      padding-right: 0;
    }

    .css-1fmrxbh-control:hover {
      border-color: #456ABB;
    }

    .css-1fmrxbh-control {
      padding-right: 0;
    }

    .css-1wy0on6 {
      padding: 8px;
      border-left: 1px solid hsl(0, 0%, 70%);
    }

    .flex-end {
      justify-content: flex-end !important;
    }

    .modal-footer {
      border-top: 0;
    }
  }



  #convrtlead {


    .notetxt {
      padding: 12px;
      background: #EBF2FF;
      color: #456ABB;
      font-size: .8rem;
      border-radius: 4px;


    }

    .modal-footer {
      border-top: 0;
    }
  }

  .email_group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }


  .schedule-btn {

    color: #5C5C5C;
    padding: 9px 20px;

    font-size: .8rem;
    display: flex;
    align-items: center;
    gap: 5px;

  }

  .ag-grid-container {
    position: relative;
    /* overflow: hidden; */
    /* height: 200px !important; */
    height: calc(100vh - (0px + 110px)) !important;
    /* height: calc(100vh - (130px + 130px)) !important; */
    overflow: auto;
    z-index: 0;
  }

}



/* ****************************************************************** */

/* ******************************************************************** CRM View lead popups**************************************** */



/***********Import lead - CRM - Start ******************/

#popover-lead {
  flex-direction: column !important;
  box-shadow: 0 5px 15px rgb(0 0 0 / 6%), 0 5px 15px rgb(0 0 0 / 10%);
  max-width: 450px;
}

#popover-lead .popover-header {
  display: none !important;
}


/***********Import lead - CRM - Start ******************/



#popover-lead {
  flex-direction: column !important;
  box-shadow: 0 0px 5px rgb(0 0 0 / 3%), 0 3px 8px rgb(0 0 0 / 10%);
  max-width: 450px;
}

#popover-lead .popover-header {
  display: none !important;
}


/***********Import lead - CRM - Start ******************/





/* *****************************************************Timetrack project header shift ******************************* */

.tt_backproject {
  background: transparent;
  padding: 0;
  outline: none;
  border: none;
  padding-right: .5rem;
  border-right: 1px solid #ccc;
  cursor: pointer !important;
}

.tt_backproject img {
  width: 34px;
  max-width: 100%;
}



/* **********************************************************************TT Reports page design*************************** */

.report_field {
  .css-t3ipsp-control:hover {
    border-color: #365397 !important;
  }

  .css-t3ipsp-control {
    box-shadow: none;
  }

  .css-1nmdiq5-menu {
    font-size: .8rem;
    min-width: 12rem;
  }

  .css-1dimb5e-singleValue {
    font-size: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 200px;
    max-width: 100%;
  }

  .css-1jqq78o-placeholder {
    font-size: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 200px;
    max-width: 100%;
    color: hsl(0, 0%, 20%);

  }

  label {
    font-size: .9rem;
    display: block;
    min-width: 93px;
    font-weight: 500;
  }



  .date-range-picker-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    margin-right: 30px;
  }

  .date-range-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
  }

  .multi-select-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    margin-right: 30px;
  }

  .multi-select-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
  }

}

.report_mrgin {
  margin-bottom: .8rem;
  justify-content: space-between;

}

.report_view_lft {
  background: #f7f7f7;
  padding: .5rem;
  border-radius: 5px;
}

.dropdown_flxvw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


.generte_end {
  display: flex;
  /* Flexbox layout for future use */
  justify-content: flex-end;
  /* Align content to the right */
  align-items: center;
  /* Center the button vertically */
}

.reports_mainhd {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  margin: 9px 0;
  flex-wrap: wrap;
}




/* Drag-and-drop styles */

#attachment_modal {
  .dropzone {
    border: 2px dashed #007bff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }

  .dropzone.dragging {
    background-color: #f0f8ff;
    border-color: #0056b3;
  }

  .dropzone p {
    margin: 0;
    font-size: 1rem;
    color: #6c757d;
  }

  .file-input-label {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
  }

  .file-list {
    margin-top: 10px;
    max-height: 150px;
    overflow-y: auto;
  }

  .file-item {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 8px;
    margin: 5px 0;
    border-radius: 5px;
    font-size: 0.9rem;
  }

  /* Button styles */
  .save_popup {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
  }

  .cancel_popup {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
  }

}

#campainview {

  .popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  /* Popup content */
  /* .popup-content {
    background: white;
    border-radius: 10px;
    width: 1327px;
    max-width: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.3s ease-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  } */




  .popup {
    background-color: #fff;
    border-radius: 8px;
    width: 1327px;
    max-width: 1327px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);

  }


  /* Popup Header */
  .popup-header {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .popup-title {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
  }

  /* Close Button */
  .btn-close-rounded {
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
  }

  .btn-close-rounded:hover {
    background: #e0e0e0;
  }

  /* Popup Body */
  .popup-body {
    padding: 1rem;
    font-size: 1rem;
    color: #6c757d;
  }

  /* Popup Footer */
  .popup-footer {
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
  }

  .popup-footer .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  /* Animation for popup */
  @keyframes slideIn {
    from {
      transform: translateY(-20%);
      opacity: 0;
    }

    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .slide-in {
    animation: slideIn 0.3s ease-in-out;
  }

  .view-close {
    border: none;
    outline: none;
    background: transparent;
    transition: all .3s ease;

  }



  .timetrack_searcharea {
    position: relative;
    width: 100%;
    max-width: 300px;
    font-size: .9rem;
  }

  .search_field {
    width: 100%;
    padding: 7px 40px 7px 15px;
    border-radius: 40px;
    border: 1px solid #ccc;
    transition: all .3s ease;
    outline: none;
  }

  .search_field:hover,
  .search_field:focus {
    border-color: #086cc3;
  }

  .icon_tt {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../images/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }

}


#plnned {
  .planned-btn {
    border-radius: 50px;
    border: 2px solid #0056b3;
    background: #fff;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }


}


#action_dropdown {
  .dropdown-item {
    font-size: .8rem;
    /* padding: .25rem .8rem; */
    padding: 8px 15px;
    border-bottom: 1px solid #c8d0ff;
  }

  .dropdown-menu {
    border: 1px solid #c8d0ff;
    min-width: 12.5rem;
  }

  .dropdown-menu {
    overflow: auto;
    max-height: 267px;
    /* min-width: 208px; */
  }

  .dropdown-menu li:hover {
    background-color: #deebff;
    color: #222;
    cursor: pointer;
  }

  .action-btn {
    border: 1px solid #D1CFCF;
    padding: 6px 8px 6px 7px;
    border-radius: 50px;
    transition: all .3s ease;
  }

  .action-btn:hover,
  .action-btn:focus {
    border-color: #365397;

  }

  .dropdown-menu.show {
    box-shadow: -22px 12px 41px rgba(0, 0, 0, 0.2);
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.655em;
    /* vertical-align: .255em; */
    vertical-align: middle;
    content: "";
    border-top: .4em solid #9B9B9B;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
  }

  /* .dropdown-toggle::after {
  display: inline-block;
  margin-left: 1.5em;
  vertical-align: middle;
  content: url(../images/crm/leads/arrowdown.svg);
 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
} */

}

.popupbody_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hd_leftview,
.hd_rightview {
  display: flex;
  align-items: center;
  gap: 12px;
}

.separator {
  border-left: 1px solid #ccc;
  height: 20px;
  margin: 0 6px;
  display: inline-block;
}

#page_dropdown {
  .dropdown-item {
    font-size: .8rem;
    /* padding: .25rem .8rem; */
    padding: 8px 8px;
    border-bottom: 1px solid #c8d0ff;
    min-width: 70px;
    background-color: #fff;
  }

  .dropdown-menu {
    border: 1px solid #c8d0ff;
    min-width: 2.5rem;
  }

  .dropdown-menu {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 267px;
    /* min-width: 208px; */
  }

  .dropdown-menu li:hover {
    background-color: #deebff;
    color: #222;
    cursor: pointer;
  }

  .action-btn {
    border: 1px solid #D1CFCF;
    padding: 6px 8px 6px 7px;
    border-radius: 50px;
    transition: all .3s ease;
    background-color: #fff;
    font-size: .8rem;
  }

  .action-btn:hover,
  .action-btn:focus {
    border-color: #365397;

  }

  .dropdown-menu.show {
    box-shadow: -22px 12px 41px rgba(0, 0, 0, 0.2);
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.655em;
    /* vertical-align: .255em; */
    vertical-align: middle;
    content: "";
    border-top: .4em solid #9B9B9B;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
  }



}


.view_fnt label {
  font-size: .8rem;
  font-weight: 500;
}

.view_num {
  display: flex;
  align-items: center;
  gap: .5rem;
}

#view_leadtable {
  .ag-theme-alpine .ag-header {
    background-color: #f3f3f3 !important;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: .9rem;
  }

  .ag-theme-alpine .ag-row.ag-row-level-0 {
    background-color: #fff !important;
    font-weight: 400;
    font-size: .8rem;
  }

  /* .ag-root.ag-layout-normal {
 
  border: 1px solid #ccc;
} */

  .ag-theme-alpine .ag-header-cell {
    color: #000;
  }




  /* Style for the default state of the checkbox */
  .ag-theme-alpine input[type="checkbox"] {
    accent-color: #456ABB;
    /* Change checkbox color (modern browsers) */
  }

  /* Optional: Hover state for checkboxes */
  .ag-theme-alpine input[type="checkbox"]:hover {
    border-color: #66bb6a;
  }

  /* Optional: Style for checked state */
  .ag-theme-alpine input[type="checkbox"]:checked {
    background-color: #456ABB !important;
    border-color: #456ABB !important;
  }

  .ag-checkbox-input-wrapper.ag-checked::after {

    color: #456ABB !important;

  }

}


/* ***************************drag and drop file upload************************************* */


#attachment_popup {

  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
  }

  /* .popup-content {
    background: white;
    border-radius: 8px;
    width: 600px;
    text-align: center;
    position: relative;
  } */

  .popup {
    background-color: #fff;
    border-radius: 8px;
    width: 682px;
    max-width: 682px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);

  }

  .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }

  .dropfile_container {
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .attachment_card {
    background-color: #FFF;
    width: 600px;
    max-width: 100%;
    border-radius: .5rem;
    box-shadow: 0px 5px 20px rgba(49, 104, 146, .25);

    .attachment_body {
      /* padding: 3.5rem 1.25rem;     */

      .card-title {
        color: #1689ff;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: .25rem;
      }

      .card-subtitle {
        color: #456ABB;
        font-weight: 500;
        text-align: center;
      }
    }
  }

  .file-upload {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 1.5rem;
    /* margin-top: 2rem; */
    border: 3px dashed #9dceff;
    border-radius: .5rem;
    transition: background-color .25s ease-out;

    &:hover {
      background-color: #dbedff;
    }

    .file-input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      outline: none;
      cursor: pointer;
    }
  }

  .icon {
    width: 75px;
    margin-bottom: 1rem;
  }

  @media (max-width: 600px) {
    .icon {
      width: 50px;
    }
  }




  .file-actions a {
    margin-left: 2px;
    padding: 4px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }



  .file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
  }

  .file-name {
    font-size: 14px;
  }



  /*  _________________*/



  .popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }


  /* Popup Header */
  .popup-header {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .popup-title {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
  }

  .view-close {
    border: none;
    outline: none;
    background: transparent;
    transition: all .3s ease;

  }



  /* Popup Body */
  .popup-body {
    padding: 1rem;
    font-size: 1rem;
    color: #6c757d;
  }

  /* Popup Footer */
  .popup-footer {
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
  }

  .popup-footer .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  /* Animation for popup */
  @keyframes slideIn {
    from {
      transform: translateY(-20%);
      opacity: 0;
    }

    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .slide-in {
    animation: slideIn 0.3s ease-in-out;
    width: auto;
  }

  /* _____________     */
}

#update_campaign {
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
  }

  .popup-content {
    background: white;
    border-radius: 8px;
    width: 600px;
    text-align: center;
    position: relative;
  }

  .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }

}

#unassign-popup {
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
  }

  /* .popup {
    background: white;
    border-radius: 8px;
    width: 700px;
    text-align: center;
    position: relative;
  } */
  .popup {
    background-color: #fff;
    border-radius: 8px;
    width: 700px;
    max-width: 700px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);

  }


  .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }


  .unassign-lead {
    border: 1px solid #F98391;
    color: #fff;
    background: #F98391;
    letter-spacing: .5px;
  }

  .unassign-lead:hover,
  .unassign-lead:focus {
    border-color: #F98391;
    background-color: #F98391;
    color: #fff;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


  }

  .unassign-txt {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
  }

  .unassign-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 10px;
  }
}


#composemail {
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
  }

  /* .popup-content {
    background: white;
    border-radius: 8px;
    width: 1327px;
    text-align: center;
    position: relative;
  } */

  .popup {
    background-color: #fff;
    border-radius: 8px;
    width: 1327px;
    max-width: 1350px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);

  }

  .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }

  /* Popup Header */
  .popup-header {
    padding: .4rem 1rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .crm_header_flx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
  }

  .crm_header_flx h4 {
    font-weight: bold;
  }

  .separator {
    border-left: 1px solid #ccc;
    height: 20px;
    margin: 0 6px;
    display: inline-block;
  }

  .left_mailhd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: .4rem 1rem;
    border-bottom: 1px solid #e9ecef;
  }

  .clear-bt {
    color: #0056b3;
    font-weight: 500;
    font-size: .8rem;
  }



  .delete-bt {
    border: 1px solid #F98391;
    color: #fff;
    background: #F98391;
    letter-spacing: .5px;
  }

  .delete-bt:hover,
  .delete-bt:focus {
    border-color: #F98391;
    background-color: #F98391;
    color: #fff;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


  }


  #view_composemail {
    .ag-theme-alpine .ag-header {
      background-color: #f3f3f3 !important;
      border-bottom: 1px solid #ddd;
      font-weight: 600;
      font-size: .9rem;
    }

    .ag-theme-alpine .ag-row.ag-row-level-0 {
      background-color: #fff !important;
      font-weight: 400;
      font-size: .8rem;
    }

    /* .ag-root.ag-layout-normal {
   
    border: 1px solid #ccc;
  } */

    .ag-theme-alpine .ag-header-cell {
      color: #000;
    }




    /* Style for the default state of the checkbox */
    .ag-theme-alpine input[type="checkbox"] {
      accent-color: #456ABB;
      /* Change checkbox color (modern browsers) */
    }

    /* Optional: Hover state for checkboxes */
    .ag-theme-alpine input[type="checkbox"]:hover {
      border-color: #66bb6a;
    }

    /* Optional: Style for checked state */
    .ag-theme-alpine input[type="checkbox"]:checked {
      background-color: #456ABB !important;
      border-color: #456ABB !important;
    }

    .ag-checkbox-input-wrapper.ag-checked::after {

      color: #456ABB !important;

    }

  }





  .emailaction-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: transform 0.3s, color 0.3s;
  }


  .emailaction-btn svg {
    width: 16px;
    height: 16px;
    fill: #000;
    transition: fill 0.3s ease;
  }


  .emailaction-btn:hover svg {
    fill: #007bff;
  }

  .emailaction-btn:hover {
    transform: scale(1.1);
  }


}

.flx_heding {
  display: flex;
  align-items: center;
}


#sendmail {
  .popup-overlay {
    position: fixed;
    top: 38px;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;

    justify-content: flex-end;
    z-index: 1050;
  }

  .popup-content {
    background: white;
    border-radius: 8px;
    width: 60%;
    text-align: center;
    position: relative;
    border-radius: 0;
    /* top: 52px; */
    top: 0;
  }

  .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }

  /* Popup Header */
  .popup-header {
    padding: .4rem 1rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
  }

  .crm_header_flx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
  }

  .crm_header_flx h4 {
    font-weight: bold;
  }

  .separator {
    border-left: 1px solid #ccc;
    height: 20px;
    margin: 0 6px;
    display: inline-block;
  }



  #insert_template {

    .btn {
      padding: .4rem 1rem;
      font-size: .8rem;
      min-width: 83px;
      transition: none;
    }


    .action-btn {
      border: 1px solid #D1CFCF;
      padding: 4px 8px 4px 12px;
      border-radius: 50px;
      transition: all .3s ease;
    }

    .action-btn:hover,
    .action-btn:focus {
      border-color: #365397;

    }

    .dropdown-item {
      font-size: .8rem;
      /* padding: .25rem .8rem; */
      padding: 8px 15px;
      border-bottom: 1px solid #c8d0ff;
    }

    .dropdown-menu {
      border: 1px solid #c8d0ff;
    }

    .dropdown-menu {
      overflow: auto;
      max-height: 267px;
      min-width: 208px;
    }



    .dropdown-menu a:hover {
      background-color: #deebff;
      color: #222;
    }


    .dropdown-menu.show {
      box-shadow: -22px 12px 41px rgba(0, 0, 0, 0.2);
    }


    .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.655em;
      vertical-align: middle;
      content: "";
      border-top: .4em solid #9B9B9B;
      border-right: .4em solid transparent;
      border-bottom: 0;
      border-left: .4em solid transparent;
    }

  }


}

#addnote_popup {
  .popup-overlay {
    position: fixed;
    top: 38px;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-end;
    z-index: 1050;
  }

  .popup-content {
    background: white;
    border-radius: 8px;
    width: 60%;
    text-align: center;
    position: relative;
    top: 0;

  }


  .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }

  /* Popup Header */
  .popup-header {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .crm_header_flx h4 {
    font-weight: bold;
  }


  .profile-image-uploader {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .profile-upload-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border: 2px dashed #aaa;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
  }

  .profile-image-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .profile-upload-placeholder {

    text-align: center;
  }

  .profile-upload-placeholder img {
    max-width: 100%;
    width: 80px;
  }

}


/* *********************************************************************TimeTrack info detail page**************************** */

.backtolist {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;


}

.backtolist img {
  width: 35px;
  max-width: 100%;
}


.milesname {

  display: flex;
  flex-direction: column;
}

.milesname span {
  font-size: .75rem;
  font-weight: 500;
  color: #5c5c5c;
}



.flex_projectnm {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flx_viewst {
  display: flex;
  align-items: flex-start;

}

.back_page {
  color: gray;
  background-color: #F3F5F8;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.infoheading_tbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}


.Back_topage {
  border: 1px solid #275ACA;
  border-radius: 6px;
  padding: 5px 8px;
  background: #275ACA;
  font-size: .8rem;
  font-weight: 500;
  margin-bottom: 3px;
  transition: color 0.3s ease;
}

.back_topage:hover {
  background-color: #365397;
  border-color: #365397;
}

.Back_topage:active:focus {
  box-shadow: 0 4px 12px rgba(21, 75, 190, 0.35),
    0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.mobview_btn {
  border: 1px solid #275ACA;
  border-radius: 4px;
  padding: 5px 8px;
  background: #275ACA;
  font-size: .8rem;
  font-weight: 500;
  transition: color 0.3s ease;
}


.border-box:hover {
  margin-top: 10px;
  padding: 4px 10px;
  border: 1px solid #6c757d;
  /* Gray border */
  border-radius: 5px;
  /* Rounded corners */
  background-color: #f8f9fa;
  /* Light gray background */
  font-size: 0.9rem;
  color: #495057;
  /* Dark text */
  transition: all 0.3s ease;
}

.profile-upload-input {
  display: none;
}

.close-btn {
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 0.8rem;
  color: #fff;
  background-color: #007bff;
  /* Blue button */
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.close-btn:hover {
  background-color: #0056b3;
  /* Darker blue */
}


.box-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.associate-box {
  padding: 5px 17px;
  background-color: #e9f7fe;
  border: 1px solid #007bff;
  border-radius: 20px;
  color: #0056b3;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-right: 8px;
}

.edit_info {
  border: none;
  border-radius: 5px 5px 0 0;
  padding: 6px 10px;
  background-color: #456ABB;
  color: #fff;
  font-size: .8rem;
  font-weight: 500;
  cursor: pointer !important;
  transition: all 0.3s ease;

}

.edit_info svg {
  margin-right: 8px;
}

.edit_info:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #365397;

}

.layoutbox_right {
  margin-bottom: 18px;
}


.tabsinfo_pge {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}


/**************View Form *************/

.addleadcard-view {

  .formik-input,
  textarea,
  .css-16xfy0z-control,
  .css-1jqq78o-placeholder {
    background: none;
    padding: 0;
    border: none;
    color: #333;
    font-size: 14px;
  }

  .input-container label {
    font-size: .9rem;
    font-weight: 600;
    margin: 0rem 0 .5rem 0;
    color: #333;
  }

  textarea {
    resize: none;
    height: auto;
  }

  .css-1wy0on6 {
    display: none;
  }

  .css-hlgwow {
    padding: 0;
  }

  .dollarValue {
    left: 0;
  }

  .dollarField .formik-input {
    padding-left: .8rem;
  }
}



/**************View Form *************/

.addleadcard-view {

  .formik-input,
  textarea,
  .css-16xfy0z-control {
    background: none;
    padding: 0;
    border: none;
    color: #333;
  }

  textarea {
    resize: none;
    height: auto;
  }

  .css-1wy0on6 {
    display: none;
  }

  .css-hlgwow {
    padding: 0;
  }

  .dollarValue {
    left: 0;
  }

  .dollarField .formik-input {
    padding-left: .8rem;
  }
}

.associated-user-popover {
  .popover-body {
    padding: 1rem 1rem;
    color: #212529;
    max-height: 200px;
    overflow-y: auto;
  }
}


/* *******************************************************************Ticket CRM Page********************************* */

.crm_dashboard {
  #selectbox-ticketId {

    .css-13cymwt-control {
      border: none !important;
      box-shadow: none !important;
      width: 150px;
    }


    .css-1u9des2-indicatorSeparator {
      width: 0px !important;
      background-color: transparent !important;
    }


    .css-yk16xz-control {
      border: none !important;
      box-shadow: none !important;
    }


    .css-1s2u09g-control:focus {
      border: none !important;
      box-shadow: none !important;
    }


    .css-1s2u09g-control:hover {
      border: none !important;
    }



    .css-t3ipsp-control {
      box-shadow: none !important;
      border-radius: 5px !important;

      border: none !important;
      width: 150px !important;
      min-width: 150px !important;
    }

    .css-1nmdiq5-menu,
    .css-fyq6mk-container {
      min-width: 150px;
      width: 150px;
    }

  }


  #selectbox-ticketId {
    display: flex;
    align-items: center;
    /* margin-top:8px; */

  }


  .selectbd {

    .css-13cymwt-control {
      border: none !important;
      box-shadow: none !important;

    }


    .css-1u9des2-indicatorSeparator {
      width: 0px !important;
      background-color: transparent !important;
    }


    .css-yk16xz-control {
      border: none !important;
      box-shadow: none !important;
    }


    .css-1s2u09g-control:focus {
      border: none !important;
      box-shadow: none !important;
    }


    .css-1s2u09g-control:hover {
      border: none !important;
    }



    .css-t3ipsp-control {
      box-shadow: none !important;
      border-radius: 5px !important;
      border: none !important;

    }

    /* .css-1nmdiq5-menu,
    .css-fyq6mk-container{
      min-width:150px;
      width:150px;
    } */

  }



  #selectbox-associateId {

    .css-13cymwt-control {
      border: none !important;
      box-shadow: none !important;
      width: max-content;
    }


    .css-1u9des2-indicatorSeparator {
      width: 0px !important;
      background-color: transparent !important;
    }


    .css-yk16xz-control {
      border: none !important;
      box-shadow: none !important;
    }


    .css-1s2u09g-control:focus {
      border: none !important;
      box-shadow: none !important;
    }


    .css-1s2u09g-control:hover {
      border: none !important;
    }



    .css-t3ipsp-control {
      box-shadow: none !important;
      border-radius: 5px !important;
      border-color: #000 !important;
      border-width: 2px !important;
      border: none !important;
      width: 150px !important;
      min-width: 150px !important;
    }

    .css-1nmdiq5-menu,
    .css-fyq6mk-container {
      min-width: 150px;
      width: 150px;
    }

    /* ********************** */







  }


  .selectbd .css-13cymwt-control {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: border-color 0.3s ease;
  }


  .selectbd .css-13cymwt-control:focus,
  .selectbd .css-13cymwt-control--is-focused {
    border: none !important;
    border-bottom: 2px solid #007bff;
    box-shadow: none;
  }


  .selectbd .css-1u9des2-indicatorSeparator {
    width: 0px;
    background-color: transparent;
  }


  .selectbd .css-13cymwt-control:hover {
    border: none !important;
    border-bottom: 2px solid #666;
    box-shadow: none;
  }



  /* *******************************************************************Ticket crm page end ********************************** */


  .crm_dashboard {
    .userImg span {

      width: 600px;
      /* overflow-x: hidden;
    overflow-y: hidden; */
      word-wrap: break-word;
      line-height: 16px;
    }

    .addNote {

      width: 600px;
      /* overflow-x: hidden; */
      /* overflow-y: auto; */
      /* height: 80px; */
      word-wrap: break-word;
      line-height: 16px;

    }
  }

  .flexinput_container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all .3s ease;
  }

  .flexinput_container:hover {
    border: 1px solid #456ABB;
  }

  #select_tsk {
    label {
      display: none;
    }
  }

  .viewselect {
    width: 100%;

    label {
      display: none;
    }

    .css-1u9des2-indicatorSeparator {

      width: 1px !important;
      background-color: hsl(0, 0%, 80%) !important;

    }
  }

  .selectlbl {
    font-size: 14px;
    font-weight: 500;
    margin: 0rem 0 .5rem 0;
  }

  /* ****************************************************CRM REMINDER SWITCH********************************** */

  #remindpop {
    .toggle-container {
      display: flex;

      align-items: center;

    }


    .switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 26px;
    }


    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }


    .slider {
      position: absolute;
      cursor: pointer !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: 0.4s;
      border-radius: 50px;
    }


    .slider::before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      border-radius: 50%;
      left: 4px;
      bottom: 4px;
      background-color: white;
      transition: 0.4s;
    }


    input:checked+.slider {
      background-color: #12aa67 !important;

    }


    input:checked+.slider::before {
      transform: translateX(26px);
    }



    /* Popup styles */
    .popup {
      position: absolute;
      top: 0;
      left: 85px;
      transform: translateY(-50%);
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: right 0.5s ease-in-out;
      z-index: 10;
    }

    .popup-content {
      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .popup-enter {
      right: 0;
    }

    .popup-exit {
      right: -250px;
    }


    .showcontent p {
      font-size: .9rem;
      font-weight: 500;
    }



    #textinputview {

      input[type="date"] {
        border: none;
        padding: 0;
        background: #f1f1f1;
        cursor: pointer;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 1rem;
        color: #333;

      }


      input[type="date"]::-webkit-calendar-picker-indicator {


        cursor: pointer !important;
      }


      input[type="date"]:focus {
        outline: none;
      }


      /* **************** */

      input[type="time"] {
        border: none;
        outline: none;
        padding: 0;
        background: #f1f1f1;
        cursor: pointer;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 1rem;
        color: #333;
        width: auto;
      }


      input[type="time"]::-webkit-calendar-picker-indicator {
        cursor: pointer !important;
      }

      input[type="time"]::-webkit-outer-spin-button,
      input[type="time"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }


      input[type="time"]:focus {
        outline: none;
      }


    }

    .popupspacing {
      gap: 9px;
      margin-top: 20px;
    }
  }
}

/* ****************************************************CRM REMINDER SWITCH END********************************** */


.leftbox:hover button {

  color: #fff;
}

.leftbox button {
  border: none;
  background: none;
  outline: none;

  cursor: pointer;
  transition: all .4s;
}




.crmprofile-popup ul li a {
  color: #212529;
}


.notiChk {
  text-align: center;
}

.notiChk label {
  display: block;
}

.dropdown-search {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: 0px solid #ccc;
}

.NotificationTable p {
  font-weight: 500;
}

.NotificationTable p span.emailText {
  font-size: 13px;
  display: block;
}

.NotificationTableConfig td .css-1xc3v61-indicatorContainer {
  padding: 6px !important;
}





/* ******************************************************************Setting user ************************************************** */
.settinguser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.ag-grid-user {
  padding: 0 1rem 1rem 1rem;

  .ag-header,
  .ag-advanced-filter-header {
    background-color: #FAFAFA !important;
    border-bottom: 1px solid #E5E5E5 !important;
    font-size: .9rem;
  }

  .ag-row {

    background-color: var(--ag-background-color);
    color: #444444;
    border-bottom: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
  }

}

#usersetting_popup {

  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dim background */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Center the popup vertically */
    z-index: 1000;
  }

  .popup {
    background-color: #fff;
    border-radius: 8px;
    width: 682px;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: popup-slide-down 0.3s ease-out;
  }

  /* Optional Animation */
  @keyframes popup-slide-down {
    from {
      transform: translateY(-50%);
      opacity: 0;
    }

    to {
      transform: translateY(-30%);
      opacity: 1;
    }
  }




  .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    /* margin-bottom: 20px; */
  }

  .popup-header h2 {
    margin: 0;
    font-size: 18px;
    padding: 0;
    font-weight: bold;

  }



  /* Close Button */
  .btn-close-rounded {
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;

  }

  .btn-close-rounded:hover {
    background: #e0e0e0;
  }

  .view-close {
    border: none;
    outline: none;
    background: transparent;
    transition: all .3s ease;
    padding: 0
  }

  .view-close:hover svg path {
    fill: #365397
  }


  .popup-body {
    padding: 20px;
  }



  .popup-userfooter {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
  }




  .backrole {
    display: flex;
    align-items: center;
    background-color: #456ABB;
    color: #fff;
    padding: 8px 14px;
    border: 1px solid #456ABB;
    border-radius: 30px;
    cursor: pointer;
    font-size: .9rem;
    transition: all .3s ease;
  }

  .backrole img {
    margin-right: 8px;
  }

  .backrole:hover,
  .backrole:focus,
  .backrole.active {
    color: #fff;
    background-color: #365397;
    border-color: #365397;

    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);

  }


  .zo-tree li {
    list-style-type: none;
    margin: 10px 18px;
    position: relative;
  }

  .zo-tree li a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 20px;
    color: #000;
    font-size: 13px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .zo-tree li a:hover {
    background: #ecf8ff;
    border: 1px solid #0056b3;
    color: #000;
    cursor: pointer;
  }

  .zo-tree ul {
    padding-left: 20px;
  }

  .zo-tree li {
    list-style-type: none;
    margin: 10px 18px;
    position: relative;
  }

  .zo-tree ul li::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0;
    width: 20px;
    height: 25px;
  }


  .zo-tree li a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 20px;
    color: #000;
    font-size: 13px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .zo-tree ul {
    padding-left: 20px;
  }

  .zo-tree li {
    list-style-type: none;
    margin: 10px 18px;
    position: relative;
  }


  .rolelist {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: all.3s ease;
    cursor: pointer;
  }

  .rolelist-icon {
    fill: #000;
    transition: all 0.3s ease;
  }

  .rolelist:hover {
    color: #0056b3;
  }

  .rolelist:hover .rolelist-icon {
    fill: #0056b3;
  }



}



/* ********************************************************************Setting user end******************************************************* */
/* ********************************************************************Persoanl setting START******************************************************* */
#personal-setting {
  .profile-pic {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 1rem;
    justify-content: center;
    cursor: pointer;
  }

  .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
  }

  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
    opacity: .3;
    padding: .5rem;
  }

  .camera-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(37 48 61 / 78%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
  }

  .image-container:hover .camera-overlay {
    opacity: 1;
  }

  .camera-icon {
    font-size: 2em;
  }

  .account_info_container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
  }


  .account_info {
    display: flex;
    align-items: center;
  }

  .usermail {

    display: block;
    cursor: pointer;
    clear: both;

  }

  .pdright {
    padding-right: 5px;
    color: #616E88;
    font-size: .9rem;
  }

  .adminid {
    padding: 2px 10px 3px;
    border: 1px solid #EFAC6A;
    background: #FDEDDD;
    color: #C46A0F;
    margin-left: 0rem;
    border-radius: 30px;
    font-size: .9rem;

  }


}

#user_information_txt {
  padding: 1rem;

  .infodetail_group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
  }
}

/* ********************************************************************Persoanl setting end******************************************************* */

/* Border and focus state */
.formik-input:focus {
  border: 1px solid #0056b3;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 86, 179, 0.3);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}




.setting-role {
  .tree {
    --spacing: 1.5rem;
    --radius: 10px;
  }

  .tree li {
    display: block;
    position: relative;
    padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
  }

  .tree ul {
    margin-left: calc(var(--radius) - var(--spacing));
    padding-left: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: scaleY(0.9);
    transform-origin: top;
    transition: all .5s ease;
  }

  .tree ul li {
    border-left: 2px dashed #ddd;
  }

  .tree ul li:last-child {
    border-color: transparent;
    margin-top: 8px;
  }

  .tree ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--spacing) / -1.2);
    left: -1px;
    width: calc(var(--spacing) + 2px);
    height: calc(var(--spacing) + 14px);
    border: dashed #ddd;
    border-width: 0 0 2px 2px;
  }

  .tree summary::marker,
  .tree summary::-webkit-details-marker {
    display: none;
  }

  .tree summary:focus {
    outline: none;
  }

  .tree summary:focus-visible {
    outline: 1px dotted #000;
  }

  .tree li::after,
  .tree summary::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--spacing) / 1.5 - var(--radius));
    left: calc(var(--spacing) - var(--radius) - 1px);
    width: calc(2 * var(--radius));
    height: calc(2 * var(--radius));
    border-radius: 50%;
    background: #ddd;
    text-align: center;
    line-height: calc(2 * var(--radius));
    font-weight: bold;
    cursor: pointer;
  }

  .tree summary::before {
    z-index: 1;
    content: "+";
    font-size: 14px;
  }

  .tree details[open]>summary::before {
    content: "-";

    background-color: #000;
    color: white;
  }

  .tree details[open]>ul {
    max-height: 500px;
    opacity: 1;
    transform: scaleY(1);
    transition: all .5s ease;
  }

  .tree summary {
    display: inline-flex;
    cursor: pointer;
    padding: 10px 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    align-items: center;
    transition: all .5s ease;
  }

  .tree summary:hover {
    background: #dde9f6;
  }

  .tree summary .edit-delete-buttons {
    display: none;
    cursor: pointer;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    margin-left: 15px;
    visibility: hidden;
    transition: all .5s ease;
  }

  .tree summary:hover .edit-delete-buttons {
    display: inline-flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all .5s ease;
  }




  .tree .edit-delete-buttons svg {
    width: 15px;
    height: 15px;
    cursor: pointer;


    transition: fill 0.3s ease, stroke 0.3s ease;
  }

  .tree .edit-delete-buttons svg:hover,
  .tree .edit-delete-buttons svg:focus {}



}



#rolenewuser_popup {


  .crmhead_vw {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dim background */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Center the popup vertically */
    z-index: 1000;
  }

  .popup {
    background-color: #fff;
    border-radius: 8px;
    width: 682px;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: popup-slide-down 0.3s ease-out;
  }


  /* Optional Animation */
  @keyframes popup-slide-down {
    from {
      transform: translateY(-50%);
      opacity: 0;
    }

    to {
      transform: translateY(-30%);
      opacity: 1;
    }
  }




  .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    /* margin-bottom: 20px; */
  }

  .popup-header h2 {
    margin: 0;
    font-size: 18px;
    padding: 0;
    font-weight: bold;

  }



  /* Close Button */
  .btn-close-rounded {
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;

  }

  .btn-close-rounded:hover {
    background: #e0e0e0;
  }

  .view-close {
    border: none;
    outline: none;
    background: transparent;
    transition: all .3s ease;
    padding: 0
  }

  .view-close:hover svg path {
    fill: #365397
  }



  .popup-body {
    padding: 20px;
  }



  .popup-userfooter {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
  }





  .backrole {
    display: flex;
    align-items: center;
    background-color: #456ABB;
    color: #fff;
    padding: 8px 14px;
    border: 1px solid #456ABB;
    border-radius: 30px;
    cursor: pointer;
    font-size: .9rem;
    transition: all .3s ease;
  }

  .backrole img {
    margin-right: 8px;
  }

  .backrole:hover,
  .backrole:focus,
  .backrole.active {
    color: #fff;
    background-color: #365397;
    border-color: #365397;

    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);

  }


  .zo-tree li {
    list-style-type: none;
    margin: 10px 18px;
    position: relative;
  }

  .zo-tree li a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 20px;
    color: #000;
    font-size: 13px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .zo-tree li a:hover {
    background: #ecf8ff;
    border: 1px solid #0056b3;
    color: #000;
    cursor: pointer;
  }

  .zo-tree ul {
    padding-left: 20px;
  }

  .zo-tree li {
    list-style-type: none;
    margin: 10px 18px;
    position: relative;
  }

  .zo-tree ul li::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0;
    width: 20px;
    height: 25px;
  }


  .zo-tree li a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 20px;
    color: #000;
    font-size: 13px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .zo-tree ul {
    padding-left: 20px;
  }

  .zo-tree li {
    list-style-type: none;
    margin: 10px 18px;
    position: relative;
  }


  .rolelist {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: all.3s ease;
    cursor: pointer;
  }

  .rolelist-icon {
    fill: #000;
    transition: all 0.3s ease;
  }

  .rolelist:hover {
    color: #0056b3;
  }

  .rolelist:hover .rolelist-icon {
    fill: #0056b3;
  }


  .rolepopup-txt {
    margin-bottom: .5rem;
  }

  .rolepopup-txt h2 {
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 18px;

  }

  .rolepopup-txt p {
    background: #DDE9F6;
    border-radius: 5px;
    padding: .5rem;
    font-size: .9rem;
    line-height: 1.5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  }


  #selectreport {

    .css-1jxazzn-control {
      padding-right: 0;
    }

    .css-1u9des2-indicatorSeparator {
      width: 0;
    }

    .css-1fmrxbh-control:hover {
      border-color: #456ABB;
    }

    .css-1fmrxbh-control {
      padding-right: 0;
    }

    .css-1wy0on6 {
      padding: 8px;
      border-left: 1px solid hsl(0, 0%, 70%);
    }

    .flex-end {
      justify-content: flex-end !important;
    }

    .modal-footer {
      border-top: 0;
    }
  }

  .crmrole_hd p {
    margin-bottom: 1rem;
  }


}



@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ******************************************************************Create Task popup************************************ */

#createtask_dropdown {

  /* Styling for the popup overlay */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }



  .popup {
    background-color: #fff;
    border-radius: 8px;
    width: 690px;
    max-width: 700px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);


  }

  .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px 20px;
    border-bottom: 1px solid #ccc;

  }

  .popup-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }

  .content-area {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }


  .popup-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #f2f2f2;
    background: #f2f2f2;

    .cancel_popup,
    .save_popup {
      padding: 8px 24px;
      font-size: .8rem;
      border-radius: 50px;
      cursor: pointer;
    }

    .cancel_popup {
      border: 1px solid #D1CFCF;
      color: #5C5C5C;
      background: #fff;
    }

    .save_popup {
      border: 1px solid #456ABB;
      color: #fff;
      background: #456ABB;
      letter-spacing: .5px;
      display: flex;
      align-items: center;
    }

    .backsvg img {
      margin-right: 5px;
    }


    .cancel_popup:hover,
    .cancel_popup:focus {
      border-color: #3f61aa;
      background-color: #3f61aa;
      color: #fff;
      filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


    }

    .save_popup:hover,
    .save_popup:focus {
      border-color: #3f61aa;
      background-color: #3f61aa;
      color: #fff;
      filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


    }




    /* *************reminder slide******************* */



    #remindpop {
      .toggle-container {
        display: flex;

        align-items: center;

      }


      .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
      }


      .switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }


      .slider {
        position: absolute;
        cursor: pointer !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: 0.4s;
        border-radius: 50px;
      }


      .slider::before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        border-radius: 50%;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: 0.4s;
      }


      input:checked+.slider {
        background-color: #12aa67 !important;

      }


      input:checked+.slider::before {
        transform: translateX(26px);
      }



      /* Popup styles */
      .popup {
        position: absolute;
        top: 0;
        left: 85px;
        transform: translateY(-50%);
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: right 0.5s ease-in-out;
        z-index: 10;
      }

      .popup-content {
        display: flex;
        flex-direction: column;
        text-align: left;
      }

      .popup-enter {
        right: 0;
      }

      .popup-exit {
        right: -250px;
      }


      .showcontent p {
        font-size: .9rem;
        font-weight: 500;
      }



      #textinputview {

        input[type="date"] {
          border: none;
          padding: 0;
          background: #f1f1f1;
          cursor: pointer;
          border-radius: 3px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          font-size: 1rem;
          color: #333;

        }


        input[type="date"]::-webkit-calendar-picker-indicator {


          cursor: pointer !important;
        }


        input[type="date"]:focus {
          outline: none;
        }


        /* **************** */

        input[type="time"] {
          border: none;
          outline: none;
          padding: 0;
          background: #f1f1f1;
          cursor: pointer;
          border-radius: 3px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          font-size: 1rem;
          color: #333;
          width: auto;
        }


        input[type="time"]::-webkit-calendar-picker-indicator {
          cursor: pointer !important;
        }

        input[type="time"]::-webkit-outer-spin-button,
        input[type="time"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0;
        }


        input[type="time"]:focus {
          outline: none;
        }


      }

      .popupspacing {
        gap: 9px;
        margin-top: 20px;
      }
    }

    .flexdate {
      display: flex;
      align-items: center;
      gap: 12px;

    }

    #datetime {


      input[type="date"],
      input[type="time"] {
        border: none;
        outline: none;
        padding: 5px 10px;
        border-radius: 4px;
        transition: background-color 0.3s ease;
        cursor: pointer;
      }

      input[type="date"]:hover,
      input[type="time"]:hover {
        background-color: #ebeffa;
        cursor: pointer;
      }


      .custom-radio {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #456ABB;
        position: relative;
        cursor: pointer;
      }

      .radio-inner {
        width: 10px;
        height: 10px;
        background-color: transparent;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: background-color 0.2s;
      }

      .custom-radio.checked .radio-inner {
        background-color: #456ABB;
      }




    }

  }
}

/* *******************************************viewlead tags section ************************************************************ */
/* 
#viewtags {
  .tag_arrow {
    background: #456ABB;
    border-radius: 4px 0 0 4px;
    color: #fff;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 11px 0 11px;
    position: relative;
    margin: 0px 15px 0px 7px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: .6rem;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));

  }

  .tag_arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #456ABB;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }




} */



#viewtags {
  .tag_arrow {
    background: #fff;
    border-radius: 50px;
    color: #365397;
    display: inline-block;
    padding: .25rem .5rem;
    position: relative;
    margin: .25rem;
    text-decoration: none;
    font-size: .75rem;
    border: 1px solid #d9e7f6;


  }





}


/* *******************************************Mass email page section************************************************ */


#massemailpage {

  .slider-tabs {
    /* width: 300px;
        margin: 20px auto; */
    text-align: center;
  }

  .tab-buttons {
    display: flex;
    position: relative;
    background: #f8f9fb;
    border-radius: 30px;
    align-items: center;
    border: 1px solid #eef3ff;
    padding: 4px 5px;
    gap: 12px;
    overflow: hidden;
  }

  .tab-button {
    flex: 1;
    padding: 9px 20px;
    background: transparent;
    border: 1px solid transparent;
    font-size: .9rem;
    border-radius: 30px;
    color: #333;
    cursor: pointer !important;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
  }


  .tab-button.active {
    background: #456ABB !important;
    color: #fff !important;
  }


  .tab-button:hover {
    background: #edf2f8;
    color: #0056b3;
  }



  .tab-content {
    margin-top: .5rem;
    font-size: .9rem;
    color: #333;

  }

  .totalaction-count {
    font-size: .9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: .5rem;
    text-align: left;
  }


  .bld-nmber {
    font-weight: bold;
    color: #000;
    font-size: .9rem;
  }


  .ag-header,
  .ag-advanced-filter-header {
    background-color: #FAFAFA !important;
    border-bottom: 1px solid #E5E5E5 !important;
    font-size: .9rem;
  }

  .manage_tg_container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 500;
    color: #333;
    text-align: left;
  }

  .used_tg {
    font-size: .9rem;
    font-weight: 500;
    color: #333;
    text-align: right;
    margin-bottom: .5rem;
  }



  /* ___________________manage page______________________________________ */

  #newtag_dropdown {

    /* Styling for the popup overlay */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .popup {
      background-color: #fff;
      border-radius: 8px;
      width: 640px;
      max-width: 640px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 92px;
      left: 50%;
      transform: translateX(-50%);


    }

    .popup-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
      padding: 20px;
      border-bottom: 1px solid #ccc;

    }

    .popup-header h2 {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
    }

    .content-area {
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }


    .popup-footer {
      display: flex;
      justify-content: flex-start;
      gap: 10px;
      margin-top: 20px;
      padding: 20px;
    }

    .cancel_popup,
    .save_popup {
      padding: 8px 24px;
      font-size: .8rem;
      border-radius: 50px;
      cursor: pointer;
    }

    .cancel_popup {
      border: 1px solid #D1CFCF;
      color: #5C5C5C;
      background: #fff;
    }

    .save_popup {
      border: 1px solid #456ABB;
      color: #fff;
      background: #456ABB;
      letter-spacing: .5px;
    }


    .cancel_popup:hover,
    .cancel_popup:focus {
      border-color: #3f61aa;
      background-color: #3f61aa;
      color: #fff;
      filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


    }

    .save_popup:hover,
    .save_popup:focus {
      border-color: #3f61aa;
      background-color: #3f61aa;
      color: #fff;
      filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));


    }

    /* Border and focus state */
    .formik-input:focus {
      border: 1px solid #0056b3;
      outline: none;
      box-shadow: 0 0 5px rgba(0, 86, 179, 0.3);
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .seperate_txt {
      font-size: .9rem;
      color: #333;
      margin-top: .5rem;
    }


  }


  .custom-popover {
    position: absolute !important;
    inset: 0px auto auto 0px !important;
    transform: translate3d(116.6px, 239.6px, 0px) !important;
    z-index: 1050 !important;
  }

  .select-clr {
    border: 2px solid #aabed75c;
    border-radius: 15px;
    padding: 3px 7px 3px 4px;
    position: relative;
    display: inline-flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;

  }

  .select-clr:focus {
    background: #edf2f8;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));
  }

  .select-clr:hover,
  .select-clr:active {
    border: 2px solid #edf2f8;
    background: white;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.1));
  }



  .select-clr svg {
    margin-left: 10px;
    cursor: pointer;
  }


  .tag_arrow {
    background: #456ABB;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 14px 0 14px;
    position: relative;
    margin: 7px 15px 7px 0px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));

  }

  .tag_arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #456ABB;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .tag_arrow:hover {
    background-color: #3f61aa;
    color: white;
  }

  .tag_arrow:hover::after {
    border-left-color: #3f61aa;
  }


  #count-tag {
    font-weight: bold;
    background: #edf2f8;
    color: #333;
    display: inline-block;
    height: 22px;
    line-height: 23px;
    padding: 0 8px 0 8px;
    position: relative;
    margin: 7px 7px 7px 7px;
    border-radius: 4px;
    font-size: .9rem;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  }














}





.leftbox:hover {
  background: #456abb;
  color: #fff;
}

.leftbox:hover button {

  color: #fff;
}

.leftbox button {
  border: none;
  background: none;
  outline: none;

  cursor: pointer;
  transition: all .4s;
  text-align: left;
}




.crmprofile-popup ul li a {
  color: #212529;
}


#notificationPage {
  max-height: calc(100vh - 20px);
  min-height: calc(100vh - 182px);
  padding-bottom: 1rem;


  .notificationTab {
    border: 1px solid #dee2e6;
    border-top: none;
    height: calc(100vh - 140px);
    overflow-y: hidden;
  }

  .notiOuter {
    height: calc(100vh - 170px);
    margin-bottom: 1.2rem;
    overflow: auto;
  }

  .notiOuter1 {
    height: calc(100vh - 280px);
    margin-bottom: 1.2rem;
    overflow: auto;
  }

  .tblContainer {
    overflow: auto;
    margin-top: -1px;
  }

  button.nowrap {
    white-space: nowrap !important;
    min-width: auto;
  }

  .NotificationTable th {
    background: #E1EAFB !important;
    white-space: nowrap !important;
  }

  .NotificationTable {

    table-layout: auto;
    width: 2400px;
    position: relative;
  }

  .notiOuter {
    border: 1px solid #dee2e6;
  }

  .NotificationTableConfig {

    table-layout: fixed;
    width: 100%;
    margin-bottom: 0;

  }

  .NotificationTable .multiSelectContainer input {
    background: transparent;
    border: none;
    margin-top: 0px;
  }

  .notiChk {
    text-align: center;
  }

  .notiChk label {
    display: block;
  }

  .dropdown-search {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-bottom: 0px solid #ccc;
  }

  .NotificationTable p {
    font-weight: 500;
  }

  .NotificationTable p span.emailText {
    font-size: 13px;
    display: block;
  }

  .NotificationTableConfig td .css-1xc3v61-indicatorContainer {
    padding: 6px !important;
  }

  .alert {
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0;
  }

  .alerIcon {
    background: #fff;
    border-radius: 50px;
    padding: .25rem;
    width: 22px;
    height: 22px;
    box-shadow: 0px 0px 10px 2px rgba(106, 160, 260, .5);
  }

  .noData {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 360px);
    width: calc(100vw);
    flex-direction: column;
  }

  .noData img {
    width: 100px;
    height: auto;
  }

  .noData h4 {
    font-size: 1.2em;
    margin-top: .5rem;
    font-weight: 500;
  }

  .sticky {
    position: sticky;
    top: 0px;
    z-index: 99;
  }

  .bgWht {
    background: #fff;
  }

  .sticky2 {
    position: sticky;
    top: 0px;
    z-index: 100;
  }

  .sticky3 {
    position: sticky;
    top: 0px;
    z-index: 99;
  }

  table.staticColumnTT {
    table-layout: fixed;
    width: 2400px;
    position: relative;
  }

  .staticColumnTT thead,
  .staticColumnTT th {
    position: sticky;
    top: 0;
    z-index: 99;
  }

  .staticColumnTT th:nth-child(1),
  .staticColumnTT td:nth-child(1) {

    left: 0;
    z-index: 100;
    position: sticky;

  }

  .staticColumnTT th:nth-child(2),
  .staticColumnTT td:nth-child(2) {

    left: 260px;
    z-index: 100;
    position: sticky;


  }

  .staticColumnTT th:nth-child(3),
  .staticColumnTT td:nth-child(3) {

    left: 440px;
    z-index: 100;
    position: sticky;


  }

  .staticColumnTT th:nth-child(1),
  .staticColumnTT td:nth-child(1) {
    width: 260px !important;

  }

  .staticColumnTT th:nth-child(2),
  .staticColumnTT td:nth-child(2) {
    width: 180px !important
  }

  .staticColumnTT th:nth-child(3),
  .staticColumnTT td:nth-child(3) {
    width: 150px !important
  }

  .staticColumnTT td:nth-child(3) {
    background: blue;
  }

  .staticColumnTT td:nth-child(1) {
    background: #fff;
  }

  .staticColumnTT td:nth-child(2) {
    background: #fff;
  }

  .staticColumnTT td p span.emailText {

    display: block;
    width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;

  }

  .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #ffffff;
  }

  .table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #F5F9FF;
  }

  .searchWrapper {
    background: #fff;
  }

  .highlightOption {
    background: #DEEBFF;
    color: #fff;
  }
}












/*********************Weekly Timesheet New Structure CSS - Start***************************/

#weeklyTimeTable {
  z-index: 0 !important;
  position: relative;
}

.filledHrs {
  font-size: 13px;
  padding-top: .25rem;
  display: block;
  color: #456abb;
}

#weeklyTimeTable table thead {
  position: sticky;
  top: -.1rem;
  z-index: 999;
}

#weeklyTimeTable th {
  background: #f5f7f7;
}

#weeklyTimeTable table tr th:nth-child(1) {
  width: 42px;
}

/* #weeklyTimeTable table tr th:nth-child(2), */
#weeklyTimeTable table tr th:nth-child(3),
#weeklyTimeTable table tr th:nth-child(4) {
  width: 280px;
}

#weeklyTimeTable table tr th:nth-child(1),
/* #weeklyTimeTable table tr th:nth-child(2), */
#weeklyTimeTable table tr th:nth-child(3),
#weeklyTimeTable table tr th:nth-child(4) {
  /* position: sticky; */
  left: -1px;
  background: #dee8fc;

}

#weeklyTimeTable table tr td:nth-child(1) {
  background: #eff3fc;
}

#weeklyTimeTable table tr th:nth-child(2) {
  background: #dee8fc;
}

#weeklyTimeTable table tr td:nth-child(2) {
  background: #eff3fc;
}


#weeklyTimeTable table tr td:nth-child(1),
/* #weeklyTimeTable table tr td:nth-child(2), */
#weeklyTimeTable table tr td:nth-child(3),
#weeklyTimeTable table tr td:nth-child(4) {
  /* position: sticky; */
  left: 0;
  background: #eff3fc;


}

#weeklyTimeTable table tr th:nth-child(1),
#weeklyTimeTable table tr td:nth-child(1) {
  position: sticky;
}

.client-col {
  width: 200px;
}

/* .w-80 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
} */

#weeklyTimeTable th:nth-child(n+5),
#weeklyTimeTable td:nth-child(n+5) {
  min-width: 80px;
  width: 80px;
  white-space: nowrap;
}

/* @media (max-width: 1024px) {
  .client-col {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .client-col {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .client-col {
    width: 100px;
  }
} */

#weeklyTimeTable table tr th:nth-child(1),
#weeklyTimeTable table tr td:nth-child(1) {
  left: -1px;
  z-index: 1;
}

#weeklyTimeTable table tr th:nth-child(3),
#weeklyTimeTable table tr td:nth-child(3) {
  left: 42px;
  width: 200px;

}

#weeklyTimeTable table tr th:nth-child(4),
#weeklyTimeTable table tr td:nth-child(4) {

  /* left: 274px; */
  left: 205px;

  width: 200px;

}

#weeklyTimeTable table.weekWD tr th:nth-child(2),
#weeklyTimeTable table.weekWD tr td:nth-child(2) {
  width: 140px;
}

#weeklyTimeTable table.weekWD tr th:nth-child(3),
#weeklyTimeTable table.weekWD tr td:nth-child(3) {
  width: 140px;
}

#weeklyTimeTable table.weekWD tr th:nth-child(4),
#weeklyTimeTable table.weekWD tr td:nth-child(4) {
  width: 140px;
}

#weeklyTimeTable table.weekWD tr th:nth-child(5),
#weeklyTimeTable table.weekWD tr td:nth-child(5) {
  width: 140px;
}

#weeklyTimeTable table.weekWD tr th:nth-child(6),
#weeklyTimeTable table.weekWD tr td:nth-child(6) {
  width: 140px;
}

/* 
#weeklyTimeTable table tr th:nth-child(2),
#weeklyTimeTable table tr td:nth-child(2) {
  left: 42px;
}

#weeklyTimeTable table tr th:nth-child(3),
#weeklyTimeTable table tr td:nth-child(3) {
  left: 293px;
}
#weeklyTimeTable table tr th:nth-child(4),
#weeklyTimeTable table tr td:nth-child(4) {
  left: 544px;
}

#weeklyTimeTable table.weekWD tr th:nth-child(3),
#weeklyTimeTable table.weekWD tr td:nth-child(3) {
  left: 293px;

} */

#center_td {
  border: 1px solid #f1f1f1;
}

#center_td tr td {
  bottom: 0;
  position: sticky;
  background: #fff !important;
  z-index: 999 !important;
}

#weeklyTimeTable table tr th:last-child {
  position: sticky;
  right: 0;
  background: #dee8fc;
  width: 60px;
}


#weeklyTimeTable table tr td:last-child {
  position: sticky;
  right: 0;
  background: #eff3fc;
  z-index: 991;


}



#weeklyTimeTable table {
  max-width: 100%;
  /* min-width: 1820px; */
  min-width: 1620px;
  table-layout: fixed;
}

#weeklyTimeTable .weekWD {
  max-width: 100%;
  /* min-width: 1920px; */
  min-width: 1594px;
  table-layout: fixed;
}

table tfoot tr {
  position: sticky !important;
  position: bottom;
  background: #fff;
}

.tmetableview {
  overflow: unset;
}

#weeklyTimeTable th {
  vertical-align: middle;
}

#weeklyTimeTable .input-container {
  margin: 0;
}

#weeklyTimeTable {

  /* .css-q9qh83-container{
  z-index: unset;
} */
  .react-select__menu {
    z-index: 9999 !important;
    background: red !important;
  }

  .css-13cymwt-control {
    height: 30px;
    min-height: auto;
  }

  .css-1xc3v61-indicatorContainer,
  .css-15lsz6c-indicatorContainer {
    padding: 0 .15rem !important;
  }

  .css-1wy0on6 {
    height: 100%;
  }

  .css-19bb58m {
    margin: 0;
  }

  .css-hlgwow {
    height: 100%;
    padding: 0;
  }

  .css-19bb58m input {
    padding-left: 1rem;
  }

  .css-1jqq78o-placeholder {
    padding-left: .5rem;
  }

  .css-t3ipsp-control {
    height: 30px;
    min-height: auto;
  }

  .input-time {
    height: 30px;
    min-height: auto;
  }

  .css-1dimb5e-singleValue {
    padding-left: .5rem;
  }

  .input_view {
    input {
      border: none;
      outline: none;
      width: 100%;
      text-align: left !important
    }
  }
}

.weekly-heading {
  position: sticky;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999;
  padding-top: 10px;

}

.group-timelog {
  position: sticky;
  right: 0;
  bottom: 0;
  padding-top: 1rem;
}

.colIcon {
  cursor: pointer;
}

#wekkelyOuter {
  overflow: auto;
  height: auto;
  max-height: calc(100vh - 210px);
  overflow-y: visible;
  border: 1px solid #f1f1f1;

  scrollbar-color: #e0e5ef #f4f7fb;
  /* scrollbar-color: #e2e2e2 #f9f9f9; */

}

/* Webkit scrollbar styling (Chrome, Edge, Safari) */
#wekkelyOuter::-webkit-scrollbar {
  width: 8px;
}

#wekkelyOuter::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 5px;
}

#wekkelyOuter::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
  border: 2px solid transparent;
  background-clip: content-box;
}





.view_timesection .group-timelog {
  position: sticky;
  /* right: 16px; */
  bottom: 0;
  background: #fff;
  padding: 1rem 0rem 1rem 0rem;
}

/* .css-1nmdiq5-menu{
  position: relative;
  display: block !important;
} */

.msgColumn {
  position: absolute;
  width: 420px;
  height: auto;
  top: 44px;
  left: 38px;
  z-index: 9999;


}

.msgColumn p {
  font-weight: 500;
  line-height: 1.5rem;

}

.msgColumn span {
  display: block;
}

.msgbox {
  padding: .5rem;
  background: rgb(245, 248, 253);
  background-image: linear-gradient(to left bottom, #dcedff, #e8f1ff, #f1f5ff, #f9faff, #ffffff);
  border-radius: 10px;
  color: #232b40;
  max-width: 300px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  border: 3px solid #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
  animation: slideDown 0.5s ease, fadeOut 3s ease 2.5s forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.msgbox::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -9px;
  left: 8px;
}

/* ensure buttons sit in a row */
.desktop_new {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  /* important: makes tooltip positioning relative to this container */
}

/* Tooltip box that sits above the AutoPopulate button */
.msgboxAutoPopulate {
  position: absolute;
  top: 36px;
  right: 116px;
  z-index: 9999;
  max-width: 500px;
  padding: .5rem;
  background-image: linear-gradient(to left bottom, rgb(218 235 254), rgb(230 240 255), rgb(239 243 255), rgb(255 255 255), rgb(243 243 243));
  border-radius: 10px;
  color: #232b40;
  text-align: center;
  border: 3px solid #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
  animation: slideDown 0.35s ease, fadeOut 3s ease 2.5s forwards;
  width: 234px;
  font-size: 1rem;
  font-weight: 500;

}




.msgboxAutoPopulate::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -11px;
  right: 104px;
  transform: rotate(360deg);
}




/*********************Weekly Timesheet New Structure CSS - End***************************/

.staticColumn th:nth-child(3),
.staticColumn td:nth-child(3) {

  left: 514px;



}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: #ffffff;
}

.table-striped>tbody>tr:nth-of-type(even) {
  --bs-table-accent-bg: #F5F9FF;
}

.searchWrapper {
  background: #fff;
}

.highlightOption {
  background: #DEEBFF;
  color: #fff;
}

input.dropdown-search {
  border: 0;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #E2E7ED;
}

#notificationPage {
  max-height: calc(100vh - 20px);
  min-height: calc(100vh - 182px);
  padding-bottom: 1rem;


  .notificationTab {
    border: 1px solid #dee2e6;
    border-top: none;
    height: calc(100vh - 128px);
    overflow-y: hidden;
  }

  .notiOuter {
    height: calc(100vh - 160px);
    margin-bottom: 1.2rem;
    overflow: auto;
  }

  .notiOuter1 {
    height: calc(100vh - 252px);
    margin-bottom: 0rem;
    overflow: auto;
    border: 1px solid #f2f2f2;
  }

  .tblContainer {
    overflow: auto;
    margin-top: -1px;
  }

  button.nowrap {
    white-space: nowrap !important;
    min-width: auto;
  }

  .NotificationTable th {
    background: #E1EAFB !important;
    white-space: nowrap !important;
  }

  .NotificationTable {

    table-layout: auto;
    width: 2400px;
    position: relative;
  }

  .notiOuter {
    border: 1px solid #dee2e6;
  }

  .NotificationTableConfig {

    table-layout: auto;
    width: 100%;
    margin-bottom: 0;

  }

  .NotificationTable .multiSelectContainer input {
    background: transparent;
    border: none;
    margin-top: 0px;
    width: 100%
  }

  .notiChk {
    text-align: center;
  }

  .notiChk label {
    display: block;
  }

  .dropdown-search {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-bottom: 0px solid #ccc;
  }

  .NotificationTable p {
    font-weight: 500;
  }

  .NotificationTable p span.emailText {
    font-size: 13px;
    display: block;
  }

  .NotificationTableConfig td .css-1xc3v61-indicatorContainer {
    padding: 6px !important;
  }

  .alert {
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0;
  }

  .alerIcon {
    background: #fff;
    border-radius: 50px;
    padding: .25rem;
    width: 22px;
    height: 22px;
    box-shadow: 0px 0px 10px 2px rgba(106, 160, 260, .5);
  }

  .noData {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 360px);
    width: calc(100vw);
    flex-direction: column;
  }

  .noData img {
    width: 100px;
    height: auto;
  }

  .noData h4 {
    font-size: 1.2em;
    margin-top: .5rem;
    font-weight: 500;
  }

  .sticky {
    position: sticky;
    top: 0px;
    z-index: 99;
  }

  .bgWht {
    background: #fff;
  }

  .sticky2 {
    position: sticky;
    top: 0px;
    z-index: 101;
  }

  .sticky3 {
    position: sticky;
    top: 0px;
    z-index: 99;
  }

  .staticColumn thead {
    z-index: 100;
  }

  .staticColumn thead,
  .staticColumn th {
    position: sticky;
    top: 0;

  }

  .staticColumn th:nth-child(1),
  .staticColumn th:nth-child(2),
  .staticColumn th:nth-child(3) {
    z-index: 101;
  }

  .staticColumn td:nth-child(1),
  .staticColumn td:nth-child(2),
  .staticColumn td:nth-child(3) {
    position: sticky;
    z-index: 98;
  }

  .staticColumn th:nth-child(1),
  .staticColumn td:nth-child(1) {

    left: 0;


  }

  .staticColumn th:nth-child(2),
  .staticColumn td:nth-child(2) {

    left: 254px;



  }

  .staticColumn th:nth-child(3),
  .staticColumn td:nth-child(3) {

    left: 514px;



  }

  .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #ffffff;
  }

  .table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #F5F9FF;
  }

  .searchWrapper {
    background: #fff;
  }

  .highlightOption {
    background: #DEEBFF;
    color: #fff;
  }

  input.dropdown-search {
    border: 0;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #E2E7ED;
  }
}

/***********report Page css - Start********/

.report_field {
  display: block;


  width: 100%;
}

.report_field label {
  margin: .5rem 0;
}

.report_field .rs-picker-toggle-wrapper {
  display: block;

  max-width: 100%;
}

.report_hd {
  z-index: 970;
}

.report_field label {
  margin-bottom: 5px;

}

.report_field .css-13cymwt-control,
.report_field .css-t3ipsp-control {
  min-height: 32px;
}

.report_field .css-1xc3v61-indicatorContainer,
.report_field .css-15lsz6c-indicatorContainer {
  padding: 5px;
}

.report_view_lft {
  background: #e6eff8;
  padding: .5rem 1rem .5rem 1rem;
  border-radius: 6px;

}

.report_vw {
  z-index: 999;
}

.report_vw_content {
  z-index: 99;
  background: #f2f8fd;
  padding: .5rem 1rem 1rem 1rem;
  border-radius: 8px;
}

.report_vw_content {
  .multi-select-container {
    width: 100% !important;
  }

  .report_field {

    .date-range-picker-container,
    .multi-select-container {
      display: block;

      margin-bottom: 0;
      margin-right: 0;
    }
  }


}

.reportType {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.reportType label {

  margin-right: 1rem;
  padding: .56rem .8rem;
  border-radius: 4px;
  width: 155px;
  white-space: nowrap;
  position: relative;
  background: #c8def5;
}

.reportType label::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c8def5;
}

#reportTable {
  .cutome_ag_theme .ag-column-drop-horizontal {
    background-color: #f9fbfd;
  }

  .ag-theme-balham .ag-header-row {
    color: #000;
    font-weight: bold;
  }

  .ag-theme-balham .ag-row.ag-row-level-0 {
    background-color: #cdcdff;
    font-weight: 500;
  }

  .ag-theme-balham .ag-row.ag-row-level-1 {
    background-color: #ececff;
  }

  .ag-theme-alpine .ag-row.ag-row-level-0 {
    background-color: #fff;
    font-weight: 400;
  }

  .ag-theme-alpine .ag-row.ag-row-level-1 {
    background-color: #ececff;
  }

  .ag-theme-material .ag-row.ag-row-level-0 {
    background-color: #cdcdff;
    font-weight: 400;
  }

  .ag-theme-material .ag-row.ag-row-level-1 {
    background-color: #ececff;
  }

  .ag-row-level-0 {
    font-weight: 400;
  }

  .ag-pinned-left-floating-bottom .ag-row-level-0 {
    font-weight: 500 !important;
    background: #e3f1ff !important;
  }

  .ag-pinned-left-floating-bottom .ag-row-pinned {
    background: #e3f1ff !important;
  }

  .ag-pinned-left-cols-container .ag-row-level-0 {
    font-weight: 400;
    background: #f1f8ff !important;
  }

  .ag-floating-bottom-container .ag-row-level-0 {
    font-weight: 500 !important;
  }

  .ag-pinned-left-header .ag-header-cell {
    background: #e6eff8 !important;
  }

  .ag-header-group-cell-with-group {
    border-right: 1px solid #ccc
  }

  .ag-header-row-column .ag-header-cell:nth-child(even) {
    border-right: 1px solid #ccc;
  }

  .ag-center-cols-viewport .ag-center-cols-container .ag-row-even .ag-cell:nth-child(even),
  .ag-center-cols-viewport .ag-center-cols-container .ag-row-odd .ag-cell:nth-child(even) {
    border-right: 1px solid #ccc;
  }

  .ag-floating-bottom-viewport .ag-floating-bottom-container .ag-row-level-0 .ag-cell:nth-child(even) {
    border-right: 1px solid #ccc;
  }


  .ag-floating-bottom-viewport .ag-floating-bottom-container .ag-row-level-0 .ag-cell {
    background: #e3f1ff !important;
  }

  .ag-header-viewport {
    background-color: #eff4f9;
  }

}

/***********report Page css - End********/


/****css update *********/
#CRM_pageSection .ag-grid-container {
  height: calc(100vh - (0px + 110px)) !important;
}



/* **************************************************************mass email page page section ************************************* */

#ag-grid-massemail {
  /* position: relative;

  height: calc(100vh - (100px + 275px)) !important;

  overflow: auto;
  z-index: 0; */

  .ag-header {
    position: sticky !important;
    top: 0;
    z-index: 10;
    background: white;
  }

}

#subjectfield {

  .formik-input,
  .formik-div input {
    border: none;
    box-shadow: none;
    outline: none;
    width: 600px;
    max-width: 100%;
    min-width: 546px;
    box-sizing: border-box;
  }


  .formik-input:hover,
  .formik-input:focus,
  .formik-input:active,
  .formik-div input:hover,
  .formik-div input:focus,
  .formik-div input:active {
    border: none;
    box-shadow: none;
    outline: none;
  }
}

#sendemail_area {

  .formik-input,
  .formik-div input {
    width: 100%;
    padding: 7px 10px;
    border-radius: 0;
    background-color: transparent;
    overflow-y: auto;
    max-height: 100vh;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    border: none;

  }

  .custom-textarea {
    height: 53vh;
  }



  .formik-input:hover,
  .formik-input:focus,
  .formik-input:active,
  .formik-div input:hover,
  .formik-div input:focus,
  .formik-div input:active {
    border: none;
    box-shadow: none;
    outline: none;
  }

  .email_textarea {
    /* overflow-y: auto;
    height: calc(100vh - 310px);
    overflow-x: auto; */
    padding: 1rem;

    ol,
    ul {
      margin: inherit;
      padding: inherit;
    }

    ol li {
      margin: inherit;
      padding: inherit;
      list-style: decimal;
    }

    ul li {
      margin: inherit;
      padding: inherit;
      list-style: disc
    }



  }


}

#warningpopup {

  /* Popup Overlay */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  /* Popup Content */
  .popup-content {
    background: white;
    /* padding: 20px; */
    border-radius: 8px;
    width: 400px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }


  .popup-header {
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content-area {
    padding: 20px;
    margin-top: 15px;
  }

  /* Warning Header */
  .warning-text {
    color: red;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }

  .pdw {
    padding: 11px 33px;
  }

  /* Buttons */
  .rightAction {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }


}



.fc .fc-button-primary {
  background-color: #154bbe;
  border-color: #154bbe;
  color: #fff;
  border-radius: 6px;
}

.fc .fc-button-primary:hover {
  background-color: #154bbe;
  border-color: #154bbe;
  color: #fff;
  outline: none !important;
}



.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:focus {
  box-shadow: 0 4px 12px rgba(21, 75, 190, 0.35),
    0 2px 4px rgba(0, 0, 0, 0.1) !important;
  outline: none !important;
  background-color: #154bbe;
  border-color: #154bbe;
  color: #fff;
}




#mail_popup {
  .popup-overlay.minimized {

    width: 40%;
    position: fixed;
    bottom: 0;
    right: 0;
    top: auto;
    background: transparent;
    height: 50px;
    transition: width .4s ease;
    border-bottom-left-radius: 10px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));

  }

  .popup-overlay.minimized .popup-content {
    height: 50px;
    overflow: hidden;
  }

  .popup-overlay.minimized .popup-body {
    display: none;
  }

}







#contct_search {

  .search-container {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .search-container input {
    background-color: transparent;
    border: 1px solid var(--bs-breadcrumb-border);
    transition: all 0.3s ease;
    color: var(--bs-body-color);
    padding-right: 80px;
    outline: none;
  }


  .search-container input:hover,
  .search-container input:focus,
  .search-container input:active {
    border-color: #456ABB;
  }


  #contct_search .search-container input::placeholder {
    color: #999;
    transition: color 0.3s ease;
  }


  .search-container input:hover::placeholder,
  .search-container input:focus::placeholder,
  #contct_search .search-container input:active::placeholder {
    color: #456ABB;
  }


  .search-container input:hover~.contactsearch svg,
  .search-container input:focus~.contactsearch svg,
  #contct_search .search-container input:active~.contactsearch svg {
    color: #456ABB;
    font-weight: bold;
  }

  .clear-btn {
    position: absolute;
    right: 50px;
    cursor: pointer;
    font-size: 18px;
    color: #999;
    transition: color 0.3s;
    background: none;
    border: none;
  }

  .clear-btn:hover {
    color: #333;
  }

  .contactsearch {
    position: absolute;
    right: 6px;
    background: transparent;
    border: none;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contactsearch svg {
    color: #666;
    transition: color 0.3s;
  }

  .contactsearch:hover svg {
    color: #456ABB;
    font-weight: bold;
  }
}

#inf {

  .asgn_info {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: absolute;
    bottom: 6px;
    right: 0;


  }

  .desktop_flexbtn {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: absolute;
    bottom: 6px;
    right: 0;
  }

  .edit_info {
    display: flex;
    align-items: center;
  }

  .edit_info img {
    background-color: white;
    border-radius: 4px;
    width: 14px;
    padding: 2px;
    margin-right: 8px;
    cursor: pointer;


  }


  .edit-project-button {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #275ACA;
    color: white;
    border: 2px solid #275ACA;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    font-size: .8rem;
    transition: all .3s ease;
  }

  .edit-square-btn {
    padding: 5px 7px;
    background: #275ACA;
    color: white;
    border: 2px solid #275ACA;
    border-radius: 5px;
  }

  .edit-square-btn:hover,
  .edit-project-button:hover {
    background: #154bbe;
    border-color: #154bbe;
  }

  .edit-project-button svg {
    width: 14px;
    height: 14px;
  }



  .edit-project-button:active,
  .edit-project-button:focus,
  .edit-square-btn:active,
  .edit-square-btn:focus {
    box-shadow: 0 4px 12px rgba(21, 75, 190, 0.35),
      0 2px 4px rgba(0, 0, 0, 0.1);
  }




}

.status-info.archived {
  background: #ffd4d4;
  padding: .25rem .35rem;
  border-radius: 4px;
  margin-left: 0;
}

.status-info.archived span.archived {
  display: none;
}

.displayFlex {
  display: flex;
  align-items: center;

}

.fullWidth {
  width: 100%;
}

.project-body {
  height: calc(100vh - 128px);
  overflow-y: auto;
  scrollbar-width: auto;
  scrollbar-color: #e5eaf5 transparent;
}

.project-bodyView {
  height: calc(100vh - 128px);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #D1CFCF;
  scrollbar-width: auto;
  scrollbar-color: #e5eaf5 transparent;
}

.projectInfoOuter .project-body {
  height: calc(100vh - 68px);
}


/* ***********************************************************TT dropdown changes multiselect ******************** */

#multiview {


  .user_width {
    min-width: 100%;
  }

  .custom-dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: anywhere;
  }


  .minview {
    min-width: 0 !important;
  }

  .custom-dropdown-item label {
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .custom-dropdown-item:hover {
    background-color: #f0f0f0;
  }

  .custom-dropdown-item:active,
  .custom-dropdown-item:focus-within {
    background-color: #4F76D1;
  }

  .custom-dropdown-item:active label,
  .custom-dropdown-item:focus-within label {
    color: white;

  }

  .custom-dropdown-item input[type="checkbox"] {
    accent-color: #4F76D1;

  }

  .custom-dropdown-item:active input[type="checkbox"],
  .custom-dropdown-item:focus-within input[type="checkbox"] {
    accent-color: white;

  }

  .custom-dropdown-item input[type="checkbox"]:checked {
    background-color: #4F76D1;
    border-color: #4F76D1;
  }

  .custom-dropdown-item:active input[type="checkbox"]:checked,
  .custom-dropdown-item:focus-within input[type="checkbox"]:checked {
    background-color: white;
    border-color: white;
  }

  .chk-dd {
    background: #fff;
    border-radius: .25rem;
    padding: 7px 10px;
  }


}

#select_dp {
  .multi-select-dropdown {
    min-width: 260px;
  }
}

#calendar-multiselect {
  .dropdown-header {
    border: none !important;
    background-color: #fff;
    border-radius: 30px;
  }
}

#report_search {
  .dropdown-search {
    width: 100%;
  }
}

#associate_width {
  .dropdown-header {
    padding: .4rem .7rem;
    border-color: hsl(0, 0%, 80%);
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .8rem;
  }

  .dropdown-header:hover {
    border-color: rgb(54, 83, 151) !important;
  }

  .multi-select-dropdown {
    min-width: 100%;
  }


}




/* ****************************************************************Info page overflow text style add *********************************** */




.heading-bold {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-dimmed {
  font-size: 0.8rem;
  margin-top: 5px;
  color: #6c757d;
  display: block;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 800px;
}

.text-multiline {
  max-width: 800px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-wrap-ellipsis {
  word-break: break-word;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 250px;
}

.text-expandable {
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-width: 990px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
  line-height: 1.2rem;
  max-height: 24rem;
}


/* **************************************************************New tabs section************************************* */


/* #preferencesTab {

  
  .tabs-container {
    text-align: left;
  }

 
  .tabs {
    display: flex;
    gap: 12px;
  }

  .tab {
    padding: 12.5px 20px;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    font-size: .85rem;
    font-weight: 500;
    background: #fff;
    color: #7f8386;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    position: relative;
  }

 
  .tab.active,
  .tab:active,
  .tab:focus {
    background: #275ACA;
    color: #fff;
    border: 1px solid transparent;

    border-bottom: none;
  }

  .tab:hover {
    background: #ddd;
    color: #333;
    border: 1px solid transparent;

    border-bottom: none;
  }

  .tab::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 0;
    background-color: #275ACA;
    transition: width 0.3s ease-in-out;

  } 

  .tab.active::after,
  .tab:hover::after {
    width: 100%;
  }

 
  .tab-content {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 8px 8px 8px;
  }

  .content {
    display: none;
  }

  
  .tab-content .content {
    display: block;
  }
} */


#preferencesTab {

  /* Tabs container */
  .tabs-container {
    text-align: left;
  }

  /* Tabs navigation */
  .tabs {
    display: flex;
    gap: 12px;
  }

  .tab {
    padding: 14px 20px;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    font-size: 0.85rem;
    font-weight: 500;
    background: #fff;
    /* color: #7f8386; */
    color: gray;
    background-color: #F3F5F8;
    /* border: 1px solid transparent; */
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    outline: none;
    border-bottom: 0;
  }

  /* Hover effect */
  .tab:hover {
    background: #f3f4fd;
    color: #333;
    border-color: #f3f4fd;
  }

  /* Active, focus styles */
  .tab.active,
  .tab:focus,
  .tab:active {
    background: #275aca;
    color: #fff;
    border-color: #275aca;
    border-bottom: none;
  }

  /* Optional bottom indicator animation */
  /* .tab::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    height: 3px;
    width: 0%;
    background-color: #275aca;
    transition: width 0.3s ease-in-out;
  } */

  .tab.active::after,
  .tab:hover::after,
  .tab:focus::after {
    width: 100%;
  }

  /* Tab content */
  .tab-content {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 8px 8px 8px;
  }

  .content {
    display: none;
  }

  .tab-content .content {
    display: block;
  }
}

#popover-basic-feature .popover-body {
  padding: 1rem 1rem;
  color: #212529;
  max-height: 220px;
  overflow: auto;
  max-width: 576px;
}

/* ************************************************Project details page layout changes ******************************************* */

.theme_wrapper {
  background: #f8fafc;
}

#screen_bg {
  background: #fff !important;

  .container-view {
    width: 100%;
    /* margin: 5px 5px; */
  }

  .project-section {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border: 1px solid #e5e7eb;
  }



  .heading-bold {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
  }

  .notes-multiline {
    max-width: 1200px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 10; */
  }


  .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 340px;

  }

  .project-section p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }

  .dates {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 30px;
  }

  .date-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    width: 320px;
    gap: 12px;
  }

  .date-icon {
    fill: none;

  }

  .card-title {
    font-size: 12.5px;
    color: #6b7280;
    display: block;
    font-weight: 500;
  }

  .work-hours {

    padding: 15px 20px 20px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border: 1px solid #e5e7eb;
  }

  .work-hours h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0px 0px 15px;
  }

  .subtext {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
    text-align: left;
  }

  .label-progressbar {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: bold;
    margin-top: 1rem;
  }

  .progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
  }

  .progress-fill {
    height: 100%;
    background-color: #7c8eff;
    border-radius: 4px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }


  .grid-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 8px;
    text-align: left;
    position: relative;
    background: #f7f9ff;
    border: 1px solid #f7f9ff;
    padding: 15px;
    /* box-shadow: 0 2px 10px rgba(226, 237, 249, 0.8); */

  }



  .tile-content {
    display: flex;
    flex-direction: column;
  }



  .icon {
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .numeric-value {
    font-weight: bold;
    font-size: 18px;
    color: #000;
  }

  .digit-display {
    font-weight: bold;
    font-size: 28px;
    color: #000;

  }

  /* ******************* */

  .custom-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-right: 8px;
    /* padding: 20px; */
  }

  .custom-grid-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border: 1px solid #e5e7eb;
  }

  .custom-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    margin-right: 12px;
  }



  .custom-icon svg {
    width: 20px;
    height: 20px;
  }


  .blue-icon {
    background-color: #dbeafe;
  }

  .green-icon {
    background-color: #dcfce7;
  }

  .purple-icon {
    background-color: #f3e8ff;
  }

  .yellow-icon {
    background-color: #fef3c7;
  }

  .red-icon {
    background-color: #fee2e2;
  }


  .indigo-icon {
    background-color: #e0e7ff;
  }

  .custom-text-content .custom-title {
    font-size: .9rem;
    color: #6b7280;
    line-height: 20px;
    font-weight: 500;
  }


  .custom-text-content .custom-name {
    font-size: 16px;
    font-weight: bold;
    color: #111827;
  }


  .expandable-container {
    max-width: 1200px;
    margin-top: 1rem;
  }


  .notes-multiline {
    white-space: pre-wrap;
    transition: all .4s ease;
  }

  .notes-multiline.collapsed {
    max-height: 120px;
    transition: all .4s ease;

  }

  .notes-multiline.expanded {
    max-height: none;
    transition: all .4s ease;

  }

  .toggle-button {
    margin-top: 8px;
    padding: 5px 10px;
    border: none;
    background-color: #456ABB;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }

  .toggle-button:hover {
    background: #0056b3;
  }


}


#box_navigation {


  .edit-project-button {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #456ABB;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 6px;
    transition: all .3s ease;
  }

  .edit-project-button svg {
    width: 14px;
    height: 14px;
  }

  .edit-project-button:hover {
    background: #36539C;
  }

  .edit-square-btn {
    padding: 5px 7px;
    background: #456ABB;
    color: white;
    border: 2px solid #456ABB;
    border-radius: 5px;
  }

  .edit-square-btn:hover {
    background: #36539C;
  }
}

/* *************************************Project detail page end *************************************************************** */






/* *************************************assignment details page START*************************************************************** */
#detailed_assignment {
  background: #fff !important;

  .container-view {
    width: 100%;
    /* margin: 5px 5px; */
  }




  .scrollable {
    max-height: 437px;
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-width: auto;
  }

  .assigngrid_view {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    grid-template-columns: 2fr 1fr;
    gap: 20px;
  }

  .project-section {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border: 1px solid #e5e7eb;
    margin-bottom: 20px;
    /* margin-right: 8px; */
  }



  .heading-bold {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
  }

  .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
  }

  .project-section p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }

  .dates {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 16px;
  }

  .date-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    width: 320px;
    gap: 12px;
  }

  .date-icon {
    fill: none;

  }

  .card-title {
    font-size: 12.5px;
    color: #6b7280;
    display: block;
    font-weight: 500;
  }

  .work-hours {

    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border: 1px solid #e5e7eb;
  }

  .work-hours h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0px 0px 15px;
  }

  .subtext {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
    text-align: left;
  }

  .label-progressbar {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: bold;
    margin-top: 1rem;
  }

  .progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
  }

  .progress-fill {
    height: 100%;
    background-color: #7c8eff;
    border-radius: 4px;
  }

  .grid-container {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }


  .grid-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 8px;
    text-align: left;
    position: relative;
    background: #f7f9ff;
    border: 1px solid #f7f9ff;
    padding: 15px;
    /* box-shadow: 0 2px 10px rgba(226, 237, 249, 0.8); */

  }

  .tile-content {
    display: flex;
    flex-direction: column;
  }

  .icon {
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .numeric-value {
    font-weight: bold;
    font-size: 18px;
    color: #000;
  }

  .digit-display {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 90px;
  }

  .assignment-container {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    margin-right: 8px;
    /* margin-bottom: 20px; */

  }

  .flex-assignment-view {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    /* margin-right: 8px; */
    margin-bottom: 20px;

  }

  .projectview,
  .assignmentview {
    grid-column: 1;

  }

  .team-member-view {
    grid-column: 2;

  }

  .custom-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    margin-right: 12px;
  }



  .custom-icon svg {
    width: 20px;
    height: 20px;
  }


  .blue-icon {
    background-color: #dbeafe;
  }

  .green-icon {
    background-color: #dcfce7;
  }

  .purple-icon {
    background-color: #f3e8ff;
  }

  .yellow-icon {
    background-color: #fef3c7;
  }

  .red-icon {
    background-color: #fee2e2;
  }



  .indigo-icon {
    background-color: #e0e7ff;
  }

  .assignment-card {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border: 1px solid #e5e7eb;
    border-radius: 8px;

  }

  .assignment-card h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
  }


  .bold-text {
    font-weight: bold;
    font-size: 1rem;

    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 140px;

  }

  .assignment-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    /* max-width: 460px; */
  }

  .info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .info-col {
    flex: 1;
  }

  .text-right {
    text-align: right;
  }

  .priority-label {
    display: inline-block;
    padding: 5px 10px;
    background: #e0e7ff;
    color: #4f46e5;
    font-weight: bold;
    border-radius: 12px;
    font-size: 12px;
  }

  .bold-text {
    font-weight: bold;
    color: #000;
  }




  .team-card {

    background: #fff;

  }

  .team-title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
  }

  .team-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 341px;
    overflow-y: auto;
    padding-right: 5px;
  }

  .team-member {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 6px;
    background: #f8f9fa;
    transition: all .4s ease;
  }

  .team-member:hover {
    background: #f4f9ff;
  }

  .team-member:hover .member-avatar {
    background: #456ABB;
    color: #fff;
  }

  .member-avatar {
    width: 40px;
    height: 40px;
    background: #dbeafe;
    color: #4f46e5;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .member-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
  }

  .expandable-container {
    max-width: 1200px;
    margin-top: 1rem;
    min-height: 235px;
  }

  .notes-multiline {
    max-width: 1200px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 10; */
  }

  .notes-multiline {
    white-space: pre-wrap;
    transition: all .4s ease;
  }

  .notes-multiline.collapsed {
    max-height: 402px;
    transition: all .4s ease;

  }

  .notes-multiline.expanded {
    max-height: none;
    transition: all .4s ease;

  }

  .toggle-button {
    margin-top: 8px;
    padding: 5px 10px;
    border: none;
    background-color: #456ABB;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }

  .toggle-button:hover {
    background: #0056b3;
  }

}

/* *************************************assignment details page END*************************************************************** */








/* *************************************timesheet details page START*************************************************************** */

#timesheetDetails {
  .time-entry-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;

  }


  .section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }


  .entry-header {
    display: flex;
    justify-content: space-between;
    /* background: #eef4ff; */
    background: #f7f9ff;

    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .entry-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .custom-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    margin-right: 12px;
  }




  .right-grid {
    display: grid;
    grid-template-rows: auto auto;
    gap: 15px;
  }


  .custom-icon svg {
    width: 20px;
    height: 20px;
  }

  .bottom-space {
    margin-bottom: 20px;
  }

  .blue-icon {
    background-color: #dbeafe;
  }

  .label {
    font-size: 12px;
    color: #888;
    font-weight: 500;
    line-height: 20px;
  }


  .bold-text {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
  }

  .hour-font {
    font-size: 1.5rem;
  }

  .value {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .grid-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }



  .full-width {
    grid-column: span 2;
  }

  @media (max-width: 480px) {
    .grid-container {
      grid-template-columns: 1fr;
    }
  }

  .custom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .full-grid {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }

  .custom-card {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
  }

  .section-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .custom-name {
    font-size: 16px;
    font-weight: bold;
    color: #111827;
  }

  .detail-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 10px;
    border-radius: 8px;
  }



  .text-highlight {
    font-weight: bold;
    color: #212529;
  }

  .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }

  .notes-section {
    background: #fffae5;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #fff5cc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: .2px;
  }

  .owner-info {
    display: flex;
    align-items: center;
    background-color: #f8fafd;
    padding: 15px;
    border-radius: 8px;
  }

  .owner-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #cfe2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #0366d6;
    margin-right: 12px;
  }

  .avatar-initials {
    font-size: 14px;
  }

  .owner-details {
    display: flex;
    flex-direction: column;
  }

  .owner-name {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .owner-role {
    font-size: .8rem;
    color: #6b7280;
  }

  /* 
  .cardrgt {
    margin-right: 8px;
  } */

  .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
  }



  @media (max-width: 768px) {
    .custom-grid {
      grid-template-columns: 1fr;
    }


  }

  .holiday-text {
    padding: 10px;
  }

  .custom-title {
    font-size: .9rem;
    color: #6b7280;
    line-height: 20px;
    font-weight: 500;
  }


  .custom-text-content .custom-name {
    font-size: 16px;
    font-weight: bold;
    color: #111827;
  }

  .custom-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    margin-right: 12px;
  }



  .custom-icon svg {
    width: 20px;
    height: 20px;
  }


  .blue-icon {
    background-color: #dbeafe;
  }

  .green-icon {
    background-color: #dcfce7;
  }

  .purple-icon {
    background-color: #f3e8ff;
  }

  .yellow-icon {
    background-color: #fef3c7;
  }

  .red-icon {
    background-color: #fee2e2;
  }

  .indigo-icon {
    background-color: #e0e7ff;
  }

  .grid-detailbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

}

/* *************************************timesheet details page END*************************************************************** */
.loader-btn {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.label-with-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

/* ************************************************************ TimeLog dropdown**************************** */
#timelog_dnt {
  .dropdown-menu {
    min-width: 9rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-item {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    font-weight: 500;
  }

  .dropdown-item.active,
  .dropdown-item:active,
  .dropdown-item:focus {
    color: #333;
    text-decoration: none;
    background-color: #efeeff;
  }
}

/* *******************************************Modal responsive frame ********************************* */
#ViewModalFrame {
  #title_sec {
    width: 95%;
  }

  .modal_btn_group {
    width: 5%;
    justify-content: end;
  }
}

#contct_search {
  .form-control.focused {
    box-shadow: 0px 9px 15px -3px rgb(84 86 129 / 29%) !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(73 185 94);
    border-image: initial;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    background: #effff2;
  }
}


/* ****************************************************kanban card layout****************************** */

#kanbancard {
  .cradheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cradheader h3 {
    font-size: .9rem;

  }

  .text-multiline {
    max-width: 264px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .avatar {
    font-weight: 600;
    text-transform: uppercase;
  }

  /* ******************* */

  .kanban-board {
    display: flex;
    gap: 1rem;
    min-height: auto;
    max-height: calc(100vh - 172px);

    /* padding: 1rem; */
    /* overflow-x: auto; */
  }


  .kanban-column {
    /* min-width: 280px;
    max-width: 300px; */
    flex-shrink: 0;
    border-radius: 0.5rem;
    padding: 0 0 1rem 0;
    background-color: #fff;
    overflow-y: auto;
  }

  .kanban-board .kanban-column:last-child {
    margin-right: 2.5rem;
  }

  .kanban-board .kanban-column:nth-child(1),
  .kanban-board .kanban-column:nth-child(1) .cardHeader {
    background-color: #e8edf5;
  }

  .kanban-board .kanban-column:nth-child(2),
  .kanban-board .kanban-column:nth-child(2) .cardHeader {
    background-color: #e4f0fb;
  }

  .kanban-board .kanban-column:nth-child(3),
  .kanban-board .kanban-column:nth-child(3) .cardHeader {
    background-color: #fff9db;
  }

  .kanban-board .kanban-column:nth-child(4),
  .kanban-board .kanban-column:nth-child(4) .cardHeader {
    background-color: #fff0da;
  }

  .kanban-board .kanban-column:nth-child(5),
  .kanban-board .kanban-column:nth-child(5) .cardHeader {
    background-color: #f4e9fb;
  }

  .kanban-board .kanban-column:nth-child(6),
  .kanban-board .kanban-column:nth-child(6) .cardHeader {
    background-color: #fdebef;
  }

  .kanban-board .kanban-column:nth-child(7),
  .kanban-board .kanban-column:nth-child(7) .cardHeader {
    background-color: #e4fbe5;
  }

  .kanban-board .kanban-column:nth-child(8),
  .kanban-board .kanban-column:nth-child(8) .cardHeader {
    background-color: #e6f7f3;
  }

  .kanban-column .cardHeader {
    border-radius: 0 !important;
    padding: 1rem 1rem 0 1rem;
    position: sticky;
    top: 0;
  }

  .kanban-column .cardHeader h6 {
    font-weight: 600;
    min-height: 32px;
  }


  .kanban-card {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 0 1rem 1rem 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .kanban-card:last-child {
    margin-bottom: 0;
  }

  .avatar {
    width: 28px;
    height: 28px;
    font-size: 12px;
    background-color: #365397;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }

  .progress-bar.bg-success {
    background: linear-gradient(90deg, #157347 0%, #198754 50%, #28a745 100%) !important;
    color: #fff;
  }

  .progress {
    height: 6px;
  }
}


/* ******************************************************************************************** */

#updatepopup {
  .field-dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    height: 38px;
    box-shadow: none;
    color: #212529;

  }

  /* .field-dropdown-toggle.placeholder-style {
    color: #6c757d;

  } */

  .field-dropdown-toggle:focus,
  .field-dropdown-toggle:active,
  .field-dropdown-toggle.show {
    border-color: #456abb;
    box-shadow: 0 0 5px rgba(0, 86, 179, 0.3);
  }

  .footer-popover {
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px
  }

  .dropdown-item {
    white-space: wrap;
  }

  .field-dropdown-toggle {
    position: relative;
    padding-right: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 130px;
  }


  .field-dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
}


/* *************************************************************************************** TimeTrack Responsive changes*********** */

.desktop-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mobile-menu {
  display: none;

  .dropdown-menu {
    box-shadow: 0 20px 15px rgba(0, 0, 0, 0.05), 0 25px 25px rgba(0, 0, 0, 0.05);
    z-index: 9999;
  }

  .dropdown-item.active,
  .dropdown-item:active,
  .dropdown-item:focus {
    text-decoration: none;
    background-color: #456ABB;
    color: #fff;
  }
}



.project-name {
  font-size: .75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}

.projectView-name {
  font-size: .75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}


@media (min-width: 1920px) {
  .project-name {
    text-overflow: unset;
    overflow: visible;
    white-space: nowrap;

    display: inline-block;
    min-width: 220px;

  }

  .projectView-name {
    text-overflow: unset;
    overflow: visible;
    white-space: nowrap;

    display: inline-block;
    min-width: 220px;

  }
}

@media (max-width: 1919px) {
  .project-name {
    max-width: 220px;
  }

  .projectView-name {
    max-width: 220px;

  }
}




.dashboard-view {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.rounded-btn {
  display: inline-block;
  border-radius: 50%;
  padding: 8px;
  background: linear-gradient(135deg, #cbdbff, #c7d8ff);
  border: 2px solid #c9d9ff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  line-height: 9px;

}

/* *******************************************TimeTrack changes **************************************** */

.row-center-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.weekly_flexContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* .edit-project-button {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #456ABB;
  color: white;
  border: none;
  padding: 8px 18px;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 6px;
  transition: all .3s ease;
} */

.edit-project-button svg {
  width: 14px;
  height: 14px;
}

.edit-project-button:hover {
  background: #36539C;
}

.edit-square-btn {
  padding: 5px 7px;
  background: #456ABB;
  color: white;
  border: 2px solid #456ABB;
  border-radius: 5px;
}

.edit-square-btn:hover {
  background: #36539C;
}



/* **************************************************************Change  Calendar Layout ************************************************ */

#cal_layout {
  .fc-col-header {
    background: rgb(236 244 252);
  }

  .fc-scrollgrid-sync-table {
    background: #fff;
  }

  .fc-col-header-cell {
    padding: 6px;
  }

  .fc-daygrid-day-number {
    color: #000;
    font-weight: bold;
  }

  .total-column tr th {
    font-weight: bold;
    padding: 10px;
    background: #e6eff8;
    height: 49px;
    color: #000;
    border: 2px solid #e6eff8;
    vertical-align: middle;
  }

  .fc-theme-standard .fc-scrollgrid {
    border: 1px solid #e6eff8 !important;
  }

  .total-column {
    margin-top: 81px;
    /* margin-bottom: 40px; */
  }

  .total-column .table td {
    text-align: center;
    font-weight: 900;
    font-size: 1rem;
    vertical-align: middle;
  }

  .fc-theme-standard td,
  .fc-theme-standard th {
    border: 2px solid rgb(236 244 252);
  }

  .total-column {
    border-left: 2px solid rgb(236 244 252);
    width: 101px;
    margin-right: 20px;
  }

  .table tr,
  .table th {
    border-bottom: 2px solid rgb(236 244 252) !important;
    font-size: .9rem;
    background: rgb(236 244 252);
  }

  .fc-scrollgrid .fc-scrollgrid-liquid {
    border: 2px solid #e6eff8;
  }

  .total-column .table {
    border: 2px solid rgb(236 244 252);
  }

  .calendar-container {
    border-radius: 8px;
    background: #f8fcff;
  }

  .fc-event-selected,
  .fc-event:focus {
    box-shadow: none !important;
    background: transparent !important;
  }

  .fc-event-selected::after,
  .fc-event:focus::after {
    background: transparent !important;

  }

  .fc-scroller.fc-scroller-liquid-absolute {

    scrollbar-color: #ecf4fc #ffff;
    /* thumb and track */
  }

  .fc-scroller {
    scrollbar-color: #ecf4fc #ffff;
  }

  /* For WebKit browsers (Chrome, Edge, Safari) */
  .fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  .fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
    border: 2px solid transparent;
    background-clip: content-box;
  }

  .fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
}

/* *************************************Home page changes ***************************** */

.HomePage-title {
  /* font-size: 1.2rem; */
  font-weight: bold;
  margin: 0;
  cursor: default;

}

.desktop-header {
  z-index: 990 !important;
  /* lower than popup */
  overflow: visible !important;
  background: #fff;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.18);
}

.desktop-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.grid-box-tt,
.active-box-tt {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;

}

.grid-box-tt:hover,
.active-box-tt:hover {
  /* transform: scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.arw-btn::after {
  display: inline-block;
  margin-left: 1.05em !important;
  vertical-align: .255em;
  content: "";
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;

}

/* ***************************************************************************************** */

.sideinfo_page {
  /* margin-top: 145px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.sideinfo_page a:hover {
  color: #fff;
}


/* *************************************************************customfield page ********************************** */


.custom-ag-grid-configure {
  position: relative;

  height: calc(100vh - (0px + 104px)) !important;

  overflow: auto;
  z-index: 0;
}

.ag-grid-ui-permission {
  position: relative;

  height: calc(100vh - (0px + 96px)) !important;

  overflow: auto;
  z-index: 0;
}

.ag-grid-management {
  position: relative;

  height: calc(100vh - (0px + 124px)) !important;

  overflow: auto;
  z-index: 0;
}




/* *********************************************************************************** */
/* ************************************************************Info history scroll view *********************************************** */
/* ***********************Notes card in feature section************************* */



#infoscroll {
  .history_scrollview {
    height: calc(100vh - 236px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .history_pageNotes {
    height: calc(100vh -260px);
  }


}

/* ************************************Notes card end*********************** */

/* *******************************Feature details layout ************************************** */

#featurePanel {

  .work-hours {

    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border: 1px solid #e5e7eb;
  }

  .work-hours h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0px 0px 15px;
  }

  .grid-container {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .grid-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    text-align: left;
    position: relative;
    background: #f7f9ff;
    border: 1px solid #f7f9ff;
    padding: 15px;
    /* box-shadow: 0 2px 10px rgba(226, 237, 249, 0.8); */
  }

  .tile-content {
    display: flex;
    flex-direction: column;
  }

  .custom-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    margin-right: 12px;
  }

  .blue-icon {
    background-color: #dbeafe;
  }

  .green-icon {
    background-color: #dcfce7;
  }

  .purple-icon {
    background-color: #f3e8ff;
  }

  .yellow-icon {
    background-color: #fef3c7;
  }

  .red-icon {
    background-color: #fee2e2;
  }

  .indigo-icon {
    background-color: #e0e7ff;
  }


  .assigngrid_view {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    grid-template-columns: 2fr 1fr;
    gap: 20px;
  }

  .container-view {
    width: 100%;
    /* margin: 5px 5px; */
  }

  #feature_viewdetail {

    .heading-bold {
      font-size: 22px;
      font-weight: bold;
      line-height: 24px;
    }

    .notes-card {
      background: #fff;
      padding: 20px;
      box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
      border: 1px solid #e5e7eb;
      border-radius: 8px;
    }




    .notes-card h3 {
      font-weight: bold;
      margin-bottom: 8px;
    }

    /* .notes-multiline.collapsed {
      max-height: 242px;
      overflow-y: auto;
    } */

    /* .scrollable .notes-multiline.expanded {
      max-height: 242px;
      overflow-y: auto;
    } */

    .notes-multiline.collapsed::-webkit-scrollbar-thumb {
      background-color: transparent;
    }


    .toggle-button {
      margin-top: 8px;
      padding: 5px 10px;
      border: none;
      background-color: #456ABB;
      color: #fff;
      cursor: pointer;
      border-radius: 3px;
    }

    .toggle-button:hover {
      background: #0056b3;
    }

    .expandable-container {
      /* max-width: 1200px; */
      /* margin-top: 1rem; */
      min-height: 242px;
      max-height: 242px;
      overflow-y: auto;
    }
  }

  .assignment-container {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    margin-right: 8px;
    /* margin-bottom: 20px; */
  }

  .assignment-card {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
  }

  .assignment-card h3 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
  }

  .assignment-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    /* max-width: 460px; */
  }

  .info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  .info-col {
    flex: 1;
  }

  .card-title {
    font-size: 12.5px;
    color: #6b7280;
    display: block;
    font-weight: 500;
  }

  .bold-text {
    font-weight: bold;
    color: #000;
  }

  .bold-text {
    font-weight: 500;
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 140px;
  }

  .ownermail-text {
    display: inline-block;
    max-width: 295px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .team-title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
  }

  .team-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 341px;
    overflow-y: auto;
    padding-right: 5px;
  }

  .team-member {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 6px;
    background: #f8f9fa;
    transition: all .4s ease;
  }

  .team-member:hover {
    background: #f4f9ff;
  }

  .team-member:hover .member-avatar {
    background: #456ABB;
    color: #fff;
  }

  .member-avatar {
    width: 40px;
    height: 40px;
    background: #dbeafe;
    color: #4f46e5;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .member-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
  }

  .meta-label {
    margin: 0;
    font-size: 13px;
    color: #6c757d;
  }

  .meta-value {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #333;
  }

  .notes-section {
    background: #fffae5;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #fff5cc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: .2px;
  }

  .owner-info {
    display: flex;
    align-items: center;
    background-color: #f8fafd;
    padding: 15px;
    border-radius: 8px;
  }

  .owner-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #cfe2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #0366d6;
    margin-right: 12px;
  }

  .avatar-initials {
    font-size: 14px;
  }

  .owner-details {
    display: flex;
    flex-direction: column;
  }

  .owner-name {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .owner-role {
    font-size: .8rem;
    color: #6b7280;
  }

  .team-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 341px;
    overflow-y: auto;
    padding-right: 5px;
  }
}


/* *******************************Feature Details Layout ******************************** */

/* ***************************Notification view ************************* */

.mob_flexView {
  display: flex;
  align-items: center;
  gap: 20px;
}

#calendar {

  .fc .fc-cell-shaded,
  .fc .fc-day-disabled {
    background: hsl(220, 100%, 98.2%);
  }
}

.wdFull {
  width: 100%;
}


/* **********************************************************Mass Update Size************************************************* */

.massUpdate-size {
  max-width: 594px;
}


/************Notes***********/

.notesDesContainer textarea {
  border: 1px solid #fff;
  height: 63px;
}

.notesDesContainer {
  border: 1px solid #d1cfcf;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  margin-top: 1rem;
}

.notesDesContainer .input-container {
  margin: 0;
}

.notesDesContainer .input-container textarea {
  padding: 0px 10px;
  resize: none;
  height: 70px !important;
  width: 86%;
  margin-top: 1rem;

}

.notesDesContainer .input-container .formik-input:focus {
  box-shadow: none;
}

.notesDesContainer.focused {
  box-shadow: rgba(0, 86, 179, 0.3) 0px 0px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 86, 179);
  border-image: initial;
  outline: none;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

.sendActionbtn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.dtBox label {
  display: none;
}

.dtBox .formik-input,
.dtBox .formik-div input {
  min-height: 18px;
}

.detailContainer {
  display: flex;
  /* background: #f1f1f1; */
  background: #eef2fa;
  height: calc(100vh - 95px);
  overflow: auto;
}

.viewFormContainer {
  width: 100%;
}

.viewFormNotesOuter {
  /* width: 320px; */
  top: 11px;
  position: sticky;
  right: 0;
  height: calc(100vh - 124px);
  z-index: 986;
  background: #fff;
  margin: 0rem 1rem 1rem 0;
  border-radius: 10px;
  /* width: 520px; */
  width: 450px;
}

.rightBlock {
  height: calc(100vh - 240px);
}

.NotesContent {
  height: 100%;
  overflow-y: auto;
}

.notesDes {
  /* border: 1px solid #d1d1d1; */
  border-radius: 6px;
  margin-bottom: 1rem;
  padding: 1rem;
  width: 100%;
  background: #f9f9ff;
}

.NotesContent>.row>div.col-md-12:nth-last-child(2) {
  .notesDes {
    margin-bottom: 0;
  }
}

.noteForm {
  background: #fff;
}

.notestHDr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submittedDate {
  color: #71717a;
  font-size: 0.838rem;
}

.notesTitle {
  color: #000;
  font-weight: 500;
  line-break: anywhere;
  line-height: 1.2rem;
  font-size: .938rem;
}

.notesFtr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.submitedBy {
  color: #000;
  font-size: 0.838rem;
}

.badge-light-blue {
  background: #c4e9d5;
  color: #3d3b6d;
  font-size: 0.7rem;
  font-weight: 500;
}

#detailPageRight.rightBlock {
  height: fit-content;
}

#overview {
  display: block;
}

.notesRow {
  margin-bottom: .61rem;
}

.addNoteText {
  margin-bottom: 1rem;
  word-wrap: break-word;
  line-height: 18px;
  font-size: .8rem;
  color: #5c5c5c;
}

.actionButton img {
  width: 14px;
  margin: 0rem 0.5rem 0 0;
}



.btnSend {
  min-width: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50px;
}

.btnSend.roundspin {
  display: flex;
  align-items: center;
  justify-content: center;
}

.postedBy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.postedBy .userImg {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.postedBy .userImg img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.dateTime {
  font-size: .75rem;
  color: #456abb;
  margin-top: .35rem;
}

/************Notes***********/



.edit-project-button {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #456ABB;
  color: white;
  border: 2px solid #456ABB;
  padding: 8px 18px;
  border-radius: 4px;
  cursor: pointer;
  font-size: .8rem;
  transition: all .3s ease;
}

.edit-project-button svg {
  width: 14px;
  height: 14px;
}

.edit-project-button:hover {
  background: #36539C;
}

.desktop_flexbtn {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: absolute;
  bottom: 6px;
  right: 0;
}

.teal-icon {
  background-color: #d6f2f5;
}

.work-hours h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 0px 0px 15px;
}

.descriptionCard {
  min-height: calc(100vh - 472px);
}

.descriptionCard p {
  margin-bottom: 1rem;
  word-wrap: break-word;
  line-height: 18px;
  font-size: .8rem;
  color: #5c5c5c;
}

.flex_projectnm img {
  width: 48px !important;
}

/* *************************************************Note section add in info page *********************************************** */

.disply_column {
  flex-direction: column;
  display: flex;
  gap: 20px;
  width: 100%;
  flex: 2;
}

.timetrackNotesBox {
  /* width: 320px; */
  top: 0px;
  position: sticky;
  right: 0;
  height: calc(100vh - 172px);
  z-index: 986;
  background: #fff;
  margin: 0rem 0rem 0rem 0;
  border-radius: 10px;
  /* width: 520px; */
  width: 450px;
}

.Notes-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  /* padding: 1rem; */
  border-bottom: 1px solid #e5e7eb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pd_card {
  padding: 1rem;
}

.quoteContent {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  padding: 14px;
}

.tt-NotesContent {
  height: calc(100vh - 276px);
  overflow-y: auto;
}

.featuresNotes .tt-NotesContent {
  height: calc(100vh - 338px);
}

#calendar {

  .fc .fc-cell-shaded,
  .fc .fc-day-disabled {
    background: hsl(220, 100%, 98.2%);
  }
}

.wdFull {
  width: 100%;
}

.cfcRightAction {
  display: flex;
  gap: 10px;
  align-items: center;

  .para {
    background-color: transparent;
  }
}

.permission-table table td,
.permission-table table th {
  font-size: .85em;
}

.permission-table table th {
  background-color: #E7F3FF;
}

.permission-table table thead tr {
  background-color: #E7F3FF;
}

.permission-table table tr:nth-child(even) {
  background-color: #F4FAFF;
  /* light gray background for odd rows */
}

.permission-table table tr:hover {
  background-color: #dfe9ff;
  /* light blue background on hover */
}

table tr:hover {
  background-color: #dfe9ff;
  /* light blue background on hover */
  cursor: pointer;
}

.permission-table table td {
  padding: .15rem .5rem;
}

.permission-table {
  height: calc(100vh - 96px);
  border: 1px solid #d1cfcf;
}

.permission-table table thead {
  position: sticky;
  top: 0;
}

.permission-table table {
  height: 100%;

}

.permission-table table th {
  border-top: none;
}

.permission-table table tr:last-child td {

  border-bottom: none;
}

.userNumber {
  font-weight: 500;
  display: flex;
  gap: 12px;
  font-size: 13px;

}

.flexDivUser {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 42px;
}

/***********UI Enhancement V1- 04072025**********/

#timetrackbg {
  overflow-y: hidden;
}

.dashboard_container {
  height: 100%;
}

.timetrack_layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  overflow: auto;
  /* background: #fcfcfe; */
}

.bg-tt-lightblue,
.bg-tt-lightgreen,
.bg-tt-lightorange {
  transition: all .4s;
}

.bg-tt-lightblue:hover {
  background-color: #EBEFFF;
  border-color: #C6D1FE;
}


.bg-tt-lightgreen:hover {
  background-color: #EBFCEB;
  border-color: #CDECCD;
}

.bg-tt-lightorange:hover {
  background-color: #FFF1E9;
  border-color: #F5DDD0;
}

.bg-tt-lightyellow:hover {
  background-color: #FFFDEF;
  border-color: #F1EBC5;
}



.timetrack_sidemenu {
  /* background: #1b2974; */
  background: #374668;
}

.tt_sidebtn:hover,
.tt_sidebtn:focus,
.tt_sidebtn:active,
.tt_sidebtn.active {
  opacity: 1;
  border-left-color: #ed9f39;
}

.tt_flextxt p {
  font-size: .7rem;
  font-weight: 400;
  color: #222;
}

.table td {
  padding: .35rem .5rem;

}

.tt-fill-btn {
  border-radius: 6px;
  padding: .35rem .5rem;
  font-size: .8rem;
  background: #275ACA;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
  border: 1px solid #275ACA;
  font-weight: 500;
}

.tt-outline-btn {
  border-radius: 6px;
  padding: 0px 10px;
  font-size: .8rem;
  color: #275ACA;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
  border: 1px solid #275ACA;
  background: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.addicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: transparent;
  transition: all .4s;
}

.addicon:hover {
  background-color: #fff;
  transition: all .4s;
}

.modal-backdrop.show {
  opacity: .25;
}

.input-container .form-control {
  padding: .5rem .75rem;
}

/***********UI Enhancement V1- 04072025**********/

#ViewModalFrame {
  .modal-overlay {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  /* .modal-dialog {
    width: 840px !important;
    max-width: 840px !important;
    height: 84vh !important;
    transform: translateX(0%);
    margin: 0px auto !important;
    top: 50px;

  } */

  .modal-dialog.custom-expanded {
    width: 83vw !important;
    height: 93vh !important;

  }
}

/* *******************************************************************reports Page ***************************************************** */


.reportsScroller {
  overflow-y: auto;
  height: calc(100vh - 76px);
}


/* *********************************************************************Role Mangement scroll ************************************* */

.rgtContentHeight {
  overflow-y: auto;
  height: calc(100vh - 214px);
}

.menuView {
  .ag-theme-alpine .ag-root-wrapper {
    z-index: 1;
    position: relative;
  }
}


.ag-dropdown-fix {
  z-index: 9999;
  position: absolute;

  .dropdown-item {
    color: #333;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
  }

  .dropdown-item:hover,
  .dropdown-item:focus,
  .dropdown-item:active {
    background-color: #e6ecfa;
    /* Light background on hover */
    color: #36539C;
    /* Dark blue text */
  }

  /* SVG image/icon inside button changes to blue shade */
  .dropdown-item:hover img,
  .dropdown-item:focus img,
  .dropdown-item:active img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(16%) saturate(2399%) hue-rotate(197deg) brightness(95%) contrast(85%);
  }
}

#dropdownViewGrid {

  /* .ag-root,
  .ag-body-viewport,
  .ag-center-cols-clipper,
  .ag-center-cols-container,
  .ag-row,
  .ag-cell {
    overflow: visible !important;
    z-index: auto !important;
    position: relative !important;
  } */

  /* .ag-root,
  .ag-body-viewport,
  .ag-center-cols-clipper,
  .ag-center-cols-container,
  .ag-row,
  .ag-cell {
    overflow: visible !important;
    position: relative !important;
    z-index: 1;
  } */

  /* .ag-root,
  .ag-center-cols-container,
  .ag-cell,
  .ag-row {
    overflow: visible !important;
    z-index: 1;
  } */

  .ag-body-viewport-wrapper,
  .ag-body-horizontal-scroll {
    overflow: visible !important;
  }

  .ag-root-wrapper {
    transform: none !important;
  }

  .ag-grid-container {
    overflow: visible !important;
    position: relative !important;
  }


}


.dropdown {
  /* border: 1px solid #ced4da;  */
  padding: 10px;
  /* More padding for better spacing */
  margin: 10px 0;
  /* Top and bottom margin for separation */
  width: 100%;
  border-radius: 5px;
  /* Rounded corners */
  font-size: 16px;
  /* Larger text size */
}

#dropdown-basic,
[id^="dropdown-"].btn.btn-success {
  width: 100%;
  padding: 10px;
}

.dropdown {
  padding: 0px;
  margin: 0px;
}

#dropdown-basic,
[id^="dropdown-"].btn.btn-success {
  background-color: transparent;
  border: 1px solid var(--bs-breadcrumb-border);
  box-shadow: none;
  color: hsl(0, 0%, 20%) !important;
  /* color: var(--bs-body-color); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 374px; */
  font-size: 13px;
  padding: 8px 10px;
}

.dropdown-item {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
}

.dropdown-menu a {
  color: #000;
  font-size: 0.85rem;
}

.dropdown-menu a:hover {
  background-color: #efeeff;
  color: #222;
}

.btn-group .dropdown-toggle::after {
  color: #fff;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

.dropdown-menu.show {
  display: block;

  width: 100%;
}

.assign_dropdown .dropdown-toggle::after {
  color: #ddd;
}

.assign_dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.655em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

/* .dropdown-toggle::after {
   color: #777; 
  color: white;
  border-top: 0.5em solid
} */

#dropdown-basic:hover,
#dropdown-basic:focus,
[id^="dropdown-"].btn.btn-success:hover,
[id^="dropdown-"].btn.btn-success:focus {
  border: 1px solid #456abb;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}





.popover-menu {
  animation: fadeIn 0.2s ease-in-out;
  padding: 4px 0;
}

.popover-menu .dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}

.popover-menu .dropdown-item:hover {
  background-color: #f5f5f5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.viewPagetxt {
  font-size: .58rem;
  font-weight: bold;
  letter-spacing: .8px;
}

.popover-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.pop_pd {
  .popover-body {
    padding: .5rem !important;
  }
}

.popover-btn:hover,
.popover-btn:focus,
.popover-btn:active {
  background-color: #e6eefc;
  color: #1c3d8f;
  text-decoration: none;
}


/* .popover-btn:hover img,
.popover-btn:focus img,
.popover-btn:active img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(24%) saturate(748%) hue-rotate(186deg) brightness(95%) contrast(95%);
} */

.popover-btn:hover svg,
.popover-btn:focus svg,
.popover-btn:active svg {
  stroke: #4b5266;
}

.control-btn {
  border: 1px solid #95abdb;
  background: #fff;
  color: #275aca;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;

}

.control-btn:hover,
.control-btn:focus,
.control-btn:active {
  box-shadow: 0 1px 3px 3px rgb(157 181 234 / 20%);
  background: rgb(78 118 207);
  color: #fff;
}

.moredtl {
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;

}

.moredtl:hover svg {
  fill: rgb(78 118 207);
}

.control-btn:hover img,
.control-btn:focus img,
.control-btn:active img {

  filter: brightness(0) invert(1);
}


/* ***********************************************Project detail Header  changes *********************************** */
.project_code {
  padding: 11px 11px;
  background: rgb(239, 247, 229);
  margin-left: 8px;
  font-size: 0.8rem;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-weight: 500;
}

.project_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: .25rem;

}

.flex_content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.text_view {
  margin-bottom: .4rem;
  font-size: .8rem;
}

.btn-primary:active:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 4px 12px rgba(21, 75, 190, 0.35),
    0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.btn-outline-secondary:active:focus,
.btn-secondary:active:focus {
  box-shadow: 0 4px 10px rgba(108, 117, 125, 0.25),
    0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.btn-danger:active:focus {
  box-shadow: 0 4px 10px rgba(220, 53, 69, 0.35),
    0 2px 4px rgba(0, 0, 0, 0.1) !important;
}



/* ********************************************************************************* */


.spce-vwq {
  gap: 20px;
}

/*****add timesheet modal - mobile view *********/

.sideopen {

  #ViewModalFrame {
    .modal-dialog {
      width: auto !important;
      max-width: 90% !important;
      min-height: calc(100vh -58px) !important;
      max-height: calc(100vh - 58px) !important;
      transform: translateX(0%);
      margin: 0px auto !important;
      top: 30px !important;
      left: 0;
    }

    .modal-overlay {
      width: calc(100vw - 79px);
      left: 79px;
    }
  }
}

.user-initials {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #007bff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.css-1jqq78o-placeholder,
.css-7vqzzp-placeholder {

  color: hsl(0, 0%, 20%) !important;
}

/* .input-container input::placeholder {
  color: hsl(0, 0%, 20%) !important;
} */

::placeholder {
  color: hsl(0, 0%, 20%) !important;
}

.upload_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.input_size {
  .formik-input {
    font-size: .8rem;
  }
}

a.logo img {
  width: 390px;
}

/* .homePaegeContent {
  gap: 1.2rem;
} */

.leftHomePage {
  width: 280px;
  margin-right: 1.2rem;
}


/* .leftHomePage.hide {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  width: 0;
  padding: 0;

}

 
.leftHomePage.show {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
} */

.rightHomePage {
  height: calc(100vh - 175px);
  overflow-y: auto;
  width: 100%;
}

.chkin_card {
  margin-left: 1.2rem;

  .card {
    width: 280px;
    background: #fff;
    border: 1px solid rgba(229, 234, 245, 1);
    border-radius: 10px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);

    padding: 20px;
    text-align: center;
  }

  .profile-img {
    position: relative;
    display: flex;
    justify-content: center;

  }

  .profile-img-container {

    position: relative;
    display: inline-block;
  }

  .profile-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #ebeff6;
    position: relative;
  }

  .status-dot {
    width: 16px;
    height: 16px;
    background: #4caf50;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 8px;
    left: 60px;
  }

  .emp-id {
    color: #2a4bd1;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
  }

  .emp-name {
    font-weight: 500;
    margin-left: 0px;
    color: #000;
  }

  .designation {
    color: #707070;
    font-size: 14px;
    margin-top: .35rem;
    margin-bottom: .25rem;
  }

  .timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
  }

  .timer div {
    background: #eef2ff;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
  }

  .checkout-btn {
    margin-top: 10px;
    padding: 10px 20px;
    border: 1px solid #ee7a7a;
    color: #ee7a7a;
    background: transparent;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;

  }

  .checkin-btn {
    margin-top: 10px;
    padding: 10px 20px;
    border: 1px solid #0ebc6b;
    color: #0ebc6b;
    background: transparent;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;

  }

  .checkin-btn:hover {
    background: #0ebc6b;
    border: 1px solid #0ebc6b;
    color: #fff;
  }

  .checkout-btn:hover {
    background: #ee7a7a;
    border: 1px solid #ee7a7a;
    color: #fff;
  }

  .info-section {
    margin-top: 15px;
    text-align: left;
  }

  .info-title {
    font-weight: 600;
    margin-bottom: 12px;
  }

  .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .info-item .infoIcon {
    width: 30px;
    height: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5ea;
    border-radius: 6px;
    margin-right: .5rem;
  }

  .info-item.grn i {
    color: #6aa163;
  }

  .info-item.blu i {
    color: #0a58ca;
  }

  .info-item.purp i {
    color: #a764ce;
  }

  .info-item.teal i {
    color: #39d1c4;
  }

  .info-item h6 {
    font-size: .8rem;
    margin-bottom: .15rem;
    color: #707070;
    font-weight: 400;
  }

  .info-item p {
    margin: 0;
    font-size: .8rem;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 500;
  }

  .reporting {
    margin-top: 10x;
    border-top: 1px solid #eee;
    padding-top: 10px;
    display: flex;
    align-items: center;
  }

  .reportingTo {
    text-align: left;
    font-size: .95rem;
    line-height: .95rem;
  }

  .reporting h6 {
    margin-bottom: .15rem;
    font-size: .85rem;
    font-weight: 400;
    color: #707070;
  }

  .reporting p {
    margin: 0;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 500;
  }


  .reporting img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    margin-right: 10px;
  }

  .reporting span {
    color: #2a4bd1;
    font-weight: 600;
    text-decoration: none;

  }

  .reporting .statusChk {
    font-size: 13px;
    color: green;
    margin-top: 2px;
    font-weight: 600;
  }
}

.tt_dsh_content {
  display: flex;

}

th.stickyColumn,
td.stickyColumn {
  position: sticky;
  right: 0;
  background: #f2fcf8;
  /* z-index: 99; */

}

.footerSec {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 1rem;
  border: 1px solid rgba(229, 234, 245, 1);
  border-radius: 10px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);

  display: flex;
  align-items: center;
  justify-content: center;

  footer {
    padding: 1.1rem;
  }
}

.present-day {
  background-color: #eafbea !important;
}

.half-day {
  background-color: #fff9e6 !important;
}

.absent-day {
  background-color: #fdeaea !important;
}

.attendance-mark {

  font-size: 12px;

  position: absolute;
  top: 0px;
  right: -24px;
  line-height: 5px;
  border: 1px solid lightgreen;
  padding: 5px;

  background: lightgreen;

  border-bottom-left-radius: 12px;
}

/* container inside ag grid cell */
/* .mpr-cell-root {
  display: flex;
  align-items: center;
  padding: 4px 6px;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 13px;
} */
.mpr-cell-root {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* <-- very important */
  padding: 0 8px;
  /* <-- matches AG-Grid default */
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 13px;
}

/* first feature shown inline */
.mpr-cell-main {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.mpr-first-text {
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  max-width: 160px;
  display: inline-block;
}

/* badge to open popover */
.mpr-badge {
  background: #eef2ff;
  color: #1f2937;
  padding: 3px 7px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid rgba(31, 41, 55, 0.06);
  display: inline-flex;
  align-items: center;
}

/* Popover root */
.mpr-popover {
  max-width: 480px;
  width: 480px;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.12);
  overflow: hidden;
}

/* popover UI */
.mpr-popover-root {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  width: 350px;
}

.mpr-popover-header {
  font-weight: 700;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
}

.mpr-popover-list {
  max-height: 360px;
  overflow-y: auto;
  padding: 8px;
  background: #fff;
}

/* each feature block in popover */
.mpr-pop-popitem {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 6px;
}

.mpr-pop-feature-row {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  padding: 6px;
  border-radius: 6px;
}

.mpr-pop-feature-row:hover {
  background: rgba(17, 24, 39, 0.03);
}

/* placeholder for chevron spacing */
.mpr-pop-placeholder {
  width: 16px;
  display: inline-block;
}

/* chevron */
.mpr-pop-chev {
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mpr-chevron {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.14s ease;
  font-size: 10px;
  color: #374151;
}

.mpr-chevron.open {
  transform: rotate(90deg);
}

/* title and meta */
.mpr-pop-title {
  flex: 1;
  font-weight: 600;
  color: #111827;
}

.mpr-pop-meta {
  font-size: 12px;
  color: #6b7280;
}

/* assignments list under feature */
.mpr-pop-assignments {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
}

/* assignment row */
.mpr-assign-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-radius: 6px;
}

.mpr-assign-row:hover {
  background: rgba(17, 24, 39, 0.02);
}

.mpr-assign-name {
  flex: 1;
  font-weight: 500;
  color: #111827;
}

.mpr-assign-meta {
  font-size: 12px;
  color: #6b7280;
}

/* child list */
.mpr-child-list {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}

.delivery-light,
.mpr-pop-subcount {
  /* font-weight: 400 !important; */
  /* lighter */
  opacity: 0.5;
  /* softer */
  margin-left: 4px;
  font-style: italic;
}

.mpr-child-item {
  padding: 4px 6px;
  background: rgba(236, 244, 255, 0.6);
  border-radius: 6px;
  font-size: 13px;
}

/* empty cell */
.mpr-empty-cell {
  color: #9ca3af;
  font-size: 13px;
}


.mpr-assign-status,
.mpr-child-status {
  margin-left: 6px;
  font-size: 12px;
  color: #6c757d;
  float: right;
}

.mpr-pop-row {
  display: flex;
  justify-content: space-between;
  /* pushes status to right */
  width: 100%;
  align-items: center;
}

/* Name + assignment count inline */
.mpr-pop-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Right align status */
.mpr-pop-right {
  text-align: right;
  min-width: 120px;
  /* adjust if needed */
}

.mpr-pop-status {
  color: #6c757d;
  font-weight: 500;
}

.mpr-pop-subcount {
  font-size: small;
}



/* ************************************Notification section******************************************* */

.header-actions-flex {
  display: flex;
  align-items: center;
  gap: 4px;
}


.notification-wrapper {
  .bell-wrapper {
    position: relative;
    cursor: pointer;
    /* height: 32px;
    width: 32px; */
  }


  .tt-outline-btn:hover .bell-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg);
  }

  .bell-icon {
    width: 16px;
    height: 16px;
  }

  .badge-count {
    position: absolute;
    top: -4px;
    right: -4px;
    /* background: #6AA163; */
    background: #22c55e;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    padding: 3px;
    min-width: 16px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
  }


  /* ****************offcanvas notification***************** */




  .offcanvas-notification {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease-in-out;
    z-index: 999;
  }

  .offcanvas-notification.show {
    right: 0;
  }


  .offcanvas-body ul {
    list-style: none;
    padding-left: 0;
    padding: 0;
  }

  .offcanvas-body ul li {
    padding: 10px 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: .5rem;
    border-radius: 8px;
  }



  /* ================================
     NOTIFICATION LIST STYLING
     ================================ */

  .noti-item {
    background: #ffffff;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  /* Hover effect */


  /* Highlight unread items */
  .noti-item.unread {
    background: #eef4ff;
    border-color: #365397;
  }

  .noti-item:hover.unread {
    background: #e2ecff;

  }

  /* Title (strong tag) */
  .noti-item strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
  }

  /* Message text */
  .noti-item div {
    font-size: 13px;
    color: #374151;
    margin-bottom: 5px;
    line-height: 1.4;
  }

  /* Time text */
  .noti-item small {
    font-size: 11.5px;
    color: #6b7280;
  }


  /* UNREAD Notification */
  .noti-item.unread {
    /* background: #f2f6ff;
    border-color: #3b82f6; */

    background-color: #f1f9ff;
    border-left: 4px solid #365397;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));

  }



  .noti-item.read {
    background-color: #fefefe;
    border-left: 4px solid #c4c4c4;
    filter: none;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
  }




  /* Blue Outline Box */
  .bell-outline {
    width: 32px;
    height: 32px;
    border: 1px solid #456ABB;
    /* Blue border */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* center align SVG */
  }

  /* Bell icon color */
  .bell-icon {
    color: #456ABB;
    /* Blue icon */
    transition: transform 0.2s ease, color 0.2s ease;
  }

  /* Optional hover animation */
  .bell-outline:hover .bell-icon {
    transform: scale(1.1);
  }



  .offcanvas-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .offcanvas-header h5 {
    font-size: 1.2rem;
  }

  /* Reset Bootstrap Close Icon */
  .custom-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #f1f1f1 !important;
    opacity: 1 !important;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  /* Create custom "×" icon */
  .custom-close::before {
    content: "×";
    font-size: 22px;
    line-height: 1;
    color: #000;
  }

  /* Hover Effect */
  .custom-close:hover {
    background-color: #e0e0e0 !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .offcanvas-body {
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 55px);
  }

  .notification-item {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
  }

  .notification-item.unread {
    background: #eef4ff;
    font-weight: 600;
  }
}

.attendance-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.attendance-popup {
  background: white;
  padding: 18px;
  border-radius: 8px;
  min-width: 260px;
  font-family: sans-serif;
}

.popup-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.popup-close {
  cursor: pointer;
  color: #e00;
  font-weight: bold;
}

.popup-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

/* Container for each cell */
.attendance-cell {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 6px;
}

/* Wrapper takes entire cell */
.attendance-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  display: flex;
  justify-content: center;
  /* Centers P/A circle horizontally */
  align-items: center;
  /* Centers P/A vertically */
}

/* Top-right aligned date */
.attendance-date {
  position: absolute;
  top: 4px;
  right: 6px;

  font-size: 18px;
  color: #5c5c5c;
  font-weight: 500;
  pointer-events: none;
}

/* Perfect centered P/A badge */
.attendance-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  /* padding-top: 10%; */
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 15px;
  font-weight: 700;

  border: 2px solid transparent;
  transition: 0.2s ease-in-out;
}

/* PRESENT – green shaded circle */
.attendance-badge.present {
  color: #1b8f43;
  background: #e2f6ea;
  border-color: #9ad8b0;
}

/* ABSENT – red shaded circle */
.attendance-badge.absent {
  color: #d0283d;
  background: #fadcdc;
  border-color: #f0a9b0;
}

/* Professional micro-interaction */
.attendance-badge:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.features-cell-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
}

.feature-text-ellipsis {
  flex: 1;
  min-width: 0;
  /* REQUIRED for ellipsis inside flex */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-plus-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #007bff;
  padding: 0;
  font-weight: 600;
}

.mpr-feature-link {
  color: #007bff;
  cursor: pointer;
  font-weight: 500;
}

.mpr-feature-text {
  color: #111;
}

/* FIX 1 — Keep the horizontal scroll container visible */
.ag-details-row .ag-body-horizontal-scroll,
.ag-details-row .ag-body-horizontal-scroll-viewport {
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  display: block !important;
}

/* FIX 2 — AG Grid detail grids need this to prevent height collapse */
.ag-details-row .ag-center-cols-viewport {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  min-height: 1px !important;
}

/* FIX 3 — Prevent AG Grid from collapsing internal viewport at zoom < 100% */
.ag-details-row .ag-center-cols-container {
  min-width: 1600px !important;
  /* adjust if more columns */
}

/* FIX 4 — pinned columns zoom glitch fix */
.ag-details-row .ag-pinned-left-cols-container,
.ag-details-row .ag-pinned-right-cols-container {
  transform: translateZ(0) !important;
}