input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* login page start  */
.logintext {
  color: #2e3333;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.login-page.authBg.adminlgn,
.login-page.authBg.adminpwd,
.login-page.authBg.adminotp,
.login-page.authBg.resetpwd {
  background-color: #fff;
}

.input-container {
  position: relative;
}

.borderinput::placeholder {
  color: #2e3333;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}

.borderinput:focus {
  border: 1px solid rgba(230, 92, 0, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}

/*forgot password*/

.adminotp .card-header {
  border: none;
}

.otpheading {
  color: #979999;
  font-size: 16px;
  font-weight: 400;
}

.resendLink {
  color: #e65c00 !important;
}

.otpform > div {
  justify-content: center;
}

.otpform input {
  margin-right: 15px;
  border: 1px solid #e9e9e9 !important;
  border-radius: 10px;
  width: 56px !important;
  background-color: transparent;
  color: #2e3333;
  padding: 15px 0;
}

.otpform input:focus {
  border-color: rgba(230, 92, 0, 0.2);
  outline: none;
}

.adminotp .loginPage {
  padding: 15px 10px;
}

/*reset password*/
.resetpwd .card-primary.card-outline {
  padding: 30px 15px;
  border: 1px solid #e9e9e9 !important;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 25px;
  width: 100%;
  max-width: 550px;
}

.resetpwd .card-header {
  border: none;
}

.resetpwd .loginPage {
  padding: 15px 10px;
}

.resetpwd .input-group .form-control:focus {
  border-color: rgba(230, 92, 0, 0.2);
}

.resetpwd .input-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px !important;
  padding: 20px 10px;
}

/* sidebar css  */
.sidebarSil {
  border: 1px solid rgba(230, 92, 0, 0.07);
  background: #fff;
  box-shadow: 0px 16px 20px 0px rgba(230, 92, 0, 0.08) !important;
  overflow-x: hidden;
}

.sidebarSil .brand-link {
  color: #e65c00 !important;
  border: none;
  text-align: center;
}

.sideheading {
  color: #979999 !important;
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0px;
}

.small-box-footer {
  border-radius: 0 0 12px 15px;
}

.sidebarSil .nav-pills .nav-link:not(.active):hover {
  color: #2884ff !important;
  background-color: #2884ff2e !important;
}
.sidebar-mini.layout-fixed.sidebar-collapse .brand_logo {
  width: 60px !important;
}

/*dashboard css*/

.admindash .dashboxcolor {
  background-color: #5f5e5a;
}

.admindash .dashboxcolor_two {
  background-color: #2884ff;
}

.dashthree {
  background-color: #494740 !important;
}

.dashfour {
  background-color: #96430c !important;
}

.dashwrapper .headingMain {
  color: #e65c00;
  font-size: 40px;
  font-weight: 600;
}

/*forgot password*/
.adminpwd .card-primary.card-outline {
  border: none;
}

.adminpwd .card-header {
  border: none;
}

.adminpwd .loginBtnCommon {
  border-radius: 6px;
}

.adminpwd .loginPage {
  padding: 15px 10px;
}

.adminpwd .input-group .form-control:focus {
  border-color: rgba(230, 92, 0, 0.2);
}

.adminpwd .input-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px !important;
  padding: 20px 10px;
}

/*admin otp*/
.adminotp .card-primary.card-outline {
  border: none;
  text-align: center;
}

.adminotp .card-header {
  border: none;
}

.adminotp .loginBtnCommon {
  border-radius: 6px;
}

.otpheading {
  color: #979999;
  font-size: 16px;
  font-weight: 400;
}

.resendLink {
  color: #e65c00 !important;
}

.otpform > div {
  justify-content: center;
}

.otpform input {
  margin-right: 15px;
  border: 1px solid #e9e9e9 !important;
  border-radius: 10px;
  width: 56px !important;
  background-color: transparent;
  color: #2e3333;
  padding: 10px 0;
}

.otpform input:focus {
  border-color: rgba(230, 92, 0, 0.2);
  outline: none;
}

.adminotp .loginPage {
  padding: 15px 10px;
}

/*reset password*/
.resetpwd .card-primary.card-outline {
  border: none;
}

.resetpwd .card-header {
  border: none;
}

.resetpwd .loginBtnCommon {
  border-radius: 6px;
}

.resetpwd .loginBtnCommon {
  border-radius: 6px;
}

.resetpwd .loginPage {
  padding: 15px 10px;
}

.resetpwd .input-group .form-control:focus {
  border-color: rgba(230, 92, 0, 0.2);
}

.resetpwd .input-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px !important;
  padding: 20px 10px;
}

/*modal css*/

.bigChef {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  max-height: 540px;
  min-height: 540px;
}
.modal_cancel {
  margin-left: auto;
}

.ModalCancel {
  background: #99979738;
  padding: 9px;
  border-radius: 7px;
  cursor: pointer;
}
.modal-header {
  align-items: center !important;
}
.modal-header .btn-close {
  display: none;
}

#tablemodalbtn .modal-content {
  width: 100%;
  max-width: 650px;
  border-radius: 20px;
  background: #fff;
  padding: 0;
  position: relative;
  height: 90vh;
}

.foodmodalbtn {
  border-radius: 8px;
  background: #e65c00;
  box-shadow: 0px 17px 28px 0px rgba(230, 92, 0, 0.15);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  border: none;
  padding: 20px 45px;
  width: 100%;
}

.modalfooterbtn {
  position: absolute;
  bottom: 0;
  margin: 15px auto;
  width: 100%;
  max-width: 465px;
  text-align: center;
}

#messagemodal .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
  max-width: 600px;
}

#messagemodal .modal-content,
#viewModal .modal-content {
  max-width: 900px;
  width: 100%;
  border-radius: 20px;
  height: 65vh;
  transform: translate(14%, 27%);
}

.modal_Heading {
  color: #2e3333;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

#messageDelete .modal-header {
  border: none;
}

#notificationBtn .modalscroll {
  height: 714px;
  overflow-y: auto;
  margin-top: 19px;
}
.notificationModal {
  margin: 0 14px 20px 24px;
  position: relative;
}

/* userlist css  */
.adminUsers {
  height: 100% !important;
}

.userFilter {
  display: flex;
  justify-content: end;
}

.commonBox_Heading {
  font-size: 15px;
  font-weight: 400;
  color: #979999;
}

.filterSearch::placeholder {
  color: #abadad;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.userlistbox .dropdown-item:active {
  background-color: #fff !important;
  color: #212529;
}

.dropboxmenu {
  inset: 0px -18px auto auto !important;
}

/*header section*/
.adminav .dropdown-menu .dropdown-item {
  background: rgb(46 51 51) !important;
  color: #ffffff;
  border-radius: 3px;
}

.adminav .dropdown-menu .dropdown-item .droptext {
  color: #e65c00;
}

/* Sidebar  */

/*info page css start*/
.infoTabs {
  padding: 10px 20px;
}
.userlistbox .medText {
  font-size: 20px;
  color: #5f5e5a;
}

/*infopage css end*/
/*contact us  css start*/
.admindash th:first-child {
  border-top-left-radius: 10px;
}

.admindash th:last-child {
  border-top-right-radius: 10px;
}

.modalscroll {
  height: 400px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #deecff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #2884ff;
}

.main-header .navbar-nav .nav-item {
  margin: 0;
  background-color:#2884FF;
  margin-right: 8px;
  border-radius: 8px;
}
