body{
  font-family: "Roboto", sans-serif;
  color: #0F0F0F;
}
/*** Theme Default CSS ***/
.bg-body-color {
    background: #FFF4F2;
}
.check-box-style input:checked +label:before{
  background: #E74423;
  border-color: #E74423;
}
.radio-button-part input[type="radio"]:checked + .radio-label {
  background-color: #E74423;
   color: #fff;
 }
 .primary-fill-btn-color {
  background: #E74423;
  color: #fff;
}
.anchor-link-primary:hover {
  color: #E74423;
}
.anchor-link-primary {
  color: #E74423  !important;
  text-decoration: none;
  font-size: 14px;
}
.anchor-link-primary-label, .anchor-link-primary-label:hover {
  color: #0F0F0F;
  text-decoration: none;
}
.login-welcome-point i {
  font-size: 20px;
  color: #E74423;
}
.sm-primary-btn-color {
  background: #E74423;
  color: #fff;
}
.sm-primary-btn-color:hover {
  background: #E74423;
  color: #fff;
}
.md-primary-btn-color {
  background: #E74423;
  color: #fff;
}
.md-primary-btn-color:hover {
  background: #E74423;
  color: #fff;
}
.light-bg-color {
  background: #F8E5E2;
}
.theme-color {
  color: #e74423;
}
.badge-light-color {
  background: rgb(231 68 35 / 10%);
  color: #e74423;
}
.card-dark-color {
  background: #E74423;
}
.white-title-color {
  color: #fff;
}
.camera-icon-bg {
  background: #e74423;
}
.sm-primary-outline-btn-color {
  border: 2px solid #e74423;
  color: #e74423 !important;
}
.md-primary-outline-btn-color {
  border: 2px solid #e74423;
  color: #e74423 !important;
}
.select-style-custom .dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  color: #E74423;
}
.select-style-custom .dropdown-item:hover {
  background-color: transparent;
  color: #E74423;
}
.md-primary-fill-btn-color {
  background: #E74423;
  color: #fff;
}
.md-primary-fill-btn-color:hover {
  color: #fff;
}
.sm-primary-fill-btn-color {
  background: #E74423;
  color: #fff;
}
.sm-primary-fill-btn-color:hover {
  color: #fff;
}
.collapse-arrow {
  color: #E74423;
}
.table-head-color {
  background: #F3D8D3 !important;
}
.table-tr-border-color {
  border-bottom: 1px solid #E4E4E4;
}
.table-border{
  border:1px solid #E4E4E4;
}
.theme-color-text {
  color: #E74423 !important;
}
.folder-color{
  color: #F8E5E2;
}
/*** //Theme Default CSS ***/
.upload-file-part{
  position: relative;
  cursor: pointer;
}
.upload-file-part input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.number-folder {
  position: absolute;
  top: 0;
  z-index: 999999;
  font-size: 13px;
  left: 9px;
  color: #fff;
  font-family: 'Roboto';
  top: 9px;
  font-weight: 500;
}

.colum-start i {
  position: relative;
}
.document-section {
  margin-top: 20px;
}
.action-table-ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.accrodion-detail-sec {
  margin-top: 10px;
}
.action-table-ul li {
  padding-right: 20px;
}

.table-style-custom td {
  font-size: 13px;
  padding: 10px;
}
.table-th {
  font-size: 13px;
  font-weight: 500;
  height: 35px;
  padding: 10px;
}
table.table-style-custom {
  width: 100%;
}
.colum-end {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.colum-start {
  display: flex;
  align-items: center;
}
.accordion-header-mortgage h4 {
  font-size: 18px;
  margin: 0px;
}
.colum-start i {
  font-size: 26px;
  margin-top: 0px !important;
  margin-right: 15px;
}
.accordion-part [aria-expanded="true"] .collapse-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.document-section .accordion-item {
  border: none;
}
.accordion-header-mortgage {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px;
}
.button-part-right {
  display: flex;
  justify-content: end;
}
.button-part-left {
  display: flex;
  justify-content: start;
}
.button-part-left .upload-file-part input {
  width: 136px;
}
.popu-delete {
  padding-top: 30px;
  text-align: center;
}
.popu-delete img {
 width: 18px;
}
.popu-delete a.delete-document {
  padding: 10px 16px;
}
.btn-close:focus {
box-shadow:none;
}
.page-heading-primary {
  /* color: #0F0F0F; */
  font-size: 16px;
  font-weight: 500;
}
.bredcumps-list li::after {
    color: #3fac59;
}
.bredcumps-list li::after {
    content: "/";
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}
.cta-btn-sec a {
  height: 40px;
  min-width: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-btn-sec button {
    height: 40px;
    min-width: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-btn-fotter button {
  min-width: 90px;
  height: 40px;
}
.form-input-normal {
    display: flex;
    flex-direction: column;
}
.form-input-normal label {
  font-size: 13px;
  margin-bottom: 5px;
  /* color: rgb(15 15 15 / 100%); */
}
.sm-primary-outline-btn {
  height: 30px;
  display: flex;
  padding: 10px;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
  line-height: normal;
  justify-content: center;
}
.md-primary-outline-btn {
  height: 40px;
  display: flex;
  padding: 10px;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
  line-height: normal;
  justify-content: center;
}
.cta-btn-sec {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: end;
}
.main-content-wrapper {
  padding-top: 20px;
}
.bredcumps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.white-card {
  background: #fff;
  border: 1px solid #E4E4E4;
  padding: 15px;
  border-radius: 10px;
}
.w100 {
    width: 100%;
}
.card-title-inner h4 {
    font-size: 16px;
    margin: 0px;
}
.right-element {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    align-items: center;
    justify-content: end;
}
.green-badge-color {
    background: #cde6d6;
    color: #3c7d52;
    border: 1px solid #94d5ab;
}
.ul-show-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: wrap;
}
.ul-show-grid li {
    min-width: 20%;
    width: 100%;
    max-width: 20%;
    padding: 15px;
    padding-left: 0px;
}
.label-text {
    font-size: 13px;
    margin-bottom: 5px;
}
.label-value {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}
.card-footer-element {
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: end;
    gap: 10px;
    padding-top: 10px;
}
.summary-grid-data {
    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
}
.status-badge-table {
    text-align: center;
    border-radius: 5px;
    width: 90px;
    font-size: 14px;
    line-height: normal;
    padding: 3px;
}
.card-title-inner {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.white-card-wrap {
  padding: 0px !important;
}
.form-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.form-section-divide {
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
}
.bt-none {
    border-top: none !important;
}
.bg-color-second-card {
    background-color: #e8f8ef;
}
.placeholder-note-text {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e3d1ce;
    font-size: 14px;
}
.right-side-button-group {
    padding-top: 10px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: end;
    gap: 10px;
    padding-top: 10px;
}
.form-section-info {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
.sub-title-form {
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.profile-img-update {
  text-align: center;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid #E4E4E4;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
.profile-img-update img {
  width: 150px;
  height: 150px;
  border: 1px solid #E4E4E4;
  padding: 5px;
  border-radius: 100px;
}
.placeholder-text-profile {
  margin: 0px;
}
.upload-img-input {
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.upload-img-input input {
  width: 40px;
  height: 40px;
  background: #ED5759;
  position: absolute;
  bottom: 0px;
  right: 3px;
  border-radius: 100px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  line-height: 0;
}
.camera-icon {
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}
.camera-icon img {
  width: 40px;
  padding: 10px;
  border: none;
  height: auto;
  border-radius: 0px !important;
}
span.star {
  color: #bb0000;
}
.user-card-detail img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  border: 3px solid #fff;
  margin-right: 15px;
}
.user-card-detail {
  display: flex;
  align-items: center;
}
.card-title-primary-white {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.right-card-detail-dark h4 {
  font-size: 18px;
  /* color: #fff; */
  margin-bottom: 5px;
}
.right-card-detail-dark p {
  margin: 0;
  /* color: #fff; */
  font-size: 13px;
}
.card-dark {
  border-radius: 20px;
  padding: 20px;
}
.welcome-section {
    margin-top: 20px;
    width: 100%;
}
.right-content-colum {
  display: flex;
  align-items: end;
}
.card-bottom-content {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.left-content-colum h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.left-content-colum p {
  margin: 0px;
  font-size: 14px;
}
.badge-light {
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.card-title-primary {
  font-size: 24px;
  font-weight: 500;
}
.light-bg-card {
  padding: 20px;
  border-radius: 15px;
}

.select-style-custom .dropdown-menu  {
  padding: 0px !important;
  }
  .select-style-custom .bootstrap-select .dropdown-toggle::after {
    background: url(../images/select-drop.svg) !important;
    width: 18px;
    height: 17px;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    background-repeat: no-repeat !important;
    margin-top: 8px !important;
    background-size: 14px !important;
  }
  .select-style-custom .bootstrap-select .dropdown-menu li a {
    font-size: 13px !important;
}
  
  .select-style-custom button.btn.dropdown-toggle.btn-light {
    background: transparent;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    border: none;
  }
  .select-style-custom .dropdown-menu.show{
    left: -10px !important;
  }
 .select-style-custom .filter-option-inner-inner {
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 13px;
    background: transparent;
    outline: none;
}
  .bootstrap-select {
    height: 40px;
    padding: 0px 10px;
    border: 1px solid rgb(15 15 15 / 40%);
    border-radius: 5px;
    font-size: 14px;
    width: 100% !important;
    box-shadow: none !important;
    outline: none !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
.sm-primary-fill-btn {
  height: 30px;
  display: flex;
  padding: 10px;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  justify-content: center;
  box-shadow: none;
  line-height: normal;
  border: none;
}
.md-primary-fill-btn {
    width: auto;
    height: 30px;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
}
.logo-part-login {
  padding: 20px;
  margin-bottom: 40px;
}
.left-content-login {
  width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
}
.logo-part-login img {
  width: auto;
  max-height: 60px;
  object-fit: contain;
}
.login-welcome-text h4 {
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}
.login-welcome-point {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 30px;
}
.login-welcome-point li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.welcome-point-part h6 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.welcome-point-part p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: normal;
}
.welcome-point-part {
  padding-left: 20px;
}

.form-input-style {
  display: flex;
  flex-direction: column;
}
.login-title {
  /* color: #0F0F0F; */
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.sub-title-login {
  /* color: #0F0F0F; */
  font-size: 14px;
}
.right-content-login {
  width: 80%;
  margin: 0px auto;
}
.right-content-login form {
  margin-top: 20px;
}
.white-card-default {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 2px 2px 20px rgb(0 0 0 / 5%);
}
.form-input-style label {
  font-size: 13px;
  margin-bottom: 5px;
  /* color: rgb(15 15 15 / 100%); */
}
.form-input-style input {
  height: 40px;
  border: 1px solid rgb(15 15 15 / 40%);
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  outline: none;
  width: 100%;
}
.calendar-icon {
  position: absolute;
  right: 10px;
  top: 30px;
  cursor: pointer;
}
.form-input-group {
    border: 1px solid rgb(15 15 15 / 40%);
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
}
.form-input-group img {
  width: 16px;
}

/*checkbox custom*/
.check-box-style input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-box-style label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  /* color: rgb(15 15 15 / 80%); */
}
.check-box-style label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid rgb(15 15 15 / 40%);
  width: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  margin-top: -3px;
  height: 20px;
}

.check-box-style input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/*checkbox custom*/
.primary-fill-btn {
  width: 100%;
  border: none;
  border-radius: 8px;
}
.login-btn-height {
  height: 40px;
}
.profile-right {
  display: flex;
  justify-content: end;
  padding-left: 30px;
}
.header-profile-drodown ul {
  padding: 10px;
}
.dropdown.header-profile-drodown li a {
  font-size: 13px;
  padding: 3px 0px;
}
.dropdown.header-profile-drodown li a:hover {
  background-color: transparent;
  color: #E74423;
}
.header-navbar .active {
  color: #E74423;
}

.header-navbar li {
  padding: 0px 5px;
}
.header-profile-drodown .dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: window;
  padding: 0px 15px 0px 0px;
  border: none;
  background-image: url("../images/header/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  display: flex;
  text-decoration: none;
}
.placeholder-profile {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 25px;
  font-size: 14px;
  color: rgb(15 15 15 / 100%);
  background-color: #fff;
}
.border-color{
  border-color: #E74423;;
}
.header-profile-drodown img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
.header-profile-drodown .dropdown-toggle::after {
  display: none;
}
.header-sec {
  /* background-color: #fff; */
  padding: 10px 0px;
  border-bottom: 2px solid;
}
.border-light-color {
  border-color: #ebdfdd;
}
.header-logo img {
  width: auto;
  max-height: 75px;
}
.header-menu-part {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-navbar a {
  /* color: rgb(15 15 15 / 70%); */
  font-size: 14px;
}

/*Mobile Menu*/
.toggle-menu-mobile {
  outline: none !important;
  box-shadow: none !important;
  position: absolute;
  top: -13px;
  right: -20px;
}
.toggle-menu-mobile:focus {
  outline: none !important;
  box-shadow: none !important;
}
.toggle-menu-mobile span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}



.toggle-menu-mobile span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.toggle-menu-mobile span:nth-child(2) {
  opacity: 1;
}

.toggle-menu-mobile span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.toggle-menu-mobile span:nth-child(1) {
  margin-top: 0.3em;
}

.toggle-menu-mobile[aria-expanded="true"] span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.toggle-menu-mobile[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.toggle-menu-mobile[aria-expanded="true"] span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
.disabled-tabb {
  pointer-events: none;
}
.cursor-pointer {
  cursor: pointer;
}
.upload-file-part input::-webkit-file-upload-button {
  cursor: pointer !important;
}
/*Table Section*/
.cp-section-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.cp-section-view-link a {
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
}
.cp-right-align-element {
    display: flex;
    justify-content: end;
}
.cp-colum-heading {
    font-size: 14px;
    font-weight: 500;
    width: 450px !important;
}
.cp-view-label {
    color: rgb(15 15 15 / 70%);
    font-size: 12px;
}
.cp-view-value {
    font-size: 13px;
    font-weight: 500;
}
.cp-outline-btn-element {
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #E74423;
    padding: 5px 10px;
    border-radius: 5px;
    color: #E74423 !important;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.td-element-style td {
    align-items: center;
    vertical-align: middle;
    min-width: 140px;
}
.td-border-none td {
    border: none !important;
}
.table.cp-table-section {
    margin: 0px;
    width: 100%;
}
/* .padding-td-0 td{
  padding: 0px !important;
} */
 .cp-view-value-ul li {
    font-size: 14px;
}
.global-padding-10{
  padding: 10px !important;
}
.cp-accordation-icon i {
    background: rgb(231 68 35 / 10%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #e74423;
    border-radius: 5px;
}

.td-border-none {
  border: none !important;
}
.arrow-style-cp {
   
    padding: 10px 0px;
     text-decoration: none;
}
.min-arrow-width {
    width: 30px;
}
.collapse-data {
    text-decoration: none;
}
.border-top-cp {
    border-top: 1px solid #E4E4E4 !important;
    padding: 5px 0px;
    margin-top: 10px;
}
        .listing-ul {
    display: grid;
    list-style: none;
    padding: 10px 15px;
    gap: 20px;
    justify-content: space-between;
    margin: 0;
    grid-template-columns: repeat(5, 1fr);
    
}
.record-nt-label
{
  color:rgb(15 15 15 / 70%);
}
.listing-ul.add-border
{
 border-bottom: 1px solid #8080803d;
}
.listing-ul.listing-btn .col-li:last-child{
  display: flex;
  justify-content: end;
} 


.cp-accordian-content .listing-ul .col-li:last-child{
  display: flex;
  justify-content: start;
} 
.onging-ul{
  grid-template-columns: repeat(7, 1fr) !important;
}
  .cp-accordian-content {
            overflow: hidden;
            transition: height 0.4s ease;
            background-color: #fff;
        }
.col-li {
    flex: 1 1;
}
.table-tr-border-color.add-bg
{
  background-color: #e8f8ef !important;
}
.table-white-card {
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
}
.filter-header-table {
    padding: 10px;
}
.search-group-part {
    border: 1px solid rgb(15 15 15 / 40%);
    background: #fff;
    height: 35px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.search-group-part input {
    border: none;
    font-size: 14px;
    height: auto;
    padding: 0;
    padding-left: 5px;
    width: 100%;
    outline: none;
}
.table-collapse-left-arrow {
    width: 40px !important;
}
.table-collapse-left-arrow i {
    background: transparent;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
}
.table-collapse-left-arrow [aria-expanded="true"]  i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.card-wrapper-main {
    margin-top: 30px;
}

/* sidebar */
.main-wrapper {
    display: flex;
    gap: 30px;
    padding: 10px;
}
.sidebar-section {
    display: block;
}
.sidebar-menu {
    padding: 10px;
    margin: 0px;
    list-style: none;
    background: #fff;
    width: 250px;
    border-radius: 5px;
    border: 1px solid #ebdfdd !important;
}
.parent-menu-sidebar {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.parent-menu-sidebar .active {
    background-color: #e74423;
    color: #fff !important;
    opacity: 1;
}

.parent-menu-sidebar a {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    line-height: normal;
    justify-content: space-between;
    font-weight: 500;
    opacity: 0.7;
}
.second-child-sidebar {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-left: 10px;
}
.second-child-sidebar  .sub-active {
    background: rgb(231 68 35 / 10%) !important;
    color: #e74423;
    opacity: 1;
}




/* end */
.bredcrumps-sec {
    margin-bottom: 15px;
}
.bredcumps-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bredcumps-list li {
    display: flex;
    align-items: center;
}
.bredcumps-list li:last-child::after {
display: none;
}
.card-header-info {
    background: #ffffff;
    border: 1px solid #E4E4E4;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}
.header-name-group {
    display: flex;
    gap: 10px;
    align-items: center;
}
.short-name-element {
    color: #141414;
}
.short-name-element {
    background: #fff4f2;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
}
.form-input-normal textarea {
    height: 60px;
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(15 15 15 / 40%);
    width: 100%;
    resize: none;
}

.full-name-header {
    font-size: 16px;
    font-weight: 500;
}

.border-top-right-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.form-input-normal input {
    height: 40px;
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(15 15 15 / 40%);
    width: 100%;
}
.radio-button-part .radio-label {
  font-size: 12px;
  padding: 10px;
}
.form-flex-part .radio-button-part {
  margin-left: 30px;
}
.radio-button-part input[type="radio"]:checked + .radio-label {
  background-color: #E74423;
   color: #fff;
   border-color: #E74423;
 }
 *Radio Button Part*/
.radio-button-part input[type="checkbox"]:checked + .radio-label {
  background-color: #E74423;
   color: #fff;
 }
 
 .radio-button-part input[type="checkbox"] {
  display: none;
}
.radio-button-part{
  border: none;
    display: flex;
    justify-content: end;
    list-style: none;
    padding: 0;
    margin: 0;
}
.radio-button-part input[type="radio"] {
    display: none;
}

.radio-button-part .radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #E4E4E4 !important;
}
.form-flex-part label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}
.form-flex-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.border-tb-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px !important;
    border: 1px solid #E4E4E4 !important;
}
.border-tb-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px !important;
    border: 1px solid #E4E4E4 !important;
}
.toggle-justify-between {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}
.toggle-switch-btn {
    margin-left: 5px !important;
}
.toggle-justify-between label {
    font-size: 14px;
    font-weight: 500;
}
.toggle-justify-between .form-check-input {
    width: 40px !important;
    height: 20px !important;
}
.radio-button-part input[type="checkbox"]:checked + .radio-label {
    color: #ffffff !important;
}
.radio-button-part input[type="checkbox"]:checked + .radio-label {
    background-color: #3fac59;
}
.action-btn-group {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
}
.table-style-custom a {
    text-decoration: none;
    font-size: 13px;
}

.input-group-custom {
    height: 40px;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(15 15 15 / 40%);
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.input-group-custom input {
    height: 38px !important;
    font-size: 14px;
    padding: 10px;
    border-radius: 0px !important;
    outline: none;
    border: none !important;
    width: 100%;
}
.form-section-element {
    margin-top: 10px;
    padding-top: 20px;
}

.form-section-element h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.disabled-group-input-text {
    background: #e9e9e9;
    pointer-events: none;
}
.disabled-group-input-text .pound-symbol {
    opacity: 0.4;
}
.disabled-group-input-text input {
    background: transparent;
}

.accordion-body-heading {
    font-size: 18px;
    font-weight: 500;
}


.arrears-card {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}


.delete-arrears-btn {
    font-size: 12px;
    background: #fbe1e1;
    color: #ef4a2c;
    border: 1px solid #f3b8ad;
    line-height: normal;
    height: 22px;
    border-radius: 3px;
    width: 22px;
    letter-spacing: normal;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-group-right {
    display: flex;
    gap: 8px;
}

.textarea-height {
    height: 130px !important;
    max-height: 130px;
}
.placeholder-text-table {
    padding: 40px;
    text-align: center;
    opacity: 0.6;
}
.note-text-part {
    font-size: 13px;
    font-style: italic;
    opacity: 0.7;
}
.table-style-custom tr:last-child {
    border: none;
}
.case-no {
    margin: 0px;
    font-size: 14px;
}
.form-input-group input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  height: 38px;
}
.sidebar-menu [aria-expanded="true"]  i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


.soicitor-add-btn {
    margin-top: 23px;
}
.soicitor-add-btn a {
    height: 40px;
    width: 180px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.checkbox-user-select-part .checkbox-group {
    display: flex;
    gap: 20px;
    width: 100%;
}
.user-select-colum {
    width: auto;
}
.checkbox-user-select-part input[type="checkbox"] {
    display: none;
}
.checkbox-user-select-part input[type="checkbox"]:checked + label {
    background-color: #fff4f2;
    color: #0f0f0f;
    border-color: #E74423;
}
.checkbox-user-select-part label {
    padding: 3px;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff4f2;
    width: auto;
    min-width: 150px;
}
.user-name-part-checkbox {
    display: flex;
    gap: 5px;
    align-items: center;
}
.checkbox-user-select-part input[type="checkbox"]:checked + label .nick-name-part {
    background-color: #E74423;
    color: #fff;
    border-color: #E74423;
}
.full-name-part {
    font-weight: 500;
    font-size: 13px;
}
.nick-name-part {
    background: #fff;
    color: #E74423;
    width: 30px;
    min-width: 30px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #E4E4E4;
}
.mortgage-accordion-sec .theme-accordion-content-header[aria-expanded="true"] {
    border-radius: 5px 5px 0px 0px;
}
.theme-accordion-content-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    /* background: rgb(231 68 35 / 20%); */
    background: rgb(248 229 226);
    border-radius: 5px;
    height: 45px;
    padding: 0px;
    padding-right: 10px;
}
.accordion-body-content-style {
    padding: 20px;
    background: #fff4f2;
}
.accordion-header-title {
    font-size: 15px;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
}
.mortgage-accordion-sec .theme-accordion-content-header[aria-expanded="true"] .arrow-accordion-updown {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.theme-accordion-content-header.collapsed {
    border-radius: 5px;
    height: 45px;
    padding: 0px;
    padding-right: 10px;
}
.width100 {
    width: 100%;
}
.right-accordion-part {
    display: flex;
    gap: 10px;
    align-items: center;
}
.sm-primary-btn-color {
    color: #ffffff !important;
}
.right-accordion-part a {
    width: 120px;
}
.left-accordion-part {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    width: 100%;
    padding-left: 10px;
}
.delete-benefit-record {
    background: #fff;
    border: 1px solid #e4e4e4;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 5px;
}
.flex-gap {
    display: flex;
    gap: 10px;
    padding: 0px;
    width: 100%;
}
.applicant-view {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff4f2;
    border-radius: 3px;
    padding: 2px;
}
.joint-short-name {
    display: flex;
}
.short-name-view {
    background: #E74423;
    width: 24px;
    height: 22px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    padding: 3px;
    border: 1px solid #e4e4e4;
}
.full-name-view {
    font-size: 12px;
    font-weight: 500;
    padding-right: 5px;
}
.right-accordion-part i[aria-expanded="true"] {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mortgage-accordion-sec .right-accordion-part[aria-expanded="true"]  i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.colum-flex-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.dir-flex {
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

.normal-text-paragaraph {
    font-size: 13px;
}
.mortgage-custom-radio-group {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.dir-flex-row {
  flex-direction: row;
}
.gap-40 {
    gap: 40px;
}
.mortgage-custom-radio-group input[type="radio"] {
    display: none;
}
.mortgage-custom-radio-group label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}
.mortgage-custom-radio-group label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    border: 2px solid #9f9f9f;
    border-radius: 50%;
    background-color: white;
}
.mortgage-custom-radio-group input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background-color: #e74423;
    border-radius: 50%;
}
.cursor-pointer.collapse-data[aria-expanded="true"] i 
{ 
  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.font-weight-500 {
    font-weight: 500 !important;
}
.flex-element {
    display: flex;
    gap: 15px;
}
.onging-ul-flex{
  display: flex;
}

.arrow-width-drop {
    max-width: 60px;
}
.min-th-width-address {
    width: 350px;
}
.min-th-width-advisor {
    width: 270px;
}
.cta-btn-fotter {
    position: fixed;
    bottom: 0;
    right: 0px;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
/* .long-th-width th {
    width: 110px !important;
} */
.no-data-placeholder {
   padding: 60px;
    margin: 0;
    text-align: center;
    opacity: 0.7;
}
.action-icons {
    font-size: 17px;
}
.modal-footer .md-primary-fill-btn {
    width: auto;
    height: 40px;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
.lb-image {
    width: 500px !important;
    height: auto !important;
    object-fit: contain;
}
.lb-close {
    display: none !important;
}
.radio-user-select-part {
    /* display: flex; */
    gap: 15px;
    margin-bottom: 20px;
}
.radio-user-select-part .radio-group {
    display: flex;
    gap: 20px;
    width: 100%;
}

.radio-user-select-part input[type="radio"] {
    display: none;
}
.radio-user-select-part input[type="radio"]:checked + label {
    background-color: #fff4f2;
    color: #0f0f0f;
    border-color: #E74423;
}

.radio-user-select-part label {
    padding: 5px;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff4f2;
    width: 100%;
}
.user-name-part-radio {
    display: flex;
    gap: 5px;
    align-items: center;
}
.popup-aplicant-part input[type="radio"]:checked + label .nick-name-part {
    border-color: #ffffff;
}
.popup-aplicant-part .nick-name-part {
    width: 30px;
    min-width: 30px;
    height: 25px;
    font-size: 12px;
}
.overlap-second-applicant {
    margin-left: -3px;
    border-radius: 0px 5px 5px 0px;
}
.long-th-width th{
  min-width: 180px;
}
.first-last-radius th:first-child {
    border-top-left-radius: 5px !important;
}
.first-last-radius th:last-child {
    border-top-right-radius: 5px !important;
}
/*Responsive*/
@media screen and (max-width: 992px) {
  /* .toggle-menu-mobile {
    position: fixed !important;
    left: 10px;
    top: 11px;
    z-index: 1040;
    background: #fff;
    width: 40px;
    border: 1px solid #e6e8f7;
    padding: 0px 7px;
  } */
  .mobile-nav-show {
    position: fixed;
    top: 95px;
    left: 0px;
    background: #fff;
    width: 100%;
    padding-left: 15px;
  }
 }

@media screen and (max-width: 767px) { 
  .logo-part-login {
    margin-bottom: 20px;
  }
    .login-welcome-text h4 {
      font-size: 35px;
  }
  .login-welcome-text p {
    font-size: 14px;
  }
  .right-content-login {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 565px){
  .left-content-login {
    padding: 0px 0px;
}
.logo-part-login {
  padding: 10px 0px;
}
}