.btn-primary-color {
  background: linear-gradient(-45deg, #6f2a8f 0%, #00aee3 100%);
  color: #fff;
}

.btn-primary-color:hover {
  color: #fff;
}
.sidebar{
  height:100vh;
  /* overflow: auto; */
  position: sticky;
  top: 0;
}
.width-min-content{
  width:min-content;
}
.sr-width{
  width:40px;
}
.sidebar-nav-container::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.sidebar-nav-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.sidebar-nav-container::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;
  outline: 1px solid slategrey;
  border-radius: 2px;
}
.shadow {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, -15px 5px 31px -19px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 10px 13px -7px #000000, -15px 5px 31px -19px rgba(0, 0, 0, 0.32);
}
.sidebarFixed{
  /* position: fixed; */
}
.sidebar-dark .sidebar-brand {
  background-color: #fff;
}

.sidebar-dark .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(252, 252, 252, 0.14);
}
.sidebar-nav-container{
  /* height:100vh; */
  /* width: 14rem; */
  overflow: auto;

}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
  padding: 3.2px;
}

.form-control[type=file] {
  overflow: hidden;
}

ul.viewlisting {
  list-style: none;
  margin: 0;
  padding: 0px;
}

ul.viewlisting li {
  padding: 5px 20px;
}

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.container-fluid h1.h3 {
  font-size: 1.3rem;
}

.progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.progressbar li {
  margin-right: 100px;
  position: relative;
}

.progressbar li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  width: 200%;
  height: 2px;
  border-color: #d7d9dd;
  background-color: #d7d9dd;
}

.progressbar li:last-child::before {
  position: relative;
}

.progressbar li div {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #ddd;
  border-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
}

.progressbar li.active {
  position: relative;
}

.progressbar li.active::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  width: 200%;
  height: 2px;
  border-color: #4e73df;
  background-color: #4e73df;
}

.progressbar li.active div {
  background-color: #4e73df;
  border-color: #4e73df;
  border-radius: 60px;
}

.progressbar li.active:last-child::before {
  position: relative;
}

.progressbar li:last-child {
  margin-right: 0;
}

.progressbar li div p {
  height: 30%;
}

.modal_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 9;
}

.modal_wrapper .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.modal_wrapper .success_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -800px);
          transform: translate(-50%, -800px);
  background: var(--white);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.modal_wrapper .success_wrap .modal_icon {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: 700;
}

.modal_wrapper.active {
  visibility: visible;
}

.modal_wrapper.active .shadow {
  opacity: 1;
}

.modal_wrapper.active .success_wrap {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.table-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

.table-container .tbody-container {
  width: 100%;
}

.table-container .tbody-container .undraw_heading {
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}

.table-container .tbody-container .undraw_heading .th-cells {
  padding: 15px;
}

.table-container .table-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-container .table-rows.border-bm .th-cells {
  border-bottom: 1px solid #ddd;
}

.table-container .table-rows.border-bm .th-cells:first-child {
  border-bottom: none;
}

.table-container .th-cells {
  width: 100%;
  padding: 8px;
}

.table-container .th-cells._th {
  font-weight: bold;
}

a {
  color: #337ab7;
  text-decoration: none;
}
.pagination_custom{
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.pagination_custom li{
  padding: 6px 15px;
    border: 1px solid #ccc;
    line-height: 25px;
}


.seek2lrnli{ 
  list-style: none;
}
/*# sourceMappingURL=style.css.map */

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-reveal-button {
  display: none;
}