.workspace .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.workspace .title-wrapper > div {
  max-width: 60%;
}
.workspace .title-wrapper .small-title {
  font-family: "Effra-medium";
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.workspace .title-wrapper .small-title {
  font-family: "Effra-medium";
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.workspace .title-wrapper .workspace-tab-title {
  font-size: 2.5rem;
  font-family: "Effra-medium";
  color: #2F2B2B;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.workspace .title-wrapper p {
  font-size: 1rem;
  font-family: 'Poppins-Regular';
  color: #505050;
  margin-bottom: 0;
}
.workspace .workspace-tab-title , .workspace .view-all {
  margin-top: 2.5rem;
}
.workspace .view-all{
  text-decoration: underline;
  cursor: pointer;
}

.filteration .filter-input{
  width: 100%;
  margin-bottom: 1rem;
}
.workspace .filteration .filter-input {
  width: 50%;
  margin-bottom: 0 !important;
}
.filteration .filter-input,
.filteration .button-wrapper {
  display: inline-block;
}
.filteration .filter-input .control,
.filteration .button-wrapper button {
  height: 2.142857143rem;
}
.filteration .filter-input .control .form-control {
  height: 3rem;
  padding: 6px 15px !important;
}
.workspace .filteration .filter-input .control .form-control {
  padding: 0.75rem 1.25rem !important;
  height: auto !important;
  font-family: 'Effra-medium';
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1.13rem;
  letter-spacing: 1px;
}
.workspace .filteration .filter-input .control select.form-control {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
}
.filteration .filter-input select option {
  font-size: 1.1rem;
}
.workspace .filteration .filter-input select option {
  font-size: .75rem;
}
.filteration .button-wrapper button {
  width: 6.5rem;
  font-size: 1rem;
  line-height: 2rem;
  /* height: 2.071428571rem; */
}
.filteration .button-wrapper button.primary-btn {
  margin-top: 9px;
}
.volunteers-edit.page-wrapper .filteration .button-wrapper button.primary-btn {
  margin-top: 0;
  padding: 0.7rem 1.25rem;
  height: auto;
  line-height: 1.13rem;
}
.volunteers-edit.page-wrapper .filteration .filter-input {
  margin-right: 1rem;
}
.volunteers-edit.page-wrapper .my-volunteers > .alert {
  padding-left: 0;
  padding-right: 0;
}
.volunteers-edit.page-wrapper .my-volunteers > .button-wrapper {
  text-align: end;
}
.workspace.page-wrapper {
  background-color: #F9F7F3;
}
.workspace .workspace-wrapper > .nav-tabs {
  margin-top: 2rem;
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 4.5rem;
}
.workspace .workspace-wrapper > .nav-tabs::before {
  display: none;
}
.workspace .workspace-wrapper > .nav-tabs > li > a {
  margin: 0;
  color: #2F2B2B;
  border: none;
  font-size: 1.142857143rem;
  font-family: "Effra-medium";
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 1rem;
  padding: 0 0 .6rem;
}
.workspace .workspace-wrapper > .nav-tabs > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.1875rem;
  border-radius: 1.875rem;
  background-color: #d6715b;
  transition: all .2s ease-in-out;
}
.workspace .workspace-wrapper > .nav-tabs > li > a span {
  font-size: 1.3rem;
}
.workspace .workspace-wrapper > .nav-tabs > li > a i {
  font-size: 1.7rem;
}
.workspace .nav > li > a i::before {
  color: #2F2B2B;
  font-size: 1.7rem;
}
.workspace .nav-pills > li.active > a {
  font-family: "Effra-Bold";
}
.workspace .nav > li > a:hover,
.workspace .nav-pills > li.active > a,
.workspace .nav-pills > li.active > a:hover,
.workspace .nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #D6715B;
  border: none;
}
.workspace .nav > li > a:hover i::before {
  color: #D6715B;
}
.workspace .nav-pills > li.active > a::before,
.workspace .nav-pills > li > a:hover::before {
  width: 100%;
}
.workspace .nav-pills > li.active > a i::before,
.workspace .nav-pills > li.active > a:hover i::before,
.workspace .nav-pills > li.active > a:focus i::before {
  color: #D6715B;
}
.workspace .left-nav {
  position: relative;
}


.communication table,.communication td,.communication th{
  border: none !important;
}
.workspace ul.inner-tabs {
  display: flex;
  flex-wrap: wrap;
}
.communication-center ul.table-nav, .workspace ul.inner-tabs {
  border-bottom: none;
  margin-bottom: 1.25rem;
}
.communication-center ul.table-nav li , .workspace ul.inner-tabs li {
  margin-right: 30px;
  white-space: nowrap;
}
.communication-center ul.table-nav li a, .workspace ul.inner-tabs li a {
  font-size: 1.1rem !important;
  color: #868585 !important;
  font-family: 'Effra-Regular';
  line-height: normal;
  padding: 0;
  border: none !important;
}
.communication-center ul.table-nav li.active, .workspace ul.inner-tabs li.active {
  border-bottom: 1px solid #2F2B2B;
}
.communication-center ul.table-nav li.active a , .workspace ul.inner-tabs li.active a {
  color: #2F2B2B !important;
  font-family: 'Effra-medium';
}
.communication-center ul.table-nav li.active a , .communication-center ul.table-nav li.active a:focus,
.workspace ul.inner-tabs li.active a , .workspace ul.inner-tabs li.active a:focus { 
  outline: none !important;
  background-color: transparent !important;
  border-color: transparent;
  border: none !important;
}
.view-form-Section{
  display: none;
}
.view-form-Section .cell .info , .view-form-Section .cell .control{
  display: none !important;
}

.custom-div td.cell{
  padding: 0 !important;
}
.custom-div .refStatus{
  display: flex;
  justify-content: center;
  padding: 1.643rem 0;
  background-color: #f3f3f3;
  margin: 0 15px;
}
.custom-div .refStatus .ref , .custom-div .refStatus .communication-status{
  display: flex;
  flex-direction: column;
  width: 50%;
  /* justify-content: space-between; */
}
.custom-div .refStatus .ref{
  align-items: flex-end;
  padding-right: 2.857rem;
  border-right:1px solid #C8C8C8;
}
.custom-div .refStatus .ref label , .custom-div .refStatus .communication-status label{
  font-size: 1rem;
  font-family: 'Effra';
}
.custom-div .refStatus .ref span{
  font-size: 1rem;
  font-family: 'Effra-medium';
  margin-top: 3px;
}
.custom-div .refStatus .communication-status{
  align-items: flex-start;
  padding-left: 2.857rem;
}
.custom-div .refStatus .communication-status span{
  background-color:#A2C7D0;
  padding: 6px 18px;
  display: inline-block;
  color: #fff;
  font-size: 0.929rem;
  border-radius: 2px;
  text-transform: capitalize;
}



.form-wrapper.communication #UpdateButton{
  padding:0.6rem 2.14rem ;
      font-size: 1rem;
}
.subject-grid{
  width: 14rem;
}

.payment-table {
  border: none;
  border-top: 1px solid #888;
}
.payment-table:first-child {
  margin-top: 1.75rem;
  border-top: none;
}
.payment-table > table {
  border: none;
  margin-bottom: 0;
}
.payment-table > table.active {
  border-color: #9BD6D4;
}
.payment-table.locked > table.active {
  border-color: #DC6951;
}
.payment-table > table > thead > tr {
  background-color: #fff;
}
.payment-table.locked > table > thead > tr {
  background-color: #E5050514;
}
.payment-table > table > thead > tr th {
  padding: 1.7rem 1rem;
  vertical-align: middle;
  border-bottom: 0;
}
.payment-table > table.active > thead > tr th {
  background-color: #A9D9D8;
}
.payment-table.locked > table.active > thead > tr th {
  background-color: #E5050514;
}
.payment-table > table > thead > tr th.program-name {
  width: 30%;
}
.payment-table > table > thead > tr th.application {
  width: 15%;
}
/* start before Live */
.payment-table > table > thead > tr th:nth-child(3),
.payment-table > table > thead > tr th:nth-child(4),
.payment-table > table > thead > tr th:nth-child(5) {
  width: 15%;
}
/* end before Live */
.payment-table > table > thead > tr th.add-newline {
  width: 15%;
  text-align: right;
}
.payment-table table tbody tr th {
  padding: 0 1rem .5rem;
  border-top: 0;
  font-size: 1.1rem;
  font-family: 'Effra-medium';
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #505050;
}
.payment-table table tbody tr td {
  padding: .5rem 1rem 0;
  border-top: 0;
  font-family: 'Poppins-Regular';
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2rem;
  color: #2F2B2B;
}
/* soltan change */
.payment-table table tbody tr td.subject{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
/* soltan change */

.payment-table table tbody tr td .status-color {
  width: fit-content;
}
.payment-table table tbody tr td a {
  color: #2F2B2B;
}
.payment-table > table > thead > tr th .ui-column-title {
  display: block;
  /* font-size: 1.1rem; */
  font-size: 1.05rem;
  font-family: 'Effra-Regular';
  /* line-height: 1.5rem; */
  line-height: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #505050;
  margin-bottom: .25rem;
}
.payment-table table thead tr th.actions {
  text-align: right;
}
.payment-table > table > thead th > a {
  color: #2F2B2B;
  font-family: 'Effra-medium';
  /* font-size: 1.75rem; */
  font-size: 1.6rem;
  /* line-height: 2.5rem; */
  line-height: 2rem;
}
.payment-table > table > thead th > a:not([href]) {
  cursor: auto;
  text-decoration: none;
}
.payment-table > table > thead th > a b {
  font-weight: 500;
}
.payment-table .table-collapsed {
  padding: 1.25rem;
  max-height: 450px;
  overflow-y: auto;
  background-color: #fff;
}
.payment-table .table-collapsed .inner-table {
  margin-bottom: 0;
}
.payment-table .table-collapsed tr th:first-child,
.payment-table .table-collapsed tr td:first-child {
  padding-left: 0;
}
.payment-table .table-collapsed tr th:last-child,
.payment-table .table-collapsed tr td:last-child {
  padding-right: 0;
}
.payment-table .collapse-btn {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: .75rem;
  padding: 0;
  color: #2F2B2B;
}

.payment-table .collapse-btn.collapsed i {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.payment-table .collapse-btn i {
  display: inline-block;
  vertical-align: middle;
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.payment-table .btn-default, 
.payment-table .btn-default:hover,
.payment-table .btn-default:active,
.payment-table .btn-default:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.payment-table .dropdown-menu {
  right: 0;
  left: auto;
}
.payment-table .table-collapsed td.actions .dropdown-menu {
  top: 0;
  right: 100%;
}
.payment-table .table-collapsed tbody tr:last-child td.actions .dropdown-menu {
  bottom: 0;
  top: auto;
}
.payment-table .dropdown-menu li a:hover {
  background-color: #dc6951;
  color: #fff !important;
  border-color: transparent;
}
.payment-table .payment-app {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; */
}
.payment-table .payment-app i {
  background-color: #DC6951;
  color: #fff;
  padding: 4px 5px;
  border-radius: 1px;
  font-size: 15px;
}
.payment-table .add-newline .secondary-btn {
  background-color: #D6715B;
  border: none;
  color: #F9F7F3;
  font-family: 'Effra-Regular';
  font-weight: 500;
  font-size: .75rem;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.57rem;
  white-space: nowrap;
  line-height: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none !important;
}
.payment-table .add-newline .secondary-btn:hover, 
.payment-table .add-newline .secondary-btn:focus {
    color: #fff;
    background-color: #D6715B;
}
.payment-table .table.active .add-newline .secondary-btn {
  background-color: #fff;
  color: #000;
}

/** volunteers **/
.volunteers.page-wrapper {
  margin-bottom: 3rem;
}
.volunteers-edit.page-wrapper {
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.volunteers .filteration {
  margin-bottom: 2rem;
}
.volunteers .sort-table {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
.volunteers .sort-table .asc-desc {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.volunteers .sort-table .asc-desc input ,
.volunteers .sort-table .asc-desc label {
  margin: 0;
}
.volunteers .sort-table .asc-desc label {
  vertical-align: middle;
}
.volunteers .sort-table select,
.volunteers .records-num select {
  height: 2rem;
  border-color: #bfb8af;
  box-shadow: none;
  color: #505050;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5rem;
}
.volunteers .terms-title {
  color: #505050;
  font-size: 1.714rem;
  font-family: 'Effra-medium' !important;
}
.volunteers .volunteer-comments {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.volunteers .volunteer-comments .terms-title {
  color: #505050;
  font-size: 1.3rem;
  font-family: 'Effra-medium' !important;
}
.volunteers .volunteer-comments .comments-box {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e8e8e8;
  height: auto;
  min-height: 8.571rem;
  padding: 8px 15px;
  background: #eee;
}
.volunteers-table {
  margin-top: .5rem;
}
.volunteers-table > table > thead > tr {
  background-color: #F4F4F4;
}
.volunteers-table > table > thead > tr th {
  padding: 1rem 1rem;
  vertical-align: middle;
  border-bottom: 0;
  white-space: nowrap;
}
.volunteers-table table tbody tr td,
.volunteers-table table tbody tr th {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #D1D1D1;
  border-top: 0;
}
.volunteers-table table tbody tr td label {
  font-weight: normal;
  margin: 0;
  vertical-align: middle;
}
.volunteers-table table .primary-btn {
  width: 5.5rem;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
}
.volunteers-table table .primary-btn[disabled] {
  opacity: .7;
  cursor: not-allowed;
}
.volunteers-table table .primary-btn[disabled]:hover {
  background-color: #dc6951;
  color: #fff;
}
.volunteers-table table tbody .form-control {
  height: 2rem;
  border-color: #bfb8af;
  box-shadow: none;
  color: #505050;
  font-size: 1rem;
}
.volunteers-table table tbody .form-control.total-hours {
  width: 75px;
}
.volunteers-table table tbody .form-control.total-hours::-webkit-outer-spin-button,
.volunteers-table table tbody .form-control.total-hours::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.volunteers-table table tbody .form-control.total-hours[required] {
  border-color: #dc6951;
}
.volunteers-table table tbody .form-control.total-hours[type=number] {
  -moz-appearance: textfield;
}
.volunteers-table table tbody textarea {
  font-size: 1rem;
  background-color: #fff !important;
  border-color: #bfb8af;
  box-shadow: none;
  color: #505050;
}
.volunteers-table .link {
  color: #505050;
}
.volunteers .pagination-wrapper {
  margin-bottom: 3rem;
}

.workspace-datatable .datatable-tbody td.actions .dropdown-menu li a {
    text-transform: capitalize;
    letter-spacing: normal;
}

@media (max-width: 1366px) {
    .payment-table > table > thead > tr th .ui-column-title {
        font-size: 1rem;
    }
    .payment-table > table > thead > tr th b {
        font-size: 1.1rem;
    }
    .volunteers-table table tbody tr td,
    .volunteers-table table tbody tr th {
        font-size: 1.1rem;
    }
    .volunteers .sort-table .asc-desc input ,
    .volunteers .sort-table .asc-desc label {
      vertical-align: middle;
    }
    .volunteers .sort-table select, .volunteers .records-num select {
      height: 2.5rem;
    }
}
@media (max-width: 1199px) {
  .volunteers .sort-table select,
  .volunteers .records-num select {
   height: 3rem; 
  }
  .workspace .workspace-wrapper > .nav-tabs {
    gap: 2rem;
  }
  .workspace .workspace-wrapper > .nav-tabs > li {
    width: calc(33% - 2rem);
  }
  .payment-table > table > thead > tr th {
    white-space: nowrap;
  }
}
@media (max-width:991px){
  .workspace .workspace-wrapper > .nav-tabs > li {
    width: calc(50% - 1rem);
  }
  .workspace .workspace-wrapper > .nav-tabs > li > a{
    padding-left: 0 ;
  }
  .payment-table .dropdown-backdrop {
    display: none;
  }
  .payment-table .payment-app i {
    padding: 3px 4px;
    font-size: 12px;
  }
}
@media(max-width:767px){
  .communication {
    margin: 0 1rem;
  }
}
@media(max-width:767px){
  .payment-table {
    overflow-y: auto;
    margin-bottom: 1.5rem;
  }
  .payment-table > table > thead > tr th.application {
    min-width: 10rem;
  }
  .workspace .title-wrapper > div {
    max-width: 100%;
  }
  .workspace .workspace-wrapper > .nav-tabs {
    gap: 1.5rem;
  }
  .payment-table .table-collapsed tbody tr:last-child td.actions .dropdown-menu {
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 600px) {
  .workspace .workspace-wrapper > .nav-tabs > li {
    width: 100%;
  }
  .workspace .workspace-wrapper > .nav-tabs > li > a{
    display: flex;
  }
}
@media (max-width: 575px) {
  .workspace .filteration .filter-input {
    width: 100%;
  }
  .volunteers-edit.page-wrapper .filteration .filter-input {
    margin-right: 0;
    margin-bottom: 1rem !important;
  }
}
/* @media (min-width:400px){
  .workspace .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
  }
} */
@media (min-width:768px){
  .form-wrapper.communication .tab .tab-column{
  /* width: 53.286rem !important; */
  margin: 0 auto;
  float: none !important;
  }
  .filteration .filter-input .control .form-control {
    height: 2rem;
  }

  /* workspace-datatable */
  .workspace-datatable table {
    border-collapse: collapse !important;
  }
  .workspace-datatable table .datatable-tbody tr {
    box-shadow: none !important;
  }
  .workspace-datatable table tr.t-head {
    border-top: 1px solid #888;
  }
  .workspace-datatable table tr.t-head th,
  .workspace-datatable table tr.t-head td {
    font-size: 1.1rem;
    color: #505050;
    font-family: 'Effra-medium';
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5rem;
    padding: 1.75rem 0.7rem 0.5rem 1.5rem !important;
    background: #fff;
  }
  .workspace-datatable table tr:not(.t-head) td {
    color: #2F2B2B;
    font-family: 'Poppins-Regular';
    font-size: 1.1rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding: 0 .7rem 1.75rem 1.5rem !important;
  }
  .listing-grid .workspace-datatable table .datable-tbody > tr > td a {
    color: #2F2B2B !important;
  }
  .workspace-datatable .datatable-tbody td.actions .btn-default {
    padding: 0 0 0 .75rem;
  }
  .workspace-datatable .datatable-tbody td.actions .btn-default i::before {
    color: #505050;
  }
  /* .payment-table {
    overflow: visible;
  } */
  .payment-table .table-collapsed:has(.empty-template-wrapper) {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .workspace .left-nav::before {
    content: "";
    position: absolute;
    border-right: 2px solid #e1e1e1;
    height: 100%;
    right: 1rem;
  }
  .filteration .filter-input {
    width: calc(33.333333% - 3.4rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .workspace .filteration .filter-input {
    width: 20%;
  }
  .workspace-wrapper{
    display: block;
  }
}
@media (min-width: 1200px) {
  .payment-table.table-responsive {
    /* overflow: initial; */
  }
}

.payment-table .table-collapsed::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
  background-color: #ccc;
}

.payment-table .table-collapsed::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #f1f1f1;
}

.payment-table .table-collapsed::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
}
th.workspace-payment-btn .secondary-btn {
  width: 13rem !important;
}

/* accordion */
.nfb-accordion {
  margin-top: 3rem;
}
.nfb-accordion .panel {
  background-color: #f7f6fc;
  box-shadow: none;
  border: 0;
  border-radius: 5px;
}
.nfb-accordion .panel .panel-heading {
  padding: .7rem 1.25rem;
  background-color: transparent;
  border-bottom: 0;
}
.nfb-accordion .panel .panel-heading .collapse-btn {
  font-size: 1.2rem;
  font-family: 'Effra-medium';
  color: #232222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.nfb-accordion .panel .panel-heading .collapse-btn::after {
  content: "\e903";
  font-family: "maan";
  font-size: 1.2rem;
}
.nfb-accordion .panel .panel-content {
  padding: .7rem 1.25rem;
  padding-top: .3rem;
  font-family: 'Effra-regular';
}
.nfb-accordion .panel .panel-content ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: .5rem;
  list-style: none;
}
.nfb-accordion .panel .panel-content ul span:first-child {
  font-family: 'Effra-medium';
}