@charset "utf-8";
a:not(.metismenu a)
.box-titles {
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 900;
}

.lg-fonts {
  color: #000;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 44px;
}

.vue3-star-ratings__wrapper {
  padding: 0px !important;
  margin: 0px auto !important;
}

.shadow-btm {
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  background: #fff;
}
.add-id-card-button {
  text-transform: capitalize !important;
  width: 90px !important;
  height: 36px !important;
  background: linear-gradient(270deg, #d35bc1 0.8%, #f55bb0 98.48%) !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14) !important;
  border-radius: 5px !important;
  display: block !important;
}
.shadow-btm2 {
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  background: #fcd8f0;
}

.has-search .form-control {
  padding-left: 32px;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  font-size: 20px;
  padding-top: 2px;
}

body.modal-open {
  padding-right: 0 !important;
  overflow-y: scroll;
}

img.logowid {
  width: 60%;
  object-fit: contain;
}

.theme-border {
  border: 2px solid #000000;
}

.wid100 {
  width: 100% !important;
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flNone {
  margin: 0 auto;
  float: none;
}

.fnt13 {
  font-size: 13px;
  padding-top: 5px;
}

.font16 {
  font-size: 18px;
  font-weight: 500;
}

.font17 {
  font-size: 17px;
  line-height: 22px;
}

.md-bld {
  color: #000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 500;
}

.lg-bld {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.st-active {
  color: #4ad395 !important;
  text-shadow: 1px 1px 1px #ddd;
}

.st-pending {
  color: #ffcd58 !important;
  text-shadow: 1px 1px 1px #ddd;
}

.st-cancel {
  color: #d11a2a !important;
  text-shadow: 1px 1px 1px #ddd;
}

.changePic {
  background: #000;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  padding: 0px 25px;
  cursor: pointer;
  position: absolute;
  line-height: 22px;
  height: 24px;
}

.img-width {
  border: 0;
  padding: 0;
  width: 220px;
  /*height: 220px;*/
  object-fit: contain;
}

.txt-right {
  text-align: right;
}

/* Dashboard */
.dp__pointer {
  cursor: pointer;
}
.dp__input {
  font-size: 15px !important;
}
.dp__input_icon_pad {
  border-radius: 10px !important;
}
.dashboard-page .black-box {
  position: relative;
  border-radius: 10px;
  background: #000;
  /*height: 120px;*/
  padding: 23px 0;
}

.dashboard-page .title {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
}

.dashboard-page .count {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.dashboard-page .mt30 {
  margin-top: 35px;
}

.brd-right {
  justify-content: center;
  align-items: center;
  border-right: 1px dotted #a4a4a4;
}

.pos-abs {
  position: absolute;
  top: 5px;
  left: 10px;
}

.pos-abs1 {
  position: absolute;
  top: -15px;
  left: 25px;
}

/* Add Salon */

.imagePreview {
  width: 100%;
  height: 260px;
  background: #ebebeb url(../images/cover-photo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid #3b3a3a;
  background-position: 50% 50%;
}

.btn-primary {
  display: block;
  border-radius: 0px;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}

.imgUp {
  margin-bottom: 15px;
}

.del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.imgAdd {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4bd7ef;
  color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 15px;
}

.border-box {
  border: 1px solid #9d9e9d;
  clear: both;
  overflow: hidden;
}

.blk-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.avatar-upload {
  position: relative;
  top: 0px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: auto;
  z-index: 1;
  bottom: 0;
  left: auto;
  width: 100%;
  right: auto;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.avatar-upload .avatar-preview {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 0;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  margin: 0 auto;
  width: 50%;
  height: 50%;
  margin-top: 30px;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.border-none {
  border: 0;
}

/* CMS */

.cms-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}

.relative {
  position: relative;
}

.accordion-single {
  margin-top: 5px;
}

.accordion-single-title {
  padding: 8px;
  cursor: pointer;
  position: relative;
  font-size: 10px;
  margin: 0;
}

.accordion-single-title::after {
  content: "";
  position: absolute;
  right: auto;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content p {
  padding: 10px;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 100px;
}

.accordion-single-item.is-open .accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}

.accordion-single {
  margin-top: 5px;
}

.accordion-single-title {
  padding: 8px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  margin: 0;
}

.accordion-single-title::after {
  content: "";
  position: absolute;
  right: auto;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 13px;
  height: 13px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content p {
  padding: 20px;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 240px;
}

.accordion-single-item.is-open .accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}

.pos-top {
  position: absolute;
  top: 0;
  right: 0;
}

/* Select Dropdown */

.amount {
  margin-right: 31px;
  margin-left: 17px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  height: 47px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}

.colourr {
  width: 148px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #5b67ca;
}

.styled-select {
  border: 0;
  background: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.8;
  cursor: pointer;
  width: 100%;
  /*box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);*/
}

.styled-select select {
  width: 100%;
}

select:focus {
  outline: 0;
}

.styled-select select {
  background: #fff !important;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none;
  color: #090303 !important;
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  height: 43px;
  font-family: "Avenir LT Std", sans-serif;
  border-radius: 6px;
}

.bx.bx-chevron-down {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 24px;
  color: #aaa;
}

.digit-group input {
  width: 60px;
  height: 45px;
  background: none;
  line-height: 50px;
  /* text-align: center; */
  font-size: 24px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  font-weight: 500;
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
  margin: 0 auto;
  /* float: left; */
}

.gery-bg {
  background: #eee;
  border-radius: 4px;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 20px 0;
}

.nav.nav-pills {
  border-bottom: 1px solid #dee2e6;
}

.nav.nav-pills li.nav-item {
  padding-right: 25px;
}

.nav.nav-pills li.nav-item a {
  color: linear-gradient(270deg, #d35bc1 0.8%, #f55bb0 98.48%);
  font-size: 17px;
  line-height: 20px;
  padding-top: 15px;
  font-weight: 500;

  padding: 10px 20px;
}

.nav.nav-pills li.nav-item .nav-link.active {
  background-color: linear-gradient(270deg, #d35bc1 0.8%, #f55bb0 98.48%);
  color: #fff !important;
}

.filter {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.lg-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.font24 {
  font-size: 24px;
}

td,
th {
  vertical-align: top !important;
}

/* Button */

button.login-btn {
  background: #fff;
  border: 1px solid #ffcd58;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  padding: 7px 15px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 22px;
  margin-right: 20px;
}

button.login-btn:hover {
  background: #ffcd58;
  color: #fff;
}

button.border-btn {
  background: #fff;
  border: 1px solid #000000;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  padding: 5px 15px;
  line-height: 1.5;
  border-radius: 2px;
  margin-right: 15px;
}

button.border-btn:hover {
  background: #000000;
  color: #fff;
}

button.fill-btn,
a.fill-btn {
  color: #fff;
  background: linear-gradient(
    270deg,
    #2c0066 0.8%,
    #480162 25.48%,
    #5b025f 60.48%,
    #74045c
  );
  font-weight: 500;
  text-align: center;
  padding: 7px 15px;
  line-height: 1.5;
  font-size: 15px;
  border: 0;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
}

.export-btn {
  width: 200px;
  height: 50px;
  border: 1px solid #5b67ca;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 34px;
  padding-right: 34px;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.14));
  border-radius: 5px;
}

.edit-btn {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #686868;
  font-weight: 400;
  width: 125px;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.add-btn {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #5b67ca;
  font-weight: 400;
  width: 125px;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.boxshadow {
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}

.detail {
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  padding: 2%;
}

.delete-btn {
  background: #f94056;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  font-style: normal;
  width: 80px;
  height: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 400;
  width: 125px;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

button.fil-btn,
a.fil-btn {
  color: #000;
  background: #f9f9f9;
  text-align: center;
  padding: 7px 15px;
  line-height: 1.5;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-weight: 400;
  text-align: center;
  border: 1px solid #eee;
}

/*button.fill-btn:hover,
a.fill-btn:hover {
    background: #00ba75;
}*/

.txt-right {
  text-align: right;
}

.datepicker-dropdown {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.datepicker td,
.datepicker th {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.85rem;
}

.datepicker {
  margin-bottom: 3rem;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  margin-top: 75px;
}

.entry-content h3 {
  font-weight: 500;
  font-size: 20px;
}

.entry-content ul li {
  padding-bottom: 12px;
}

.brd-circle {
  border: 1px solid #ff0000;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 13px;
}

.brd-circle a {
  color: #ff0000;
  font-size: 17px;
  line-height: 16px;
  display: inherit;
  cursor: pointer;
}

.preview-images-zone {
  width: 100%;
  position: relative;
  overflow: auto;
}

.preview-images-zone > .preview-image {
  height: 90px;
  width: 90px;
  position: relative;
  margin-right: 5px;
  float: left;
  margin-bottom: 5px;
}

.preview-images-zone > .preview-image > .image-zone {
  width: 100%;
  height: 100%;
}

.preview-images-zone > .preview-image > .image-zone > img {
  width: 100%;
  height: 100%;
}

.preview-images-zone > .preview-image > .tools-edit-image {
  position: absolute;
  z-index: 100;
  color: #fff;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.preview-images-zone > .preview-image > .image-cancel {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
  display: none;
  z-index: 100;
}

.preview-image:hover > .image-zone {
  cursor: move;
  opacity: 0.5;
}

.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
  display: block;
}

.ui-sortable-helper {
  width: 90px !important;
  height: 90px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  /* position: absolute;
    left: -9999px;*/
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.form-check .form-check-input {
  display: none;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #000000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/**/

/* Login Bg */

.login-bg {
  /* background: url(../img/home-banner.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

.login-bg .forms input.inputs {
  background: none;
  border-bottom: 1px solid #fff !important;
  border: 0;
  width: 100%;
  outline: 0;
  color: #fff;
  margin-bottom: 10px;
}

.login-bg .forms input::placeholder {
  color: #fff;
  opacity: 1;
}

.login-bg .forms input:-ms-input-placeholder {
  color: #fff;
}

.login-bg .forms input::-ms-input-placeholder {
  color: #fff;
}

.login-bg button.submit-btn {
  background: #fff;
  color: #000;
  text-align: center;
  height: 35px;
  cursor: pointer;
  border-radius: 3px;
  border: 0;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
}

.login-bg button.submit-btn:hover {
  background: #b2e4e6;
}

.login-bg .inputfield {
  border: 1px solid #3b3a3a;
  width: 100%;
  height: 50px;
  padding: 15px;
  border-radius: 3px;
  outline: 0;
}

.login-bg .forgot-ps {
  color: #17171a;
  font-family: "Avenir LT Std";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.login-bg .enter-your {
  text-transform: uppercase;
  color: #17171a;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.login-bg .verification {
  color: #17171a;
  font-family: "Avenir LT Std";
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}

button.send-btn {
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 0;
  height: 40px;
  width: 130px;
  margin: 0 auto;
  border-radius: 3px;
  text-transform: uppercase;
}

.posAbs {
  position: absolute;
  top: 0;
  left: 15px;
}

.digit-group input {
  width: 60px;
  height: 50px;
  border: 1px solid #3b3a3a;
  border-radius: 3px;
  color: #3b3a3a;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-family: "Avenir LT Std";
  font-weight: 200;
  margin: 0 5px;
  outline: 0;
  position: relative;
  z-index: 99;
}

.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 2px solid #000000;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.uploader label:hover {
  border-color: #5a7684;
}

.uploader label.hover {
  border: 2px solid #5a7684;
  box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}

.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #start.hidden {
  display: none;
}

.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}

.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #response.hidden {
  display: none;
}

.uploader #response #messages {
  margin-bottom: 0.5rem;
}

.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}

.uploader #file-image.hidden {
  display: none;
}

.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #notimage.hidden {
  display: none;
}

.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}

.mx-input {
  height: 43px !important;
}

.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #000000 0%, #000000 50%);
  border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #000000 0%, #000000 50%);
  border-radius: 4px;
}

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

.uploader div {
  margin: 0 0 0.5rem 0;
  color: #5f6982;
}

.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #000000;
  border-color: #000000;
  cursor: pointer;
}
.view {
  text-transform: capitalize;
  position: absolute;
  width: 88px;
  height: 40px;
  background: linear-gradient(
    270deg,
    #2c0066 0.8%,
    #480162 25.48%,
    #5b025f 60.48%,
    #74045c
  );
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}
/* Accordion */

.accordion .card {
  border: none;
  margin-bottom: 15px;
}

.accordion span {
  background: url(../images/arrow-up.webp) no-repeat calc(100% - 5px) center;
  background-size: 20px;
  font-size: 18px;
  padding: 16px;
  font-weight: 400;
  float: right;
  cursor: pointer;
}

.accordion span.collapsed {
  background: url(../images/arrow-down.webp) no-repeat calc(100% - 5px) center;
  background-size: 20px;
  font-size: 18px;
  padding: 16px;
  font-weight: 400;
  float: right;
  cursor: pointer;
}

.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

.panel-title {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 5px;
}

.toggle-btns {
  display: inline-block;
  float: right;
}

.toggle-btns a.manage-tags,
.toggle-btns a.delete {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  padding: 3px 15px;
  margin-right: 10px;
  margin-top: 2px;
}

.toggle-btns a.manage-tags {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.toggle-btns a.delete {
  background: #fff;
  border: 1px solid #fe0000;
  color: #fe0000;
}

.p3s {
  padding: 0 16px 16px 16px !important;
}

.review-page strong {
  font-weight: 600;
  color: #666;
  font-size: 14px;
}

.review-page span {
  font-weight: 500;
  color: #666;
  opacity: 0.6;
  font-size: 14px;
}

.review-page a {
  color: #0022ff;
}

.service-title {
  font-weight: 600;
  color: #000;
  font-size: 15px;
}

a.add-new-tag-btn {
  border: 1px solid #000;
  color: #000;
  font-weight: 500 !important;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 10px;
}

.dis-block a {
  display: inline-block;
}

.tag-border {
  color: #000;
  font-weight: 14px;
  border: 1px dotted #000;
  padding: 3px 7px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 1px;
}

.font18 {
  font-weight: 500;
  font-size: 17px;
}

.font20 {
  font-weight: 600;
  font-size: 18px;
}

.font14 {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.5;
}

.float-none {
  float: none;
  margin: 0 auto;
}

.error-msg {
  font-weight: bold;
  color: red;
}

.header {
  padding: 60px;
  text-align: left;
  background: #575c5b;
  color: rgb(15, 13, 13);
  font-size: 30px;
}

.notification-row {
  opacity: 0.6;
}

.notification-row:hover {
  opacity: 1;
}

/* ============================= Sorting Arrow CSS ============================= */

.sorting_asc,
.sorting_desc,
.sorting {
  padding-right: 30px;
  cursor: pointer;
  position: relative;
}

.sorting_asc:before,
.sorting_desc:before,
.sorting:before,
.sorting_asc:after,
.sorting_desc:after,
.sorting:after {
  position: absolute;
  bottom: 11px;
  display: block;
  opacity: 0.3;
  font-size: 1.3em;
}

.sorting:before,
.sorting_asc:before,
.sorting_desc:before {
  right: 0.85em;
  content: "\2191";
}

.sorting:after,
.sorting_asc:after,
.sorting_desc:after {
  right: 0.5em;
  content: "\2193";
}

.sorting_asc:before,
.sorting_desc:after {
  opacity: 1;
}

body.spx-modal-open {
  overflow: hidden;
}

.spx-modal {
  position: fixed;
  top: 0%;
  right: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
}

.spx-modal {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}

.spx-modal .spx-modal-body {
  padding: 20px 0px;
  background: #fff;
  margin: 10px;
  border-radius: 5px;
  max-width: 500px;
  width: 500px;
}

.spx-modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.75;
  z-index: 900;
}

/*===================================Chart=========================*/
/* .chartWrapper {
    position: relative;
    }
    
    .chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events:none;
    }
    
    .chartAreaWrapper {
    width: 465px;
    overflow-x: scroll;
    } */

/*=======================Loader=========================*/
.loader {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MEDIA */

@media (max-width: 767px) {
  .txt-right {
    text-align: left;
  }

  .mb15 {
    margin-bottom: 15px;
  }

  .mb25 {
    margin-bottom: 25px;
  }

  .mt15 {
    margin-top: 15px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .pt15 {
    padding-top: 15px;
  }

  a.view-detail-btn {
    margin-top: 10px;
    display: inline-block;
  }

  a.link-btn {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .none {
    display: none;
  }

  .nav.nav-pills li.nav-item {
    padding-right: 16px;
  }

  .nav.nav-pills li.nav-item a {
    font-size: 15px;
  }

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

  .txt-right {
    text-align: left;
  }

  button.fill-btn,
  a.fill-btn {
    padding: 7px 15px;
    font-size: 13px;
    text-align: center;
  }

  .page-link {
    padding: 10px 12px;
  }

  .dashboard-page .black-box {
    height: auto;
    padding: 15px 0;
  }

  .dashboard-page .title {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* Login Bg */
  .login-bg {
    background: url(../img/home-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
  }

  .login-bg .forms input.inputs {
    background: none;
    border-bottom: 1px solid #fff !important;
    border: 0;
    width: 100%;
    outline: 0;
    color: #fff;
    margin-bottom: 10px;
  }

  .login-bg .forms input::placeholder {
    color: #fff;
    opacity: 1;
  }

  .login-bg .forms input:-ms-input-placeholder {
    color: #fff;
  }

  .login-bg .forms input::-ms-input-placeholder {
    color: #fff;
  }

  .login-bg button.submit-btn {
    background: #fff;
    color: #000;
    text-align: center;
    height: 35px;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
  }

  .login-bg button.submit-btn:hover {
    background: #b2e4e6;
  }

  .login-bg .inputfield {
    border: 1px solid #3b3a3a;
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 3px;
    outline: 0;
  }

  .login-bg .forgot-ps {
    color: #17171a;
    font-family: "Avenir LT Std";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .login-bg .enter-your {
    text-transform: uppercase;
    color: #17171a;
    font-family: "Avenir LT Std";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .login-bg .verification {
    color: #17171a;
    font-family: "Avenir LT Std";
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
  }

  button.send-btn {
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
    height: 40px;
    width: 130px;
    margin: 0 auto;
    border-radius: 3px;
    text-transform: uppercase;
  }

  .posAbs {
    position: absolute;
    top: 0;
    left: 15px;
  }

  .digit-group input {
    width: 60px;
    height: 50px;
    border: 1px solid #3b3a3a;
    border-radius: 3px;
    color: #3b3a3a;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Avenir LT Std";
    font-weight: 200;
    margin: 0 5px;
    outline: 0;
  }

  .digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
  }

  .cursor-pointer {
    cursor: pointer;
  }
}

.multiselect {
  height: auto !important;
}

/* new css added */
.metismenu i {
  display: none;
}

.add-btn-pos {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -140px;
}

.fa.fa-search {
  opacity: 0.3;
}

.styled-select {
  border: 0;
  background: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.8;
  cursor: pointer;
  width: 100%;
  /*box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);*/
}

.fa.fa-chevron-down {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 24px;
  color: #aaa;
}

.sorting {
  /* float: right;*/
  padding-right: 30px;
}

.the-legend {
  border-style: none;
  border-width: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  width: auto;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  background: #eee;
}

.the-fieldset {
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 5px;
}

.multiselect-tag {
  background: #d35bc1 !important;
}

.tableFixHead {
  overflow-y: auto !important;
  height: 800px !important;
  width: 100% !important;
}

.tableFixHead thead th {
  position: sticky !important;
  top: 0 !important;
  background: white !important;
  background-clip: padding-box !important;
}

.tableFixHead table {
  width: 100% !important;
}

/* 1 mrach css */
.mr-merried-list-wrapper .fill-btn,
.mr-broad-list-wrapper .fill-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-wrapper .metismenu a.active img,
.sidebar-wrapper .metismenu a:hover img {
  filter: brightness(0) invert(1);
}
