.transactions-page-content {
  padding: 25px;
  background: #8080800d !important;
  /* background: #2c7a4b17 !important; */
}

.container {
  max-width: 93%;
}


.pagination-container ul li .Mui-selected{background-color: #1cb5588a;}
.pagination-container ul li .Mui-selected:hover {
  background-color: #1a6e3ba3;
}

.pagination-container .MuiFormControl-root .MuiInputBase-root.MuiOutlinedInput-root fieldset {
  border: none;
  border-bottom: 1px solid;
  padding: 0;
  margin: 0;
  height: 45px;
  width: 82%;
  border-radius: 0;
}

.col-sm-6 {
  display: inline-block;
  width: 48%;
  margin: 1% 1%;
}

.col-sm-12{
  display: inline-block;
  width: 98%;
  margin: 1% 1%;
}



.jodit ul {
  list-style: inside;
  padding: revert-layer;
  margin: revert-layer;
}

.inner-page-warper {
  width: 100%;
}

.form-group.changepassword h3 {
  margin-bottom: 16px;
  margin-top: 36px;
}

input.form-control.is-invalid {
  background: no-repeat;
  background-color: var(--light-gray) !important;
}

.box-custom{
  height: auto !important;
  padding: 19px 15px !important;
}


span.form-error {
  color: red;
  font-size: small;
}
input.form-control.is-invalid {
  background: no-repeat;
}


.cart-list{
  width: 100% !important;
}

form.form-box-custom {
  padding: 1% !important;
}

form.form-box-custom .MuiStack-root{
  margin: 1% 1%;
  justify-content: end;
}

.sidebar-menu ul li a i {
  font-size: 24px;
  line-height: 1;
  width: 26px;
}

.customloader{
  z-index: 10000 !important;
}

.logout-modal-button , .modal-title{
  width: 100%;
  text-align: center;
}

.logout-modal-button button {
  margin: 10px;
}

.form-bottom-text p .cursor {
  color: var(--green) !important;
}

.Mui-checked+.MuiSwitch-track {
  background-color: #4CAF50 !important;
}

.table tr td span {
  color: #00b151;
}
.customclass-Dashboard{
  width: 100%;
}

.cutomalign-button{
  justify-content:"flex-end";
}

.Mui-error {
  color: rgb(211, 47, 47);
  font-family: 'Poppins' !important;
}

.profile-btn.dropdown{
  display: inline-flex;
}

.jodit ul li p {
  display: contents;
}
.jodit-container.jodit.jodit_theme_default.jodit-wysiwyg_mode .jodit-workplace a {
  text-decoration: underline;
  color: green;
}

.custominkclass a {
  text-decoration: underline;
  color: green;
}

.profile-save-btn.arrowbutton .btn {
  background: none !important;
  color: black;
  padding: 0;
}