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;
}
.content-wrapper{
  height: auto;
}
/* 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 {
  border-radius: 20px;
  /* margin-bottom: 15px; */
  padding: 10px 30px;
  width: 100%;
  border: 1px solid #2884FF;
}

.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;
}




/* start add event css */
.addEventSection{
  padding: 20px;
}
.addEventContainer{
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0px 15px 31px 0px #00000017;

}
.inputBox {
  border: 1px solid rgb(0 0 0 / 13%) !important;
  border-radius: 10px !important;
  padding: 20px;
  width: 100%;
  outline: none;
  background-color: transparent;
}
.react-datepicker__input-container {
  z-index: 1;
  cursor: pointer;
}
.inputBox:focus{
  border: 1px solid #26549E

}
.selDateTime .react-datepicker__input-container input{
  border: 1px solid rgb(0 0 0 / 13%) !important;
  border-radius: 10px !important;
  padding: 20px ;
  width: 100%;
  outline: none;
}
.dateTimeIcon {
  position: absolute;
  right: 23px;
  top: 52px;
  z-index: 0;
}
.selDateTime .react-datepicker__input-container input:focus{
  border: 1px solid #26549E !important

}
.react-datepicker-wrapper{
  width: 100%;
}
.react-datepicker__input-container{
  width: 100%;
}
.saveBtn{
  background: linear-gradient(115.35deg, #25B4E6 -4.97%, #26509B 75.08%);
  border-radius: 10px;
  padding: 13px;
  border: none;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  width: 100%;
  max-width: 150px;
}
.eventImgContainer{
text-align: center;
}
.uploadImg_Parent {
  border: 2px solid #5d83ef;
  width: 190px;
  position: relative;
  height: 150px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e77f3;
}
.uploadImg_Parent .uploadImgIcon {
  position: absolute;
  right: -6px;
  bottom: -6px;
  cursor: pointer;
}
.uploadImg_Parent .showImg_Parent{
  width: 100%;
  height: 100%;
  position: relative;
}
.uploadImg_Parent .previewImg{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* object-fit: contain; */
}
.uploadImg_Parent .delete_Icon {
  position: absolute;
  top: -11px;
  right: -10px;
  color: #FFF;
  background: linear-gradient(90deg, #25B4E6 0%, #26509B 100%);
  padding: 10px 11px;
  border-radius: 50px;
  /* bottom: 15px; */
  cursor: pointer;
}

.btnGroup{
  gap: 6px;
}
.viewEdtDelBtn{
  border: none;
  background-color: transparent;

}
/* View Event Page Css */
.event_InfoTxt{
  font-size: 20px;
  font-weight: 500;
  color: #000000db;
}
.border_None{
  border: none !important;
}

