.login-bg {
  /* background-color: #fff2e3; */
  background-color: #000;
}
.logo-img-div {
  margin: 20px;
}
.form-div {
  width: 50%;
  margin: 80px auto 20px auto;
  background-color: white;
  padding: 30px 80px;
  border-radius: 10px;
}
.login-bg .form-div{
  background-color: #191C24;
}
.forgot-a {
  float: right;
}
.login-div {
  text-align: center;
}
.login-div button {
  /* background-color: #ee8100; */
  background-color:#EB1616;
  color: white;
  border: none;
  font-size: 22px;
  width: 250px;
}
.login-div button:hover {
  background-color: #EB1616;
  color: white;
  border: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #000; 
}

.login-div button a {
  color: white;
}
.form-div h4 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  color: #112b4f;
}
.form-div label {
  font-weight: 500;
  font-size: 16px;
  color: #676767;
}
.login-bg .form-div h4, .login-bg .form-div label{
  color:#fff;
}
.login-bg .form-div input[type="email"].email{
  background: transparent;
  color:#fff;
}
.login-bg .form-div input[type="password"].password, .login-bg .form-div input[type="text"].password{
  background: transparent;
  color:#fff
}
input::placeholder{
  color:#fff !important;
}
.login-bg .fa-eye:before {
  color: #6C7293 !important;
}

.girl-img img {
  width: 380px;
}
.form-div input[type="text"].password {
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 0;
}

.form-div input[type="password"].password {
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 0;
}
.form-div input[type="email"].email {
  border: none;
  border-bottom: 1px solid #848484;
  border-radius: 0;
  padding: 0;
}

.form-div input[type="email"].email:focus,
.form-div input[type="password"].password:focus,
.form-div input[type="text"].password:focus {
  outline: 0;
  box-shadow: none;
}
.checkinp {
  border: 1px solid #ff6b25;
}
.form-div .password::placeholder,
.form-div .email::placeholder {
  font-size: 16px;
}

.checkinp:checked {
  background-color: #ff6b25;
  border-color: #ff6b25;
  border: none;
  outline: none;
}
.checkinp:focus {
  border-color: none;
  outline: none;
  box-shadow: none;
  background-color: #ee8100;
}
.forgot-a {
  color: #ff6b25;
}
.forgot-a:hover {
  color: #ea5d0c;
}
.pass--box {
  position: relative;
}

.password-eyes {
  position: absolute;
  right: 16px;
  margin-top: -27px;
  cursor: pointer;
  color: black;
  color: #9ea4aa;
  font-size: 18px;
}
.otpinputfield {
  text-align: center;
}
.otpinputfield input {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #848484;
  text-align: center;
  background: transparent;
  cursor: pointer;
  margin: 4px;
  font-size: 20px;
}
.otpinputfield input:focus,
.otpinputfield input:focus-visible {
  outline: none;
  border: 2px solid #ff932a;
}
.otp-text {
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  color: #737373;
  line-height: 28px;
}

.form-div.checkno {
  font-weight: 500;
  font-size: 36px;
  color: #101c2d;
}
.verify-btn {
  background-color: #ee8100;
  color: white;
  border: none;
  font-size: 22px;
}

.verify-btn:hover {
  background-color: #ff8c00;
  color: white;
  border: none;
}
.verify-div {
  text-align: center;
  margin-top: 25px;
}
.code-div {
  text-align: center;
  margin-top: 10px;
}
.code-div p {
  font-weight: 500;
  font-size: 16px;
  color: #101c2d;
}
.code-div p a {
  color: #ee8100;
}
.code-div p a:hover {
  color: #0b83f3;
}
.s-margn {
  margin-top: 35px;
}
.password-eyes2 {
  position: absolute;
  right: 16px;
  margin-top: -27px;
  cursor: pointer;
  color: black;
  font-size: 18px;
}
.password-eyes3 {
  position: absolute;
  right: 16px;
  margin-top: -27px;
  cursor: pointer;
  color: black;
  font-size: 18px;
}
.dept-heading {
  /* font-family: "Basier Square";
  font-style: normal; */
  font-weight: 500;
  font-size: 36px;
  color: #101c2d;
  text-align: center;
  margin-bottom: 30px;
}
.item-box {
  font-family: "Montserrat";
  font-style: normal;
  text-align: center;
  background: #fbfbfb;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 6px;
  padding: 25px;
  margin-bottom: 12px;
}

.consume {
  font-weight: 500;
  font-size: 25px;
  color: #8c8f93;
  margin: 10px 0;
}

.item-box div i {
  color: #8c8f93;
  font-size: 40px;
  padding: 10px;
}

.item-box:hover {
  color: #ee8100;
  border: 2px solid #ee8100;
}
.item-box:hover .fa-consum {
  color: #ee8100;
}
.item-box:hover .consume {
  color: #ee8100;
}
.consumable-sec {
  width: 80%;
  margin: 80px auto 20px auto;
  background-color: white;
  padding: 30px 40px 50px 40px;
  border-radius: 10px;
}
.manage-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-flex-bulkbtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 5px;
}
.d-flex-bulkbtn-str {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 5px;
}
/* bulk upload stsart */

.file {
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.file > input[type="file"] {
  display: none;
}

.file > label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  outline: 0;
  user-select: none;
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-style: solid;
  border-radius: 4px;
  border-width: 1px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 29%);
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file > label:hover {
  border-color: hsl(0, 0%, 21%);
}

.file > label:active {
  background-color: hsl(0, 0%, 96%);
}

.file > label > i {
  padding-right: 5px;
}

.file--uploading > label {
  color: white;
  border: none;
  background-color: #ee8100;
}

.file--uploading > label > i {
  animation: pulse 5s infinite;
}

.file--uploading > label:hover {
  background-color: #f7951d;
}

.file--uploading > label:active {
  background-color: hsl(48, 100%, 91%);
}
/* bulk upload end */

.page-padng {
  padding: 0 15px;
}
.inv-box h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #101c2d;
}
.manage-flex h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #676767;
}
.addpr-btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: white;
  border: none;
  background-color: #ee8100;
  padding: 8px 15px;
  border-radius: 4px;
  border-width: 1px;
  margin-left: 5px;
}
.addpr-btn:hover {
  background-color: #f7951d;
  color: white;
}
.search-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 20px 0;
}
.search-input-box {
  display: flex;
  justify-content: flex-start;
  column-gap: 5px;
}
.btn-searchset {
  background: #ff9f43;
  padding: 8px;
  border-radius: 2px;
  cursor: pointer;
}
.btn-searchset i {
  color: white;
  font-size: 18px;
}
.label-font {
  font-weight: 500;
  font-size: 16px;
  color: #414e62;
}
.cancel-btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: white;
  border: none;
  background-color: #737373;
  padding: 8px 15px;
  border-radius: 4px;
  border-width: 1px;
}
.cancel-btn:hover {
  background-color: #f7951d;
  color: white;
}

.delvr-button,
.nondelvr-button {
  display: inline-block;
  padding: 4px;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}

.delvr-button {
  background-color: #ee8100;
}

.delvr-button:hover {
  background-color: orange;
}

.nondelvr-button {
  background-color: grey;
}
.nondelvr-button:hover {
  background-color: #2a2828;
}

.delverystatustable th,
td {
  text-align: center !important;
}
.delverystatustable th {
  font-size: 16px;
  margin-top: 25px;
}
/* .delverystatustable td {
  font-size: 16px;
}
.delverystatustable {
  margin-bottom: 25px;
} */

.suggest {
  font-weight: 400;
  font-size: 16px;
  color: #616161;
  margin-bottom: 10px;
  margin-left: 20px;
}
.m-body {
  padding: 10px 0;
}
.pr-box-grey {
  border-bottom: 1px solid #dbdbdb;
}
.pr-box-grey:hover {
  background-color: #e7e7e7;
}

.profile-container {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.imgbox-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.name {
  margin-top: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #414e62;
  margin: 10px;
}

.orange-button {
  display: inline-block;
  padding: 4px;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #ee8100;
}

.orange-button:hover {
  background-color: orange;
}

.viewpr-btn {
  display: inline-block;
  padding: 4px;
  border: none;
  color: #8c939c;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #f7f8f9;
}
.viewpr-btn:hover {
  background-color: orange;
  color: #fff;
}

.d-flexcard {
  display: flex;
  justify-content: flex-start;
  column-gap: 15px;
  align-items: center;
}

.d-flexcard div p {
  font-weight: 400;
  font-size: 16px;
  color: #101c2d;
}
.date-box label {
  display: inline-block;
  width: 40px;
  text-align: right;
  margin-right: 10px;
}

.date-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.date-box input[type="date"] {
  width: 150px;
  height: 30px;
  background: #d9d9d9;
  border-radius: 5px;
  border: none;
  color: black;
}
/* .date-box input[type="date"]:focus {
  border-color: red !important;
} */
.profile-set {
  margin-bottom: 30px;
}
.profile-set .profile-head {
  height: 109px;
  background: linear-gradient(90deg, #ea5455 0%, #ff9f43 100%);
  border-radius: 0 10px 0 0;
}

.profile-set .profile-top {
  display: flex;
  justify-content: space-between;
}

.profile-set .profile-top .profile-content {
  display: flex;
  align-items: center;
}
.profile-set .profile-top .profile-contentimg {
  margin-top: -40px;
  width: 130px;
  position: relative;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
.profile-set .profile-top .profile-contentimg img {
  border-radius: 50px;
}
.profile-set .profile-top .profileupload input[type="file"] {
  opacity: 0;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 9;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 42px;
}
.profile-set .profile-top .profileupload a {
  background: #ff9f43;
  width: 34px;
  height: 34px;
  z-index: 1;
  border-radius: 50px;
  position: absolute;
  bottom: 10px;
  left: 41px;
}
.profile-set .profile-top .profile-contentimg img {
  border-radius: 50px;
}
.profile-set .profile-top .profile-contentname {
  padding-left: 20px;
}
.profile-set .profile-top .profile-contentname h2 {
  font-size: 18px;
  color: #212b36;
  font-weight: 700;
}
.profile-set .profile-top .profile-contentname h4 {
  color: #777;
  font-size: 14px;
}
.btn-submit1 {
  min-width: 120px;
  background: #ff9f43;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 10px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-cancel1 {
  min-width: 120px;
  background: #637381;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-submit1:hover {
  background: #fe820e;
  color: #fff;
}

.btn-cancel1:hover {
  background: #424b52;
  color: #fff;
}

.label-font label {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: block;
}
.profile-set .profile-top {
  align-items: center;
}
.profileupload a i {
  color: white;
  font-size: 16px;
  padding: 9px;
  cursor: pointer;
}

.password-eyes4 {
  position: absolute;
  right: 16px;
  margin-top: -27px;
  cursor: pointer;
  color: black;
  font-size: 18px;
}
.fingsize {
  width: 50px;
  filter: invert(100%);
}
.card-primary.card-outline {
  border-top: 3px solid #ee8100;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
  color: #fff;
}
.profile-user-img {
  border: 3px solid #adb5bd;
  margin: 0 auto;
  padding: 3px;
  width: 160px;
  height: 160px;
  filter: invert(100%);
}
.batchcard-ht {
  height: 130px;
}
.brdemo {
  font-size: 18px;
  color: #979ba0;
}
.brdemo option {
  padding: 10px 0;
}
.permis {
  font-size: 18px;
  color: #2b2b2c;
  font-weight: 400;
}
.perm-formchk {
  font-size: 16px;
  /* color: #4c5258; */
  color: #9ea4aa;;
  font-weight: 400;
}
.form-control:focus {
  box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.25);
}

.top-menu .navbar-nav .nav-item .dropdown-menu.dropdown-menu-end {
  display: none;
}

.pwdrel {
  position: relative;
}

.toggle-password {
  position: absolute;
  top: 40px;
  right: 10px;
}
.fingermainflex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  column-gap: 5px;
}
.box-profile {
  /* background: #000; */
   background:#191C24;
}
.finger_print_img{
  filter: invert(1);
  transform: scaleX(-1);
}
.simplebar-mask, html.dark-theme .page-footer{
  background: #191C24;
}
.logo-text{
  color: #EB1616 !important
}
 th, td{
  color: #fff !important;
}
.dataTables_info, .dataTables_length label, .dataTables_filter label{
  color: #fff !important;
}
span a.paginate_button{
  border: 1px solid #6C7293 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous{
  background-color: #EB1616;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled{
  background-color: transparent;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate span a.paginate_button.current{
  background: #000;
  color: #EB1616 !important;
}
.dataTables_wrapper .dataTables_paginate span a.paginate_button{
  color: #fff !important;
}
.addpr-btn, .addpr-btn:hover, .delvr-button, .delvr-button:hover{
  background-color: #EB1616;
}
.nondelvr-button, .cancel-btn:hover, .nondelvr-button:hover{
  background-color: #EB1616;
}
.pagination li{
  border: 1px solid #6C7293 !important;
}
.pagination li a:hover{
  color: white !important;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.page-item.active a{
  background: #000;
  color: #EB1616 !important;
}
.page-item.last a, .page-item.first a{
  background-color: #EB1616;
  color: #fff;
}
.stduent-view-all .page-item:last-child .page-link {
  border-top-right-radius: unset; 
   border-bottom-right-radius: unset;
}
.stduent-view-all .page-item:first-child .page-link{
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.scan-fig{
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
}