  /* ---------- Table Layout styling ---------------- */
  .repostTableWrap{
    padding: 0;
  }
  .repostTableWrap .__addenewBttn a{
    background: #1d5fbc;
    color: #dee8f7;
    border: 0;
    padding: 10px 25px 11px 25px;
    line-height: normal;
    border-radius: 4px;
    font-size: 15px;
    opacity: 0.9;
    cursor: pointer;
  }
  .repostTableWrap__filterRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 0 15px 0;
  }
  .repostTableWrap__filterRow > div button{
    background: #1d5fbc;
    color: #dee8f7;
    border: 0;
    padding: 0px 25px 0px 25px;
    line-height: normal;
    border-radius: 4px;
    font-size: 15px;
    opacity: 0.9;
    cursor: pointer;
    line-height: 45px;
    margin-left: 5px;
  }
  .repostTableWrap__filterRow > div{ 
    padding: 10px 0;
    display: flex;
    width: 50%;
    justify-content: flex-start;
  }
  .repostTableWrap__filterRow > div:last-child{ justify-content: flex-end;}  
  .repostTableWrap__filterRow > div select,
  .repostTableWrap__filterRow > div input[type="text"]{
    width: 100%;
    max-width: 300px;
    border: 1px solid #c3c4c9;
  }
  .repostTableWrap__filterRow > div input:focus,
  .repostTableWrap__filterRow > div input:focus-visible,
  .repostTableWrap__filterRow > div select:focus,
  .repostTableWrap__filterRow > div select:focus-visible,
  .stunald-email-subject-container input:focus,
  .stunald-email-subject-container input:focus-visible{
    border: 0px solid #c3c4c9;
    box-shadow: none;
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .repostTableWrap__filterRow > div .searchTxtField{ position: relative; border: 1px solid #c3c4c9; padding-right: 15px; overflow: hidden; border-radius: 3px;}
  .repostTableWrap__filterRow > div .searchTxtField input[type="text"]{
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
  .repostTableWrap__filterRow > div .searchTxtField #stuanld-clear-search-input{ 
    position: absolute;
    right: 4px;
    top: -1px;
    font-size: 24px;
    cursor: pointer;
    color: #af0c0c;
  }

  .repostTableWrap__tableRow > table{
    border: 1px solid #c3c4c7;
    width: 100%;
    /* border-width: 1px 0 0 1px; */
  }
  .repostTableWrap__tableRow > table thead{
    border-bottom: 1px solid #c3c4c7;
  } 
  .repostTableWrap__tableRow > table thead th{
    border:1px solid #c3c4c8;
    border-top: 0;
    border-width: 0 0px 1px 0;
    /* border-width: 0 1px 1px 0; */
    padding: 8px;
    font-weight: 700;
    font-size: 16px;
  }
  .repostTableWrap__tableRow > table tbody td{
    border: 1px solid transparent;
    border-top: 0;
    border-width: 0 1px 1px 0;
    padding: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }

  .repostTableWrap__tableRow > table tbody td.titleTD { 
    /* width: 17%;  */
    padding-bottom: 35px !important; 
    position: relative;
  }
  .repostTableWrap__tableRow > table tbody td.titleTD .stuanld-edit-tash{ position: absolute; bottom: 10px; left: 6px;}
  .repostTableWrap__tableRow > table tbody td.titleTD .stuanld-edit-tash > span{ font-size: 15px; cursor: pointer;}
  .repostTableWrap__tableRow > table tbody td.titleTD .stuanld-edit-tash > span:first-child{
    color: #00838f;
    margin-right: 8px;
  }
  .repostTableWrap__tableRow > table tbody td.titleTD .stuanld-edit-tash > span:first-child a{color: #00838f;}
  .repostTableWrap__tableRow > table tbody td.titleTD .stuanld-edit-tash > span.stuanld-trash-notification{
    color: #b81010;
  }
  .repostTableWrap__tableRow > table tbody td.titleTD span{
    color:  #1d5fbc;
  }
  .repostTableWrap__tableRow > table tbody td.titleTD span.post-state{
    color: #000;
    font-weight: 600;
  }
  /* .repostTableWrap__tableRow > table tbody td.statusTD{ text-align: center;} */
  .repostTableWrap__tableRow > table tbody td.statusTD .buttonType{ 
    background: #1d5fbc;
    color: #FFF;
    padding: 0px;
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
    width: 112px;
    font-weight: 600;
   }
   .repostTableWrap__tableRow > table tbody td.statusTD .buttonType.__draft{
    background: #1d5fbc;
   }
   .repostTableWrap__tableRow > table tbody td.statusTD .buttonType.__sent{
    background: #219A8B;
   }
   .repostTableWrap__tableRow > table tbody td.statusTD .buttonType.__sending{
    background: #28a745;
   }
   .repostTableWrap__tableRow > table tbody td.statusTD .buttonType.__schedule{
    background: #f0ad4e;
   }

   .repostTableWrap__tableRow > table tbody > tr:nth-child(odd){
    background: #f6f7f7;
   }
   .repostTableWrap__tableRow > table tbody > tr:nth-child(even){
    background: #fff;
   }

   /* .repostTableWrap__tableRow > table tbody td.quzAction{
    width:11%;
   } */

   .loadMoreButton{ width: 100%; text-align: center; padding: 15px 0;}
   .loadMoreButton button{
      background: #1d5fbc;
      color: #dee8f7;
      border: 0;
      padding: 14px 25px 15px 25px;
      line-height: normal;
      border-radius: 4px;
      font-size: 18px;
      opacity: 0.9;
      cursor: pointer;
   }

   .loadMoreButton button .spin-btn-loader {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    position: relative;
    top: 5px;
    left: 0;
    display: inline-block;
    border-top: 4px solid #4adbff;
    border-right: 4px solid #4adbff;
    border-bottom: 4px solid #4adbff;
    border-left: 4px solid #ffffff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loaderSpin 1.1s infinite linear;
    animation: loaderSpin 1.1s infinite linear;
    margin-right: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
@-webkit-keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





@media only screen and (max-width: 600px) {
  .repostTableWrap__filterRow > div{ width: 100%;}
  .repostTableWrap__tableRow{
    max-width: 100%;
    /* overflow-x: scroll; */
  }
  .repostTableWrap__filterRow > div button{
    padding: 0px 15px;
    font-size: 12px;
  }
}



/* -------------- Email Notification ------------ */
#stunald-all-filters input[type=email], 
#stunald-all-filters input[type=number], 
#stunald-all-filters input[type=password], 
#stunald-all-filters input[type=reset], 
#stunald-all-filters input[type=search], 
#stunald-all-filters input[type=tel], 
#stunald-all-filters input[type=text], 
#stunald-all-filters input[type=url], 
#stunald-all-filters select, 
#stunald-all-filters textarea{
  width: 100%;
}

#stunald-all-filters .ms-options-wrap > button,
#stunald-all-filters select {
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #666666;
  padding: 0 13px;
  font-size: 15px;
  font-weight: 400;
  height: 45px;
}
#stunald-all-filters .ms-options-wrap > button::after{
 content: "";
 width: 20px;
 height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%23645659' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");
    background-size: .8em;
    background-repeat: no-repeat;
    background-position-x: calc( 100% - 10px );
    background-position-y: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em;
  border: 0;
}
.stunald-notification-container .formRow__colRight,
.stunald-notification-container .formRow__colLabel{ width: 100%;}
.stunald-placeholder-container{ 
  width: 100%;
  max-width: 260px;
}

.stuald-all-placeholder-container > div > .stuald-placeholder-content > div:first-child {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.stuald-all-placeholder-container > div .stuald-placeholder-content i.fa-regular{
  background: #2a375e;
  color: #FFF;
  padding: 0 6px;
  font-size: 12px;
  border-radius: 1px;
  height: 30px;
  line-height: 30px;
}

.stunald-add-notification-container .defaultButtonStyle,
.stunald-scheduled-notification-container .defaultButtonStyle{
  border: #1d5fbc;
  color: #dee8f7;
  border: 0;
  padding: 10px 15px;
  line-height: normal;
  border-radius: 4px;
  font-size: 15px !important;
  opacity: 0.9;
  cursor: pointer;
  /* font-size: large; */
  font-weight: 500;
  background: #1d5fbc;
}
.stunald-add-notification-container .defaultButtonStyle:hover,
.stunald-scheduled-notification-container .defaultButtonStyle:hover{
  background: #1d5fbc !important;
  opacity: 1;
}
.stunald-add-notification-container .defaultButtonStyle:hover{
  opacity: 1;
}

.stunald-add-notification-container .defaultButtonStyle.stunald-add-notification-frontend{
  background: #219A8B;
  color: #f1fcf4;
  font-size: large;
  font-weight: 500;
  opacity: 0.9;
}
.stunald-add-notification-container .defaultButtonStyle.stunald-add-notification-frontend:hover{
  background: #219A8B !important;
  opacity: 1;
}

.stunald-add-notification-container .defaultButtonStyle.stunald-scedule-notification-frontend,
.stunald-add-notification-container #update-schedule-notification-frontend,
.stunald-scheduled-notification-container #cancel-schedule-notification-frontend,
.stunald-scheduled-notification-container #update-schedule-notification-frontend{
  background: #ff5900;
  color: #FFF;
  font-size: large;
  font-weight: 500;
  opacity: 0.9;
}
.stunald-add-notification-container .defaultButtonStyle.stunald-scedule-notification-frontend:hover,
.stunald-add-notification-container #update-schedule-notification-frontend:hover,
.stunald-scheduled-notification-container #cancel-schedule-notification-frontend:hover,
.stunald-scheduled-notification-container #update-schedule-notification-frontend:hover{
  background: #ff5900 !important;
  opacity: 1;
}
.stunald-add-notification-container #cancel-schedule-notification-frontend{
  background: #dd3a0cf5;
  color: #eee7dc;
  opacity: 0.9;
}
.stunald-add-notification-container #cancel-schedule-notification-frontend:hover{
  background: #dd3a0cf5 !important;
  opacity: 1;
}
.stunald-add-notification-container .defaultButtonStyle:disabled{
  opacity: 0.7;
  cursor: not-allowed;
}

.stunald-scheduled-notification-container .cancel-schedule-notification-frontend-button{}
.stunald-scheduled-notification-container .reschdeule-container label{
  font-size: 13px;
}
.stunald-scheduled-notification-container .reschdeule-container #schedule-time-mail-display{
  height: 35px;
    font-size: 13px;
    border: 1px solid #d1d0d0;
    background: #FFF;
}

.wp-editor-tabs button{
  border-radius: 0 !important;
}

#student-announcement-area_ifr {
  height: 514px !important;
}

.stuanld-placeholder-text{
  margin-top: 26px;
}
.formRow__colRight ul li{padding-left: 10px;}
.formRow__colRight ul li label{ font-size: 13px;}



@media only screen and (max-width: 600px) {
  .formRow__colLabel, .formRow__colRight{ width: 100%;}
  .stunald-notification-container, .stunald-scheduled-notification-container{ flex-wrap: wrap;}
  .stunald-placeholder-container{ max-width: 100%; margin-top: 25px;}
  .stunald-add-notification-container .defaultButtonStyle, .stunald-scheduled-notification-container .defaultButtonStyle{
    padding: 7px 9px;
    line-height: normal;
    border-radius: 4px;
    font-size: 12px !important;
  }
  .stunald-scheduled-notification-container{ justify-content: center;}
  .stunald-scheduled-notification-container .reschdeule-container #schedule-time-mail-display{ width: 88%;}
  .stunald-scheduled-notification-container .reschdeule-container{ padding: 10px 0; width: 100%; }
  .stunald-add-notification-container .defaultButtonStyle.stunald-scedule-notification-frontend, .stunald-add-notification-container #update-schedule-notification-frontend, .stunald-scheduled-notification-container #cancel-schedule-notification-frontend, .stunald-scheduled-notification-container #update-schedule-notification-frontend{ margin-top: 10px;}
  



}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .stunald-placeholder-container{ max-width: 244px;}
  #student-announcement-area_ifr {
    height: 388px !important;
  }
  .stunald-add-notification-container .defaultButtonStyle.stunald-scedule-notification-frontend, .stunald-add-notification-container #update-schedule-notification-frontend, .stunald-scheduled-notification-container #cancel-schedule-notification-frontend, .stunald-scheduled-notification-container #update-schedule-notification-frontend{ margin-top: 10px;}
  .stunald-add-notification-container .defaultButtonStyle, .stunald-scheduled-notification-container .defaultButtonStyle{
    padding: 7px 9px;
    line-height: normal;
    border-radius: 4px;
    font-size: 12px !important;
  }
  .stunald-scheduled-notification-container .reschdeule-container{
    max-width: 330px; 
    width: 100%;   
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
  }
  .stunald-scheduled-notification-container .reschdeule-container .defaultButtonStyle{ margin-top: 0 !important; margin-left: 5px;}
  .stunald-scheduled-notification-container .reschdeule-container label{width: 100%;}
    .stunald-scheduled-notification-container .reschdeule-container #schedule-time-mail-display{ width: 150px;}
    .stunald-scheduled-notification-container{ align-items: flex-end;}
    .stunald-scheduled-notification-container input[type="button"]{ margin-top: 0;}
}


#stunald-all-filters input:focus, #stunald-all-filters input[type="text"]:focus,
.stunald-email-subject-container input:focus{
  outline-color: #ddd !important;
  outline: none;
  border: 1px solid #ddd;
}
#stunald-email-subject:focus{
  border: 1px solid #e6e6e6 !important;
}

@media only screen and (min-width:1024px) and (max-width: 1220px) {
  .stunald-scheduled-notification-container .reschdeule-container .defaultButtonStyle{ margin-top: 0 !important; margin-left: 8px;}
  .stunald-scheduled-notification-container .reschdeule-container label{ padding-right: 6px;}
    .stunald-scheduled-notification-container .reschdeule-container{ width: 100%; max-width: 540px;justify-content: center;}
}


/* ============= Responsive Table and Accordion CSS - Mitesh ============= */

.repostTableWrap__tableRow {
  overflow: auto;
}

.repostTableWrap__tableRow > table thead tr th:not(:first-child) {
  display: none;
} 

.repostTableWrap__tableRow > table thead tr th:first-child {
  text-align: left;
} 

.repostTableWrap__tableRow > table tbody tr {
  display: flex;
  flex-direction: column;
}

.repostTableWrap__tableRow > table tbody tr td::before {
  content: attr(data-label);
  /* position: absolute;
  left: 10px;
  width: 50%; */
  display: inline-block;
  min-width: 70px;
  padding-right: 10px;
  text-align: left;
  font-weight: bold;
}

.repostTableWrap__tableRow > table tbody tr td {
  position: relative;
  text-align: left;
}

.repostTableWrap__tableRow > table tbody tr td:first-child {
  text-align: left;
  order: 2; /* Ensure first cell appears second */
}

.repostTableWrap__tableRow > table tbody tr td:not(:nth-child(2)):not(:first-child) {
  order: 3; /* Ensure all other cells appear after */
}

.repostTableWrap__tableRow > table tbody td.statusTD { 
  display: none !important;
}

.repostTableWrap__tableRow > table tbody td.stuanld-bodyTD {
  display: flex;
}

.repostTableWrap__tableRow > table tbody td.stuanld-dateTD {
  display: flex;
}

.repostTableWrap__tableRow > table tbody td.stuanld-checkbox-row {
  display: none !important;
}

.repostTableWrap__tableRow > table tbody td.titleTD {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.repostTableWrap__tableRow > table tbody td.titleTD::before {
  display: none;
}

.repostTableWrap__tableRow > table tbody td.titleTD > div:first-child {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  font-weight: bold;
}

.repostTableWrap__tableRow > table tbody td.titleTD .stuanld-checkbox-accordion, .repostTableWrap__tableRow > table tbody td.titleTD .statusTD-mobile-accordion {
  display: block;
}

.repostTableWrap__tableRow > table tbody td.titleTD .stuanld-accordion-dropdown-icon {
  display: flex !important;
  transition: rotate 0.5s;
}

tr.stuanld-noti-info-row td.stuanld-no-notification-found {
  text-align: center;
}

tr.stuanld-noti-info-row td.stuanld-no-notification-found::before {
  display: none;
}

@media screen and (min-width: 1000px) {
  .repostTableWrap__tableRow > table thead {
    display: table-header-group;
  }

  .repostTableWrap__tableRow > table thead tr th:not(:first-child) {
    display: table-cell;
  }

  .repostTableWrap__tableRow > table tbody td.titleTD > div:first-child {
    font-weight: normal;
  }
  
  .repostTableWrap__tableRow > table tbody tr {
    display: table-row;
    flex-direction: row;
  }

  .repostTableWrap__tableRow > table tbody tr td {
    display: table-cell !important; /* Show all cells on desktop */
    text-align: left;
    position: static;
    order: 0;
  }

  .repostTableWrap__tableRow > table tbody tr td::before {
    display: none;
  }

  .repostTableWrap__tableRow > table tbody td.statusTD { 
    display: table-cell !important;
    text-align: center;
  }

  .repostTableWrap__tableRow > table tbody td.stuanld-checkbox-row {
    display: table-cell !important;
  }
  
  .repostTableWrap__tableRow > table tbody td.titleTD {
    cursor: default;
    display: table-cell;
  }

  .repostTableWrap__tableRow > table tbody td.titleTD .stuanld-checkbox-accordion, .repostTableWrap__tableRow > table tbody td.titleTD .statusTD-mobile-accordion {
    display: none;
  }

  .repostTableWrap__tableRow > table tbody td.titleTD .stuanld-accordion-dropdown-icon {
    display: none !important;
  }

  .repostTableWrap__tableRow > table tbody td.quzAction{
    width:11%;
   }

}

.repostTableWrap__tableRow > table tbody td.titleTD .statusTD-mobile-accordion .buttonType{ 
  background: #1d5fbc;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  min-width: 60px;
  font-weight: 600;
  text-align: center;
 }
 .repostTableWrap__tableRow > table tbody td.titleTD .statusTD-mobile-accordion .buttonType.__draft{
  background: #1d5fbc;
 }
 .repostTableWrap__tableRow > table tbody td.titleTD .statusTD-mobile-accordion .buttonType.__sent{
  background: #219A8B;
 }
 .repostTableWrap__tableRow > table tbody td.titleTD .statusTD-mobile-accordion .buttonType.__sending{
  background: #28a745;
 }
 .repostTableWrap__tableRow > table tbody td.titleTD .statusTD-mobile-accordion .buttonType.__schedule{
  background: #f0ad4e;
 }

/* .repostTableWrap__tableRow > table tbody td.quzAction Commented This Line */

/* .repostTableWrap__tableRow > table tbody td.titleTD Commented This Line */

/* .repostTableWrap__tableRow > table tbody td.statusTD{ text-align: center;} Commented This Line */