/* @import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins"; */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.signin-btn {
  width: 100%;
  border-radius: 100px;
}

.login-box {
  background: white;
  width: 700px;
  position: fixed;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-shadow: -1px 31px 79px -27px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: -1px 31px 79px -27px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: -1px 31px 79px -27px rgba(0, 0, 0, 0.44);
  border-radius: 15px;
}

.input-signin {
  border: none !important;
  border-radius: 6px;
}

.login-btn {
  width: 100%;
  padding: 10px;
  border: none;
  background: #0ab1a7;
  color: white;
  font-size: 13px;
  border-radius: 100px;
}

input[type="text"] {
  font-family: arial;
  font-size: 14px;
  /* background: #ebebeb; */
}

.signin-content {
  padding: 50px 35px;
}

.categories {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.categories a {
  text-decoration: none !important;
}

.category {
  width: 100%;
  background: white;
  padding: 18px;
  color: black;
  border-radius: 11px;
  transition: box-shadow 0.6s;
  transition: background 0.6s;
  border: 1.3px solid #2125291f;
}

.fa-angle-right,
.category:hover,
svg.svg-inline--fa.fa-angle-right.fa-w-8:hover {
  color: white;
}

.category:hover,
.category:active {
  background: #0ab1a7;
  color: white;
  border: 1.3px solid #0ab1a7;
  box-shadow: 0px 32px 23px -24px rgba(10, 177, 167, 0.55);
}

.fa-angle-right {
  color: black;
}

.icon-right {
  float: right;
}

.sign-head h6 {
  margin-bottom: 0px;
}
.sign-head h3 {
  font-size: 21px !important;
}

.sign-head p {
  font-size: 14px;
  color: grey;
}

.sign-form {
  margin: 26px 0px;
}

.form-area-heading {
  border-bottom: 1.8px solid #0000001f;
}

.form-title {
  font-weight: 500 !important;
  margin-bottom: 10px;
}

.content-row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-title h4 {
  margin-top: 3px;
  margin-bottom: 0px;
}

.save-btn {
  min-width: 100px;
  padding: 8px 13px;
  text-align: center;
  color: white;
  background: #0ab1a7;
  border: none;
  font-size: 14px;
  border-radius: 100px;
  box-shadow: 0px 32px 23px -24px rgba(10, 177, 167, 0.55) !important;
}

.cancel-btn {
  width: 100px;
  padding: 8px 15px;
  text-align: center;
  color: black;
  background: #00000024;
  border: none;
  font-size: 14px;
  border-radius: 100px;
  margin-left: 1em;
  box-shadow: 0px 32px 23px -24px rgba(10, 177, 167, 0.55) !important;
}

.save-btn:hover,
.save-btn:active {
  box-shadow: 0px 32px 23px -24px rgba(10, 177, 167, 0.55);
}

.form-add-new {
  margin-top: 20px;
}

.card-header {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.upload-ppic {
  border: 2px solid #00000026;
  border-radius: 8px;
  border-style: dashed;
  margin-bottom: 10px;
  padding: 20px;
}

.upload-ppic p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-pic {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 100px;
}

label {
  font-size: 13px;
  font-weight: 500;
}

.top-spacing {
  margin: 1.5em 0em;
  margin-top: 0;
}

.fa-plus-square {
  margin-top: 4px;
  font-size: 17px;
  margin-right: 8px;
}

.actions {
  margin: 1.5em 0em;
}

.view {
  margin-right: 10px;
}

.edit-mr {
  margin-right: 10px;
}
.pull-right {
  float: right;
}

.modal-header {
  background: #00a79d;
}

.modal-header h5 {
  color: white;
}

.modal-container {
  width: 80%;
}

.details-group {
  border-bottom: 1px solid #00000014;
  margin-bottom: 10px;
  padding: 6px;
  padding-bottom: 0;
}

.des-title {
  font-size: 13px;
  margin-bottom: 0;
}

.des {
  font-size: 12px;
  color: #818181;
  margin-bottom: 6px;
  text-align: end;
}

.user-info-box {
  padding: 20px;
  background: #00a79d1c;
  border-radius: 10px;
  justify-content: center;
  margin: 0px 0px 10px 0px;
}

.user-name {
  text-align: center;
  margin-top: 6px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0px;
}

.user-info {
  margin: 0 auto;
}

.user-img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  border: 3px solid #ffffff;
}

.close-btn {
  width: 100px;
  padding: 8px 15px;
  text-align: center;
  color: black;
  background: #00000024;
  border: none;
  font-size: 14px;
  border-radius: 100px;
  box-shadow: 0px 32px 23px -24px rgba(10, 177, 167, 0.55) !important;
}

.support-btn {
  width: 100px;
  padding: 8px 15px;
  text-align: center;
  color: white;
  background: #0ab1a7;
  border: none;
  font-size: 14px;
  border-radius: 100px;
  margin-right: 1em;
  box-shadow: 0px 32px 23px -24px rgba(10, 177, 167, 0.55) !important;
}

.student-des {
  max-height: 550px;
  overflow: auto;
}

.sup-des-title {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 2px;
}

.sup-des {
  font-size: 12px;
  color: #818181;
  margin-bottom: 6px;
  text-align: end;
}

.sup-details-group {
  margin: 0px 0px 10px 0px;
  padding: 6px;
  background: #efefef;
  border-radius: 6px;
}

.popup-tabs {
  border: 1px solid #00000026;
  border-radius: 10px;
  margin: 1.5em 0em;
}

.nav-item a {
  color: black;
}

.tab-details {
  border-top-left-radius: 10px;
}

.tab-support {
  border-top-right-radius: 10px;
}

.prof-status {
  background: green;
  padding: 0px 9px 2px 9px;
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
  border-radius: 100px;
  color: white;
  border: none;
}

.prof-status-inactive {
  background: red;
  padding: 0px 9px 2px 9px;
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
  border-radius: 100px;
  color: white;
  border: none;
}

.mydoc-sec {
  transition: box-shadow 0.6s;
  cursor: pointer;
}

.mydoc-sec:hover {
  box-shadow: 0 1.6px 1.3px -6px rgba(0, 0, 0, 0.022), 0 4px 3.3px -6px rgba(0, 0, 0, 0.031), 0 8.2px 6.7px -6px rgba(0, 0, 0, 0.039), 0 16.8px 13.9px -6px rgba(0, 0, 0, 0.048), 0 46px 38px -6px rgba(0, 0, 0, 0.07);
}

.ico-right {
  float: right;
}

.doc-img {
  width: 131px;
  height: 131px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

th.table-actions {
  text-align: center;
}

td.acion-btns {
  text-align: center;
  color: #ababab;
}

td.acion-btns a:hover {
  color: black;
}

/*  my calendar */
.right-nav {
  margin: 0;
  padding: 0;
  width: 370px;
  height: 100%;
  overflow: auto;
  right: 0;
  position: absolute;
  transition: transform 0.15s ease-in-out;
  transform: translateX(0px);
}

.navbar-rightside {
  width: 370px;
  float: right;
  padding-top: 56px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0px;
  margin-bottom: 14px;
}

div .main-con {
  padding-right: 370px;
}

.right-nav {
  background: rgb(4, 124, 188);
  z-index: 1037;
}

.chat-header {
  margin-top: 56px;
  width: 100%;
}

.close-top {
  color: white;
  background: #051e633b;
  display: flex;
  justify-content: space-between;
}

.close-top p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  padding: 12px 18px;
}

.chat-tab {
  width: 100%;
  color: white;
}

.chat-tab p {
  margin-top: 1rem;
  font-size: 16px;
  padding: 0px 8px;
}

.chat-tab i {
  color: white;
}

.add-new {
  width: 14px;
  margin-top: 6px;
}

.footer-details {
  width: 100%;
  margin-left: 0px !important;
}

.pagination-start {
  margin-bottom: 0px;
}

.pagination-txt {
  margin-bottom: 0px;
  margin-top: 6px;
  font-size: 16px;
}

/*add ew students */
.search-area {
  padding: 16px;
}

.search-input {
  border: none;
  width: 100%;
  padding: 6px;
  border-radius: 5px;
  background: #ffffff14 !important;
  color: white;
}

.search-input::placeholder {
  color: #ffffff88;
  padding-left: 8px;
}

.user-thump {
  max-width: 44px;
  border-radius: 100%;
  border: 2.4px solid white;
  object-fit: cover;
  aspect-ratio: 1;
}

.recent-chats {
  padding: 0px 16px;
}

.student {
  display: flex;
  float: left;
  width: 100%;
  padding: 8px;
  transition: background 0.3s;
  cursor: default;
}

.student:hover {
  background: #ffffff29;
  border-radius: 5px;
}

.student p {
  margin-bottom: -2px;
}

.stu-detail {
  padding-left: 10px;
}

.add-chat {
  cursor: pointer;
}

.stu-name {
  margin-bottom: 0;
  font-weight: 300;
  color: white;
  font-size: 14px;
}

.stu-msg {
  margin-bottom: 0;
  font-size: 13px;
  color: #ffffff61;
}

.chat-not {
  text-align: right;
  margin: 0 0 0 auto;
}

.chat-time {
  color: #ffffffb3;
  font-size: 12px;
}

.chat-indicator {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 100%;
  font-size: 13px;
  padding-top: 0px;
  margin-top: 4px;
  float: right;
  padding-right: 6px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 16px;
}

.upload-btn {
  border: 1.5px solid gray;
  color: gray;
  background-color: white;
  padding: 3px 13px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer !important;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 174px;
  height: 35px;
  cursor: pointer;
}

/* upload button */
.file-upload-btn {
  width: 100% !important;
  height: 60px;
  border-style: dashed !important;
  border: 2px solid #00000026;
}

.file-upload-sec {
  padding: 0px !important;
}

.file-upload-sec input[type="file"] {
  width: 100%;
  height: 60px;
}

.up-header {
  margin-top: 15px;
}

.up-title {
  margin-bottom: 0;
  font-weight: 500;
}

.up-content {
  padding: 10px;
  background: #00a79d1c;
  border-radius: 5px;
  margin-top: 4px;
}

.up-content p {
  margin-bottom: 0;
}

.fa-window-close {
  margin-top: 4px;
}

/*experiment*/
.menu {
  z-index: 1037 !important;
  font-weight: 100;
  width: 100px;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: -130px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #222;
  background: rgb(4, 124, 188);
}

.menu:focus {
  transform: translate3d(-130px, 0, 0);
  animation-timing-function: 1s ease-in;
}

.menu .closebtn {
  font-size: 18px;
  text-decoration: none;
}

.close-area {
  margin-top: 56px;
  text-align: center;
}

.close-area:hover {
  background: #ffffff29;
}

.close-sec {
  margin-bottom: 0;
  padding: 12px;
  color: white;
}

.new-search {
  margin: 16px;
}

.fa-cloud-upload-alt {
  margin-right: 6px;
}

.up-close {
  margin-top: 4px;
}

.recent-chats {
  height: calc(100vh - 206px);
  overflow: auto;
}

.chat-link {
  border-radius: 0px !important;
}

.chat-link.active {
  background: #ffffff24 !important;
}

.nav-item a {
  color: #f8f9fa82;
  font-size: 14px;
}

.chat-close {
  padding: 21px;
  margin-right: 8px;
  vertical-align: middle;
}

.chat-close:hover {
  background: #ffffff26;
}

.chat-profile p {
  margin-bottom: 0;
  color: white;
  margin-top: 56px;
  background: #ffffff1c;
}

.chat-main {
  height: calc(100vh - 5.6%);
}

.chat-sent {
  /* position: absolute; */
  /* bottom: 0; */
  padding: 15px;
  height: 74px;
  background: #e9ecef;
  width: 100%;
}

.text-sent p {
  margin-bottom: 0px;
}

button.submit {
  padding: 5px 10px;
  border-radius: 100%;
  border: none;
  color: white;
  background: #047cbc;
  margin-left: 15px;
}

.fa-paper-plane {
  font-size: 15px;
}

.fa-paperclip {
  font-size: 15px;
}

#chat-attach {
  padding: 10px 14px;
}

.chat-type {
  border: none;
  background: none !important;
}

.msgs-left {
  display: flex;
}

.chat-head-img {
  border-radius: 100%;
  border: 2px solid white;
  width: 42px;
  object-fit: cover;
  aspect-ratio: 1;
}

.msg-area {
  padding: 16px;
  height: calc(100vh - 186px);
  overflow: auto;
}

/*  message-right  */
.message-left {
  font-size: 12px;
  font-weight: 400;
  color: black;
  background: white;
  border-radius: 12px;
  padding: 10px;
  width: 50%;
  margin-left: 6px;
  border-top-left-radius: 0;
}

.talk-bubble {
  display: inline-block;
  position: relative;
  width: 200px;
  height: auto;
  background-color: white;
}

.tri-right.left-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: white transparent transparent transparent;
}

.talktext {
  padding: 0.6em;
  text-align: left;
  line-height: 1.5em;
}

.talktext p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

/*  message-right  */
.msgs-right {
  display: flex;
  justify-content: flex-end;
  margin-right: 13px;
}

.message-right {
  font-size: 12px;
  font-weight: 400;
  color: black;
  background: #12a1d8 !important;
  border-radius: 12px;
  padding: 10px;
  width: 50%;
  margin-left: 6px;
}

.talk-bubble {
  display: inline-block;
  position: relative;
  width: 200px;
  height: auto;
  background-color: white;
}

.tri-left.right-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -12px;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: #12a1d8 transparent transparent transparent;
}

.msg-right-txt p {
  color: white;
}

.msg-spacing {
  margin-bottom: 15px;
}

.chat-upload-wrapper {
  position: relative;
  display: inline-block;
}

#chat-attach {
  color: gray;
  border-radius: 100%;
  padding: 10px 15px;
  border: none;
  background: white;
}

.tbl-filter {
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-end;
}

.table-search {
  margin-right: 0px !important;
}

.tbl-search-btn {
  height: 35px;
}

.tab-head {
  color: black !important;
}

.tbl-search-btn-clr {
  background-color: #02afa6;
  border-color: #02afa6;
}

.tbl-search-btn-clr:hover {
  background-color: #009e96;
  border-color: #009e96;
  box-shadow: none !important;
}

.tbl-search-btn-clr:active {
  box-shadow: none;
  background-color: #009e96;
  border-color: #009e96;
  box-shadow: none !important;
}

.tbl-enable-btn {
  background: #02b088 !important;
  border-radius: 100px;
  padding: 3px 12px;
  border: none;
  color: white;
  font-size: 13px;
  font-weight: 200;
  text-align: center;
  opacity: 1 !important;
}

.tbl-diable-btn {
  background: grey;
  border-radius: 100px;
  padding: 3px 12px;
  border: none;
  color: white;
  font-size: 13px;
  font-weight: 200;
  text-align: center;
}

.tbl-primary-btn {
  background: rgb(52, 61, 122);
  border-radius: 100px;
  padding: 3px 12px;
  border: none;
  color: white;
  font-size: 13px;
  font-weight: 200;
  text-align: center;
}

.tbl-secondary-btn {
  background: rgb(110, 100, 100);
  border-radius: 100px;
  padding: 3px 12px;
  border: none;
  color: white;
  font-size: 13px;
  font-weight: 200;
  text-align: center;
}

.status-head {
  text-align: center;
}

.status-btn {
  text-align: center;
}

.yes-btn {
  width: 100px;
  padding: 8px 15px;
  text-align: center;
  color: white;
  background: #0ab1a7;
  border: none;
  font-size: 14px;
  border-radius: 100px;
  box-shadow: 0px 32px 23px -24px rgba(10, 177, 167, 0.55) !important;
}

.no-btn {
  width: 100px;
  padding: 8px 15px;
  text-align: center;
  color: black;
  background: #00000024;
  border: none;
  font-size: 14px;
  border-radius: 100px;
  box-shadow: 0px 32px 23px -24px rgba(10, 177, 167, 0.55) !important;
  margin-right: 10px;
}

.delete-msg p {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.attach-bubble li a {
  background-color: #13c3ba;
  color: white;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 4px 10px #00000024;
  padding: 12px 15px;
  display: block;
}

.attach-bubble {
  position: fixed;
  padding: 0;
  bottom: 80px;
  z-index: 100;
  list-style: none;
  margin-bottom: 0;
}

.attach-bubble li {
  margin-bottom: 10px;
}

.chat-upload-wrapper ul {
  display: none;
}

.attach-bubble {
  animation: btm-top 0.2s;
}

@keyframes btm-top {
  0% {
    bottom: 0px;
  }

  100% {
    bottom: 80px;
  }
}

.attach-img input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 49px;
  height: 49px;
}

.attach-vid input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  margin-top: -12px;
  opacity: 0;
  width: 49px;
  height: 49px;
}

.attach-aud input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  margin-top: -12px;
  opacity: 0;
  width: 49px;
  height: 49px;
}

button#chat-attach:hover {
  background: #00000017;
}

.heading-content {
  display: flex;
  justify-content: space-between;
}

.chat-btn {
  border: none;
  text-align: center;
  background: #0ab1a7;
  border-radius: 100px;
  min-width: 80px;
  color: white;
  padding: 3px;
  transition: box-shadow 0.2s;
  box-shadow: 0px 11px 17px 0px rgba(10, 177, 167, 0.5);
}

.chat-btn:hover {
  box-shadow: none;
}

.close-chat-btn {
  border: none;
  padding: 12px 20px;
  background: #00538c00;
  color: white;
}

.close-chat-btn:hover {
  background: #00538cd9;
  color: white;
}

.chat-btn-txt {
  color: white;
  padding: 10px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile-6 + label {
  background-color: #ffffff;
  padding: 0;
  border-radius: 0.2rem;
  border: 1px solid #ced4da;
}

.inputfile-6 + label {
  color: #d3394c;
}

.inputfile + label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.inputfile-6 + label span {
  display: inline-block;
  /* text-overflow: ellipsis; */
  white-space: nowrap;
  /* overflow: hidden; */
  vertical-align: top;
}

.inputfile-6 + label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #d3394c;
  display: inline-block;
}

.label-name {
  margin-bottom: 0;
  padding: 5px;
  margin-left: 5px;
  color: black;
  font-weight: 300;
}

.browse {
  padding: 5px 15px;
  font-weight: 500;
  background: #00000030;
  color: #00000096;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}

.chat-btn-icon {
  font-size: 13px;
  margin-left: 7px;
}

.right-nav {
  transform: translateX(370px);
  display: none;
  position: fixed;
}

.right-nav-anim {
  transition: transform 0.15s ease-in-out !important;
  transform: translateX(0px);
  display: block;
}

/* student profile page */
.stu-profile-pic {
  border-radius: 100%;
  border: 4px solid #ffffff;
  display: block;
  margin: 0 auto;
  width: 135px;
  box-shadow: 0px 8px 8px 0px rgba(10, 177, 167, 0.2);
  object-fit: cover;
  aspect-ratio: 1;
}

.stu-section {
  margin: 1.5em 0em;
  border-radius: 10px;
  background: #00a79d1c;
}

.stu-section-detail {
  margin-bottom: 1.5em;
}

.student-profile {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: table;
  margin: 0 auto;
}

.student-pic-detail {
  display: flex;
  margin: 0px 20px;
  max-width: 600px;
}

p.student-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  word-break: break-all;
}

p.stu-subtext {
  color: #0000004a;
  margin-bottom: 0;
  font-size: 15px;
}

.stu-name-sub {
  padding-left: 18px;
  margin: auto;
  width: 100%;
}

.upload-header {
  margin-top: 0;
}

.upload-title {
  font-size: 13px;
}

.upload-file-icon {
  margin: 0px 7px;
}

.upload-file {
  margin-bottom: 10px;
}

.upload-file-name {
  font-size: 14px;
}

.profile-file-view{
  display: flex;
  align-items: self-start; 
  justify-content: space-between;
}

.btn-profile{
  white-space: nowrap;
  padding: 3px 10px; 
}

.edit-profile {
  margin-top: 9px;
  padding: 4px 12px;
  border: none;
  border-radius: 100px;
  background: #0ab1a7;
  color: white;
  font-size: 13px;
  transition: box-shadow 0.3s;
  box-shadow: 0px 11px 17px 0px rgba(10, 177, 167, 0.5);
}

.clear-all {
  padding: 2px 10px;
  margin-left:9px;
  border: none;
  border-radius: 100px;
  background: #0ab1a7;
  color: white;
  font-size: 13px;
  transition: box-shadow 0.3s;
  box-shadow: 0px 4px 8px 0px rgba(10, 177, 167, 0.5);
}



.edit-profile:hover {
  box-shadow: none;
}

.edit-profile-icon {
  margin-right: 8px;
}

.view-file {
  border: none;
  border-radius: 100px;
  padding: 0px 9px;
  font-size: 14px;
  color: white;
  margin-right: 5px;
  float: right;
  background: #0ab1a7;
}

/*-------------------------------------------------*/
.main-con {
  padding-right: 0px !important;
}

/* my support page */
.card-spacing {
  margin: 1.5em 0em;
}

.outer-space {
  padding: 20px;
  padding-bottom: 0;
}

.staff-pic {
  width: 108px;
  height: 108px;
  border-radius: 100px;
  margin-bottom: 10px;
  border: 2px solid #0000001c;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.support-info {
  display: flex;
}

.my-support {
  border: 1px solid #00000026;
  border-radius: 15px;
}

.staff-title p {
  margin-bottom: 0;
  margin-left: 6px;
}

.staff-details {
  background: #00000014;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 18px;
}

.staff-title {
  margin-bottom: 6px;
}

.staff-title-info {
  margin: 0px 0px 10px 0px;
  padding: 6px;
  background: white;
  border-radius: 6px;
}

.staff-title-info p {
  margin-bottom: 0;
  font-size: 14px;
  margin-left: 6px;
}

.stff-hdng {
  font-weight: 600;
}

.staff-name {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
}

.view-staff-btn {
  border: none;
  border-radius: 100px;
  font-size: 12px;
  padding: 4px 10px;
  margin: 0 auto;
  display: block;
  background: #0ab1a7;
  color: white;
  transition: box-shadow 0.3s;
}

.view-staff-btn:hover {
  box-shadow: 0px 11px 17px 0px rgba(10, 177, 167, 0.5);
}

.staff-pic-detail {
  margin-bottom: 18px;
}

.collapse-arrow {
  text-align: center;
  background: #039aaf;
  padding: 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  /* transition: background 0.3s; */
}

.collapse-arrow:hover {
  background: #00899c;
}

.message-area {
  padding: 0;
  background-color: rgba(0, 52, 113, 0.04);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.message-content {
  padding: 10px;
  display: flex;
}

.message-text {
  width: 100%;
}

textarea.message-text::placeholder {
  font-size: 14px;
  padding-left: 11px;
}

.send-msg-btn {
  border: none;
  background: #0ab1a7;
  border-radius: 6px;
  margin-left: 10px;
  padding: 4px 15px;
  font-size: 14px;
  color: white;
}

.support-a {
  margin-bottom: 18px;
}

/* My document page re-edit */
.doc-title {
  color: black;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.doc-head {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

/* Login page */
/* .mobile-screen {
  display: none;
} */

.policy-text {
  text-align: right;
}

/* add student page */
.add-staff-sec {
  display: flex;
}

.add-staff-form {
  width: 100%;
}

.staff-detail-btn {
  border: none;
  height: 30px;
  color: #00000061;
  border-radius: 4px;
  padding: 0px 10px;
  margin: 30px 7px 0px 9px;
  background-color: #00000014;
  border: 1px solid #8080804a;
}

.staff-detail-btn:hover {
  color: black;
}

.add-staff-btn {
  border: none;
  height: 35px;
  color: #00000061;
  border-radius: 4px;
  padding: 0px 12px;
  margin: 30px 0px 0px 0px;
  background-color: #00000014;
  border: 1px solid #8080804a;
}

.add-staff-btn:hover {
  color: black;
}

.add-new-staff {
  padding: 10px;
  background-color: #00000014;
  border-radius: 6px;
  margin-top: 20px;
}

.staff-btn-area {
  display: flex;
  justify-content: space-between;
}

.staff-btn-area p {
  margin-bottom: 0;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 2px;
}

.add-s {
  border: none;
  background: #0ab1a7;
  border-radius: 5px;
  color: white;
  padding: 6px 18px;
}

.new-staff-btn {
  margin-right: 6px;
}

/* notification-area */
.bell-dropdown {
  position: absolute;
  top: 100%;
  left: -205px !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 20rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  padding: 5px 5px 0px 5px;
  box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.1);
  min-height: 200px;
  height: 400px;
  overflow-y: scroll;
}
.bell-no-data {
  font-size: 14px;
  padding: 75px;
}
.bell-not-see-more {
  font-size: 14px;
  color: #51afc2;
  text-align: center;
  margin-bottom: 0px;
  padding: 6px;
  background: #51afc2;
  color: white;
  border-radius: 4px;
  margin-bottom: 5px;
}
.bell-note-read {
  background: #ecedec !important;
}
.bell-note-read:hover {
  background: #9292925e !important;
}
.bell-menu-head {
  background: #fff;
  position: relative;
  text-align: left;
  color: #747f8b;
  font-weight: 500;
  padding: 8px;
}

.bell-menu-head a {
  text-decoration: none;
}

.bell-menu-header {
  padding-left: 5px;
  color: black !important;
  font-size: 14px;
  font-weight: 500 !important;
}

.bell-menu-footer {
  height: 6px;
}

.bell-sub-menu {
  display: block;
  padding: 4p;
  list-style: none;
  padding-left: 0;
}
.btn-see-more-noti {
  width: 100%;
  display: flex;
  border: none;
  background: #4eabc3;
  border-radius: 4px;
  color: white;
  justify-content: center;
  font-size: 13px;
  padding: 5px;
  margin-bottom: 5px;
}
.bell-sub-menu li {
  padding: 12px;
  margin-bottom: 6px;
  color: black;
  font-size: 13px;
  font-weight: 400;
  background: #00a79d1c;
  border-radius: 5px;
  transition: background 0.3s;

  /* display: flex; */
}
.bell-notif-p {
  font-size: 1.06em;
  margin-bottom: 0px;
  word-break: normal;
}
.noti-msg-time {
  margin-bottom: 0;
  color: #00000061;
}
.noti-img {
  display: flex;
  margin-bottom: 3px;
}
.bell-sub-menu li:hover {
  background: #00a79d57;
}

/* -----------------------------------------
 Badge
----------------------------------------- */
.badge {
  padding: 3px 5px 2px;
  position: absolute;
  top: 8px;
  right: 5px;
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}

.badge-danger {
  background-color: #db5565;
}

/* pop up modal */
.stu-info-section {
  margin: 0px;
}

.stu-pic-popup {
  height: 100px;
  width: 100px;
}

.decline-btn {
  width: 100px;
  padding: 8px 15px;
  text-align: center;
  color: black;
  background: #00000024;
  border: none;
  font-size: 14px;
  border-radius: 100px;
  margin-right: 1em;
}

.accept-btn {
  width: 100px;
  padding: 8px 15px;
  text-align: center;
  color: white;
  background: #0ab1a7;
  border: none;
  font-size: 14px;
  border-radius: 100px;
}

.msg-count {
  background: white;
  padding: 0px 6px;
  border-radius: 100px;
  color: black;
  font-size: 13px;
  font-weight: 500;
  margin: 0px 6px 0px 4px;
}

.stu-other-info {
  margin: 1.5em 0em;
  margin-bottom: 0;
}

.dsa-logo {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.app-logo {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom: 2px solid #ebebeb;
}

.nav-menu-right {
  width: 100%;
}

.nav-menu-right-align {
  justify-content: flex-end;
  margin-top: 5px;
}

.check-txt {
  font-size: 13px;
  font-weight: 400;
}

.check-sec {
  background: #ebebeb;
  border-radius: 10px;
  padding: 10px;
}

.check-content {
  margin-bottom: 6px;
}

.dropdown-btn {
  color: #000;
  background-color: #f8f9fa;
  border: 1px solid #0000002b;
}

.dropdown-btn:hover {
  color: #000;
  background-color: #00a79d57;
  border: 1px solid #0ab1a7;
}

.user-dp {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #80808045;
  object-fit: cover;
  aspect-ratio: 1;
}

.user-dp-top {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #80808045;
  vertical-align: middle;
}

.bell-notification {
  margin-top: 3px;
}

.lang-dropdown {
  margin-top: 3px;
}

.user-dp-toggle {
  padding: 0;
  margin-top: 2px;
}

.lang-drop {
  padding: 6px 10px;
  border: 2px solid #d0d0d075;
}

.doc-container {
  width: 100% !important;
  padding: 0px;
}

.docs {
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 20px;
  border-radius: 16px;
  border: 1.8px solid #0000001a;
  margin: 10px;
  cursor: pointer;
  transition: all 0.15s ease-in;
  position: relative;
}

.docs-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.docs:hover {
  box-shadow: 0 1.6px 1.3px -6px rgba(0, 0, 0, 0.022), 0 4px 3.3px -6px rgba(0, 0, 0, 0.031), 0 8.2px 6.7px -6px rgba(0, 0, 0, 0.039), 0 16.8px 13.9px -6px rgba(0, 0, 0, 0.048), 0 46px 38px -6px rgba(0, 0, 0, 0.07);
}

.doc-circle {
  padding: 20px 20px;
  width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto;
  color: white;
  margin-bottom: 10px;
  border-radius: 160px !important;
  position: relative;
}

.docs-title {
  font-size: 14px;
  margin-bottom: 0;
}

.doc-list {
  display: inline-flex;
}

.docs-icons {
  position: absolute !important;
  width: 53px;
  left: 3px;
  top: -44px;
}

.talktext.aud-right-msg {
  padding: 0px !important;
}

.audio {
  width: 179px;
}

/* .aud-right {
} */

.img-preview {
  position: relative;
  margin-right: 10px;
}

.img-preview-list {
  display: inline-flex;
  /*    margin-bottom: 10px;*/
  overflow-y: auto;
  width: 350px;
  /* display: none; */
}

.img-close {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  padding: 3px 9px;
  margin: 5px;
  border-radius: 50%;
  background: #9c9797a6;
  cursor: pointer;
}

.img-upload-preview {
  height: 130px;
  width: 130px;
  border-radius: 10px;
}

/* .audio-preview {
  margin-bottom: 10px;
  display: none;
} */

.audio-sec {
  display: flex;
}

.audio-close {
  display: block;
  padding: 5px 12px;
  margin: auto;
  background: #8080801f;
  border-radius: 100px;
  margin-left: 9px;
}

.audio-close:hover {
  background: #80808059;
}

.document-preview {
  display: -webkit-inline-box;
  /* overflow: auto; */
  width: 340px;
  overflow-y: hidden;
  overflow-x: auto;
}

.document-preview-icon {
  width: 80px;
  height: 80px;
  padding: 10px;
}

.document-preview-sec {
  width: 120px;
  background: white;
  height: 115px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-right: 15px;
}

.document-close {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  padding: 5px 10px;
  color: #00000059;
}

.document-text {
  font-size: 13px;
}

/* @-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
} */

.audio-recording {
  /*    margin-bottom: 10px;*/
  width: 340px;
}

.audio-recording-sec {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  background: white;
  align-items: center;
  border-radius: 10px;
}

.audio-recoding-icon {
  color: red;
  font-size: 19px;
  padding: 10px;
}

.stop-record {
  padding: 10px 15px;
  background: #80808029;
  border-radius: 100px;
  margin-right: 5px;
  color: #00000038;
  transition: color 0.3s;
  cursor: pointer;
}

.stop-record:hover {
  color: #00000096;
}

.audio-timer {
  padding: 10px;
}

.audio-timer p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}

.delete-record {
  font-size: 16px;
  padding: 10px 17px;
  background: #80808029;
  border-radius: 100px;
  color: #00000054;
}

.delete-record:hover {
  color: #00000096;
}

.audio-recording {
  display: none;
}

.audio-right {
  display: flex;
  margin-right: 10px;
}

.audio-left {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.calendar-dropdown {
  display: block;
  margin: 0 0 0 auto;
}

.top-dropdown {
  padding: 10px;
  background: #0000000f;
  border-radius: 10px;
  display: flex;
}
.top-dropdown-mbl {
  padding: 10px;
  background: #feecb9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 0.5px solid #d4aa4e52;
}

.play-btn {
  position: relative;
}

.fa-play-circle {
  position: absolute;
  top: 25px;
  font-size: 40px;
  left: 39%;
  color: white;
}

.profile-action-buttons {
  border: 1px solid #00000021;
  border-radius: 6px;
  margin-bottom: 15px;
}

.profile-action-row {
  margin: 12px;
}

.profile-action-btns {
  border: none;
  margin: 4px;
  width: 100%;
  padding: 8px 20px;
  border-radius: 5px;
  background: #0ab1a7;
  font-size: 14px;
  color: white;
  transition: background 0.3s;
}

.profile-action-btns:hover {
  background: #00988f;
}

.row-buttons {
  display: flex;
  justify-content: center;
  padding: 0;
}

.profile-action-icon {
  margin-right: 12px;
}

.thead-finance {
  background: #00a79d;
  color: white;
}

.pop-view-finance {
  margin-right: 0px !important;
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 20%;
  height: 300px;
}

.tab-button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.tab-button:hover {
  background: #00a79d1c !important;
}

.tab-button.active {
  background: #00a79d1c !important;
}

.tabcontent {
  width: 80%;
  float: left;
  height: 300px;
  border-left: none;
  padding: 0px 12px;
  border: 1px solid #ccc;
}

.finance-vertical-tab {
  display: flow-root;
}

.finance-sec {
  height: calc(100vh - 226px);
  overflow: auto;
}

.finance-sec p {
  margin-bottom: 0px;
}

.finance-status {
  color: black;
  padding: 5px 10px;
}

.finance-tabcontent {
  border: none;
  padding: 20px;
}

.finance-tab {
  border: none;
  background: none;
  border-right: 1.4px solid #00000012;
}

.status-paid {
  font-size: 0.8rem;
  padding: 3px 12px;
  background: #00afa6;
  border-radius: 100px;
  color: #ffffff;
  margin-left: 4px;
}

.status-pending {
  padding: 3px 12px;
  color: #6c757d;
  font-size: 0.8rem;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.075);
  margin-left: 4px;
}

.amount {
  float: right;
  font-weight: 500;
  margin-bottom: 0px;
}

.tab-button.active {
  background: #00a79d2b !important;
}

.tab-button.hover {
  background-color: #cccccc38;
}

.finance-detail {
  padding: 24px;
  background: #8080801f;
  border-radius: 6px;
}

.finance-sort {
  padding: 20px;
  border-bottom: 1.2px solid #00000021;
  /* box-shadow: 0 1px 30px 0 rgba(145, 145, 145, 0.2); */
}

.detail-sec {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.9rem !important;
}

.monthly-statement {
  margin-top: 5px;
}

.statement-title {
  margin-bottom: 10px;
}

.statement-table {
  margin-top: 20px;
}

.field-title {
  font-size: 1rem;
  color: #0000008a;
}

.field-value {
  font-weight: 500;
}

.detail-card {
  border-radius: 5px !important;
  margin: 3px 0px;
}

.filter-options {
  display: flex;
}

.sort-go-btn {
  /* width: 12%; */
  width: 200px;
  border: none;
  padding: 0px !important;
  background: #0ab1a7 !important;
  color: white !important;
  text-align: center !important;
  border-radius: 4px;
  font-size: 13px !important;
}

.excel-btn {
  border: none;
  padding:5px 15px !important;
  background: #0ab1a7 !important;
  color: white !important;
  text-align: center !important;
  border-radius: 4px;
  font-size: 13px !important;
}

.btn-spacing {
  margin-right: 10px;
  width: 200%;
}

.tab-buttons {
  overflow: auto;
  height: calc(100vh - 305px);
}

#sort-go-btn:hover {
  background: #418c8a !important;
}
.fundingbody-btn:hover {
  background: #418c8a !important;
}

.finance-tablink {
  color: black;
  background: white;
  border-bottom: 0.5px solid #0000000f !important;
}

.finance-collapse {
  border-bottom: 0.5px solid #0000000f !important;
  border-top: 0.5px solid #0000000f !important;
  border-radius: 0 !important;
  transition: background 0.3s;
}

.finance-collapse:hover {
  background: #00a79d2b !important;
}

/* .mobile-view {
  display: none;
} */

.event-detail {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #00000029;
  border-radius: 8px;
  margin: 10px 0px;
}

.event-detail p {
  margin-bottom: 0px;
}

.edit-event {
  margin-top: 0px;
}

.sent-preview {
  position: absolute;
  bottom: 56px;
  right: 0;
  left: 0;
}

.preview-sec {
  padding: 10px;
  background: #e9ecef;
}

.img-preview:last-child {
  margin-right: 0;
}

/*finance time sheet section*/

.card-filter {
  background: #80808026;
  border-radius: 10px;
  /*    margin-bottom: 20px;*/
}

.card-container-fluid {
  width: 70%;
  padding: 21px;
}

.card-filter-flex {
  display: flex;
}

.card-filter-flex select {
  margin-right: 14px;
}

.search-btn {
  padding: 0px 43px;
  border: none;
  background: #0b92d2;
  color: white;
  border-radius: 6px;
  height: 38px;
}

.timesheet-section-detail {
  margin-bottom: 0px;
}

.table-head {
  background: #02a1ac;
  padding: 10px;
  color: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.table-head .table-heading {
  margin-bottom: 0px;
}

.timesheet-details-group {
  margin-bottom: 0px;
}

.timesheet-table {
  margin-bottom: 7px;
}

.timesheet-table-info {
  margin-bottom: 20px;
  font-size: 14px;
}

.timesheet-footer {
  border: 1px solid #00000024;
  border-radius: 10px;
  padding: 12px 0;
}

.timesheet-total {
  display: flex;
  justify-content: flex-end;
}

.timesheet-total p {
  margin-bottom: 0px;
}

.download-pdf-btn {
  border: none;
  background: #0b92d2;
  color: white;
  border-radius: 6px;
  margin-right: 6px;
}

.send-pdf-btn {
  padding: 0px 10px;
  border: none;
  background: #00aa94;
  color: white;
  border-radius: 6px;
}

.timesheet-footer-btns button i {
  margin-right: 6px;
}

.timesheet-btn {
  font-size: 10px;
  padding: 3px 5px;
  height: 35px;
  line-height: 12px;
}

.total-value-section {
  padding: 4px 30px;
  background: #ececec;
  border-radius: 5px;
  margin-left: 6px;
}

.timesheet-total-area {
  display: flex;
  align-items: center;
}

.adm-timsheet-hrs {
  margin-top: 10px;
  text-align: center;
}

.timesheet-table thead tr th {
  vertical-align: middle !important;
}

/* record a session page  */

.detail-session {
  margin-bottom: 18px;
}

.mini-detail:last-child {
  margin-bottom: 10px;
}

.uploaded-files {
  margin-bottom: 18px;
  padding: 0px;
}

.up-files-rep {
  margin-bottom: 18px;
  padding: 20px;
}

.mini-uploaded-files {
  margin-bottom: 0px;
}

.session {
  border-radius: 10px;
  background: #ececec;
  margin-bottom: 10px;
}

.session-header {
  background: white;
  border: 1px solid #80808042;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  padding: 1.25em;
}

.header-details {
  display: flex;
}

.stu-session-other-info {
  background: #00000014;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}

.stu-session-info {
  display: flex;
  align-items: center;
  width: 340px;
}

.stu-session-pic {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 2px solid #0000001c;
}

.session-collapse-icon {
  padding: 10px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  border-radius: 10px;
  border: 1px solid #0000000f;
}

.session-collapse-icon a i {
  font-size: 22px;
}

.stu-session-title-detail {
  margin-left: 10px;
}

.stu-session-title-detail p {
  margin-bottom: 0px;
}

.session-header:hover .session-collapse-icon {
  background: #00000008;
}

.rotate-session-icon {
  transform: rotate(180deg);
}

.stat-dot {
  height: 12px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -1px;
}

.stat-green {
  background-color: green;
}

.stat-red {
  background-color: red;
}
.stat-grey {
  background-color: grey;
}

.stu-session-status {
  border: 2px solid #0000000f;
  border-radius: 100px;
  text-align: center;
  padding: 2px 6px;
  font-size: 13px;
  padding-bottom: 4px;
  /* width: 100px !important; */
}

.stu-session-title {
  margin-bottom: 4px !important;
  font-weight: 500;
}

.text-area p {
  margin-bottom: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 14px;
}

.textarea-heading {
  background: #02a1ac;
  padding: 10px;
  color: white;
}

.textarea-content {
  padding: 10px;
  background: #80808012;
}

.session-label {
  background-color: indigo;
  color: rgb(0 0 0 / 90%);
  padding: 10px;
  width: 100%;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
  text-align: center;
  background: white;
  border: 2px dashed #0000001f;
}

.session-list {
  overflow: auto;
  height: calc(100vh - 355px);
}

.file-detail {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.uploaded-title {
  margin-bottom: 0px;
  border-bottom: 2px solid #0000000d;
  padding: 4px;
}

.file-name {
  margin-left: 6px;
  margin-bottom: 0px;
  font-size: 15px;
}

.session-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background: #80808024;
  border-radius: 5px;
  margin: 4px 0px;
  transition: all 0.3s;
  cursor: pointer;
}

.session-remove-file {
  padding: 2px 6px 0px 6px;
  background: #80808038;
  border-radius: 100%;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

.uploaded-file-icon {
  font-size: 19px;
}

.session-file:hover {
  background: #80808052;
}

.confirm-btn {
  border: none;
  background: #0b92d2;
  border-radius: 100px;
  color: white;
  text-align: center;
  padding: 3px 16px;
  font-size: 14px;
  margin-top: 15px;
}

.session-detail-row {
  margin-bottom: 10px;
}

.confirmation-area {
  border-top: 2px solid #0000000a;
}

.confirm-area-margin {
  margin-bottom: 15px;
}

.session-label i {
  margin-right: 6px;
}

.session-list-mini {
  display: none;
}

.session-container-mini {
  padding-left: 0px;
  padding-right: 0px;
}

.session-pic-mini {
  width: 60px;
  height: 60px;
}

.session-title-mini {
  font-weight: normal;
}

.session-row {
  margin-bottom: 10px;
}

.filter-top {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #80808042;
  border-radius: 10px;
}

.filter-top:hover {
  background: #00000008;
}

.filter-top p {
  margin-bottom: 0px;
}

.filter-mini {
  display: none;
  position: relative;
}

.filter-popup {
  padding: 10px;
  background: white;
  border-radius: 10px;
  z-index: 5;
  position: absolute;
  right: 0px;
  left: 0px;
  box-shadow: 0px 39px 40px 0 rgb(0 0 0 / 20%) !important;
  display: none;
  transition: all 0.3s;
  margin-bottom: 10px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.filter-close-btn {
  padding: 5px;
  width: 100%;
  border: none;
  background: #e4e4e4;
  color: #00000061;
  border-radius: 6px;
  margin-right: 6px;
}

.filter-search-btn {
  padding: 5px;
  width: 100%;
  border: none;
  background: #0b92d2;
  color: white;
  border-radius: 6px;
}

.filter-action-buttons {
  display: flex;
  margin-top: 10px;
}

.filter-popup-show {
  display: block !important;
  transition: all 0.3s;
}

.filter-mobile-btn {
  padding: 0px 12px;
  margin-top: 16px;
}

.record-search {
  width: 100%;
  height: 33px;
  margin-top: 30px;
}
/* for top header */
/* / branding changes / */

.branding {
  display: flex;
  align-items: center;
}
.brand-logo {
  width: 50px !important;
}
.brand-name {
  line-height: 0.9em;
  text-decoration: none !important;
  margin-left: 0.4em;
  color: #000;
}
.brand-sub {
  font-size: 0.8em;
}
.brand-main {
  font-weight: 500 !important;
  font-size: 0.9em;
}

/* record a session datepicker class */

.date-picker-cls {
  margin-top: 29px;
}

.page-title {
  /* display: flex; */
  align-items: center;
  margin: 20px 0px;
}
/* .page-title a {
  font-size: 18px;
  border: 2px solid #00000017;
} */
.back-arrow {
  padding: 1px 7px;
  border-radius: 100% !important;
  cursor: pointer;
  transition: 0.3s;
}
.page-back-title {
  margin-top: 0px !important;
  margin-bottom: 10px;
  margin-left: 10px;
}
.back-arrow:hover {
  background: #8080803d;
  border: 2px solid #00000017;
}

.session-input-style {
  border-radius: 6px !important;
  border: none !important;
}

.custom-filter-select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* staff - record-a-session qn add css */

.q {
  background: white;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 13px;
}

.q-content {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.q-content-left {
  width: 100%;
}

.q-content-right {
  display: flex;
}

.q-content-left p {
  margin-bottom: 0px !important;
}

.q-title {
  margin-top: -3px;
}

.q-number {
  font-size: 13px;
  color: #808080a8;
}

.q-text-area {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #80808047;
}

.ipad-detail-session {
  margin-bottom: 10px;
}

.q-value {
  padding: 10px 20px;
  border: 1px solid #00000012;
  margin-bottom: 0px;
  border-radius: 5px;
  background: #80808021;
}
.q-content-right-mobile p {
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

/* staff record a session current file doc view */
.popup-upload {
  margin-bottom: 0px;
  /* max-height: 145px;
  overflow: auto; */
}

#timesheet_year {
  cursor: default;
}

.ad-timesheet {
  display: block;
  /* height: calc(100vh - 226px); */
}
.ad-timesheet-filter {
  padding: 20px;
  border-bottom: 1.2px solid #00000021;
  /* box-shadow: 0 1px 30px 0 rgb(145 145 145 / 20%); */
}
.ipad-uploaded-files {
  margin-bottom: 0px;
}

/* document file version control modal css */

.doc-content-sec {
  background: white;
  width: 100%;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  padding: 11px 15px;
  align-items: center;
  /* margin-bottom: 0px; */
  box-shadow: 0px 8px 27px 4px rgb(145 145 145 / 22%);
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #00000008;
  color: black !important;
  border-radius: 100px;
  border: 1px solid #0000001c;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 10px;
}

.select-items div,
.select-selected {
  color: #000000;
  padding: 6px 16px;
  cursor: pointer;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: white;
  top: 106%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 23px 28px 2px rgb(145 145 145 / 30%);
  border-radius: 8px;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-items div:first-child:hover {
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

.select-items div:last-child:hover {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.doc-content-left {
  margin-right: 18px;
  margin-bottom: 0px;
}

.doc-content-title {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
  color: #11a7a7;
}

.doc-add-new {
  display: flex;
  width: 50%;
  margin-right: 16px;
}

.doc-custom-select {
  width: 100%;
  padding: 0px;
  background: none;
  border-radius: 0;
  border: none;
}

.add-cat-files {
  padding: 20px;
  border-bottom: 1px solid #00000017;
}

.cat-attach {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cat-attach-sec {
  background: #f7f7f7;
  border-radius: 100px;
  color: black;
  width: 50%;
  border: 1px solid #0000001c;
  /*            cursor: pointer;*/
}

.cat-attach label {
  text-align: left;
  margin-left: 20px;
  font-weight: 400;
  margin-bottom: 3px;
  color: #00000080;
}

.cat-attach button {
  border: none;
  padding: 5px 14px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: #80808024;
}

.cat-left {
  width: 50%;
}

.cat-right {
  display: flex;
  width: 50%;
}

.cat-files-listing {
  padding: 20px;
}

.cat-file {
  border: 1px solid #00000017;
  padding: 15px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.cat-file:hover {
  background: #00000008;
}

.cat-file:last-child {
  margin-bottom: 0px;
}

.cat-file-left {
  display: flex;
  align-items: center;
}

.cat-file-left a {
  background: #8080802b;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  font-size: 25px;
}

.cat-file-details {
  margin-left: 20px;
  line-height: 1.4;
}

.cat-title {
  margin-bottom: 0px;
}

.cat-des {
  margin-bottom: 0px;
  color: #00000052;
}

.version-btn {
  border: none;
  padding: 3px 22px;
  border-radius: 100px;
  width: 148px;
}

.cat-file-icon {
  position: relative;
}

.cat-file-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cat-file-version {
  margin-left: 100px;
  font-size: 13px;
  padding: 5px 10px;
  background: #1cb6b7;
  border-radius: 100px;
  color: white;
}

.version-text {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
  margin-left: 6px;
}

.cat-file-remove {
  border: none;
  padding: 10px 16px;
  border-radius: 100px;
  margin-left: 10px;
}

.cat-files-submit {
  border: none;
  border-radius: 100px;
  padding: 0px 20px 0px 15px;
  margin-left: 16px;
  background: #1ab5b8;
  color: white;
  display: flex;
  align-items: center;
}

.cat-files-submit i {
  margin-right: 6px;
}

.doc-version-edit {
  padding: 10px;
  border: 1px solid #00000024;
  border-radius: 10px;
}

.doc-version-info {
  display: flex;
  width: 100%;
  margin-bottom: 11px;
}

.version-file-name {
  display: flex;
  background: #f0f0f0;
  align-items: center;
  width: 50%;
  margin-right: 10px;
  border-radius: 6px;
  justify-content: space-between;
  padding: 7px 13px;
}

.version-file-name p {
  margin-bottom: 0px;
}

.version-file-category {
  display: flex;
  background: #f0f0f0;
  align-items: center;
  width: 50%;
  /*            margin-right: 10px;*/
  border-radius: 6px;
  justify-content: space-between;
  padding: 0px 13px;
}

.version-file-category p {
  margin-bottom: 0px;
}

.doc-version-edit-info {
  display: flex;
  justify-content: space-between;
}

.version-description {
  text-align: center;
  height: 38px;
  width: 100%;
  border: 1px solid #0000002e;
  border-radius: 6px;
}

.doc-version-attach {
  background: #ffffff;
  width: 73%;
  display: flex;
  justify-content: space-between;
  height: 38px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #0000002e;
}

.doc-version-attach button {
  border: none;
  padding: 6px 13px;
  background: #8080802b;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: 7px;
}

.chs-fle {
  border: none;
  padding: 8px 13px;
  background: #8080802b;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: 17px;
}

.doc-version-attach label {
  margin-bottom: 2px;
  margin-left: 14px;
  color: #00000096;
  font-size: 14px;
  font-weight: 400;
}

.doc-version-final-sec {
  display: flex;
  width: 30%;
  justify-content: space-between;
}

.version-submit {
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: 10px;
  background: #0b92d2;
  color: white;
  text-align: center;
  padding: 0 20px;
  max-height: 30px;
}

.version-submit p {
  text-align: center;
  margin-bottom: 0px;
}

.version-submit i {
  margin-right: 7px;
}

.version-history {
  font-weight: 500;
  margin: 8px;
}

.version-history-table {
  width: 100%;
  margin-bottom: 0px;
}

.version-history-table th {
  font-weight: 500;
  font-size: 13px;
}

.version-history-table td {
  vertical-align: middle;
}

.version-file {
  display: flex;
  align-items: center;
}

.version-list-file-name {
  margin-bottom: 0px;
  margin-left: 10px;
}

.version-file-icon {
  font-size: 24px;
}

.version-listing-des {
  font-size: 14px;
  margin-bottom: 0px;
}

.version-listing-buttons {
  border: none;
  padding: 5px 10px;
  border-radius: 100px;
  background: #80808026;
}

.version-listing-actions {
  display: flex;
}

.version-active {
  background: #39ab53;
  color: white;
  margin-right: 6px;
}

.version-activate {
  margin-right: 6px;
}

.version-list-file-name span {
  padding: 3px 10px;
  background: grey;
  border-radius: 100px;
  color: white;
  font-size: 13px;
}

.active-version {
  background: #00800014;
}

.doc-version-final-sec-left {
  display: flex;
  width: 70%;
  margin-right: 10px;
}

.input-doc-version {
  text-align: center;
  height: 38px;
  background: white !important;
  border: 1px solid #0000002e;
  border-radius: 5px;
  margin-right: 10px;
}

.version-file-title {
  font-weight: 500;
  font-size: 14px;
}

.version-category-title {
  font-weight: 500;
  font-size: 14px;
}

.version-file-info {
  font-weight: 400;
  font-size: 14px;
  color: #0000007a;
}

.version-category-info {
  font-weight: 400;
  font-size: 14px;
  color: #0000007a;
}

.doc-btn-right {
  display: flex;
  justify-content: space-between;
  margin: 24px 0px;
}

.doc-add-file {
  margin-bottom: 0;
  color: #808080bf;
}
.searchable-create {
  margin-bottom: 10px;
}

.upload-cat-icon {
  background: #80808017;
  border-radius: 10px;
  padding: 10px;
}

.label-choose-file-cat {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
.label-add-doc {
  margin-left: 0 !important;
}

/* my document style */

.personal-doc-content {
  padding: 18px;
}

.doc-row {
  margin: 0px;
  padding: 10px;
}

.doc-file-img {
  width: 100px !important;
  height: 100px;
  border-radius: 100px;
  margin-bottom: 10px;
  vertical-align: middle;
  border-style: none;
}

.cat-listing-title {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #000000b3;
}

.personal-doc-border {
  border: 1px solid #00000029;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  height: 100%;
  transition: all 0.3s;
}

.personal-doc-border:hover {
  /* box-shadow: 0px 24px 14px -23px rgba(39, 80, 76, 0.678); */
  box-shadow: 1px 10px 10px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 10px 10px -4px rgb(0 0 0 / 8%);
  -moz-box-shadow: 1px 10px 10px -4px rgba(0, 0, 0, 0.2);
}
.custom-doc-padding {
  padding: 6px;
  cursor: pointer;
}

.my-doc-button-cls {
  position: relative;
}

.my-doc-button-sub {
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  padding: 0px;
  border: none;
  /* background: #f87171;
    color: white; */
  font-size: 23px;
}
.arrow-float {
  display: flex;
  float: right;
  /* justify-content: space-between; */
}
.report-card {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.cls-float {
  float: right;
}
.cur-pntr-report {
  cursor: pointer;
}
.popup-modal-rprt {
  margin: 0 !important;
}
.report-padng {
  padding: 20px;
}
.modal-cntnt-stle {
  margin-top: 15px;
  padding: 10px;
  box-shadow: none;
  border-radius: 10px;
}
.modal-report-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.card-report {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #00000021;
  border-radius: 10px;
}
.p-cls-rprt {
  margin-bottom: 0;
}
.colm-cls-rprt {
  border-radius: 10px;
}
.btn-cls-reprt {
  border: none;
  padding: 4px 11px;
  border-radius: 8px;
}
.cls-data-reprt {
  text-align: center;
  margin-bottom: 0;
}
.eye-stu {
  padding: 2px;
  color: #a99f9f !important;
  float: right;
}
.eye-stu :hover {
  color: #111111 !important;
}
.class-resp-rep {
  height: calc(100vh - 460px);
}
.no-new-noti {
  font-size: 13px;
  padding: 67px;
}
.org-address {
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  color: #4ca2ad;
}
.invoice-btn {
  border: none;
  background: #076316;
  color: white;
  border-radius: 6px;
  margin-right: 6px;
  font-size: 13px;
  padding: 6px 11px;
  margin-left: 0.5rem !important;
}
.timesheet-padding {
  padding: 0 0 15px 0;
}
.timesheet-margin {
  margin-top: 35px;
}
.timesheet-staff-margin {
  margin-top: 18px;
}
.createselect-style {
  font-size: 14px;
  line-height: 1.3;
}

.weekDays-selector input {
  display: none !important;
}

.weekDays-selector input[type="checkbox"] + label {
  display: inline-block;
  border-radius: 6px;
  background: #dddddd;
  height: 32px;
  width: 43px;
  margin-right: 3px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.weekDays-selector input[type="checkbox"]:checked + label {
  background: grey;
  color: #ffffff;
}
.align-title {
  text-align: left !important;
}
.weekDays-selector {
  width: 100%;
  display: flex;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.width-sec-hf {
  width: 50px !important;
}

.clr-bl-sec {
  color: #000000bf !important;
}

.documents-persnl {
  margin-right: 6px;
  padding-top: 2px;
}

/* invoice listing page */

.invoice-filter {
  display: flex;
}

.invoice-fields {
  width: 100%;
}

.invoice-submit button {
  margin-top: 30px;
  border: none;
  padding: 6px 18px;
  background: green;
  color: white;
  font-size: 13px;
  margin-left: 10px;
  border-radius: 3px;
}

@media only screen and (max-width: 575px) {
  .invoice-filter {
    flex-direction: column;
  }
  .invoice-submit button {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 26px;
  }
}

.check {
  display: block;
  margin-bottom: 0px !important;
}

.check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
}

.check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid#4ca2ad;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* invoice page */

.student-invoice-name {
  padding: 14px 20px;
  background: #8080801f;
  border-radius: 6px;
}

.student-invoices {
  padding: 0px 20px;
}

.student-invoice-card:not(:last-child) {
  margin-bottom: 10px;
}

.student-invoice-card {
  border-radius: 6px;
  background: #8080800f;
}

.student-invoice-name {
  background: #00a79d2e;
  color: #00726a;
  font-weight: 400;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
}

.student-invoice-name:hover {
  background: #00a79d45 !important;
}

.custom-select-new {
  height: calc(1.5em + 0.3rem + 2px) !important;
  padding: 0px 10px !important;
}

.filter-row {
  width: 100%;
}

.invoice-apply-btn {
  margin: 0px 0px 0px 20px;
  height: 35.2px;
  padding: 0px 10px !important;
}

.filter-options-new {
  align-items: end;
}

.cus-filter-group {
  margin-bottom: 0px;
}

.filter-apply-ipad {
  display: none;
}

.invoice-table table {
  background: white;
  margin: 20px 0px;
}

.invoice-student-icon {
  font-size: 14px;
  margin-right: 8px;
}

.invoice-actions button {
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
}

.invoice-actions button:first-child {
  margin-right: 10px;
}

.invoice-actions {
  margin-top: 10px;
  border-top: 1px solid #00000014;
  padding: 18px 0px;
  text-align: right;
}

.student-list {
  height: calc(100vh - 400px);
  overflow-y: auto;
}

.email-btn {
  background: none;
  outline: 2px solid #0ab1a7;
  color: #000000;
}

.fundingbody-btn {
  background: #0ab1a7;
  color: white;
  /* outline: 2px solid #0ab1a7 !important; */
}

.pdfZip-btn {
  background: #0ab1a7;
  color: white;
  /* outline: 2px solid #0ab1a7 !important; */
}

@media only screen and (max-width: 767px) {
  .filter-row {
    width: auto;
  }

  .filter-options-new {
    flex-direction: column !important;
  }

  .filter-options-new {
    align-items: normal;
  }

  .cus-filter-group {
    margin-bottom: 10px;
  }

  .invoice-apply-btn {
    content: "Apply Filter";
    width: 110px !important;
    margin: 0 auto;
    margin-right: 0px;
    height: 34px;
  }
}

@media only screen and (max-width: 575px) {
  .invoice-apply-btn {
    width: 100% !important;
    margin-left: 0px;
  }

  .invoice-actions {
    display: flex;
  }

  .invoice-actions button {
    width: 100%;
  }

  .invoice-actions button:first-child {
    margin-right: 10px;
  }
  .pagination-txt {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 423px) {
  .invoice-actions {
    flex-direction: column !important;
  }

  .fundingbody-btn {
    margin-top: 15px;
  }
}
.inv-stud-hdng {
  display: flex;
  align-items: center;
}
.doc-add-browse-div{
  align-items: flex-end;
}
.doc-add-browse-div .file-name-short{
  max-width: 215px !important;
}
.browse-area-div{
  height: 35px;
}
.file-name-short{
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}
.line-clamp-css {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 110px;
  word-break: break-all;
}

.suggestion_username{
  position: absolute;
  background: white;
  width: calc(100% - 10px);
  z-index: 1;
  border: 1px solid #e4e4e4;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 2px 9px #8a8a8a47;
  
}
.suggestion_username button{
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    border: none !important;
    background: #ffffff;
    font-size: 14px;
    border-top: 1px solid #f1efef !important;
    color: #5a5353;
    padding: 10px 10px;
    transition: 0.3s;
}
.suggestion_username button i{
  font-size: 20px;
  color: #30a7c7b3;
}
.suggestion_username button:hover{
  background-color: #edf8fb;
}
.suggestion_username h5{
  color: #7d7d7d91;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 11px;
    margin-bottom: 0px !important;
    width: 100%;
}
.sug-close{
  width: 26px !important;
  height: 26px;
  margin-right: 5px;
}
.sug-close i{
  font-size: 11px !important;
    color: #868686b3 !important;
}