@media screen and (max-width: 767.98px) {
  #app .sidebar .nav-item .collapse {
    left: 115px;
    z-index: 100;
  }
  html[dir="rtl"] #app .sidebar .nav-item .collapse {
    left: auto;
    right: 115px;
  }
}

.card-breadcrumb .breadcrumb-item {
  text-transform: capitalize;
}
.card-breadcrumb .breadcrumb-item a {
  color: #1a1a1a !important;
}
.card .card-header > div > h6 {
  font-size: 1.5rem;
}

#login-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 0;
}
#login-content.pg-bg {
  background: url("../images/openBook-1.jpg") no-repeat 50% bottom;
  background-size: cover;
  text-align: center;
}
#login-content .log-pg-inner {
  background: rgb(255, 255, 255, 0.7);
  padding: 3rem 1.6rem;
  border: 2px solid #fff;
  border-radius: 10px;
  max-width: 350px;
  margin: 0 auto;
  text-align: initial;
}
/* #login-content .form-container {padding: 3rem 2rem;
    min-height: 70vh;
} */

.content {
  min-height: calc(100vh - 48x);
}
.setting-list li {
  padding: 0 10px;
}

.lang-blk span {
  position: relative;
  top: 4px;
}
.lang-blk .btn i {
  position: relative;
  top: 0px;
}

.lang-blk .btn,
.notification .nav-link[data-v-b04a6d9c] {
  line-height: initial;
}

#navbarDropdown {
  line-height: 0rem;
}

.crop-link {
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.modal-content td {
  word-break: break-all;
}

html[dir="rtl"] .vs__dropdown-menu {
  text-align: right !important;
}
.vs__dropdown-toggle {
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

#year-level-form #stage.v-select .vs__dropdown-toggle {
  overflow: hidden;
  height: 38px;
}
#year-level-form #stage.v-select .vs__dropdown-toggle .vs__selected {
  white-space: nowrap;
  overflow: hidden;
}

.assign-subjects-table-wrapper table th,
.assign-subjects-table-wrapper table td {
  vertical-align: middle;
  text-align: center;
}
.assign-subjects-table-wrapper .custom-control {
  display: inline-block;
}
.assign-subjects-table-wrapper .custom-control-input {
  z-index: 1;
  opacity: 0.01;
  position: relative;
  left: -4px;
  top: 2px;
}
html[dir="rtl"] .assign-subjects-table-wrapper .custom-control-input {
  right: -4px;
  left: auto;
}

.assign-subjects-table-wrapper .table .thead-primary th {
  vertical-align: bottom;
  white-space: nowrap;
}

.table .thead-primary th {
  background-color: #4e73df;
  color: #fff;
}

/*Chat*/
.messaging .mesgs {
  height: calc(100vh - 48px);
  min-height: 303px;
}
.messaging .inbox_chat {
  height: calc(100vh - 176px);
  min-height: 200px;
}

.headind_srch {
  display: flex;
}
.messaging .srch_bar input,
.srch_bar {
  text-align: initial !important;
}
.chat-year-select .form-group {
  margin: 0;
  display: flex;
  align-items: center;
}
.srch_bar,
.chat-year-select .form-group > div {
  width: 70% !important;
}
.messaging .srch_bar input {
  width: 90%;
}
.messaging .recent_heading,
.chat-year-select .form-group > label {
  float: none;
  width: auto;
  margin: 0 0.5rem;
}
html[dir="ltr"] .messaging .recent_heading,
html[dir="ltr"] .chat-year-select .form-group > label {
  margin-left: 0;
}
html[dir="rtl"] .messaging .recent_heading,
html[dir="rtl"] .chat-year-select .form-group > label {
  margin-right: 0;
}

.input_msg_write > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.families-tab.nav-tabs {
  justify-content: space-between;
}
.families-tab.nav-tabs .nav-link {
  padding: 0.5rem 0.3rem;
  font-size: 0.9rem;
}
