@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
  --rh-grey: #DBDBDB;
  --rh-orange: #FFD58D;
  --rh-red: #FFBFAF;
  --rh-blue: #4475BA;
  --rh-dark-grey: #787486;
  --rh-dark-blue: #274268;
}

* {
  font-family: "DM Sans", serif;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

p {
  font-size: 16px;
}

h1, h2, p {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #1f1f1f;
  margin-bottom: 0;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

button {
  all: unset;
}

a {
  all: unset;
  cursor: pointer;
}

label {
  cursor: pointer;
}

.form-check-input[type=checkbox] {
  cursor: pointer;
}

.font-barlow * {
  font-family: "Barlow", serif;
}

.font-12 {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}

.gap-20 {
  gap: 20px;
}

.bold-600 {
  font-weight: 600 !important;
  margin-bottom: 1rem;
}

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

.text-grey {
  color: #787486;
}

.underline {
  text-decoration: underline;
}

.end-25 {
  right: 25px;
}

.end-60 {
  right: 60px;
}

.top-30 {
  top: 30px;
}
.project-card:hover {
  cursor: pointer;
}
.badge {
  width: fit-content;
  height: 22px;
  border: none;
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
}
body{
  position: relative;
}
.overlay-loading.active{
  display: flex;
}
.overlay-loading{
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left:0;
  background-color: #66666691;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}
.text-bg-warning {
  color: #eeb61e !important;
  background: rgba(238, 182, 30, 0.2) !important;
}

.text-bg-success {
  color: #2ba733 !important;
  background: rgba(43, 167, 51, 0.2) !important;
}

.text-bg-primary {
  color: #4475BA !important;
  background-color: rgba(68, 117, 186, 0.2) !important;
}

.btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
}

.card-link-data {
  text-align: center;
  vertical-align: middle;
}

.card-link-data img {
  width: 30px;
  height: 30px;
}

.letter-icon {
  margin-right: 14px;
  border-radius: 50%;
  background-color: #FFD58D;
  padding: 2px 0;
  min-width: 28px;
  height: 28px;
  text-align: center;
  font-size: 16px;
}

.rh-icon-btn {
  color: #ffffff;
  background-color: #4475BA;
  padding: 8px 34px;
  border-radius: 10px;
  max-width: 100%;
}

.rh-icon-btn img {
  margin-left: 10px;
}

.rh-project-filter-popup {
  padding: 10px;
  min-width: 247px;
  height: auto;
  box-shadow: 0px 4px 12.1px 0px rgba(166, 166, 166, 0.25);
  border: 0;
  cursor: pointer;
}

.rh-project-filter-popup li button {
  display: flex;
  width: 100%;
  gap: 16px;
  padding: 5px;
  border-radius: 5px;
}

.rh-project-filter-popup li button:hover {
  background-color: #F5F5F5;
}

.rh-project-filter-popup p {
  font-weight: 400;
  font-family: "Barlow", sans-serif;
}

.profile-pic {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.accordion {
  border-radius: 16px;
  background: #F5F5F5;
  margin-bottom: 20px;
}

.accordion-item {
  border: 0;
}

.divider {
  color: #787486;
  font-size: 30px;
}

.accordion-button {
  width: -webkit-fill-available;
  font-size: 24px;
  color: #1f1f1f !important;
}

.accordion-body {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}

.accordion-body, .accordion-button, .accordion-button:not(.collapsed) {
  background: #F5F5F5;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.project-card {
  padding: 20px;
  width: 328px;
  height: 177px;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.project-card .title {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.project-card .badge {
  width: fit-content;
}

.share-network {
  display: grid;
  grid-template-columns: repeat(4, 30px);
  padding-right: 14px;
  position: relative;
}

.share-network img {
  border: 1px solid #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  grid-row: 1;
}
.share-network .profile-image:nth-child(1) {
  z-index: 1;
}
.last-avatar .profile-image:nth-child(1) {
  grid-column: 4;
  grid-row: 1;
}
.last-avatar .profile-image:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.last-avatar .profile-image:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
.share-network .profile-image:nth-child(2) {
  z-index: 1;
}

.share-network .profile-image:nth-child(3) {
  z-index: 2;
}

.share-network .profile-image:nth-child(4) {
  z-index: 3;
}

.share-network .letter-icon {
  padding: 10px;
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff;
  z-index: 5;
}

.dropdown-item {
  width: auto;
  cursor: pointer;
}

.rh-blue {
  color: #4475BA !important;
}
.rh-custom-offcanvas {
  padding: 41px 44px 34px;
  background: #F5F5F5;
  width: 537px !important;
  overflow-y: scroll;
}

.rh-custom-offcanvas p,
.rh-custom-offcanvas button {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.rh-custom-offcanvas a {
  background-color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.rh-custom-offcanvas .offcanvas-header {
  gap: 44px;
  padding-bottom: 60px;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.rh-custom-offcanvas .offcanvas-header button {
  font-size: 18px;
  gap: 13px;
  color: #4475BA;
}

.rh-custom-offcanvas .offcanvas-body {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 16px;
}

.rh-custom-offcanvas .offcanvas-body > div {
  padding-bottom: 38px;
}

.rh-custom-offcanvas .offcanvas-body > div p {
  padding-bottom: 14px;
}

.rh-custom-offcanvas .offcanvas-body > div button {
  margin-left: auto;
  margin-right: 0;
  padding: 10px;
}

.rh-custom-offcanvas .offcanvas-footer > div {
  padding: 0;
}

.rh-custom-offcanvas .offcanvas-footer button {
  padding: 8px 34px;
  border-radius: 10px;
  cursor: pointer;
  border-width: 2px;
}

.rh-custom-offcanvas .offcanvas-footer .btn-primary {
  margin-right: 12px;
}

.rh-custom-offcanvas .add-member {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.select2-selection{
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.select2-selection__arrow{
  height: 100% !important;
}
.rh-custom-offcanvas .dropdown-item {
  width: auto;
}

.rh-project-filter-popup {
  cursor: pointer;
}

.rh-project-filter-popup li {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.rh-project-filter-popup li:hover {
  background-color: #F5F5F5;
}

.custom-sort-btn {
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #787486;
  width: 140px;
  cursor: pointer;
  color: #787486;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.side-pannel-form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.side-pannel-form .offcanvas-body {
  flex-grow: 0;
}

.edit-details.dropdown-menu.show {
  top: 30px !important;
  left: -40px !important;
}

.delete-btn {
  gap: 10px;
  color: #B61D1D;
  padding: 8px 34px 8px 0 !important;
}

.dropdown-toggle::after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  border-radius: 1px;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 17px;
  right: 15px;
}

.offcanvas.offcanvas-start {
  left: 94px;
  width: 94px;
  visibility: visible;
  cursor: default;
}

.offcanvas.offcanvas-start .toggle-item {
  display: none;
}

.offcanvas.offcanvas-start .rh-site-branding {
  border-bottom: none;
  justify-content: center;
}

.offcanvas.offcanvas-start .rh-site-branding button img {
  transform: rotate(180deg);
}

.offcanvas.offcanvas-start .rh-icon-btn {
  padding: 8px 11px;
}

.offcanvas.offcanvas-start .rh-icon-btn img {
  margin-left: 0;
  margin-top: -5px;
}

.offcanvas.offcanvas-start + .rh-site-main {
  margin-left: 94px;
}

.offcanvas.offcanvas-start.show + .rh-site-main {
  margin-left: 289px;
}

.offcanvas.offcanvas-start.show {
  left: 0;
  width: 289px;
  cursor: default;
}

.offcanvas.offcanvas-start.show .toggle-item {
  display: block;
}

.offcanvas.offcanvas-start.show span.toggle-item {
  display: inline-block;
}

.offcanvas.offcanvas-start.show .rh-site-branding {
  border-bottom: 1px solid #DBDBDB;
  justify-content: space-between;
}
.rh-site-branding>a.toggle-item {
  flex-basis: 100%;
  text-align: center;
}
.offcanvas.offcanvas-start.show .rh-site-branding button img {
  transform: rotate(0deg);
}

.offcanvas.offcanvas-start.show .rh-icon-btn {
  padding: 10px 30px;
}

.offcanvas.offcanvas-start.show .rh-icon-btn img {
  margin-left: 10px;
}

.offcanvas.offcanvas-start.show .rh-main-navigation a {
  justify-content: flex-start;
  color: #787878;
}

a.active-nav-link span{
  font-weight: 600;
  color: #1f1f1f;
}
a.active-nav-link img{
  filter: brightness(0) saturate(100%) invert(11%) sepia(1%) saturate(2222%) hue-rotate(47deg) brightness(87%) contrast(93%);
}

.offcanvas.offcanvas-start.show .rh-main-navigation a:hover,
.active-project {
  color: #1f1f1f !important;
}
.offcanvas.offcanvas-start.show .rh-main-navigation a:hover svg path{
  fill: #1f1f1f;
}

.btn-list-grid {
  height: 40px;
  width: 40px;
  background-color: var(--rh-dark-blue);
  padding: 10px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.btn-list-grid::before {
  content: url(../img/grid.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
}

.btn-list-grid.collapsed::before {
  content: url(../img/list-icon.svg);
}

.rh-sort-dropdown ul {
  padding: 10px;
  min-width: 200px;
  height: auto;
}

.rh-sort-dropdown ul li {
  display: flex;
  justify-content: space-between;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  color: #1f1f1f;
}

textarea {
  min-height: 105px !important;
  resize: none;
}

.form-control,
.form-floating > label {
  color: rgba(85, 85, 85, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-30px) translateX(0.15rem);
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-right: calc(1.5em + 4rem);
  padding-bottom: 1.625rem;
}
.form-control:focus,
.form-control:active {
  border-color: rgba(85, 85, 85, 0.3);
  box-shadow: none;
}

.btn.btn-outline-secondary.dropdown-toggle {
  border-radius: 4px !important;
  border: 1px solid rgba(85, 85, 85, 0.3);
  border-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-family: "Barlow", serif;
  padding: 10px 40px 10px 15px;
}

.btn.btn-outline-secondary.dropdown-toggle:hover::after,
.btn.btn-outline-secondary.dropdown-toggle.show::after {
  border-color: #ffffff;
}

.rh-btn-primary {
  color: #ffffff;
  background-color: #4475BA;
  margin-right: 12px;
}

.rh-btn-primary:hover {
  border-color: #4475BA;
  color: #4475BA;
  background-color: #ffffff;
}

.rh-btn-outline-primary {
  border-color: #4475BA;
  color: #4475BA;
  background-color: #ffffff;
}

.rh-btn-outline-primary:hover {
  color: #4475ba;
  border-color: #4475BA;
}

.edit-field {
  background-color: #F5F5F5 !important;
  border: 0;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #1f1f1f;
  font-size: 32px;
}

.editableTextHeading[contenteditable="false"]:empty {
  border-bottom: 1px solid #1f1f1f;
}

.editableTextHeading[contenteditable="false"] {
  min-width: 100px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.editableTextHeading[contenteditable="true"] {
  all: unset;
  border-bottom: 1px solid #1f1f1f;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #1f1f1f;
  margin-bottom: 0;
  max-width: 150px;
  min-width: 100px;
  font-size: 32px;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.alert-input-list .alert {
  padding: 0;
  margin-bottom: 0;
}

.rh-site-header {
  padding-top: 23px;
  padding-bottom: 23px;
  border-right: 1px solid #DBDBDB;
}

.rh-site-header ul {
  padding-left: 0;
  height: 100%;
  max-height: 315px;
  overflow-y: auto;
}

.rh-site-header .rh-site-branding {
  padding: 0 27px 22px 27px;
  display: flex;
  justify-content: space-between;
}

.rh-site-header .rh-main-navigation {
  padding: 30px 27px 0 27px;
}

.rh-site-header .rh-main-navigation a {
  margin-bottom: 27px;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.rh-site-header .rh-site-fav-projects {
  margin: auto 27px 0 27px;
  padding-top: 30px;
  border-top: 1px solid #DBDBDB;
  height: 45vh;
}
.bi-clipboard::before{
  content: url(../img/copyIcon.svg) !important;
}
.rh-site-header .rh-site-fav-projects > p {
  text-transform: uppercase;
  color: #787486;
  padding-bottom: 25px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.rh-site-header .rh-site-fav-projects h3 {
  text-transform: uppercase;
  padding-bottom: 25px;
}

.rh-site-header .rh-site-fav-projects .container-fav-project-filter {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  padding: 11px 5px;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
  font-family: "DM Sans", serif;
}

.rh-site-header .rh-site-fav-projects .menu-fav-projects::-webkit-scrollbar {
  display: none;
}

.rh-site-header .rh-site-fav-projects .menu-fav-projects li {
  padding: 11px 5px;
}

.rh-site-header .rh-site-fav-projects .fav-project-link .toggle-item {
  font-weight: 400;
  color: rgba(31, 31, 31, 0.5);
}

.rh-top-bar-section {
  padding: 19px 25px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DBDBDB;
}

.alignment-fav{
  display: flex;
  align-items: center;
}

.rh-top-bar-section form {
  width: 417px;
  height: 44px;
  border-radius: 6px;
}

.rh-top-bar-section form input {
  width: 100%;
  padding: 10px 17px 10px 50px;
  background-color: #F5F5F5 !important;
  border: 0;
}

.rh-top-bar-section form button {
  top: 7px;
  left: 17px;
}

.rh-top-bar-section .profile-pic {
  margin-left: 27px;
  margin-right: 14px;
}

.notification-container .btn-light img {
  margin-left: 13px;
  width: 18px;
  height: 18px;
}

.main-container {
  padding: 25px;
}

.rh-all-projects {
  padding: 0 0 38px 0;
}

.rh-all-projects .side-pannel {
  gap: 20px;
  min-height: 40px;
}

.rh-project {
  padding: 0;
}

.rh-project .offcanvas-body {
  min-height: 541px;
}

.project-pannel {
  gap: 24px;
  align-items: baseline;
}
.project-pannel h1{
  max-width: 650px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.project-pannel .toggle-item {
  transform: rotate(90deg);
}

.project-pannel .rh-project-filter-popup li {
  justify-content: start;
  gap: 16px;
  align-items: center;
}

.side-pannel {
  gap: 20px;
  align-items: center;
}
.rh-project-cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.rh-project-cards .card {
  text-align: center;
  width: 201px;
  height: auto;
  padding: 18px;
  border: 1px solid #e3e3e3;
}

.rh-project-cards .card .d-flex {
  height: 17px;
}

.rh-project-cards .card .card-image {
  margin: 11px 0;
}

.rh-project-cards .card .card-image a {
  font-size: 18px;
  width: -webkit-fill-available;
  font-family: "Barlow", serif;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}

.rh-project-cards .card .letter-icon {
  width: 77px;
  height: 77px;
  display: block;
  margin: 0 auto 14px auto;
  font-size: 44px;
  padding: 4px 0;
}

.rh-project-cards .card p {
  font-size: 12px;
  font-family: "Barlow", serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #8f8f8f;
}
.rh-project-list {
  max-height: 45vw;
}
.rh-project-list thead tr > th {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
}

.rh-project-list tbody td {
  vertical-align: middle;
  text-align: center;
}

.rh-project-list tbody td button {
  font-size: 16px;
  font-family: "Barlow", serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.rh-project-list tbody td p {
  font-family: "Barlow", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
}

.rh-project-list tbody td a {
  font-family: "Barlow", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.rh-project-list tbody td .btn-light img {
  margin-right: 13px;
}

.rh-project-list tbody td .btn-light {
  font-family: "Barlow", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rh-project-list th+td {
  display: flex;
}

.rh-project-list .card-image .letter-icon {
  padding: 5px 10px;
}

.rh-project-list .letter-icon {
  margin-right: 21px;
  width: 27px;
  height: 27px;
  padding: 4px 8px;
  display: inline-block;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  text-align: center;
}

.offcanvasViewPassword .offcanvas-header {
  gap: 0;
}

.offcanvasViewPassword .offcanvas-header .letter-icon {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  font-size: 44px;
  padding: 5px 18px;
}

.members li {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.members li img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.members li select {
  width: 100px;
  margin-right: 0;
  margin-left: auto;
  padding: 0;
  border: 0;
}

.members li select option {
  font-size: 16px;
}

.rh-project-add {
  padding-top: 31px;
  padding-bottom: 44px;
}

.rh-project-add .side-pannel {
  min-height: 40px;
}

.rh-login {
  position: relative;
  padding: 55px;
  width: 100%;
  height: calc(100vh - 29px);
}
button.login-btn{
  padding: 18px 54px;
  color : var(--rh-blue);
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
}
button.login-btn img{
  width: 20.5px;
  height: 20.5px;
  margin-right: 10px;
}
.rh-login .rh-login-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.rh-login > div {
  text-align: center;
  height: 100%;
}

.rh-login h1 {
  max-width: 410px;
  margin-bottom: 34px;
}

.rh-login h1 span {
  color: #4475BA;
}

.rh-login p {
  font-size: 24px;
  max-width: 557px;
  font-weight: 400;
}

.rh-login .rh-login-para {
  margin-top: 94px;
  margin-bottom: 34px;
  font-weight: 500;
}

footer {
  height: 29px;
  text-align: right;
  padding: 7px 18px;
  background-color: #0d303e;
}

footer p {
  font-size: 12px;
  color: #ffffff;
}

/* Media Query */
@media (max-width: 576px) {
  .offcanvas.offcanvas-start.show + .rh-site-main {
    display: none;
  }

  .offcanvas.offcanvas-start + .rh-site-main {
    display: block;
  }
}

.selected-mail, 
.overflow-fav {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 175px;
  border: none;
  background: transparent; 
}

.select2-selection__choice {
  display: none !important;
}

.role-select {
  margin-left: 0px !important;
}

.table-logo{
  width: 8vw;
}

.purpose-input {
  border: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 175px;
  font-size: 3.3em;
  background: transparent;
  outline: none; 
}

.purpose-input:focus {
  border: none;
  font-size: 1.8em;
  background: transparent;
  outline:auto;
}

.modal-content {
  border: none; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-header {
  border-bottom: none;
  background: transparent;
  padding: 20px 20px 10px;
}


.modal-title {
  font-weight: 500; 
  font-size: 1.1rem; 
  color: #333; 
}

.modal-body {
  padding: 15px 20px;
  font-size: 1rem;
  text-align: center;
  color: #555; 
}

.modal-footer {
  border: none;
  justify-content: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}

.btn:hover {
  background-color: rgba(0, 0, 0, 0.05); 
}

.btn-close {
  opacity: 0.5;
  transition: opacity 0.2s;
}

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

.bi-x-circle{
  font-size: 5rem !important;
  color: #f15e5e;
}
.bi-file-earmark-text {
  font-size: 4rem !important;
}
.modal-footer .btn-danger {
  background: #f15e5e;
}
.modal-footer .btn-danger:hover {
  background: #ee3535;
}
.modal-footer .btn-info {
  background: #c1c1c1;
}
.modal-footer .btn-info:hover {
  background: #a8a8a8;
}

.form-control:disabled {
  background-color: transparent !important;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--rh-dark-blue);
  --bs-tooltip-color: var(--bs-white);
}

.all-projects-div, .favorite-projects-div{
  overflow-y: auto;
  max-height: 25vw;
}

.notification{
  width: 100%;
  margin-top: 10px;
  background-color: #f2f2f2;
}
.dropdown-menu-end{
  width: fit-content !important;
  margin: 5px !important;
  padding: 10px !important;
  border: none;
  box-shadow: 0 0 1px black;
}
.notification-status {
  border: none;
  border-radius: 4px;
  width: 60px;
  padding: 3px;
  margin-top: 2px;
  font-size: small;
  text-align: center;
  font-weight: bold;
  color: white;
}

.notification-content{
  padding: 9px 0;
  user-select: none;
  max-width: 100%;
  min-width: 350px;
  word-wrap: break-word; 
  overflow-wrap: break-word;
  white-space: normal;
}

.created-at{
  font-style: italic;
  font-size: small;
  color: var(--rh-dark-grey);
}

.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: var(--rh-blue);
  color: white;
}

.notification-heading {
  font-weight: bold;
  font-size: large;
}
.mark-all-as-read {
  text-decoration: underline;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg:var(--rh-grey) !important;
}

#notification-container{
  max-height: 35vw;
  overflow-y: scroll;
}

.no-notification {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  font-weight: bold;
  color: var(--rh-dark-grey);
}

.invite-member-client-role{
  width: fit-content !important;
}

.p-250 {
  padding: 19px 250px;
}

@media only screen and (max-width : 768px){
  .p-250{
    padding: 20px;
  }
}

@media only screen and (max-width : 567px){
  .main-container{
   Padding :5px ; 
  }
  h1{
   Font-size : 30px; 
  }
  .rh-top-bar-section{
    padding: 15px 5px; 
  }
  .rh-custom-offcanvas{
    padding : 25px 15px; 
  }
  .notification-container .dropdown-menu{
    min-width: 289px !important;
    left: -0%  !important;
  }
  .notification-content{
    min-width: auto;
  }
}