.envelope-open-text {
    background: url(../../images/ic-letter.svg) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: top;
  }
  
  .commitment-options-holder {
    box-sizing: border-box;
  }
  
  .commitment-options-holder .title {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
  }
  
  .commitment-options-holder .commitment-options-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #333;
    padding: 0;
    margin: 0;
  }
  
  .commitment-options-holder .commitment-options-list input[type=checkbox] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  
  .commitment-options-holder .commitment-options-list label {
    display: block;
    position: relative;
    padding: 0 0 0 26px;
    cursor: pointer;
  }
  
  .commitment-options-holder .commitment-options-list label:before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #000;
    transition: all 0.4s ease;
    border-radius: 3px;
    content: '';
  }
  
  .commitment-options-holder .commitment-options-list label:focus:before {
    box-shadow: 0 0 1px 1px #000 !important;
  }
  
  .commitment-options-holder .commitment-options-list label:after {
    position: absolute;
    left: 4px;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    opacity: 0;
    font-weight: 700;
  }
  
  .commitment-options-holder .commitment-options-list input[type=checkbox]:checked + label:before {
    border-color: #00857C;
    background: #00857C;
    opacity: 0.5;
  }
  
  .commitment-options-holder .commitment-options-list input[type=checkbox]:checked + label:after {
    opacity: 1;
    color: #fff;
    font-size: 9px;
    top: 1px;
  }
  
  .commitment-options-holder .commitment-options-list li.disabled {
    background: none !important;
    border: 0 !important;
    opacity: 0.5 !important;
    color: #333 !important;
  }
  
  .commitment-options-holder .commitment-options-list li.disabled label:after {
    opacity: 1;
    content: "\f068";
    left: 4px;
    top: 1px;
    font-size: 10px;
  }
  
  .commitment-options-holder .commitment-options-list li {
    margin: 0 0 13px;
  }
  
  .commitment-options-holder .btns-list {
    list-style: none;
    padding: 0;
    margin: 21px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .commitment-options-holder .btns-list li {
    position: relative;
    padding: 0 17px 0 0;
  }
  
  .commitment-options-holder .update-btn {
    width: 120px;
  }
  
  .commitment-options-holder .btn__cancel {
    background: none;
    border: 1px solid #00857C;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: #00857C;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    transition: all 0.4s ease 0s;
    vertical-align: top;
    width: 98px;
  }
  
  .commitment-options-holder .btn__cancel:hover,
  .commitment-options-holder .btn__cancel:focus,
  .commitment-options-holder .btn__cancel:active {
    background: #00857C !important;
    color: #fff;
    box-shadow: none;
    border-color: #00857C;
    text-decoration: none;
  }
  
  .commitment-options-holder .update-btn {
    position: relative;
    width: 247px !important;
    height: 40px;
    display: block;
    border: 1px solid #00857C;
    background: #00857C;
    color: #fff;
    text-align: center;
    padding: 10px 5px !important;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none !important;
    border-radius: 4px;
  }
  
  .commitment-options-holder .update-btn:hover,
  .commitment-options-holder .update-btn:focus,
  .commitment-options-holder .update-btn:active {
    background: #005C56 !important;
    color: #fff;
    box-shadow: none;
    border-color: #00857C;
    text-decoration: none;
  }
  
  .commitment-options-holder .update-btn.disabled {
    background: #A4A4A4 !important;
    pointer-events: none;
    opacity: 1 !important;
  }
  
  .fal.fa-exchange:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0ec"
  }
  
  .commitment-invitations .title {
    display: block;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin: 0 0 17px;
  }
  
  #commitment-letter-table thead tr th {
    border: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    background: #00857c !important;
    color: #fff !important;
    border-left: 2px solid #80c2bd !important;
    padding: 2px 23px 15px 23px !important;
    text-align: center !important;
  }
  
  #commitment-letter-table thead tr th:nth-child(1) {
    width: 139px;
    padding: 7px 9px !important;
    border-left: 0 !important;
  }
  
  #commitment-letter-table thead tr th .commitment-chk .text {
    color: #fff;
    font-weight: 700;
  }
  
  .commitment-invitations.style01 #commitment-letter-table thead tr th:nth-child(1) {
    padding: 7px 20px !important;
    border-left: 0 !important;
  }
  
  #commitment-letter-table tr td:nth-child(1) {
    width: 139px;
    padding: 7px !important;
    color: #00857C;
  }
  .commitment-invitations.style01 #commitment-letter-table tr td:nth-child(1) {
    padding: 7px 18px !important;
    color: #00857C !important;
  }
  
  #commitment-letter-table thead tr th .role {
    display: block;
  }
  
  #commitment-letter-table thead tr th:nth-child(5) .sortcol {
    width: 100%;
  }
  
  #commitment-letter-table thead th .sortcol {
    padding: 0 !important;
    position: relative;
    min-width: inherit;
  }
  
  #commitment-letter-table thead th .sortcol .fa-sort {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    font-size: 14px;
  }
  
  #commitment-letter-table td {
    border: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 10px 23px !important;
    color: #333 !important;
    border-left: 2px solid #E4E4E4 !important;
    border-bottom: 2px solid #E4E4E4 !important;
  }
  
  #commitment-letter-table td:last-child {
    border-right: 2px solid #E4E4E4 !important;
  }
  
  #commitment-letter-table td a.fact-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 180px;
    text-transform: capitalize;
  }
  
  #commitment-letter-table td a.fact-name:hover {
    text-decoration: none;
    color: #333;
  }
  
  #commitment-letter-table .sortcol br {
    display: none;
  }
  
  #commitment-letter-table tbody tr:nth-child(even) td {
    background: #f4f4f4 !important;
  }
  
  .commitment-invitations table {
    width: 100%;
  }
  
  .commitment-invitations {
    min-height: 397px;
  }
  
  .commitment-invitations .table-wrap {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 221px !important;
  }
  
  .top__action-bar {
    background: #6eceb2;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  
  .top__action-bar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  
  .top__action-bar .text {
    font-weight: 700;
    color: #fff;
    padding-right: 60px;
    letter-spacing: -0.5px;
  }
  
  .top__action-bar-btn {
    display: inline-flex;
    height: 40px;
    padding: 7px 16px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #000;
  }
  
  .top__action-bar-btn:hover,
  .top__action-bar-btn:active,
  .top__action-bar-btn:focus {
    background: #00857C !important;
    color: #fff;
    box-shadow: none;
    border-color: #00857C;
    text-decoration: none;
  }
  
  .main-section #commitment-letters .heading-area {
    padding-top: 37px;
    padding-bottom: 31px;
  }
  
  #commitment-letters .text-wrap {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 20px;
  }
  
  .commitment-info {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 0 24px;
  }
  
  .commitment-info-col {
    width: 33.333%;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    padding-right: 10px;
  }
  
  .commitment-info-col .data-type {
    font-weight: 600;
  }
  
  .commitment-info-col .data-description {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    padding-left: 3px;
  }
  
  .commitment-chk input[type=checkbox] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  
  .commitment-chk {
    display: block ;
    margin: 0;
  }
  
  .commitment-chk .text {
    display: block;
    position: relative;
    padding: 0 0 0 31px;
    cursor: pointer;
    color: #00857C;
  }
  
  .commitment-chk .text:before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #000;
    transition: all 0.4s ease;
    border-radius: 3px;
    content: '';
  }
  
  .commitment-chk .text:focus:before {
    box-shadow: 0 0 1px 1px #000 !important;
  }
  
  .commitment-chk .text:after {
    position: absolute;
    left: 4px;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    opacity: 0;
    font-weight: 700;
  }
  
  .commitment-chk input[type=checkbox]:checked + .text:before {
    border-color: #00857C;
    background: #00857C;
  }
  
  .commitment-chk input[type=checkbox]:checked + .text:after {
    opacity: 1;
    color: #fff;
    font-size: 9px;
    top: 0px;
  }
  
  .commitment-invitations th .commitment-chk .text:before {
    background: #fff;
  }
  
  .commitment-invitations th .commitment-chk input[type=checkbox]:checked + .text:before {
    border-color: #000;
    background: #fff;
  }
  
  .commitment-invitations th .commitment-chk input[type=checkbox]:checked + .text:after {
    opacity: 1;
    color: #00857C;
    font-size: 9px;
    top: 0px;
  }
  
  .commitment-invitations th .commitment-chk .text .fa-sort {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    font-size: 14px;
  }
  
  
  @media (max-width: 991.99px) {
    #commitment-letter-table thead tr th:nth-child(1) {
      width: 100px;
    }
  
    #commitment-letter-table thead tr th,
    #commitment-letter-table td {
      font-size: 12px !important;
    }
  
    #commitment-letter-table thead tr th,
    #commitment-letter-table td {
      padding: 7px !important;
    }
  
    .commitment-invitations {
      min-height: inherit;
      padding-bottom: 50px;
    }
  }
  
  @media (max-width: 767.99px) {
    .commitment-options-holder .btns-list li {
      padding: 0 10px 0 0;
    }
  
    .commitment-options-holder .update-btn {
      width: 205px !important;
    }
  
    .commitment-invitations .table-wrap {
      overflow-x: auto !important;
      overflow-y: hidden !important;
      max-height: inherit !important;
      height: auto !important;
    }
  
    #commitment-letter-table {
      width: 900px;
    }
  
    .commitment-info-col {
      width: 100%;
      margin-bottom: 10px;
    }
  
    .top__action-bar .text {
      font-size: 12px;
      letter-spacing: 0;
      padding-right: 10px;
    }
  
    .top__action-bar-btn {
      gap: 6px;
      font-size: 12px;
      padding: 7px 10px;
    }
  
    .commitment-options-holder .btn__cancel {
      width: 70px;
    }
  
    #commitment-letters .text-wrap br {
      display: none;
    }
  }

  #mc-commit-invitation-grid {
    margin-top: 3rem;
  }

  .disableCommitment {
    opacity: 0.5;
  }

  .commitment-options-list li {
    display: flex;
  }

  .commitment-options-holder .commitment-options-list label.disableCommitment:after {
    content: "---";
  }

  .commitment-options-holder .commitment-options-list input[type=checkbox]:checked + label.disableCommitment:before {
    border-color: black;
    background: none;
  }

  .commitment-options-holder .commitment-options-list input[type=checkbox]:checked + label.disableCommitment:after {
    color: black;
  }

  .mc-commitmentLink {
    margin-left: 5rem;
  }

  /*
  .mc-commitmentLinkBold {
    font-weight: bold;
  }
  */

  .CLdisable {
    pointer-events: none;
    text-decoration: none;
  }
  
  #commitment-letter-table tr td:nth-child(1) {
    width: 139px;
    color: #00857C;
    padding: 7px 23px !important;
  }
  #commitment-letter-table thead tr th:nth-child(1) {
    width: 139px;
    border-left: 0 !important;
    padding: 2px 23px 15px 23px !important;
  }
 .commitment-invitations .table-wrap {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: inherit !important;
  }
 #commitment-letter-table tr th{    
    position: sticky;
    z-index: 3;
    top: 0px;
    left: 0px;
  }
  #commit-invitation-grid .table-scroll {
    max-height: 500px;
  } 
  #commit-invitation-grid table {
    position: relative;
  }

    .mcCLHeader {
      color: white
    }
  
    .mcCLHeader:hover {
      color: white;
      text-decoration: none;
      cursor: pointer;
    }
  
    table thead th .desc:after {
      content: '\25BC' !important;
    }
  
    table thead th .asc:after {
      content: '\25b2' !important;
    }