/* .main {
  margin: 100px 30px;
  position: relative;
}

.MuiTableRow-hover {
  cursor: pointer;
}
*/
.d-flex {
  display: flex !important;
}
.d-inline-flex{
  display: inline-flex;
}

.flex-col {
  flex-direction: column !important;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}

.align-self-end {
  align-self: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.m-l-auto {
  margin-left: auto !important;
}

.w-100 {
  width: 100% !important;
}

.c-pointer {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
span,
.MuiInputBase-input,
* {
  font-family: "Montserrat", "Open Sans", sans-serif !important;
}

body {
  overflow-x: hidden !important;
}

*:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.MuiTableCell-root {
  border-bottom: 1px solid #f0f2f6 !important;
}

.list-item-r .list-item-right {
  align-self: center;
  color: #9e9e9e;
  font-size: 12px;
}

.list-item-r .MuiListItem-root {
  align-items: center !important;
  cursor: pointer !important;
}

.list-item-r .MuiListItem-root:hover {
  background: #eeeff8;
}

.list-item-r .MuiListItemIcon-alignItemsFlexStart {
  margin-top: 0 !important;
}

.MuiCheckbox-colorPrimary.Mui-disabled {
  color: #5383ff !important;
}

.MuiPagination-root {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-auto {
  margin: auto;
}

.page-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
}

.page-title .app-page-title--heading {
  margin-left: 15px;
  flex: 1;
  text-align: left;
}

.page-title .app-page-title--iconbox {
  margin: 0;
}

.react-autosuggest__suggestions-container {
  z-index: 9999;
}

.react-autosuggest__suggestions-container--open {
  position: absolute;
  background: #ffffff;
  border: 0.5px solid #e2e3ed;
  padding: 15px;
  z-index: 9999;
  border-radius: 4px;
  box-shadow: 0px 5px 20px rgba(108, 108, 108, 0.15);
}

.react-autosuggest__input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

.react-autosuggest__input:focus {
  outline: none;
}

.react-autosuggest__input::focus-visible {
  outline: none;
}

.react-autosuggest__input::after {
  border-bottom: 1px solid #f0f2f6;
}

.react-autosuggest__suggestions-container--open ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.react-autosuggest__suggestions-container--open li {
  cursor: pointer;
}

.react-bpmn-diagram-container {
  width: inherit;
  height: inherit;
}

.popup-content {
  width: 100vh;
  height: 70vh;
}

.popup-content > div {
  width: inherit;
  /* height: inherit; */
}

.list-item .caption {
  font-size: 12px;
}

.m-form {
  /* margin-bottom: 25px !important;
  margin-left: 15px !important;
  margin-right: 15px !important; */
  margin-bottom: 25px !important;
}

.title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #000000;
}

.desc {
  font-size: 12px !important;
  color: #a5a7b5 !important;
  line-height: 15px;
}

.task-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  /* margin-left: -15px; */
  /* margin-right: -15px; */
}

.task-title .title {
  font-size: 14px;
  margin-bottom: 5px !important;
}

.task-title .desc {
  font-size: 14px;
  color: #727272;
  margin-bottom: 0 !important;
}

.task-title .icon {
  max-width: 42px;
  max-height: 42px;
  flex: 1;
  width: 37px;
  height: 37px;
  background-color: #758c96;
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.task-title > div {
  flex: 8;
}

.show-data .title,
form .title {
  color: #a5a7b5;
  font-size: 12px;
}

.show-data .desc,
form .desc {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.flex-1 {
  flex: 1;
}

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

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end;
}

.btn-design {
  background-color: #0c4b86 !important;
  width: 269px !important;
  height: 50px !important;
  margin-top: 1.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: absolute !important;
  bottom: 20px;
  left: calc(50% - 134.5px);
  border-radius: 4px !important;
  box-shadow: 0px 5px 20px rgba(108, 108, 108, 0.35) !important;
}

.btn-accept {
  background-color: #0c4b86 !important;
  width: 173px !important;
  height: 40px;
  margin-top: 1.5rem !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}

.btn-cancel {
  background-color: #fff !important;
  border: 1px solid #e42734 !important;
  box-shadow: none !important;
  width: 173px !important;
  height: 40px;
  margin-top: 1.5rem !important;
  margin-left: 10px !important;
  border-radius: 4px !important;
}

.btn-design:hover,
.btn-accept:hover {
  background-color: linear-gradient(
    104.82deg,
    #0c4b86 -17.14%,
    #e42734 83.14%
  ) !important;
}

.btn-design.Mui-disabled,
.btn-accept.Mui-disabled {
  background-color: #b4b4b4 !important;
}

.btn-cancel.Mui-disabled {
  border: 1px solid #b4b4b4 !important;
}

.btn-cancel.Mui-disabled span {
  color: #b4b4b4 !important;
}

.btn-cancel-full {
  background-color: #e42734 !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.btn-cancel-full.Mui-disabled {
  background-color: #b4b4b4 !important;
}

.btn-cancel-full.Mui-disabled span {
  color: #8b8787 !important;
}

.btn-design span {
  color: #fff;
  font-size: 18px;
}

.btn-accept span {
  color: #fff;
  font-size: 14px;
}

.btn-cancel span {
  color: #e42734;
  font-size: 14px;
}

.task-list-title {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.m-0 * {
  margin: 0;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.title-desc {
  font-size: 14px;
  color: #000;
  line-height: 15px;
  color: #727272;
}

.card-box-cnt {
  box-shadow: 0px 5px 20px rgba(108, 108, 108, 0.1) !important;
  border-radius: 4px !important;
  padding: 14px 10px !important;
}

.w-50vw {
  width: 50vw !important;
}

.icon-btn {
  width: 100% !important;
}

.icon-btn .MuiButton-endIcon {
  flex: 1;
  justify-content: flex-end;
}

.show-overflow {
  overflow: visible !important;
}

.input-box{
  width: 45%;
}