.data-table .card-header {
	border-bottom: 1px solid #ebe9f1 !important;
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before,
	table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before,
	table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting:after,
	table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after,
	table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after
	{
	content: "" !important;
	right: 0.5em !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
	width: 100%;
}

body {
	background: black; /* for this demo */
	font-family: 'Poppins', sans-serif;
}

.table thead th:first-child {
	min-width: 67px !important;
}

.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loader.gif') 50% 50% no-repeat
		rgb(249, 249, 249);
	opacity: .8;
}

.inputfile {
	display: none;
}

.scrollbar {
	background-color: #000;
	width: 6px;
	height: 10%;
}

.scrollbar-track {
	background-color: #D9D9D9
}

.scrollbar-thumb {
	background-color: #acabab;
	border-radius: 16px;
	border: 0px solid #D9D9D9;
}

::-webkit-scrollbar {
	background-color: #acabab;
	width: 6px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background-color: #D9D9D9
}

::-webkit-scrollbar-thumb {
	background-color: #acabab;
	border-radius: 16px;
	border: 0px solid #D9D9D9;
}

::-moz-scrollbar {
	background-color: #acabab;
	width: 5px;
	height: 5%;
}

::-moz-scrollbar-track {
	background-color: #000
}

::-moz-scrollbar-thumb {
	background-color: #babac0;
	border-radius: 16px;
	border: 0px solid #fff;
	cursor: pointer;
}
/* End Scrollbar Css */
.right-side {
	display: flex;
	align-items: center;
	justify-content: right;
}

select {
	background-image: url(../images/downarrow.svg) !important;
	background-repeat: no-repeat !important;
	background-position: 92%;
}

.file-button {
	border-radius: 5px;
	border: 1px solid;
	display: block;
	padding: 0.786rem 1.5rem;
	border-radius: 0.358rem;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
}

.primary_btn {
	background: blue;
	padding: 0.786rem 1.5rem;
	border-radius: 0.358rem;
	font-weight: 500;
	display: block;
	color: #fff;
}

.alert {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 8px 0px 8px;
}

.alert .close {
	border: none;
	background: transparent;
	color: red;
	font-size: 28px;
}

.form-label {
	font-weight: 500 !important;
	color: #494F5A;
	font-size: 13px !important;
	margin: 0 0 6px;
}

.file-button:hover {
	box-shadow: 0 8px 25px -8px #7367f0;
}

table.purchase-order-item-details tbody tr td {
	white-space: nowrap;
}

.text-right {
	text-align: right !important;
}

.main-div {
	display: flex;
	align-items: baseline;
}

.first-div {
	margin-right: 10px;
}

.global_search:focus-within {
	box-shadow: unset !important;
}

/* table.dataTable td, table.dataTable th{
  word-break: break-all;
} */
.scanning-btn {
	cursor: pointer;
}

.scan-field {
	font-weight: 600;
	font-size: 18px;
	padding: 0.4rem 1rem;
	border-right: 0px;
}

/* Confirm popup modal css start */
#modal-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	padding-top: 0;
	opacity: 0;
	transition: 0.5s ease all;
	z-index: 99999;
}

#modal-wrapper.active {
	opacity: 1;
}

#modal-wrapper.active #modal-confirmation {
	margin-top: 0;
	opacity: 1;
}

#modal-confirmation {
	display: inline-block;
	margin-top: -30px;
	opacity: 0;
	max-width: 400px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	background: #fff;
	text-align: left;
	transition: 0.5s ease all;
}

#modal-header {
	position: relative;
	background: #B2D05A;
	padding: 15px;
	color: #fff;
	text-align: left;
}

#modal-header h3 {
	font-weight: 300;
	margin: 0;
	color: #083000;
	font-size: 17px;
	font-weight: 500;
}

#modal-close {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 1.5em;
	cursor: pointer;
	color: #ffffff;
}

#modal-close:hover {
	color: #fff;
}

#modal-content {
	padding: 30px 15px;
}

#modal-content p {
	margin: 0;
	color: #61686e;
	text-align: center;
}

#modal-buttons {
	padding: 0 15px 15px 15px;
	text-align: center;
}

#modal-button-no {
	border: 2px solid;
	padding: 10px 50px;
	background: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: 0.5s ease all;
	background-color: transparent;
	border-color: #B2D05A;
	color: #B2D05A;
	border-radius: 50px;
}

#modal-button-no:hover {
	background: transparent;
	color: #B2D05A;
}

#modal-button-yes {
	padding: 10px 50px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.5s ease all;
	margin-left: 10px;
	background: #B2D05A;
	border-radius: 50px;
	color: #fff;
	border: 2px solid #B2D05A;
}

#modal-button-yes:hover {
	background: transparent;
	color: #B2D05A;
}

/* Confirm popup modal css end */
.content-header-left h1 {
	color: #000000;
	font-size: 25px;
	font-weight: 500;
}

footer.footer a {
	color: #B2D05A;
}

.page-item.active .page-link {
	z-index: 3;
	border-radius: 5rem;
	background-color: #B2D05A;
	color: #fff !important;
	font-weight: 600;
}

.loginbg {
	background: #FFFFFF;
	box-shadow: 0px 2px 35px rgb(0 0 0/ 10%);
	border-radius: 20px;
	padding: 50px 44px;
}

.loginLeft {
	height: 100vh;
}

.auth-login-form .form-control {
	height: 47px;
	border: 1px solid #D0D5DD;
	box-shadow: 0px 2px 5px rgb(0 0 0/ 5%);
	border-radius: 80px !important;
	position: relative;
	padding: 0 0 0 48px;
	font-size: 15px;
}

.auth-login-form .form-control::placeholder {
	color: #667085;
	font-weight: 300;
	font-size: 15px;
}

span.input-group-text {
	border-radius: 40px;
}

.auth-login-form .form-check-input:checked {
	background-color: #B2D05A;
	border-color: #B2D05A;
}

.auth-login-form .form-group {
	position: relative;
}

.formrember {
	display: flex;
	justify-content: space-between;
}

.formrember a {
	color: #B2D05A;
	font-weight: 600;
}

.loginbg .card-title {
	color: #00040A;
	font-weight: 600;
	font-size: 32px;
}

.loginbg .btn-primary {
	padding: 14px 0;
	font-size: 18px;
}

.footerlogin {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: inline-block;
	left: 0;
	right: 0;
	text-align: center;
}

.auth-wrapper .auth-bg {
	position: relative;
}

.customModal .modal-header {
	display: inline-block;
	text-align: center;
	position: relative;
	background: transparent;
	padding: 48px 30px 36px;
}

.customModal .modal-title {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
}

.customModal .btn-close {
	position: absolute !important;
	top: 23px;
	right: 33px;
	box-shadow: none !important;
}

.customModal .modal-body {
	padding: 0px 62px 14px;
}

.customModal .modal-footer {
	border: none;
	justify-content: center;
	padding: 12px 0 44px;
}

.add-btn, .cancel-btn {
	background: #B2D05A;
	border-radius: 50px;
	max-width: 165px;
	width: 100%;
	color: #fff;
}

.cancel-btn {
	background-color: transparent;
	border-color: #B2D05A;
	color: #B2D05A;
}

.modal-dialog {
	max-width: 480px;
	margin: 1.75rem auto;
}

.user-panel .image {
	display: inline-block;
	padding-left: 0.8rem;
}

.header-profile-name {
	background: #CDE192;
	border: 1px solid #083000;
	border-radius: 50%;
	color: #083000;
	display: inline-block;
	height: 34px;
	margin-right: 7px;
	padding: 2px;
	text-align: center;
	width: 34px;
	font-weight: 600;
	font-size: 19px;
	text-transform: uppercase;
}

.user-panel .info {
	display: inline-block;
}

.user-panel .info a {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #083000;
}

.user-panel {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 16px 16px;
}

.eventMangebox p {
	color: #000 !important;
	font-weight: 500;
	font-size: 15px;
	margin: 0 0 22px;
}

.eventMangebox p .main_title {
	color: #000;
	max-width: 128px !important;
	display: inline-block;
	width: 100%;
}

.eventMangebox p span {
	padding: 0 0 0 19px;
	text-align: left;
	color: #667085;
	width: 79%;
	display: inline-block;
	vertical-align: top;
}

.eventMangebox p .text-success {
	padding: 0;
}

#addEvent .modal-body {
	padding: 0 30px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu ul .nav-item
	{
	width: auto;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header
	{
	padding: 8px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header img
	{
	max-width: 68px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .info a
	{
	display: none !important;
}

.heading-text h4 {
	color: #000000;
	font-size: 18px;
}

.changeStatus {
	border: none;
	max-width: 95px;
	background-color: transparent;
}

.profileright {
	display: none;
}

.sidebarmenuu a img {
	width: 22px;
	margin: 0 12px 0 0;
}

.sidebarmenuu .nav-item:first-child img {
	width: 26px;
}

.main-menu.menu-light .navigation>li.active>a img {
	filter: invert(12%) sepia(85%) saturate(1279%) hue-rotate(80deg)
		brightness(29%) contrast(169%);
}

.activeeventmodal .modal-dialog {
	pointer-events: initial;
}

.activeeventmodal .modal-dialog {
	max-width: 400px;
}

.header-navbar-shadow {
	display: none !important;
}

div.dataTables_wrapper div.dataTables_length select {
	width: 54px !important;
	display: inline-block;
}

table.dataTable th {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 2px solid;
}

#eventTable.table thead th:nth-child(2) {
	min-width: 100px;
}

#eventTable td:nth-child(5) {
	min-width: 400px !important;
	white-space: normal !important;
}

#eventTable td:nth-child(2) {
	word-break: break-all !important;
	white-space: normal;
	min-width: 200px;
}

.event_description_p {
	height: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 372px;
	white-space: nowrap;
}
/* .toast-success,.toast-error,#toast-container{
	background-color: rgb(223, 161, 161)!important;
	color: #ad0202!important;
} */
input#date {
	text-transform: uppercase;
}

.modaldrp .activebtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modaldrp .activebtn p {
	margin: 0 7px 0 0;
}

.modaldrp .dropdown-menu {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 15px 15px;
}

.modaldrp .dropdown-menu a {
	font-size: 15px;
	color: #667085;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	padding: 5px 5px;
}

.modaldrp .dropdown-menu a:hover {
	background: #EAECF04D;
}

.modaldrp .dropdown-menu {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 6px 10px;
	min-width: 103px !important;
}

.logged-in {
	border-radius: 10px;
	color:dodgerblue;
	font-size: 17px;
}

.logged-out {
	border-radius: 10px;
	color: #E63C2F;
	font-size: 17px;
}

.modaldrp .activebtn i {
	font-size: 14px;
	margin: 3px 0 0;
}

.backogin {
	color: #083000;
	text-decoration: underline;
}

.backogin:hover {
	color: #96b43e;
	text-decoration: underline;
}

.auth-login-form input:not(:focus):not(:placeholder-shown):valid {
	border-color: #B2D05A !important;;
}

.form-password-toggle .input-group-text {
	position: absolute;
	right: 8px;
	height: 36px;
	top: 5px;
	border: none;
	z-index: 9999;
}

#eventTable_info {
	margin: 0 0 10px !important;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .info.userInfo_
	{
	display: none;
}

.breadcrumb .breadcrumb-item a {
	color: #8eb911;
	font-size: 15px;
}

#user_form input::placeholder {
	color: #667085 !important;
}

.formrember .form-check-input:focus {
	border-color: #b2d05a;
	outline: 0;
	box-shadow: none;
}

#usersTable {
	table-layout: fixed !important;
}

#usersTable td {
	word-wrap: break-word !important;
	white-space: normal !important;
}

#eventTable {
	table-layout: fixed !important;
}

/* #eventTable td {
	word-wrap: break-word !important;
	white-space: normal !important;
} */

.ui-timepicker-container {
	z-index: 3500 !important;
}

.button_box {
	display: flex;
	justify-content: space-between;
}

.back_button {
	border: 1px solid #B2D05A !important;
	color: #fff !important;
	background: #B2D05A;
	border-radius: 50px;
	padding: 10px 20px;
}

.back_button:hover {
	background: transparent;
	color: #FFFFFF;
	border: 1px solid #b1ce69;
	color: #000 !important;
}

.event_description_p {
	height: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 372px;
	white-space: nowrap;
	padding-top: 18px;
}

#repeat_type.is-invalid {
	background-size: 10px;
}

#repeat_type, #send_push_notification {
	background-position: 98%;
}

textarea.form-control {
	min-height: 22.714rem;
}
/*    Clearable text inputs

*/
.clearable {
    background: url(../images/cross.png) no-repeat right
  -20px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;
    border-radius: 3px;
    transition: background 0.4s;
    font-size: 12px;
    background-size: 20px;
}

.clearable.x {
	background-position: right 5px center;
	
} /* (jQ) Show icon */
.clearable.onX {
	cursor: pointer;
} /* (jQ) hover cursor style */
.clearable::-ms-clear {
	display: none;
	width: 0;
	height: 0;
} /* Remove IE default X */


/* Adapts a floating label for use with a left-handed input group icon */


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: auto!important;
    margin: 5px!important;
}

input[type="date"] {
  position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  color: #555;
  padding: 0 5px;
}

/* change color of symbol on hover */
#event_type:hover:after {
  color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
#event_type::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

/* adjust increase/decrease button */
#event_type::-webkit-inner-spin-button {
  z-index: 999999999999;
}

/* adjust clear button */
#event_type::-webkit-clear-button {
  z-index: 999999999999;
}
.form-control {
    font-size: 12px;
}

/* Calender CSS Start */
/*input.hasDatepicker {
  cursor: pointer;
}

.ui-datepicker {
  border-width: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  width: 18.5rem;
}
@media (max-width: 480px) {
  .ui-datepicker {
    width: 17rem;
  }
}
.ui-datepicker.ui-corner-all {
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: transparent;
  width: 0px;
  height: 0px;
  border-width: 5px 9px;
  border-style: solid;
  border-color: transparent;
  margin-top: 0;
  top: 32%;
}
.ui-datepicker .ui-datepicker-prev span {
  left: 59%;
  border-right-color: #fff;
  border-left-width: 0;
}
.ui-datepicker .ui-datepicker-next span {
  left: 67%;
  border-left-color: #fff;
  border-right-width: 0;
}
.ui-datepicker .ui-datepicker-title {
  text-shadow: none;
}
.ui-datepicker .ui-datepicker-title select {
  border: 0;
  height: 27px;
  width: 45%;
  width: calc(49% - 5px);
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #414141;
  padding-left: 5px;
}
.ui-datepicker .ui-datepicker-title select:focus {
  outline: none;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #fff;
  border: 0px;
  font-weight: 600;
  margin: 10px 5px;
  padding: 5px 12px;
  font-size: 16px;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-buttonpane button[data-handler=today]:hover, .ui-datepicker .ui-datepicker-buttonpane button[data-handler=today]:active {
  opacity: 1;
  color: #4f4f4f;
}
.ui-datepicker .ui-datepicker-buttonpane button[data-handler=hide]:hover, .ui-datepicker .ui-datepicker-buttonpane button[data-handler=hide]:active {
  color: #DD5044;
}
.ui-datepicker table {
  margin-top: 0.625rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.ui-datepicker th {
  font-weight: 600;
  text-transform: uppercase;
}
.ui-datepicker th.ui-datepicker-week-end * {
  color: #DD5044;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.4em 0.2em;
  font-size: 14px;
  text-align: center;
}
.ui-datepicker td .ui-state-default.ui-state-hover {
  border-color: transparent;
  text-shadow: none;
  background: #ededed;
  font-weight: normal;
  color: inherit;
}
.ui-datepicker td .ui-state-highlight {
  border-color: transparent;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-active.ui-state-highlight,
.ui-datepicker td .ui-state-active.ui-state-hover {
  text-shadow: none;
  font-weight: 400;
  background: #DD5044;
  border-color: #DD5044;
  color: #fff;
}
.ui-datepicker td.ui-datepicker-week-end * {
  color: #949494;
}
.ui-datepicker td.ui-datepicker-week-end .ui-state-active {
  color: #fff;
}
.ui-datepicker .ui-datepicker-today {
  border: solid 1px #dbdbdb;
}
.ui-datepicker .ui-widget-content {
  border-color: #e3e3e3;
}
.ui-datepicker .ui-widget-content [type=button] {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.ui-datepicker-trigger {
  margin: 10px;
}

.datepicker.sample {
  margin-left: 50px;
} */
/* .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background: red !important;
    font-weight: normal;
    color: #212121 !important;
    border: none !important;
    opacity: 2 !important;
} */
/* .ui-datepicker .ui-datepicker-header {
  background: #868686;
  padding: 5px 0;
  border-width: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 10px;
} */
/* Calender CSS End */


span.logged-in.event_completed {
    color: springgreen;
}
span.event_canceled {
    color: red;
}