.sidebar-nav {
  padding: 0 0px !important;
}

.login-button {
  background: #17c2d7 !important;
  border: 1px solid #17c2d7 !important;
}

​ .signup-button {
  background: #17c2d7 !important;
  border: 1px solid #17c2d7 !important;
}

​ .forgot-button {
  background: #17c2d7;
  border: 1px solid #17c2d7 !important;
}

​ .sidebar .navbar-brand .logo {
  width: 100% !important;
}

.metismenu>li {
  padding: 6px 2px;
}

​ .sidebar {
  border-right: 3px solid #17c2d7;
}

.sidebar-nav {
  padding: 0px 10px 40px 10px;
}

​ .sidebar>a {
  background: #4a00e0;
}

.menu_toggle {
  background: #17c2d7 !important;
}

​

/* student dashboard */
.user-account {
  margin: 20px;
  color: var(--font-777);
  line-height: 1.6;
}

​ .metismenu ul a {
  padding: 10px 15px 10px 47px;
}

​ .metismenu>li span {
  cursor: pointer;
}

​ .metismenu>li i {
  top: 8px;
}

​

/* parent dashboard */
.dashboard-body .box {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
}

.dashboard-body .pull-up {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.dashboard-body .box-body {
  padding: 1.5rem 1.5rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 10px;
}

​

/* leftmenu */
.metismenu>li.active ul a:before, .metismenu>li.active ul a:focus {
  background: none;
}

.c_form_group {
  border: 2px solid var(--border-color) !important;
}

.c_form_group .form-control {
  border: 2px solid var(--border-color) !important;
  /* border-radius: 25px; */
  padding: 10px;
  height: 50px;
}

.c_form_group select.form-control:not([size]):not([multiple]) {
  height: 50px !important;
}

.navbar-nav {
  display: inline-block !important;
}

.navbar {
  position: absolute !important;
}

.navbar-nav .dropdown-menu {
  position: absolute !important;
}

.dropdown-header {
  background-color: #17c2d7;
  color: white !important;
  min-width: 350px;
}

.feeds-body h4 {
  font-size: 16px;
}

.feeds-body {
  padding: 20px 20px 0px 20px;
}

#imagePreview {
  height: 110px;
  width: 150px;
  position: absolute;
  top: 6px;
  border: 1px solid #ccc;
  left: 14px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #17c2d7 !important;
}

.fancy-checkbox input[type="checkbox"]+span:before {
  border: 1px solid #17c2d7 !important;
}

.btn-purple {
  background: #17c2d7;
  color: white;
  margin-left: 5px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* search icon */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  cursor: pointer;
}

/* table */
.table tr th {
  vertical-align: middle;
  white-space: nowrap;
  border-color: var(--border-color);
  font-size: 14px;
  font-weight: 700;
}

.text-sm {
  font-size: 12px;
}

.profile li {
  list-style: none;
}

.border-dark {
  border-top: 1px solid #000;
  margin: 20px;
}

a:hover {
  color: none !important;
}

.btn.btn-default:hover {
  color: #000000 !important;
}

.toast-top-center {
  top: 0;
  width: 100%;
  left: 40%;
}

#toast-container>.toast-success {
  background-color: #0c8a1f;
  color: #ffffff;
}

#toast-container>.toast-error {
  background-color: #c22b23;
  color: #ffffff;
}

#toast-container>div {
  width: 300px !important;
}

.toast-error {
  background-image: none !important;
}

.toast-success {
  background-image: none !important;
}

.toast-message {
  word-wrap: break-word;
  font-size: 14px !important;
  margin-left: -20px;
}

.select2-container {
  width: 100% !important;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.btn-purple:hover {
  color: white;
}


/* ng-select */
.ng-select {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.ng-select.ng-select-single .ng-select-container {
  /* height: 36px; */
  height: 40px !important;
}
.ng-select .ng-select-container {
  color: #333;
  cursor: default;
  display: flex;
  outline: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ng-select .ng-select-container {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened .ng-select-container {
  z-index: 1001;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
  background-color: rgba(0, 0, 0, .05) !important;
}
.ng-select.ng-select-opened>.ng-select-container {
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.ng-select .ng-select-container {
  color: #333;
  cursor: default;
  display: flex;
  outline: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ng-select .ng-select-container {
  /* background-color: #fff; */
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, .05);
  min-height: 36px;
  align-items: center;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ng-select .ng-select-container .ng-value-container {
  display: flex;
  flex: 1;
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
.ng-select div {
  box-sizing: border-box;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container {
  white-space: nowrap;
  /* overflow: hidden;
  text-overflow: ellipsis; */ /* fade */
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* img[Attributes Style] {
  height: 15px;
  aspect-ratio: auto 15 / 15;
  width: 15px;
} */
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  position: absolute;
  left: 0;
  width: 100%;
}
.ng-select.ng-select-searchable .ng-select-container .ng-value-container .ng-input {
  opacity: 1;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
/* .ng-select .ng-select-container .ng-value-container .ng-input {
  opacity: 0;
} */
.ng-select .ng-select-container .ng-value-container .ng-input>input {
  box-sizing: content-box;
  background: none;
  border: 0;
  box-shadow: none;
  outline: 0;
  cursor: default;
  width: 100%;
}
.ng-select .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; */
  user-select: none;
  display: none;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select div, .ng-select input, .ng-select span {
  box-sizing: border-box;
}
.ng-select .ng-clear-wrapper .ng-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  pointer-events: none;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  /* border-color: #999 transparent transparent; */
  border-style: solid;
  /* border-width: 5px 5px 2.5px; */
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}
.ng-dropdown-panel {
  box-sizing: border-box;
  position: absolute;
  /* opacity: 0; */
  width: 100%;
  z-index: 1050;
  /* -webkit-overflow-scrolling: touch; */
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgb(0 0 0 / 6%);
  left: 0;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .scroll-host {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  display: block;
  /* -webkit-overflow-scrolling: touch; */
}
.ng-dropdown-panel .ng-dropdown-panel-items {
  /* display: block; */
  height: auto;
  box-sizing: border-box;
  max-height: 150px !important;
  /* max-height: 240px; */
  /* overflow-y: auto; */
}
.ng-dropdown-panel .ng-dropdown-panel-items {
  margin-bottom: 1px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  color: #333;
  background-color: #ebf5ff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  /* background-color: #fff;
  color: rgba(0,0,0,.87); */
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0,0,0,.87);
  /* padding: 8px 10px; */
  padding: 3px 10px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f5faff;
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-select .ng-arrow-wrapper {
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  pointer-events: none;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-select .ng-select-container .ng-value-container .ng-input>input {
  box-sizing: content-box;
  background: none;
  border: 0;
  box-shadow: none;
  outline: 0;
  cursor: default;
  width: 100%;
}
.ngselect input{
  background-color: none !important;
}
.ngselect input::placeholder{
  background-color: none !important;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: inherit !important;
  -webkit-overflow-scrolling: touch;
}
.add-new-mat {
  color: #000000 !important;
  position: sticky !important;
  z-index: 1 !important;
  top: 0 !important;
  background-color: white !important;
  box-shadow: none !important;
  cursor: pointer;
}
