@font-face {
  font-family: Lato-Bold;
  src: url(Lato-Bold.ttf);
}

@font-face {
  font-family: Lato-Medium;
  src: url(Lato-Medium.ttf);
}

@font-face {
  font-family: Lato-Regular;
  src: url(Lato-Regular.ttf);
}

body {
  font-family: Lato-Regular;
  min-height: 100vh;

  /*-moz-transform: scale(0.9, 0.9);  Moz-browsers */
  zoom: 0.9;
  /* Other non-webkit browsers */
  zoom: 90%;
  /* Webkit browsers */
}

@media screen and (max-width: 1439px) {
  body {
    /*-moz-transform: scale(0.8, 0.8);  Moz-browsers */
    zoom: 0.8;
    /* Other non-webkit browsers */
    zoom: 80%;
    /* Webkit browsers */
  }
}

html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

/* ---  varsha  -- */
/* ---  Project table  -- */
.main-body-content-project {
  background-color: #f5f5f5;
  padding-block: 6px;
  min-height: 80vh;
}

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f5f5f5;
}

#searchQueryInput {
  width: 100%;
  height: 32px;
  outline: none;
  border: 1px solid rgb(72, 53, 103);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
}

#searchQuerySubmit {
  width: 2.5rem;
  height: 1.8rem;
  margin-left: -2.6rem;
  background: #ffffff;
  border: none;
  outline: none;
}

.project .project-tab .Project-table {
  border-collapse: collapse;
  width: 100%;
  background-color: #f7f8fc;
  white-space: nowrap;
}

.project-tab {
  margin-top: 6px;
}

.project .project-tab th {
  background-color: #684e85;
  color: #ffffff;
  text-align: left;
  padding: 8px;
  font-family: Lato-Medium;
}

.project .project-tab tr {
  background-color: white;
}

.project .project-tab tr:hover {
  background-color: #b5a5c4 !important;
  cursor: pointer;
  font-weight: bold;
}

.project .project-tab td {
  text-align: left;
  padding: 5px 8px;
  border-bottom: 5px solid #f7f8fc;
  font-family: Lato-Regular;
}


/* ---  vaibhav  -- */
/* ---  Project table  -- */

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end !important;
}

.menu-options {
  align-self: center;
  color: #eceaef;
}

.logo-box {
  padding: 15px;
  padding-bottom: 10px;
}

.logo-box .img-fluid {
  max-width: 100% !important;
}

.main-header {
  background-color: #483567;
}

.create-issue-details {
  padding-top: 30px;
}

.main-body-content {
  background-color: #f5f5f5;
}

.page-title {
  color: #483567;
  font-family: Lato-Bold;
  margin: 0px;
  font-size: 22px;
}

.nav-breadcrumb {
  color: #483567;
  font-family: Lato-Medium;
  font-size: 16px;
}

.breadcrumb-block {
  background-color: #f5f5f5;
  position: sticky;
  top: 54px;
  z-index: 10;
}

/* ---  Design Hours  -- */
.nav-breadcrumb_design {
  height: 40px;
  padding-top: 10px;
}

.nav-bar.header-create-btn {
  background-color: #b5a5c4;
  padding: 3px;
  border: 2px solid #b5a5c4;
  border-radius: 5px;
  width: 100px;
  height: 35px;
}

.main-body-content-Edit-Issue {
  /* background-color: #ffffff; */
  padding-block: 0px;
  background-color: #F5F5F5 !important;

}

.edit-issue-title input {
  border: none;
  border-bottom: 1px solid #483567;
  border-radius: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #483567;
}



.Edit-issue .accordion-item {
  background-color: #ebe6f5;
  border: none;
}



.Edit-issue .accordion-button {
  color: #483567;
  box-shadow: 0px 3px 6px #00000029;
}


.Edit-issue .accordion-item {
  background-color: #ebe6f5;
  border: none;
}

.accordion-item .edit-delete-pad {
  display: inline;
  padding-left: 14px;
  color: #483567;
}

.Attachments {
  background-color: #ffffff;
}

.select-task-col {
  padding-top: 10px;
}

.form-select:focus {
  border: 1px solid #ced4da;
  outline: 0;
  box-shadow: none;
}

.reporter_box {
  background-color: #ffffff;
}

.Edit-issue .issue {
  background-color: #483567;
}

/* Create issue  */

.issue-box .sub-f-box .label-pad-right {
  padding-right: 7px;
}

.astriks {
  color: #ff0000;
}

.title-block {
  background-color: #b5a5c4;
  /* padding-block: 22px; */
  padding-top: 10px;
  padding-bottom: 10px;
}

.issue-box {
  border: 2px solid #b5a5c4;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: white;
}

.box-row {
  display: flex;
  padding-bottom: 20px;
}

.nav-bar.header-create-btn {
  background-color: #b5a5c4;
  padding: 3px;
  border: 2px solid #b5a5c4;
  border-radius: 5px;
  width: 100px;
  height: 35px;
  margin: 6px;
}

.create-issue-block {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.overview-main-block .nav-item {
  padding-right: 35px;
}

.main-body-content.overview .nav-item button {
  width: 200px;
}

.project-name {
  padding-bottom: 15px;
  display: flex;
}

.issue-type {
  padding-bottom: 15px;
  display: flex;
}

.file-attachment {
  padding-top: 20px;
  display: flex;
}

.issue-details {
  display: flex;
}

.create-issue label {
  font-weight: 600;
}

.create-issue-details input,
.create-issue-details select,
.create-issue-details textarea {
  border-color: #b5a5c4;
  border-radius: 3px;
}

.create-issue-details input:focus,
.create-issue-details select:focus,
.create-issue-details textarea:focus {
  border-color: #603e81;
  border-radius: 3px;
  outline: 0;
  box-shadow: none;
}

.issue-role-details {
  display: flex;
}

.issue-create-btn {
  background-color: #483567;
  width: 100px;
  border-radius: 5px;
  border: 2px solid #2f1d4c;
  height: 35px;
  color: white;
  margin-left: 15px;
}

.create-btn {
  background-color: #483567;
  width: 125px;
  border-radius: 5px;
  border: 2px solid #2f1d4c;
  height: 35px;
  color: white;
}

.issue-cancel-btn {
  background-color: #ffffff;
  width: 100px;
  border-radius: 5px;
  border: 1px solid #483567;
  height: 35px;
  color: #483567 !important;
  margin-left: 15px;
}

.issue-type label {
  padding-right: 10px;
  padding-top: 5px;
}

.issue-type select {
  width: 500px;
}

.project-name label {
  padding-right: 33px;
}

.project-name input {
  width: 500px;
}

.estimate input {
  width: 100px;
}



.Priority select {
  width: 317px !important;
}



.issue-details label {
  margin-right: 10px;
}

.issue-details.Assign-to label {
  width: 120px;
}

.issue-box .title label {
  margin-right: 45px;
}



.file-attachment label {
  margin-right: 5px;
}

.role-estimates {
  display: flex;
  flex-wrap: wrap;
}

.estimate {
  margin-right: 15px;
  display: flex;
  margin-top: 8px;
}

.estimate label {
  margin-right: 5px;
}

.create-issue-block input {
  margin-right: 4px;
}

.create-issue-block .checkbox {
  padding-top: 3px;
}

.file-attachment-btn {
  padding: 5px 7px;
  border: 2px solid #2f1d4c;
  border-radius: 5px;
  background-color: #483567;
  color: #fff;
}

.tite-label {
  width: 100px;
}

.description-label {
  width: 110px;
}

.issue-box .f-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.issue-box .f-box-pad {
  padding-top: 20px;
}

.issue-box .sub-f-box {
  display: flex;
  align-items: center;
}

.single-text-input {
  width: 90%;
}

.issue-box .sub-f-box .dropdown-width {
  width: 210px;
}

.issue-box .f-box .label-div {
  width: 120px;
  align-self: center;
}

/* END create Issue css */

/* User Management Modal */
.user-management-modal .modal-content {
  background-color: #fff !important;
  border-color: transparent;
}

.user-management-modal ul {
  margin-bottom: 0 !important;
}

.user-management-modal .col-pad-none {
  padding-right: 0 !important;
}

.user-management-modal .modal-body {
  padding: 0 !important;
}

.user-management-modal .modal-body .btn-close-white {
  position: absolute;
  right: 10px;
  top: 7px;
}

.user-management-modal .modal-headerr {
  background-color: #483567;
  color: #fff;
  padding: 5px 5px;
  margin-inline: -24px;
}

.user-management-modal .modal-head-label {
  vertical-align: sub;
}

.user-management-modal .user-management-main {
  padding: 10px 5px;
  height: 280px;
}

.user-management-main label {
  font-size: 14px;
}

.user-management-main input {
  font-family: "Lato-Medium";
  font-size: 14px;
}

.user-management-main .save-cancel-div {
  padding: 24px 0 10px;
  text-align-last: end;
}

.user-management-main .save-user-btn {
  background-color: #483567;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #3d2557 !important;
  padding: 4px 10px;
}

.user-management-main .cancel-user-btn {
  border: 1px solid #483567;
  color: #483567;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
}

.user-management-main input[type="text"]:focus-visible,
.user-management-main select:focus-visible {
  outline: 0;
  box-shadow: none;
  border: 1px solid #7e7e7e;
}

/* End of User Management Modal */

/* Create Sprint Modal Start */
.create-sprint-modal .modal-content {
  background-color: #fff !important;
  border-color: transparent;
}

.create-sprint-modal .col-pad-none {
  padding-right: 0 !important;
}

.create-sprint-modal .modal-body {
  padding: 0 !important;
}

.create-sprint-modal .modal-body .btn-close-white {
  position: absolute;
  right: 10px;
  top: 2px;
}

.create-sprint-modal .modal-headerr {
  background-color: #483567;
  color: #fff;
  padding: 5px 5px;
  margin-inline: -24px;
}

.create-sprint-modal .modal-head-label {
  vertical-align: sub;
}

.create-sprint-modal .create-sprint-main {
  padding: 10px 5px;
}

.create-sprint-main label {
  font-size: 14px;
}

.create-sprint-main input {
  font-family: "Lato-Medium";
  font-size: 13px;
}

.create-sprint-main .create-cancel-div {
  padding: 24px 0 10px;
  text-align-last: end;
  font-family: "Lato-Medium";
}

.create-sprint-main .create-sprint-btn {
  background-color: #483567;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px 8px;
  margin-right: 10px;
  color: white !important;
  text-align: center !important;
  font-family: Lato-Regular !important;
  border: 1px solid #483567 !important;
}

.create-sprint-main .cancel-sprint-btn {
  border: 1px solid #483567;
  color: #483567;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
}

.create-sprint-main input[type="text"]:focus-visible,
.create-sprint-main input[type="date"]:focus-visible,
.create-sprint-main select:focus-visible {
  outline: 0;
  box-shadow: none;
  border: 1px solid #7e7e7e;
}

/* Create Sprint Modal End */

/* Start Sprint Modal Start */
.start-sprint-modal .modal-content {
  background-color: #fff !important;
  border-color: transparent;
}

.start-sprint-modal .col-pad-none {
  padding-right: 0 !important;
}

.start-sprint-modal .modal-body {
  padding: 0 !important;
}

.start-sprint-modal .modal-body .btn-close-white {
  position: absolute;
  right: 10px;
  top: 2px;
}

.start-sprint-modal .modal-headerr {
  background-color: #483567;
  color: #fff;
  padding: 5px 5px;
}

.start-sprint-modal .modal-head-label {
  vertical-align: sub;
}

.start-sprint-modal label {
  font-family: "Lato-Medium";
}

.start-sprint-modal .start-sprint-main {
  padding: 10px 5px;
}

.start-sprint-main label {
  font-size: 14px;
}

.start-sprint-main input {
  font-family: "Lato-Medium";
  font-size: 13px;
}

.start-sprint-main .start-cancel-div {
  padding: 24px 0 10px;
  text-align-last: end;
  font-family: "Lato-Medium";
}

.start-sprint-main .start-sprint-btn {
  background-color: #483567;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 4px 10px;
}

.start-sprint-main .cancel-sprint-btn {
  border: 1px solid #483567;
  color: #483567;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
}

.start-sprint-main input[type="text"]:focus-visible,
.start-sprint-main input[type="date"]:focus-visible,
.start-sprint-main select:focus-visible {
  outline: 0;
  box-shadow: none;
  border: 1px solid #7e7e7e;
}

/* Start Sprint Modal End */

/* Complete Sprint Modal Start */
.complete-sprint-modal .modal-content {
  background-color: #fff !important;
  border-color: transparent;
}

.complete-sprint-modal .col-pad-none {
  padding-right: 0 !important;
}

.complete-sprint-modal .modal-body {
  padding: 0 !important;
}

.complete-sprint-modal .modal-body .btn-close-white {
  position: absolute;
  right: 10px;
  top: 2px;
}

.complete-sprint-modal .modal-headerr {
  background-color: #483567;
  color: #fff;
  padding: 5px 5px;
  margin-inline: -24px
}

.complete-sprint-modal .modal-head-label {
  vertical-align: sub;
}

.complete-sprint-modal label {
  font-family: "Lato-Medium";
}

.complete-sprint-modal .complete-sprint-main {
  padding: 15px 2px;
}

.complete-sprint-main label {
  font-size: 14px;
}

.complete-sprint-main p {
  font-weight: 500;
  margin-bottom: 10px;
}

.complete-sprint-main span {
  font-weight: 700;
}

.complete-sprint-main .complete-cancel-div {
  padding: 24px 0 10px;
  text-align-last: end;
  font-family: "Lato-Medium";
}

.complete-sprint-main .complete-sprint-btn {
  background-color: #483567;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #3d2557 !important;
  padding: 4px 10px;
  margin-right: 10px;
}

.complete-sprint-main .cancel-sprint-btn {
  border: 1px solid #483567;
  color: #483567;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
}

.complete-sprint-main .note-div {
  background-color: #efefef;
  border: 1px solid #707070;
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
}

.complete-sprint-main .note-div p {
  margin-bottom: 5px;
}

/* Complete Sprint Modal End */

/* Overview */

.overview .breadcrumb-block {
  background-color: rgb(236, 234, 239);
}

.overview-tabs {
  display: flex;
  margin-left: 4%;
  background-color: #f1f4f6;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
}

.tab-title {
  font-family: Lato-Bold;
  color: #483567 !important;
  background-color: #b5a5c4 !important;
}

.overview-tabs .active {
  font-family: Lato-Bold;
  color: #483567;
  background-color: #ffffff !important;
  border: 2px solid #b5a5c4 !important;
}





.overview-main-block .container {
  background-color: white;
}

.tab-content {
  padding: 4px 2%;
  margin-top: 2.1px;
  background-color: white;
  border: 1px solid #b5a5c4;


}

/* .custom-overview-height{
    height: calc(100vh - 300px);
} */
.overview-main-block .overview-tabs ul {
  margin-bottom: -2px !important;
}


.sprint-detail-initial {
  display: flex;
  flex-wrap: wrap;
}

.sprint-detail-end {
  display: flex;
}

.sprint-details-bar .detail {
  margin: 5px;
}

.overview-main-block .accordion-button:not(.collapsed) {
  background-color: #ebe6f5 !important;
  border-bottom: 1px solid #ebe6f5 !important;
  box-shadow: unset !important;
}

.overview-main-block .accordion-item {
  background-color: #ebe6f5 !important;
}

.detail .bug {
  margin-left: 0px;
}

.overview-main-block .accordion-body {
  padding: 0rem 1rem 7px !important;
  padding: 5px;
}

.sprint-details-bar {
  display: flex;
  justify-content: space-between;
  background-color: white;
  margin-bottom: 5px;
  height: 38px;
}

.detail.Initials {
  height: 25px;
  width: 25px;
  background-color: #8800c1;
  border-radius: 50px;
  color: white;
  padding-left: 2 px;
  margin-top: 8px;
  margin-top: 4px;
}

.initial-text {
  padding-left: 4px;
}

.project-initial {
  color: rgb(66, 66, 239);
}

.time-text {
  padding-left: 8px;
}

.detail.Time {
  background-color: #d2d2d2;
  border-radius: 100px;
  height: 23px !important;
  width: 50px !important;
  padding-block: 0;
  text-align: center;
}

.sprint-header-bar {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  justify-content: space-between;
}

.overview-main-block .accordion-button:not(.collapsed)::after {
  position: absolute !important;
  background-image: url("../Images/AccordianCollapse1.png");
  height: 19px;
  width: 20px;
  border-radius: 3px;
  left: 8px;
  bottom: 47px;
  top: 16px;
  transform: rotate(0deg);
}

.overview-main-block .accordion-button.collapsed::after {
  position: absolute !important;
  background-image: url("../Images/AccordianCollapse1.png");
  height: 20px;
  width: 20px;
  border-radius: 3px;
  left: 8px;
  bottom: 47px;
  top: 20px;
  transform: rotate(-90deg);
}

.sprint {
  margin-left: 15px;
  margin-right: 15px;
}

.sprint.name {
  color: #483567;
  font-family: Lato-Bold !important;
  padding-top: 2px;
  font-size: 18px;
}

.backlog.name {
  color: #483567;
  font-family: Lato-Bold !important;
  padding-top: 4px;
  padding-left: 10px;
}

.sprint.issue-count {
  color: #483567;
  font-family: Lato-Regular;
  padding-top: 4px;
  font-weight: 500;
}

.sprint-release {
  border-radius: 4px;
  color: #fdfcfe !important;
  text-decoration: none;
  margin-right: 20px;
  background-color: #db5757;
  padding: 6px 10px;
  font-family: Lato-Regular;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.sprint-status {
  border-radius: 4px;
  color: #fdfcfe !important;
  text-decoration: none;
  margin-right: 20px;
  background-color: #32aa00;
  padding: 6px 10px;
  font-family: Lato-Regular;
  font-weight: 500;
}

.sprint.Time {
  background-color: #8800c1;
  border-radius: 50px;
  height: 27px !important;
  color: white !important;
  padding: 3px;
  text-align: center;
  padding-inline: 12px;
  font-family: Lato-Medium !important;
  font-weight: 500;
}

.sprint.more {
  height: 28px;
  width: 40px;
  background-color: #d2d2d2;
  border-radius: 5px;
}

.three-dots {
  color: black;
  font-family: Lato-Bold;
  padding-left: 6px;
}

.sprint-period {
  color: #483567;
  font-family: Lato-Regular !important;
  margin-left: 15px;
  margin-left: 20px;
  font-weight: 500;
}

.overview-main-block .accordion {
  margin-bottom: 15px;
}

.create-plus {
  color: white;
  background-color: #483567;
  border-radius: 3px;
  border: none;
  height: 30px;
  width: auto;
  margin-top: 10px;
  font-family: Lato-Bold;
}

.overview-main-block .accordion-header button {
  padding-right: 0px;
}

.create-sprint {
  border: none;
  background-color: #eec600;
  border-radius: 3px;
  border: 2px solid #c1a20a;
  padding: 5px 8px;
  color: black;
  font-family: Lato-Bold;
}


.backlog-accordian .accordion-body {
  padding-top: 0rem !important;
}



.main-body-content.overview img {
  width: 25px;
}

.accordion-collapse.backlog.collapse.show {
  padding-inline: 15px;
}

.accordion-collapse.backlog.collapse {
  padding-inline: 15px;
}

.start-sprint {
  background-color: #d2d2d2;
  border-radius: 3px;
  padding-inline: 4px !important;
  color: black;
  padding: 3px;
  font-family: Lato-Bold;
  text-decoration: none;
}



.overview-main-block .nav-tabs .nav-link {
  border-top-left-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important;
}

.backlog-accordian {
  margin-bottom: 20px;
}

.overview-main-block .accordion-item {
  border: none !important;
}

.overview-main-block .accordion-button.collapsed {
  background-color: #eceaef;
}

.overview-main-block .accordion-button.collapsed:focus {
  border: none !important;
  box-shadow: none !important;
}

.overview-main-block .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}



.overview-main-block .backlogs {
  padding-inline: 20px;
  background-color: #ebe6f5;
  padding-block: 10px;
  border-radius: 2px;
  width: 100%;
}

.overview-main-block .accordion-body1.backlog {
  padding-inline: 12px;
  padding-right: 23px;
}

.overview-main-block .accordion-item .backlog-accordian.more-sprint {
  margin-inline: 0px !important;
}

.overview-main-block .more-sprint .accordion-button.collapsed::after {
  bottom: 25px;
}

.overview-main-block .more-sprint .accordion-button:not(.collapsed)::after {
  bottom: 25px;
}

/* ACTIVE SPRINTS */

/* ACTIVE SPRINTS */

#active-sprints .sprint-filters {
  background-color: #ebe6f5;
  border-radius: 5px;
  padding-bottom: 7px;
}

#active-sprints .sprint-specification {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
}

#active-sprints .release-name {
  padding-inline: 10px;
  margin-bottom: 0px;
}

#active-sprints .release-name p {
  margin-bottom: 0px !important;
}

#active-sprints .quick-filters {
  display: flex;
  padding: 10px;
}

#active-sprints .quickfilter {
  padding-inline-end: 10px;
  font-family: Lato-Medium;
  margin-top: 8px;
}

#active-sprints .kanban-section {
  padding-top: 20px;
}

#active-sprints .card-header {
  text-align: center;
  font-family: Lato-Medium;
  padding-top: 20px;
}

#active-sprints .sprint-task-details {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

#active-sprints .taskcard-header {
  display: flex;
  justify-content: space-between;
  padding-block: 6px;
}

#active-sprints .sprint-task-details {
  padding-block: 10px;
}

#active-sprints .sprint-details {
  margin-right: 5px;
}

#active-sprints .sprint-status-btn {
  background-color: #483567;
  color: white;
  padding-inline: 12px;
  padding-block: 4px;
  border: none;
  border-radius: 5px;
  font-family: Lato-Medium;
}

#active-sprints .release-name p {
  color: #483567;
}

#active-sprints #sprint-number {
  /* border-left: none;
  border-right: none;
  border-top: none;
  border: none; */
  font-size: 20px;
  border-bottom: 3px solid #483567;
  color: #483567;
  font-family: Lato-Bold;
  width: 195px;

}
#active-sprints #priority-filter {
  /* border-left: none;
  border-right: none;
  border-top: none;
  border: none; */
  font-size: 20px;
  border-bottom: 3px solid #483567;
  color: #483567;
  font-family: Lato-Bold;
  width: 195px;

}

.quickfilter button {
  background-color: #b5a5c4;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 7px;
  border: 1px solid #b5a5c4 !important;
  border-radius: 4px;
  color: #483567;
  border: none;
  font-family: Lato-Bold;
  display: flex;
  height: 32px;
}


#active-sprints .quickfilter label {
  padding-top: 5px;
  color: #483567;
  font-family: Lato-Bold;
}

#active-sprints .release-name {
  margin-bottom: -4.5px;
}

#active-sprints .taskcard-header p {
  margin-bottom: 0px;
  font-family: Lato-Bold;
}

#active-sprints .sprint-resource-initial {
  background-color: #8800c1;
  border-radius: 50px;
  height: 30px !important;
  width: 30px !important;
  color: white !important;
  padding: 3px;
}

#active-sprints .card.card-border-primary {
  margin-bottom: 4px !important;
  min-height: 74px;
}

#active-sprints .card.card-border-primary.todo {
  background-color: #ffafaf;
  border: 1px solid #8d0000;
  min-height: 87px;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}

#active-sprints .card-body.p-2.todo {
  background-color: #ffafaf;
  min-height: 500px;
  border: 1px solid #8d0000;
}

#active-sprints .card.card-border-primary.design {
  background-color: #afc5ff;
  border: 1px solid #00278e;
  min-height: 87px;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}

#active-sprints .card-body.p-2.design {
  background-color: #afc5ff;
  min-height: 500px;
  border: 1px solid #00278e;
}

#active-sprints .card.card-border-primary.inprogress {
  background-color: #ffefaf;
  border: 1px solid #8d7102;
  min-height: 87px;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}

#active-sprints .card-body.p-2.inprogress {
  background-color: #ffefaf;
  min-height: 500px;
  border: 1px solid #8d7102;
}

#active-sprints .card.card-border-primary.push-dev {
  background-color: #afd7ff;
  border: 1px solid #00478e;
  min-height: 87px;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}

#active-sprints .card-body.p-2.push-dev {
  background-color: #afd7ff;
  min-height: 500px;
  border: 1px solid #00478e;
}

#active-sprints .card.card-border-primary.tested-dev {
  background-color: #ffcfaf;
  border: 1px solid #883600;
  min-height: 87px;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}

#active-sprints .card-body.p-2.tested-dev {
  background-color: #ffcfaf;
  min-height: 500px;
  border: 1px solid #883600;
}

#active-sprints .card.card-border-primary.done {
  background-color: #c4ffaf;
  border: 1px solid #269100;
  min-height: 87px;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}

#active-sprints .card-body.p-2.done {
  background-color: #c4ffaf;
  min-height: 500px;
  border: 1px solid #269100;
}

#active-sprints .sprint-details.sprint-time {
  margin-top: 2px;
  background-color: #d2d2d2;
  border-radius: 50px;
  height: 25.5px !important;
  width: auto !important;
  padding-inline: 7px;
}

#active-sprints .styled-select select {
  -moz-appearance: none !important;
  /* Firefox */
  -webkit-appearance: none !important;
  /* Safari and Chrome */
  appearance: none !important;
  font-weight: bold !important;
  /* Make the text bold */
  font-size: 16px !important;
  /* Set the font size to your desired size */
}

#active-sprints #sprint-number {
  outline: none;
}

/*END OF ACTIVE SPRINTS */

/* ---  Edit Issue  -- */
.nav-breadcrumb_design {
  height: 40px;
  padding-top: 10px;
  color: #483567;
}

.nav-bar.header-create-btn {
  background-color: #b5a5c4;
  padding: 3px;
  border: 2px solid #b5a5c4;
  border-radius: 5px;
  width: 100px;
  height: 35px;
}

.nav-item {
  padding-right: 35px !important;
}

.main-body-content-Edit-Issue {
  padding-block: 0px;
}

.edit-issue-title input {
  border: none;
  border-bottom: 1px solid #483567;
  border-radius: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #483567;
  padding: 0;
}

.edit-issue-title {
  position: relative;
}

.Edit-issue .above-input-image {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.Edit-issue .label-form {
  margin-top: 5px;
}

.Edit-issue .issue {
  background-color: #ebe6f5;
  padding: 10px 25px 15px 25px;
  border-radius: 5px;
}

.Edit-issue .Comment {
  padding-left: 15px;
  padding-right: 15px;
}

.Edit-issue .option {
  padding: 0;
}

/* Custom progress bar color */
.Edit-issue .custom-progress-bar_F {
  background-color: #89afd7 !important;
  /* Replace with your desired color */
  color: white;
  /* Text color */
  padding-block: 25px;
}

.Edit-issue .custom-progress-bar_S {
  background-color: #ec8e00 !important;
  /* Replace with your desired color */
  color: white;
  /* Text color */
}

.Edit-issue .custom-progress-bar_T {
  background-color: #51a825 !important;
  /* Replace with your desired color */
  color: white;
  /* Text color */
}

.Edit-issue .custom-progress-bar_R {
  background-color: red !important;
  /* Replace with your desired color */
  color: white;
  /* Text color */
}

.Edit-issue .progress_div {
  padding-inline: 0;
}

.Edit-issue .progress {
  width: 100%;
  background-color: #ec8e00 !important;
  border-radius: unset !important;
}

.Edit-issue .form-control-file {
  background-color: #ffffff;
  padding-block: 15px;
  width: 100%;
}

.Edit-issue .File_upload {
  background-color: #483567;
  color: white;
  border: 2px solid #2f1d4c;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
}

.Edit-issue .box_F {
  background-color: #ffffff;
  padding-block: 2px;
  border-radius: 5px;
}

.Edit-issue .box_file1 {
  background-color: #ffffff;
  padding-block: 2px;
  width: 100%;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
}

.Edit-issue .box_file2 {
  background-color: #ffffff;
  padding-block: 2px;
  width: 100%;
  border-radius: 5px;
}

.Edit-issue .box_file2_comment {
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0px 0px 10px 0px;
}

.box_file2_comment .avatar-name-fbox {
  display: flex;
  align-items: center;
}

.avatar-name-fbox .avatar-name-spacing {
  padding-left: 5px;
  margin-bottom: 0px !important;
}

.box_file2_comment .detail.Initials-edit-issue {
  border-radius: 50px;
  color: white;
  margin-top: 8px;
  margin-top: 4px;
}

.box_file2_comment .initial-text-edit-issue {
  margin-bottom: 0;
}

.Edit-issue .box_file2_date {
  font-size: 13px;
  font-style: italic;
}

.Edit-issue .date-label {
  padding-bottom: 5px;
}

.Edit-issue .select-task-col_block {
  margin: 0px 0px 10px 0px;
}


.Edit-issue .del-edit-icon {
  float: right;
  margin-right: 10px;
}


.Edit-issue .Attachments {
  background-color: #ffffff;
}

.Edit-issue .select-task-col {
  padding-block: 4px;
}

.Edit-issue .form-select:focus-visible {
  border-top: none;
  border-left: none;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

.Edit-issue .form-select:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  outline: 0;
  border-bottom: 1px solid #7e7e7e;
}

.col-form-label {
  padding-right: 5px;
}

/* Log Hours Modal  */

.modal-body {
  margin-bottom: 25px;
}

.custom-margin-modal-body {
  margin-bottom: 8px !important;
}

.custom-modal-content {
  zoom: 0.9;
}

.log-hours-modal .modal-content {
  background-color: #fff !important;
  border-color: transparent;
}

.log-hours-modal .modal-body {
  padding: 0 !important;
}

.log-hours-modal .modal-body .btn-close-white {
  position: absolute;
  right: 10px;
  top: 2px;
}

.log-hours-modal .modal-headerr {
  background-color: #483567;
  color: #fff;
  padding: 5px 5px;
  margin-inline: -24px;
}

.log-hours-modal .log {
  background-color: #483567;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 5px 15px 5px 15px;
}

.log-hours-modal .cancel {
  background-color: #ffffff;
  color: #483567;
  border: 1px solid #483567;
  border-radius: 3px;
  padding: 5px 15px 5px 15px;
}

.log-hours-modal .btn-block {
  float: right;
  margin-right: 8px;
}

.log-hours-modal .log-work-label {
  vertical-align: sub;
}

.log-hours-modal label {
  font-family: "Lato-Medium";
}

.log-hours-modal .log-hours-main {
  padding: 0 5px;
}

.log-hours-main label {
  font-size: 14px;
}

.log-hours-main input {
  font-family: "Lato-Medium";
  /* font-size: 13px; */
}

.log-hours-main input[type="text"]:focus-visible,
.log-hours-main textarea:focus-visible {
  outline: 0;
  box-shadow: none;
  border: 1px solid #7e7e7e;
}

/* Log Hours Model End */

.Edit-issue .label-form_title {
  color: #483567;
  font-weight: 700;
}

.Edit-issue .label-form_text {
  color: #483567;
}

.Edit-issue .div_1 {
  margin-top: 22px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin-bottom: 30px;
}

.Edit-issue .f-box {
  display: flex;
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.Edit-issue .flex-box {
  width: 25%;
  display: flex;
}

.Edit-issue .flex-boxx {
  display: flex;
}

.Edit-issue .flex-box-level {
  display: flex;
}

.Edit-issue .flex-box-timetrack {
  display: flex;
}

.Edit-issue .width-level {
  width: 35%;
  align-self: end;
}

.Edit-issue .width-dropdown {
  width: 65%;
}

.Edit-issue .form-select {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: none;
}

.Edit-issue .width-level-title {
  width: 25%;
}

.Edit-issue .width-dropdown-text {
  width: 75%;
  margin-top: -10px;
}

.Edit-issue .timetrack {
  margin-right: 10px;
}

.Edit-issue .width-level-text {
  width: 35%;
}

.Edit-issue .width-level-date {
  margin-left: 12px;
}

.Edit-issue .Description:focus-visible {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #7e7e7e;
}

.Edit-issue .edit-issue-title input:focus-visible {
  box-shadow: none !important;
  border-bottom: 1px solid #483567;
  color: #483567;
}

.Edit-issue .comment-box {
  display: flex;
  justify-content: space-between;
  align-items: 'center ';
}

/* End of Edit Issue Page */

/* Media Query */

/* Project Page */


/* End of Project Page */

/* Media Query Create Issue */
@media (max-width: 768px) {
  .box-row {
    display: block;
  }

  .project-name label {
    padding-right: 5%;
  }

  .issue-details select {
    margin-right: 0px;
  }

  .issue-details select {
    width: 100%;
  }

  .issue-details {
    margin-top: 10px;
  }

  .estimate {
    margin-top: 10px;
  }
}

@media (max-width: 475px) {
  .role-estimates {
    flex-direction: column;
  }
}


@media (max-width: 540px) {
  .project-name label {
    padding-right: 3%;
  }
}

@media (max-width: 1399px) {
  .single-text-input {
    width: 88%;
  }
}

@media (max-width: 1199px) {
  .issue-box .sub-f-box .dropdown-width {
    width: 170px;
  }

  .single-text-input {
    width: 86% !important;
  }

  .issue-box .sub-f-box-pad {
    padding-right: 69px;
  }
}

@media (min-width: 1200px) {
  .issue-box .sub-f-box-pad {
    padding-right: 98px;
  }
}

@media (min-width: 1400px) {
  .issue-box .sub-f-box-pad {
    padding-right: 189.5px;
  }
}

@media (max-width: 991px) {
  .single-text-input {
    width: 80% !important;
  }

  .issue-box .sub-f-box-pad {
    padding-right: 117px;
  }

  .sub-f-box .wrapping-input-pad {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .sub-f-box .wrapping-input-pad-ltwo {
    width: 120px;
  }
}

.mainn {
  background: url("../images/login-background.png") top center;
  background-position: fixed;
}

/* MANAGE USERS */

#manage-user .main-body-content {
  background-color: #f5f5f5;
  padding-block: 25px;
}


#manage-user .searchBar {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f5f5f5;
}

#manage-user #searchQueryInput {
  width: 100% !important;
  height: 38px;
  outline: none;
  border: 1px solid #483567;
  border-radius: 5px;
  padding: 10px 20px 10px 5px;
  font-size: 13px;
}


#manage-user #searchQuerySubmit {
  width: 2.5rem;
  height: 1.8rem;
  margin-left: -2.6rem;
  background: #ffffff;
  border: none;
  outline: none;
}

#manage-user .manageUsers .project-tab .Project-table {
  border-collapse: collapse;
  width: 100%;
  background-color: #f7f8fc;
  white-space: nowrap;
}

#manage-user .manageUsers .project-tab th {
  background-color: #684e85;
  color: #ffffff;
  text-align: left;
  padding: 8px;
  font-family: Lato-Medium;
  text-align-last: left;
}

#manage-user .manageUsers .project-tab td {
  text-align: left;
  padding: 9px 3px;
  border-bottom: 5px solid #f7f8fc;
  font-family: Lato-Regular;
}

#manage-user .add-employee {
  display: flex;
  justify-content: flex-end;
}

#manage-user .add-employee-btn {
  border-radius: 5px;
  /* padding-block: 6.7px; */
  padding: 5px 8px;
  padding-inline: 10px;
  border: 2px solid #3d2557 !important;
  background: #483567;
  color: #fff;
  font-family: Lato-Regular;
  font-size: 14px;
}

.project .add-project-btn {
  border-radius: 5px;
  padding-block: 6.7px;
  padding-inline: 10px;
  border: 2px solid #3d2557 !important;
  background: #483567;
  color: #fff;
  font-family: Lato-Regular;
  font-size: 14px;
}

#manage-user .email {
  width: 350px;
}

#manage-user .status {
  width: 230px;
  padding-left: 30px !important;
}

#manage-user .edit {
  width: 75px;
}

#manage-user .fa-pencil-square-o {
  color: #483567;
  margin-top: 6px
}

#manage-user .firstname {
  padding-left: 15px !important;
}

/* END OF MANAGE USERS */

/* Media Query */

/* Manage User Page */


/* User Management Modal */
.user-management-modal .modal-content {
  background-color: #fff !important;
  border-color: transparent;
}

.user-management-modal ul {
  margin-bottom: 0 !important;
}

.user-management-modal .col-pad-none {
  padding-right: 0 !important;
}

.user-management-modal .modal-body {
  padding: 0 !important;
}

.user-management-modal .modal-body .btn-close-white {
  position: absolute;
  right: 10px;
  top: 2px;
}

.user-management-modal .modal-headerr {
  background-color: #483567;
  color: #fff;
  padding: 5px 5px;
}


.user-management-modal .modal-head-label {
  vertical-align: sub;
}

.user-management-modal .user-management-main {
  padding: 10px 5px;
}

.user-management-main label {
  font-size: 14px;
}

.user-management-main input[type='text'] {
  font-family: "Lato-Medium";
  font-size: 15px;
  padding: 3px 11px;
}

.user-management-main .save-cancel-div {
  padding: 24px 0 10px;
  text-align-last: end;
  font-family: "Lato-Medium";
}

.user-management-main .save-user-btn {
  background-color: #483567;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 4px 10px;
}

.user-management-main .cancel-user-btn {
  border: 1px solid #483567;
  color: #483567;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
}

.user-management-main input[type="text"]:focus-visible,
.user-management-main select:focus-visible {
  outline: 0;
  box-shadow: none;
  border: 1px solid #7e7e7e;
}

.complete-sprint-main .complete-items {
  color: #73c755;
}

.complete-sprint-main .incomplete-items {
  color: #e30808;
  ;
}

/* End of User Management Modal */
/* MS */

/* Add Project */
.title-f-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.save-cancel-div {

  text-align-last: end;
  font-family: "Lato-Medium";
}

.save-cancel-divv {
  display: flex;
  flex-wrap: wrap;
  font-family: "Lato-Medium";

}

.save-project-btn {
  background-color: #483567;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #3d2557 !important;
  margin-right: 4px;
  padding: 3px 10px;
  font-size: 14px;
}

.cancel-project-btn {

  border: 1px solid #483567;
  color: #483567;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
}

/* End of Add Project */
.log-cancel-div {
  .user-management-modal .modal-content {
    background-color: #fff !important;
    padding: 24px 0 10px;
    border-color: transparent;
    text-align-last: end;
    font-family: "Lato-Medium";
  }
}

.user-management-modal ul {
  margin-bottom: 0 !important;

  .log-btn {
    background-color: #483567;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #3d2557 !important;
    padding: 4px 10px;
  }
}

.user-management-modal .col-pad-none {
  .cancel-btn {
    border: 1px solid #483567;
    color: #483567;
    background-color: #fff;
    border-radius: 5px;
    padding-right: 0 !important;
    padding: 4px 10px;
  }
}

.Edit-issue .f-box-Text {
  display: flex;
  background-color: #ffffff;
  padding: 16.5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.Edit-issue .f-box-Text label {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .manageUsers .add-employee-btn {
    margin-top: 10px;
  }

  .project .add-project-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 493px) {
  .cancel-resp-project-btn {
    margin-top: 8px;
  }

  .Edit-issue .flex-box-timetrack {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 396px) {
  .save-resp-project-btn {
    margin-top: 8px;
  }
}

@media screen and (max-width: 350px) {
  .Edit-issue .f-box {
    width: 100%;
  }

  .estimate input {
    width: 64.8px;
  }

  .Edit-issue .issue {
    padding: 10px 10px 15px;
  }
}

/* @media screen and (max-width: 880px) {
 
} */

@media screen and (max-width: 880px) {

  .overview-main-block .overview-tabs ul {
    border-bottom: none;
    justify-content: flex-start !important;

  }

  .main-body-content.overview .nav-item button {
    width: fit-content;
    margin-top: 8px;

  }

  .overview-main-block .overview-tabs .create-btn {
    margin-block: 8px;
  }

  .overview-main-block .nav-tabs .nav-link {
    border-radius: 4px !important;
    /* border-bottom: none !important; */
  }

}

@media screen and (min-width: 768px) {
  .overview-main-block .nav-tabs .nav-link {
    border-bottom: none !important;
  }
}

/* Add Time Log */

.add-time-log-body {
  min-height: calc(100vh - 35px);
  background-color: #F5F5F5 !important;
  padding-bottom: 3rem;
}

@media screen and (min-width: 1199px) and (max-width: 1439px) {
  .add-time-log-body {
    min-height: calc(100vh + 30px) !important;
  }
}

/* @media screen and (min-height: 751px) and (max-height: 800px) {
  .add-time-log-body{
    min-height: calc(109vh + 22px) !important;
  }
} */

/* @media screen and (min-height: 800px) and (max-height: 1080px){
  .add-time-log-body{
    min-height: calc(100vh - 4px);
  }
} */

/* @media screen and (min-width: 2200px) {
  .add-time-log-body{
    min-height: calc(100vh - 5px);
  }
} */



.add-time-log {
  padding-bottom: 20px;
}

.common-input {
  font-size: 16px;
  font-family: Lato-Regular;
}

.add-time-log label {
  font-family: Lato-Bold;
  font-size: 15px;
}

.add-time-log .mandatory-field {
  color: #ff0000;
}

.add-time-log .time-spent-fbox {
  display: flex;
  align-items: center;
}

.add-time-log .time-spent-fbox .hrs-span {
  font-family: Lato-Bold;
  font-size: 16px;
  margin-left: 12px;
}

.add-time-log .save-cancel-btn {
  text-align: right !important;
  padding: 24px 0 10px;
}

.add-time-log .save-cancel-btn .save-btn {
  margin-right: 4px;
  background-color: #483567;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #3d2557 !important;
  padding: 4px 10px;
}

.add-time-log .save-cancel-btn .cancel-btn {
  background-color: #fff;
  border: 1px solid #483567;
  color: #483567;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
}

/* Add Time Log End */

/* 08 June 2024 */
/* .sprint.name{
  cursor: default;
}
.sprint.issue-count {
  cursor: default;
} */
/* .sprint-detail-initial{
  cursor: default;  
}
.sprint.Time {
  cursor: default;
} */

/* .sprint-release{
  cursor: default;
}

.sprint.completed-sprint{
  cursor: default;
} */

.pencil-icon {
  cursor: pointer;
}

.sprint-header-bar {
  cursor: default;
}

/* 
.accordion .curson-change{
  cursor: default;
} */

.user-management-modal .modal-content {
  min-height: 400px;
}

.save-project-btn .model {
  position: fixed;

}

/* .user-management-modal .dropdown-menu {
  min-height: 100px;
} */

.sprintName {
  color: #483567;
  font-family: Lato-Bold !important;
  padding-top: 2px;
  font-size: 20px;
}

label {
  margin-bottom: 0 !important;
}

.user-management-modal .modal-headerr {
  background-color: #483567;
  color: #fff;
  padding: 5px 5px;
}


.user-management-modal .modal-head-label {
  vertical-align: sub;
}

.user-management-modal.add-task-modal .modal-content {
  min-height: fit-content;
}

.user-management-modal.add-task-modal .user-management-main {
  height: fit-content;
}

.user-management-modal.add-task-modal .save-cancel-sec {
  text-align: center;
  margin-top: 24px;
}

/*SYJ Styling for react multiSelect for Active Sprint */
#active-sprints #assignee-number {
  font-size: 20px;
  border-bottom: 3px solid #483567;
  color: #483567;
  font-family: Lato-Bold;
  width: 400px;
}

#active-sprints #assignee-number {
  outline: none;
}