th,
td {
    border-bottom: 0px solid #fff;
}

.nav2 {
    z-index: 2;
}

th,
td {
    padding: 7px;
    border-bottom: 1px solid #D0D3D3;
    height: 52px;
    width: auto;
    text-align: left !important;
}

.bigModal {
    width: 1024px !important;
}

.filterRow {
    width: 100%;
    padding: 10px 9px;
    display: flex;
    background-color: white;
}
tr:nth-child(even) {
    background-color: #fff;
}

tr {
    background-color: #fff;
}

tr:hover {
    background-color: #E1EBEF !important;
}

.selectedRow {
    background-color: #E1EBEF !important;
    box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.25);
}

.multiSelectEmail {
    padding: 100px;
    text-align: center;
}

.svgFill-blue-1 {
    filter: invert(23%) sepia(67%) saturate(323%) hue-rotate(162deg) brightness(58%) contrast(96%);
}

.centerAlign {
    text-align: center;
    width: 20%;
    display: inline-table;
}

.noMessage {
    width: 103px;
    height: 82px;
    filter: invert(55%);
}

.pulldown {
    display: inline-block;
}

/* button */
.dropbtn {
    cursor: pointer;
    transition: 0.35s ease-out;
    font-weight: bold;
}

/* dd content */
.pulldown .dropdownContent {
    position: absolute;
    top: 4%;
    background-color: #f7f7f7;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s ease-out;
}

.dropdownContent a {
    color: black;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    transition: 0.35s ease-out;
}

.dropdownContent a:hover {
    background-color: #eaeaea;
}

/* show dd content */
.pulldown:focus .dropdownContent {
    outline: none;
    transform: translateY(20px);
    visibility: visible;
    opacity: 1;
}

/* mask to close menu by clicking on the button */
.pulldown .db2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.pulldown:focus .db2 {
    display: inline-block;
}

.pulldown .db2:focus .dropdownContent {
    outline: none;
    visibility: hidden;
    opacity: 0;
}

.replydesign {
    margin: 35px 0 35px 35px;
}

.modal-dialog-message textarea {
    height: 15vh;
}

.borderDiv {
    border-radius: 10px;
    border: 1px solid #A9ADAD;
    padding: 10px;
}

.replyContent {
    padding-bottom: 60px;
    ;
    border-bottom: 1px solid #A9ADAD;

}

.replyContent .studentsPopUp {
    margin-left: 30px;
}

/* Nav tab  css*/
.badge-t {
    margin-left: 5px;
    margin-bottom: 2px;
}

.pulldown-check-list {
    display: inline-block;
}

.pulldown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 30px !important;
    width: 100%;
}

.pulldown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 2px solid black;
    border-top: 2px solid black;
    padding: 5px;
    right: 10px;
    top: 20%;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pulldown-check-list .anchor:active:after {
    right: 8px;
    top: 21%;
}

.pulldown-check-list ul.items {
    padding: 5px;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
}

.pulldown-check-list ul.items li {
    list-style: none;
}

.pulldown-check-list.visible .anchor {
    color: #212225;
    width: 100%;
}

.autoWidth {
    width: auto !important;
    padding: 0px 10px;
}

.pulldown-check-list.visible .items {
    display: block;
    box-shadow: 3px 3px 3px 3px #f7f8f8;
    height: 200px;
    overflow-x: scroll;
}

.list-pulldown {
    line-height: 200%;
    font-size: 15px;
}

.emailImg {
    filter: invert(28%) sepia(44%) saturate(2798%) hue-rotate(175deg) brightness(90%) contrast(87%);
    cursor: pointer !important;
}

.conversation {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 4%;
}

.backcolor {
    background-color: #F7F8F8;
    padding: 5px;
    line-height: 1.3rem;
}

.fontcolor {
    color: #888888;
}

.floatRight {
    float: right;
}

.studentSelection {
    width: 98% !important;
}

#studentSelectionList {
    height: 30px;
    overflow-y: scroll;
    display: block;
    font-size: 14px;
}

.arrow {
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: -20px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#studList,
#studListDrafts,
.pulldown {
    width: 100%;
}

.replyContent .pulldown,
.repInput {
    width: 80%;
}

.cancel-button {
    width: 102px;
}

.display-none {
    display: none !important;
}

.invertImage {
    filter: invert(0.55);
}

img.imgPlus {
    padding-right: 6px;
    margin-top: -3px;
    width: 18px;
}

.searchicon {
    left: 25px;
}

.searchBox {
    padding-left: 33px !important;
}

.actionButtonsSearch {
    width: 100px !important;
    margin-left: 18px;
    margin-top: 2px;
}

.draftText {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #AD1F1F;
}

.folderDropdown {
    width: 160px;
    height: 38px;
    padding-right: 20px;
    margin-right: 20px;
    float: left;
}

.ck-toolbar {
    display: none !important;
}

.ck-editor__editable {
    min-height: 325px;
}

#btnFileUpload {
    text-decoration: none !important;
}

#btnFileUpload img {
    width: 18px;
    height: 18px;
}

.textColor-gray {
    color: #53575B;
    ;
}

.fileUpload {
    float: left !important;
    text-align: left !important;
    padding-top: 7px;
    font-size: 16px;
    line-height: 22px;
    color: #065577;
}

.content {
    display: none !important;
}

.faderight {
    -webkit-transition: opacity 15s linear, right 15s ease-out;
    -moz-transition: opacity 15s linear, right 15s ease-out;
    -o-transition: opacity 15s linear, right 15s ease-out;
    transition: opacity 15s linear, right 15s ease-out;
}

.faderight .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.secondDialog .modal-dialog {
    width: 400px;
    margin: 45vh auto 0 30% !important;
}

.secondDialog .dialogcontent {
    margin: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.modal-body .secondRow {
    height: 49vh;
    overflow-y: auto;
}

.bigModal-message .sectional-footer {
    margin: 0px 20px;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.studentModalAdditional {
    margin: 10 15 15;
}

.disableContent {
    z-index: 0 !important;
}

.actionMessage {
    padding: 8px 20px;
    gap: 14px;
    height: 38px;
    background: #E1EBEF;
    border-bottom: 1px solid #D1D1CE;
    display: flex;
}

.taskMessage {
    padding: 8px 20px;
    gap: 14px;
    height: 38px;
    background: #E7F2F3;
    border-bottom: 1px solid #D1D1CE;
    display: flex;
}

.conversationHeader-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.conversationMessage {
  display: flex;
  align-items: flex-start;
  padding: 12px 12px;
  border-bottom: 1px solid #eee;
}

.conversationMessage-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conversationMessage-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conversationMessage-avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.student-avatar-link:hover img {
  transform: scale(1.05);
}

.conversationMessage-body {
  flex: 1;
  min-width: 0;
}