body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f9fa;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
label {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #151515;
}

html {
  scroll-behavior: smooth !important;
}

ul .heading-li {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

a {
  text-decoration: none;
  letter-spacing: -0.025rem;
}

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

::-webkit-scrollbar-thumb {
  background-color: #aaaa;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #a36626), to(#c49531));
  background: linear-gradient(0deg, #a36626 49%, #c49531 100%);
  border-radius: 8px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.login-form-wrap {
  padding: 2rem;
  width: 60%;
  margin: 65px auto;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.login-form-wrap .input-pass {
  position: relative;
}

.login-form-wrap .input-pass .eye-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  font-size: 14px;
  background: transparent;
}

.login-form-wrap h3 {
  font-weight: 600;
  font-size: 24px;
  color: #3a3a3a;
  padding-bottom: 10px;
}

.login-form-wrap p {
  font-size: 15px;
  color: #8898aa;
  padding-bottom: 15px;
  font-weight: 500;
}

.login-form-wrap .forgt-pass {
  background: transparent !important;
  color: #3a3a3a;
  border: 1px solid #BD9B36;
}

.login-form-wrap a {
  background-image: linear-gradient(to right, #BD9B36, #976b03);
  width: 100%;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  border: none;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.custom-btn {
  padding: 5px 15px;
  outline: none;
  background: transparent;
  color: #000;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid transparent;
  text-transform: capitalize;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

.custom-btn:hover,
.btn:focus,
.btn:active {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* custom-secondary-button css */
.custom-secondary-btn {
  color: #fff;
  background-image: linear-gradient(to right, #BD9B36, #976b03);
  font-size: 12px;
}

/* custom-success-button css */


.floating-search-btn-container {
  position: fixed;
  bottom: 10%;
  right: 1%;
  z-index: 1;
}

.floating-search-btn-container button {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  /*background: #35a989; */
  background: #4f6bf2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.menu button {
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  background: #14C38E !important;
}

.floating-add-btn-container {
  position: fixed;
  bottom: 20%;
  right: 1%;
  z-index: 1;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.floating-add-btn-container button {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  background: #363062;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.floating-add-btn-container button:hover,
.floating-add-btn-container button:focus {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.floating-add-btn-container a {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  background: #363062;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #fff;
}

.floating-add-btn-container a:hover,
.floating-add-btn-container a:focus {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.floating-add-btn-container-2 {
  position: fixed;
  bottom: 20%;
  right: 1%;
  z-index: 1;
}

.floating-add-btn-container-2 button {
  border-radius: 50%;
  border: none;
  color: #fff;
  padding: 1px 2px;
  background: #363062 !important;
}

.floating-add-btn-container-2 .wrapper-1 ul {
  list-style: none;
}

.floating-add-btn-container-2 .wrapper-1 ul li {
  width: 40px;
  height: 40px;
  position: relative;
  background: #dd4b39;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.floating-add-btn-container-2 .wrapper-1 ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-add-btn-container-2 .wrapper-1 ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-add-btn-container-2 .wrapper-1 .slider {
  content: "";
  position: absolute;
  top: 0;
  right: 51px;
  width: 180px;
  height: 40px;
  background: #f17564;
  border-radius: 30px;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
}

.floating-add-btn-container-2 .wrapper-1 p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.floating-add-btn-container-2 .wrapper-1 ul li:hover .slider {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.floating-add-btn-container-2 .wrapper-1 ul li:hover .slider p {
  opacity: 1;
  -webkit-transition: all 1s 0.2s ease;
  transition: all 1s 0.2s ease;
}

.floating-add-btn-container-2 .wrapper-2 {
  display: none;
  position: absolute;
  top: -120px;
  right: 0;
}

.floating-add-btn-container-2 .wrapper-2 ul {
  list-style: none;
}

.floating-add-btn-container-2 .wrapper-2 ul li {
  width: 180px;
  height: 40px;
  position: relative;
  background: #dd4b39;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.floating-add-btn-container-2 .wrapper-2 ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-add-btn-container-2 .wrapper-2 ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-add-btn-container-2 .wrapper-2 p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.floating-btn-container {
  position: fixed;
  top: 50%;
  right: -7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.floating-btn-container .collapse-btn-float {
  background: #14C38E;
  border-radius: 50%;
  border: none;
  color: #fff;
  padding: 1px 2px;
  position: relative;
}

.floating-btn-container ul {
  list-style: none;
}

.floating-btn-container ul li {
  width: 40px;
  height: 40px;
  position: relative;
  /* background: #dd4b39; */
  margin: 10px 0;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.floating-btn-container ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-btn-container ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.floating-btn-container .slider {
  content: "";
  position: absolute;
  top: 0;
  right: 51px;
  width: 0px;
  height: 40px;
  /* background: #f17564; */
  border-radius: 30px;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
}

.floating-btn-container .slider p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.floating-btn-container ul li:hover .slider {
  width: 180px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.floating-btn-container ul li:hover .slider p {
  opacity: 1;
  -webkit-transition: all 1s 0.2s ease;
  transition: all 1s 0.2s ease;
}

.menu.active {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.menu.active .wrapper-2 {
  display: block !important;
}

.menu.active button {
  background: #FF5959 !important;
  padding: 1px 4px;
}

.menu.active button i {
  font-size: 14px;
}

.menu.active .dropdown-menu-itm {
  -webkit-transform-origin: 85% bottom;
  transform-origin: 85% bottom;
  -webkit-transition: .5s all ease !important;
  transition: .5s all ease !important;
  display: block !important;
}

/* .radio {
  background-color: #FBB454;
} */

/*.radio-lbls::before {
  content: "";
  border: 1px solid #222;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -3px 8px;
  margin-left: 0;
  border-radius: 50%;
  padding: 1px;
}

.radio-lbls::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #FBB454;
  opacity: 0;
  left: 652px;
  margin: 6px 0 0 0;
  border-radius: 50%;
}

input[type="radio"]:checked + .radio-lbls::after {
  background-color: #FBB454;
  opacity: 1;
} */

.frm-label {
  font-size: 12px;
  display: block;
  /* padding-bottom: 10px; */
  text-transform: capitalize;
  font-weight: 750;
  color: #6e6b7b;
}

.frm-label-2 {
  font-size: 13px;
  display: inline;
  /* padding-bottom: 10px; */
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
  text-align: end;
  /* float: right; */
}

.frm-label-val {
  font-size: 14px;
  color: #151515;
  font-weight: 600;
  /*font-size: 14px;
    color: #151515;
    text-align: justify;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;*/
}

.form-control-2 {
  font-size: 14px;
  padding: 0.18rem 0.75rem;
  width: 100%;
}

.form-control {
  font-size: 14px;
  padding: 0.18rem 0.75rem;
}

.frm-inline {
  display: inline !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: 10px !important;
}

.custom-textarea {
  width: 100%;
  height: 100px;
}

.calculatnbar {
  display: none;
}

.calculatnbar.active {
  display: block;
}

.calculatnbar2 {
  display: none;
}

.calculatnbar2.active {
  display: block;
}

.calculatnbar3 {
  display: none;
}

.calculatnbar3.active {
  display: block;
}

.calculatnbar4 {
  display: none;
}

.calculatnbar4.active {
  display: block;
}

.calculatnbar5 {
  display: none;
}

.calculatnbar5.active {
  display: block;
}

.line-heading {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.line-heading span {
  background: #fff;
  padding: 0 10px;
}

.modal {
  scroll-behavior: smooth !important;
}

.modal .modal-header {
  background-image: linear-gradient(to right, #BD9B36, #976b03);
  border-bottom: none;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  padding: 25px 10px;
  border-radius: 0;
}

.modal .modal-header .downld {
  background: transparent;
  outline: none;
  border: none;
  color: #112B3C;
  font-weight: 600;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  float: right !important;
}

.modal .modal-header .downld i {
  color: #2155CD !important;
}

.modal .modal-header .downld .downld:hover,
.modal .modal-header .downld .downld:focus,
.modal .modal-header .downld .downld:active {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) !important;
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

.modal .modal-header h3 {
  font-size: 22px;
}

.modal .modal-header .modal-title {
  color: #6e6b7b;
  font-weight: 600;
  font-size: 16px;
}

.modal .modal-header .modal-close {
  outline: none;
  background: none;
  border: none;
  position: absolute;
  color: #fff;
}

.modal .modal-body .cmt-wrap h6 {
  color: #6e6b7b;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}

.modal .modal-body .cmt-wrap p {
  color: #6e6b7b;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.modal .modal-footer {
  border-top: none;
  display: block !important;
}

.modal .debit-note-cont {
  background: #f8f9fa;
  padding: 10px 15px;
}

.modal .debit-note-cont .close-btn-div {
  width: 100%;
}

.modal .debit-note-cont .close-btn-div .btn-close {
  float: right;
}

.modal .debit-note-cont .content {
  font-weight: 500;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px #d2d2d2;
  box-shadow: 0 0 5px 1px #d2d2d2;
  margin-top: 10px;
  padding: 10px 20px;
}

.modal .debit-note-cont .content .content-header {
  width: 100%;
  color: #000;
}

.modal .debit-note-cont .content .content-header .header-img {
  height: 100px;
  width: 110px;
  margin-left: 10px;
}

.modal .debit-note-cont .content .content-header img {
  width: 200px;
}

.modal .debit-note-cont .content .content-header ul li {
  margin-top: 5px;
}

.modal .debit-note-cont .content .content-header ul li h5 {
  font-weight: 700;
  border-bottom: 2px solid;
}

.modal .debit-note-cont .content .content-header ul li p {
  font-weight: 500;
}

.modal .debit-note-cont .content .content-header .heading {
  border: 1px solid #212121;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 700;
  margin-top: 50px;
  text-align: center;
}

.modal .debit-note-cont .content .content-header-2 {
  margin-top: 5px;
}

.modal .debit-note-cont .content .content-header-2 ul li p {
  font-weight: 600;
}

.modal .debit-note-cont .content .content-header-2 ul li span {
  color: #212529;
}

.modal .debit-note-cont .content .content-header-2 h5 {
  font-weight: 600;
  font-size: 18px;
}

.modal .debit-note-cont .content .content-header-3 {
  margin-top: 5px;
}

.modal .debit-note-cont .content .content-header-3 ul li {
  margin-top: 7px;
}

.modal .debit-note-cont .content .content-header-3 ul li p {
  font-weight: 600;
}

.modal .debit-note-cont .content .content-header-3 ul li span {
  color: #212529;
}

.modal .debit-note-cont .content .content-header-3 h5 {
  font-weight: 600;
  font-size: 18px;
}

.modal .debit-note-cont .content .content-body {
  border-top: 3px solid #212121;
  border-bottom: 3px solid #212121;
  padding: 10px 0 20px 0;
  margin: 15px 0;
}

.modal .debit-note-cont .content .content-body ul li {
  margin-top: 10px;
}

.modal .debit-note-cont .content .content-body ul li h5 {
  font-weight: 600;
}

.modal .debit-note-cont .content .content-body ul li p {
  font-weight: 600;
}

.modal .debit-note-cont .content .content-body ul li p span {
  color: #212529;
}

.modal .debit-note-cont .content .content-body .total-amnt {
  margin-top: 17px;
}

.modal .debit-note-cont .content .content-body .total-amnt span {
  padding: 5px 2px;
  border-top: 2px dashed #212121;
  border-bottom: 2px dashed #212121;
}

.modal .debit-note-cont .content .content-body-2 {
  padding: 10px 0 20px 0;
  margin: 15px 0;
}

.modal .debit-note-cont .content .content-body-2 ul li {
  margin-top: 10px;
}

.modal .debit-note-cont .content .content-body-2 ul li h5 {
  font-weight: 600;
}

.modal .debit-note-cont .content .content-body-2 ul li p {
  font-weight: 600;
}

.modal .debit-note-cont .content .content-body-2 ul li p span {
  color: #212529;
}

.modal .debit-note-cont .content .content-body-2 .total-amnt {
  margin-top: 17px;
}

.modal .debit-note-cont .content .content-body-2 .total-amnt span {
  padding: 5px 2px;
  border-top: 2px dashed #212121;
  border-bottom: 2px dashed #212121;
}

.modal .debit-note-cont .content .content-body-3 {
  padding: 10px 0 20px 0;
  margin: 15px 0;
}

.modal .debit-note-cont .content .content-body-3 ul li {
  margin-top: 10px;
}

.modal .debit-note-cont .content .content-body-3 ul li h5 {
  font-weight: 600;
}

.modal .debit-note-cont .content .content-body-3 ul li p {
  font-weight: 600;
}

.modal .debit-note-cont .content .content-body-3 ul li p span {
  color: #212529;
}

.modal .debit-note-cont .content .content-body-3 ul li .data {
  color: #212529;
  width: 150px;
  border-bottom: 1px solid #212121;
}

.modal .debit-note-cont .content .content-body-3 ul li .data span {
  float: right;
}

.modal .debit-note-cont .content .content-body-3 .total-amnt {
  margin-top: 17px;
}

.modal .debit-note-cont .content .content-body-3 .total-amnt span {
  padding: 5px 2px;
  border-top: 2px dashed #212121;
  border-bottom: 2px dashed #212121;
}

.modal .debit-note-cont .content .content-footer .bordered-table tr .border-td {
  border-left: 1px solid #212121;
}

.modal .debit-note-cont .content .content-footer .bordered-table tr .border-td-2 {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
}

.modal .debit-note-cont .content .content-footer ul li {
  margin-top: 7px;
}

.modal .debit-note-cont .content .content-footer ul li h5 {
  font-weight: 600;
}

.modal .debit-note-cont .content .content-footer ul li p {
  color: #FF4949;
  font-weight: 600;
}

.modal .debit-note-cont .content .content-footer ul li img {
  width: 140px;
  height: 130px;
}

.modal .debit-note-cont .content .content-footer ul li .scan-msg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FF5D5D;
  padding: 2px 22px;
  text-align: center;
  color: #fff;
}

.modal .admin-edt-frm h5 {
  font-weight: 700;
  color: #754115;
}

.modal .admin-edt-frm .align-right {
  /* float: right; */
  /* padding-right: 10px; */
}

/* .modal .admin-edt-frm .align-left {
  float: left;
} */

.modal .admin-edt-frm .line-heading {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.modal .admin-edt-frm .line-heading span {
  background: #fff;
  padding: 0 10px;
}

.modal .admin-edt-frm .left-side-frm {
  border-right: 1px solid #D8B6A4;
}

.modal .admin-edt-frm .divider {
  border-bottom: 3px solid #D8B6A4;
  margin: 25px auto 10px auto;
}

.modal .admin-edt-frm .divider-2 {
  border-bottom: 2px solid #6e6b7b;
  margin: 25px auto 10px auto;
}

.custom-search-bar input[type="text"] {
  border-radius: 30px;
  position: relative;
}

.custom-search-bar button {
  position: absolute;
  top: 174px;
  right: 44px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#020024), color-stop(0%, #a36626), to(#754115));
  background: linear-gradient(90deg, #020024 0%, #a36626 0%, #754115 100%);
  padding: 7px 10px;
}

.custom-search-bar button:hover {
  background: #00b8cf;
}

.custom-search-bar button:focus {
  background: #00b8cf;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  border-radius: 10px;
  left: 100%;
  top: -25%;
}

.dropdown-content a {
  color: #212121;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 10px;
}

.dropdown-content a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#020024), color-stop(0%, #a36626), to(#754115)) !important;
  background: linear-gradient(90deg, #020024 0%, #a36626 0%, #754115 100%) !important;
  color: #fff !important;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:focus .dropdown-content {
  display: block;
  opacity: 1;
}

.icon-2 {
  position: absolute;
  right: 12px;
  margin-top: 9px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.dropdown:hover .icon-2 {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.masterrow .check-row-2 {
  display: none;
}

.masterrow.active .check-row-1 {
  display: none;
}

.masterrow.active .check-row-2 {
  display: block !important;
}

.show-hide-panel {
  display: none;
}

.panel-active {
  display: block;
}

.wrapper {
  overflow: hidden;
}

.wrapper .side-navbar {
  width: 250px;
  height: 100%;
  background: #fff;
  margin: 15px 0 15px 5px;
  border-radius: 13px;
  padding: 10px 17px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 1px solid #e6e6e6;
}

.wrapper .side-navbar.active img {
  display: none;
}

.wrapper .side-navbar.active li {
  padding: 4px 4px 4px 3px;
  margin-top: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wrapper .side-navbar.active li .nav-icn {
  display: block;
  padding: 10px 22px 10px 10px;
}

.wrapper .side-navbar.active li .nav-itm {
  display: none;
}

.wrapper .side-navbar.active li .icon-2 {
  display: none;
}

.wrapper .profile-page-cont .card-profile {
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.wrapper .profile-page-cont .card-profile .profile-pic-sec .picture {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 4px solid #d2d2d2;
  border-radius: 50%;
  margin: 0 auto;
}

.wrapper .profile-page-cont .card-profile .profile-pic-sec .picture img {
  height: 230px;
}

.wrapper .profile-page-cont .card-profile .profile-pic-sec button {
  margin-left: 45px;
  margin-top: 10px;
  margin-bottom: 7px;
}

.wrapper .profile-page-cont .card-profile .profile-tabs button {
  color: #344767;
  font-weight: 500;
}

.wrapper .profile-page-cont .card-profile .profile-tabs .active {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #a36626), to(#c49531));
  background: linear-gradient(0deg, #a36626 49%, #c49531 100%);
}

.wrapper .profile-page-cont .card-header {
  background: #F7E2D6 !important;
  font-weight: 500;
  color: #344767;
}

.wrapper .profile-page-cont .forgot-passsword-form {
  position: relative;
}

.wrapper .profile-page-cont .forgot-passsword-form ul li {
  list-style-type: disc;
}

.wrapper .profile-page-cont .forgot-passsword-form .eye-btn {
  position: absolute;
  right: 18px;
  margin-top: 10px;
  background: transparent;
}

.wrapper .main-cont {
  width: 100%;
  padding: 0 10px;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.wrapper .main-cont .main-cont-nav {
  width: 100%;
  text-transform: capitalize;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 13px;
  border: 1px solid #e6e6e6;
}

.wrapper .main-cont .main-cont-nav .nav-link {
  margin-top: 5px;
}

.wrapper .main-cont .main-cont-nav .dropdown-contnt {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 160px;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 1;
  padding: 5px 0;
  right: 0;
  top: 58px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  border-radius: 3px;
  -webkit-box-shadow: 1px px 5px 1px #d2d2d2;
  box-shadow: 1px px 5px 1px #d2d2d2;
}

.wrapper .main-cont .main-cont-nav .dropdown-contnt .pop-profile-list {
  text-align: center !important;
}

.wrapper .main-cont .main-cont-nav .dropdown-contnt .pop-profile-list li {
  font-size: 14px;
  line-height: 18px;
  border-radius: 6px !important;
  padding: 0 !important;
  margin-left: 0 !important;
  text-align: center !important;
}

.wrapper .main-cont .main-cont-nav .dropdown-contnt .pop-profile-list li a {
  padding: 0.65rem 0rem;
  display: block;
  color: #6e6b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrapper .main-cont .main-cont-nav .dropdown-contnt .pop-profile-list li a:hover {
  background: #d2d2d2;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin-top: 10px;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap {
  padding-right: 30px;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  border: none !important;
  border-radius: 10px !important;
  -webkit-transition: all .3s ease-in-out !important;
  transition: all .3s ease-in-out !important;
  -webkit-transform: translate(-330px, 30px) !important;
  transform: translate(-330px, 30px) !important;
  display: initial !important;
  top: 35px !important;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-330px, 0px) !important;
  transform: translate(-330px, 0px) !important;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-header {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-header .text h4 {
  font-size: 18px !important;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .dropdown-item:focus,
.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .dropdown-item:hover {
  background-color: rgba(115, 103, 240, 0.12) !important;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .text h4 {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6e6b7b;
  padding-bottom: 5px;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .text h4 span {
  font-weight: 400;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .noti-icon-container {
  color: #6e6b7b;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .notification-wrap .noti-icon-container .notification-nmbr {
  position: absolute;
  background-color: #ea5455;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -11px;
  right: -13px;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .profile-cred-list {
  padding-right: 15px;
  text-align: end;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .profile-cred-list .profile-name {
  font-weight: 600;
  color: #212121;
  font-size: 15px;
  padding: 0 !important;
  line-height: 13px;
}

.wrapper .main-cont .main-cont-nav .profile-info-wrap .profile-cred-list .profile-desig {
  font-weight: 500;
  color: #CDCDCD;
  font-size: 13px;
  padding: 0 !important;
  margin: 0 !important;
}

.wrapper .main-cont .main-cont-nav h4 {
  margin-top: 3px;
  float: left;
  color: #929292;
  font-size: 20px;
}

.wrapper .main-cont .main-cont-nav h4 span {
  font-weight: 700;
}

.wrapper .main-cont .main-cont-nav ul li {
  padding: 5px !important;
  margin-left: 5px;
}

.wrapper .main-cont .main-cont-nav ul li a {
  color: #CDCDCD;
  padding: 0;
  font-weight: 700;
}

.wrapper .main-cont .main-cont-nav ul li a .profile-img {
  width: 45px;
  height: 45px;
  margin-top: -10px;
}

.wrapper .main-cont .main-cont-nav ul li .dropdown-menu.show {
  position: absolute !important;
  inset: 0px auto auto 0px !important;
  margin: 0px !important;
  -webkit-transform: translate(-250px, 30px) !important;
  transform: translate(-250px, 30px) !important;
  padding: 5px 10px !important;
}

.wrapper .main-cont .main-cont-nav ul li .dropdown-menu.show li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

.wrapper .main-cont .main-cont-nav ul li .dropdown-menu.show li a {
  color: #344767;
  font-weight: 600;
}

.wrapper .main-cont .main-cont-nav ul li .dropdown-menu.show li a span {
  font-weight: 400;
}

.wrapper .main-cont .main-cont-nav ul li .dropdown-menu.show li .time-updt {
  margin: 5px 0;
  display: block;
  padding: 0 0 5px 0;
}

.wrapper .main-cont .content-body-wrapper {
  margin-bottom: 20px;
}

.wrapper .main-cont .content-body-wrapper .fold-left {
  position: absolute;
  border-top: 40px solid #f8f9fa;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #f8f9fa;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
}

.wrapper .main-cont .content-body-wrapper .page-content {
  background: #fff;
  margin: 0 auto;
  border-radius: 13px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #e6e6e6;
}

.wrapper .main-cont .content-body-wrapper .page-content .model-select {
  display: none;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data {
  margin-top: 10px;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .divider-3 {
  width: 800px;
  border-bottom: 2px solid #6e6b7b;
  margin: 25px auto 10px auto;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .divider-4 {
  width: 100%;
  border-bottom: 2px solid #6e6b7b;
  margin: 25px auto 10px auto;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .floatbtn2 {
  border: none;
  margin-right: 5px;
  padding: 0px;
  outline: none;
  background: transparent;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .floatbtn2_plus {
  border: none;
  margin-right: 5px;
  padding: 0px;
  outline: none;
  background: transparent;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .fa-close:before,
.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .fa-multiply:before,
.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .fa-remove:before,
.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .fa-times:before,
.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .fa-xmark:before {
  content: "\f068" !important;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .caret {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .treeul {
  display: none;
  margin-left: 5px;
  padding-top: 15px;
  border-left: 1px solid #000;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .treeul.active {
  display: block;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend ul li {
  position: relative;
  margin-top: 10px !important;
  padding-left: 55px !important;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 45px;
  height: 1px;
  border-top: 2px dashed #000;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .treeul li input[type="checkbox"] {
  margin-right: 5px;
  background-color: #a5a5a5;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .privilege_tree #frontend .treeul li input[type="checkbox"]:checked {
  background-color: #5bcd3e !important;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .admin-edt-frm h5 {
  font-weight: 700;
  color: #A25B5B;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .admin-edt-frm .left-side-frm {
  border-right: 1px solid #D8B6A4;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .admin-edt-frm .divider {
  width: 800px;
  border-bottom: 3px solid #D8B6A4;
  margin: 25px auto 10px auto;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .admin-master-table table tbody tr {
  cursor: pointer;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .admin-master-table table tbody .table-under-table form {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .admin-master-table table tbody .table-under-table form button {
  font-size: 10px;
  margin-right: 7px;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .admin-master-table table tbody .table-under-table form .table-under-table-dlt {
  float: right;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table {
  text-transform: capitalize;
  overflow-y: scroll;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .price-list-table {
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .table> :not(caption)>*>* {
  padding: 0.7rem 0.5rem !important;
  width: 300px !important;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .num-box-2 {
  position: absolute;
  top: 64px;
  left: 14px;
  background-color: #424964;
  color: #fff;
  padding: 37px 7px;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .num-box-2 p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .price-list-table-2 {
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .num-box-3 {
  position: absolute;
  top: 194px;
  left: 14px;
  background-color: #2F8F9D;
  color: #fff;
  padding: 42px 7px;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .num-box-3 p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .price-list-table-3 {
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .num-box-4 {
  position: absolute;
  top: 324px;
  left: 14px;
  background-color: #242F9B;
  color: #fff;
  padding: 35px 7px;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .num-box-4 p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .price-list-table-4 {
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .num-box-5 {
  position: absolute;
  top: 454px;
  left: 14px;
  background-color: #764AF1;
  color: #fff;
  padding: 32px 7px;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .num-box-5 p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .price-list-table-5 {
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .num-box-6 {
  position: absolute;
  top: 627px;
  left: 14px;
  background-color: #205375;
  color: #fff;
  padding: 16px 7px;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .data-table .num-box-6 p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .table-row-count span {
  margin-top: 10px;
  color: #212529;
  font-weight: 500;
}

.wrapper .main-cont .content-body-wrapper .page-content .page-data .master-table table thead tr {
  background: #ebd8c3;
}

.master-table table .heading-td {
  background: #ebd8c3;
  font-weight: 600;
  width: 167px;
}

.master-table table .input-txtarea {
  height: 93px;
}

.master-table table thead tr {
  background: #ebd8c3;
}

.div_1,
.div_2,
.div_3,
.div_4,
.div_5,
.div_6 {
  display: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rad-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  padding: 10px;
  cursor: pointer;
  margin: 6px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
  background: rgba(204, 204, 204, 0.14);
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #a36626), to(#c49531));
  background: linear-gradient(0deg, #a36626 49%, #c49531 100%);
  position: relative;
}

.rad-design::before {
  content: '';
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: #e6e6e6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s;
  transition: .3s;
}

.rad-input:checked+.rad-design::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.rad-text {
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 10px;
}

.rad-input:checked~.rad-text {
  color: #666666;
}

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
  padding: 0px 15px;
}

.modal.modal-left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
  left: 0;
}

.modal.modal-right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
  right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
  width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
  width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
  width: 1140px;
}

/* Top and Bottom */
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
  padding: 15px 15px;
}

/* Top */
.modal.modal-top.fade .modal-dialog {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
  top: 0;
}

/* Bottom */
.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
}

/* Full Screen */
.modal.modal-full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.modal-full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

/* Footer */
.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

/* XS */
.modal.modal-left.xs .modal-body,
.modal.modal-right.xs .modal-body {
  padding: 15px;
}

/* Full screen modal menu indicators */
a.has-sub:after {
  font-family: "FontAwesome";
}

a.has-sub:after {
  content: "\f107";
  margin-left: 1rem;
}

a.has-sub[aria-expanded="true"]:after {
  content: "\f106";
}

/*# sourceMappingURL=style.css.map */

aside {
  z-index: 1;
}

.input-group-text {
  padding: 0.18rem 0.75rem;
}

h5 {
  font-size: 1rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-image: linear-gradient(to right, #BD9B36, #976b03);
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: #929292;
  font-weight: 600;
  background-color: #f0f0f0;
}

.commission-check .form-check-input:checked {
  background-color: green;
  border-color: green;
}

.small-box2 {
  padding: 5px 10px;
  background-color: green;
  color: #fff;
  width: fit-content;
  border-radius: 5px;
}

/* accordian */

.accordion-button {
  border: none !important;
  background-color: #dadada !important;
  color: #212121 !important;
  font-weight: 600 !important;
  /* border-radius: 5px !important; */
  padding: 10px !important;
  font-family: sans-serif;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button a {
  color: #212121 !important;
}

.accordion-button::after {
  content: none;
}

.accordion-body .item {
  background-color: #f3f3f3 !important;
}

.side-navbar .nav-box {
  padding: 1rem;
  text-align: center;
  font-size: 13px;
  color: #929292;
  background-color: #f0f0f0;
  border-radius: 13px;
  transition-duration: 1s;
}

.side-navbar .nav-box:hover {
  background-color: #CDCDCD;
  color: #fff;
}

.side-navbar .active {
  color: #fff;
  background-image: linear-gradient(to right, #BD9B36, #976b03);
}

.side-navbar .nav-box .fa {
  font-size: 25px;
}

.navbar-top {
  text-align: center;
}

.navbar-top img {
  width: 160px;
}

/* search bar */

.searchInputWrapper {
  position: relative;
}

.searchInput {
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 2rem;
  border: none;
  transition: transform 0.1s ease-in-out;
  background-color: rgb(247, 247, 247);
}

::placeholder {
  color: #a1a1a1;
}

/* hide the placeholder text on focus */
:focus::placeholder {
  text-indent: -999px
}

.searchInput:focus {
  outline: none;
  transform: scale(1.0);
  transition: all 0.1s ease-in-out;
}

.searchInputIcon {
  position: absolute;
  right: 0.8rem;
  top: 0.9rem;
  color: #a1a1a1;
  transition: all 0.1s ease-in-out;
}

.container:focus-within>.searchInputWrapper>.searchInputIcon {
  right: 0.2rem;
}

.customer-details {
  display: none;
}

.prevoius-trans {
  display: none;
}

.srch-result {
  display: none;
  margin-top: 1rem;
  height: 310px;
  overflow-y: scroll;
}

.srch-result .active {
  background-color: #f0f0f0;
}

.srch-result2 {
  /* margin-top: 1rem; */
  overflow-y: scroll;
}

.result {
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid rgb(231, 231, 231);
  cursor: pointer;
}

.result a {
  color: #6e6b7b;
}

.result:hover {
  background-color: rgb(250, 250, 250);
}

.result .add-result {
  background-color: #EECB81;
  padding: 5px 20px;
  border-radius: 50px;
  color: #212121;
  font-weight: 600;
  font-size: 12px;
  float: right;
}

.paid {
  width: max-content;
  background-color: #20c997;
  padding: 3px 15px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
}

.plc-ordr-btn {
  background-color: rgb(255, 106, 80) !important;
  color: #fff !important;
  border: rgb(255, 106, 80) !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff !important;
}

textarea.form-control {
  min-height: 0 !important;
}

.form-select {
  font-size: 14px;
  padding: 0.18rem 0.75rem;
}

btn-secondary .btn-cancel {
  background-color: red;
  border: none;
  padding: 5px 15px;
  font-size: 12px;
  color: #fff;
}

/* quantity btns */

form {
  text-align: right;
}

.value-button {
  display: inline-block;
  color: #fff;
  margin: 0px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background: #929292;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4px;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 32px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  font-size: 11px;
  text-transform: capitalize;
}

table thead tr {
  background-color: #f0f0f0;
}

.customer-det {
  background-image: linear-gradient(to right, #BD9B36, #976b03);
  color: #fff;
  padding: 1rem;
  font-size: 12px;
  border-radius: 13px;
}

button {
  font-size: 12px !important;
}

.coupon-show {
  position: fixed;
  width: fit-content;
  display: none;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-weight: 600;
  padding: 1rem;
  border-radius: 5px;
  top: 15%;
  right: 1%;
  z-index: 99999;
}

.coupon-show .fa {
  margin-bottom: 1rem;
  color: #666;
}

.coupon-show2 {
  position: fixed;
  width: fit-content;
  display: none;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-weight: 600;
  padding: 1rem;
  border-radius: 5px;
  top: 15%;
  right: 1%;
  z-index: 99999;
}

.coupon-show2 .fa {
  margin-bottom: 1rem;
  color: #666;
}

.coupon {
  background-color: #f19c3b;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 1rem;
  border: 2px dashed #666;
}

.coupon-small {
  background-color: #f19c3b;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  margin-left: 1rem;
}

.coupon-get {
  background-color: #fff;
  color: #212121;
  padding: 5px 30px;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  margin-top: 0.5rem;
}

.disc-small {
  background-color: #39c915;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  margin-left: 0.5rem;
}

.place-order-action {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.icon-box {
  width: fit-content;
  cursor: pointer;
  background-image: linear-gradient(to right, #BD9B36, #976b03);
  padding: 5px 10px;
  border-radius: 5px;
}

.icon-box a {
  color: #fff;
}

form {
  text-align: left;
}

.product .nav-pills .nav-link {
  padding: 1rem;
  color: #212121;
  font-size: 13px !important;
  font-weight: 500;
  background-color: #f0f0f0;
  margin: 5px;
}

.product .nav-pills .nav-link.active {
  background-image: linear-gradient(to right, #BD9B36, #976b03);
  color: #fff;
}

.nav-pills .nav-link.active{
  background-image: linear-gradient(to right, #BD9B36 , #976b03);
  color: #fff;
}

.nav-pills .nav-link{
  color: #212121;
}

.pro-box2 {
  width: 100%;
  height: 80px;
  border: 1px solid #d1d1d1;
  border-radius: 13px;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}

.pro-box2:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: none;
}

.pro-box {
  width: 100%;
  height: 210px;
  border: 1px solid #d1d1d1;
  border-radius: 13px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}

.pro-box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: none;
}

.pro-box img {
  text-align: center;
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  margin-top: 1rem;
}

.product-cat {
  position: sticky;
  top: 3%;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  height: 520px;
  overflow-y: scroll;
}

/* scroll down btn */

.scroll-down {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #212121;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #fff;
  border-width: 0px 0 2px 2px;
}

/* product vertical slide */

.slide-box {
  position: sticky;
  background-color: rgba(0, 0, 0, 0.432);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  bottom: 0;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}

/* check btn */

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

.sale label {
  font-size: 12px;
}

.btn_check {
  border: 1px solid #929292;
  border-radius: 8px;
}

.sale .btn_check label {
  font-size: 14px;
}

.btn_check label {
  font-size: 13px;
}

.btn_check input {
  display: none;
}

.btn_check i {
  width: 14px;
  text-align: left;
}

.btn_check input:checked+label {
  color: #ffffff;
  background-color: #47a447;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: none;
}

.btn_check input:checked+label i:before {
  content: "\f046";
}

.view_product_card p {
  color: #6E6E7B;
}

/* dashboard */

.dash-box {
  border: 1px solid #f0f0f0;
  padding: 1rem;
  border-radius: 13px;
  color: #929292;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.dash-icon-box {
  background-image: linear-gradient(to right, #BD9B36, #976b03);
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  text-align: center;
}

/* pie chart */

main {
  width: 500px;
  margin: 10px auto;
  padding: 10px 20px 30px;
  background: #FFF;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#bar-chart {
  width: 500px;
  height: 300px;
  position: relative;
}

#line-chart {
  width: 500px;
  height: 300px;
  position: relative;
}

#bar-chart::before,
#line-chart::before {
  content: "";
  position: absolute;
  display: block;
  width: 240px;
  height: 30px;
  left: 155px;
  top: 254px;
  background: #FAFAFA;
  box-shadow: 1px 1px 0 0 #DDD;
}

#pie-chart {
  width: 500px;
  height: 250px;
  position: relative;
}

#pie-chart::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 115px;
  left: 315px;
  top: 0;
  background: #FAFAFA;
  box-shadow: 1px 1px 0 0 #DDD;
}

#pie-chart::after {
  content: "";
  position: absolute;
  display: block;
  top: 260px;
  left: 70px;
  width: 170px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
}

/* calender */

.sche-box {
  width: 100px;
  height: 60px;
  background-color: #f0f0f0;
  border-radius: 13px;
  text-align: center;
  font-size: 20px;
  color: #d4d4d4;
  padding: 1.3rem;
  cursor: pointer;
}

.sche-box2 {
  width: 100px;
  height: 60px;
  background-color: #a0ff47;
  border-radius: 13px;
  font-size: 10px;
  color: #212121;
  padding: 5px;
  cursor: pointer;
}

:root {
  --calendar-bg-color: #262829;
  --calendar-font-color: #FFF;
  --weekdays-border-bottom-color: #404040;
  --calendar-date-hover-color: #505050;
  --calendar-current-date-color: #1b1f21;
  --calendar-today-color: linear-gradient(to bottom, #03a9f4, #2196f3);
  --calendar-today-innerborder-color: transparent;
  --calendar-nextprev-bg-color: transparent;
  --next-prev-arrow-color: #FFF;
  --calendar-border-radius: 16px;
  --calendar-prevnext-date-color: #484848
}

* {
  padding: 0;
  margin: 0;
}

.calendar {
  font-family: 'IBM Plex Sans', sans-serif;
  position: relative;
  background-image: linear-gradient(to right, rgb(189, 155, 54), rgb(151, 107, 3));
  color: var(--calendar-font-color);
  box-sizing: border-box;
  overflow: hidden;
  font-weight: normal;
  border-radius: var(--calendar-border-radius);
}

.calendar-inner {
  padding: 10px 10px;
}

.calendar .calendar-inner .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 12px;
}

.calendar .calendar-inner .calendar-body div {
  min-height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  margin: 10px 2px 0px;
}

.calendar .calendar-inner .calendar-body div:nth-child(-n+7) {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div:nth-child(-n+7):hover {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div>a {
  color: var(--calendar-font-color);
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.calendar .calendar-inner .calendar-body div:hover {
  border: 1px solid var(--calendar-date-hover-color);
  border-radius: 4px;
}

.calendar .calendar-inner .calendar-body div.empty-dates:hover {
  border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.calendar .calendar-inner .calendar-today-date {
  display: grid;
  text-align: center;
  cursor: pointer;
  margin: 3px 0px;
  background: var(--calendar-current-date-color);
  padding: 8px 0px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month {
  display: flex;
  min-width: 100px;
  justify-content: space-evenly;
  align-items: center;
}

.calendar .calendar-inner .calendar-controls .calendar-next {
  text-align: right;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
  font-weight: 500;
  font-size: 20px;
}

.calendar .calendar-inner .calendar-body .calendar-today {
  background: var(--calendar-today-color);
  border-radius: 4px;
}

.calendar .calendar-inner .calendar-body .calendar-today:hover {
  border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-body .calendar-today a {
  outline: 2px solid var(--calendar-today-innerborder-color);
}

.calendar .calendar-inner .calendar-controls .calendar-next a,
.calendar .calendar-inner .calendar-controls .calendar-prev a {
  color: var(--calendar-font-color);
  font-family: arial, consolas, sans-serif;
  font-size: 26px;
  text-decoration: none;
  padding: 4px 12px;
  display: inline-block;
  background: var(--calendar-nextprev-bg-color);
  margin: 10px 0 10px 0;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg {
  height: 20px;
  width: 20px;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg path,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg path {
  fill: var(--next-prev-arrow-color);
}

.calendar .calendar-inner .calendar-body .prev-dates,
.calendar .calendar-inner .calendar-body .next-dates {
  color: var(--calendar-prevnext-date-color);
}

.calendar .calendar-inner .calendar-body .prev-dates:hover,
.calendar .calendar-inner .calendar-body .next-dates:hover {
  border: 1px solid transparent;
  pointer-events: none;
}

.profile-img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-form-wrap .dropdown-menu li a {
  font-size: 12px;
  background: none;
  margin-top: 0;
  color: #212121;
}

.login-form-wrap .dropdown-menu li a:hover {
  background-color: #f0f0f0;
}

.side-navbar .tab-content .active {
  background: none !important;
}

.side-navbar .nav-link {
  padding: 8px;
  color: #212121;
}

.accordion-item {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.side-navbar .accordion-item {
  margin-bottom: 10px;
}

.customer-box {
  color: #6c757d;
  border: 1px solid #CDCDCD;
  cursor: pointer;
  border-radius: 10px;
  padding: 5px 10px;
  margin-top: 10px;
}

.customer-box:hover {
  color: #fff;
  background-image: linear-gradient(to right, #BD9B36, #976b03);
}

.pro_box {
  display: none;
}

/* chechbox design */

.add-package .pack-label {
  display: flex;
  border: solid 2px limegreen;
  border-radius: 15px;
  width: 200px;
  height: 80px;
  margin: 10px;
  color: limegreen;
  background-color: white;
  text-align: center;
  line-height: 80px;
  float: left;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;

}

.add-package .pack-label img {
  width: 20px;
  margin-right: 5px;
}

.add-package input[type=checkbox] {
  display: none;
}

.add-package input:checked+label {
  transition: all 0.5s ease-in-out;
  border: solid 2px dodgerblue;
  color: white;
  background-color: dodgerblue;

}

.add-package .pack-label:hover {
  cursor: pointer;
}

.add-package input[type="submit"] {
  border-radius: 15px;
  width: 100px;
  height: 40px;
  margin: 10px;
  margin-top: 30px;
  float: left;

}

.add-package input[type="submit"]:hover {
  cursor: pointer;
  background-color: black;
  color: white;

}

@media screen and (max-width: 991px) {

  h2 {
    font-size: 13px !important;
  }

  h3 {
    font-size: 13px !important;
  }

  h6 {
    font-size: 13px !important;
  }

  p {
    font-size: 10px !important;
    line-height: 12px;
  }

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    font-size: 8px;
    line-height: 12px;
  }

  .dash-icon-box {
    display: inline-block;
    font-size: 10px;
  }

  .sale label {
    font-size: 8px;
  }

  .frm-label {
    font-size: 10px;
    line-height: 15px;
  }

  .form-control {
    font-size: 10px;
  }

  .form-select {
    font-size: 10px;
  }

  .modal-xl {
    max-width: 100%;
  }

  .btn {
    font-size: 8px !important;
  }

  .customer-det {
    margin-top: 1rem;
  }

  .schedule {
    margin-top: 1rem;
  }

  .pro-box {
    height: 160px;
    margin-top: 5px;
    border-radius: 5px;
  }

  .pro-box2 {
    margin-top: 5px;
    border-radius: 5px;
  }

  .pro-box p {
    margin-top: 5px;
  }

  .pro-box img {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }

  .product-cat {
    padding: 5px;
  }

  .product .nav-pills .nav-link {
    padding: 5px;
    font-size: 8px !important;
    line-height: 12px;
  }

  .side-navbar .nav-box {
    padding: 10px;
    border-radius: 5px;
  }

  .side-navbar .nav-box .fa {
    font-size: 15px;
  }

  .wrapper .side-navbar {
    width: 200px;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
  }

  .searchInput {
    font-size: 10px;
    height: auto;
    padding: 5px 10px;
  }

  .searchInputIcon {
    right: 0.6rem;
    top: 0.5rem;
    font-size: 13px;
  }

  .nav-tabs .nav-link {
    font-size: 8px !important;
    padding: 5px 10px;
    font-weight: normal;
  }

  .result {
    padding: 5px;
  }

  .paid {
    font-size: 10px;
    padding: 0px 15px;
  }

  .side-navbar .nav-link {
    font-size: 10px !important;
    padding: 3px 6px;
  }

  .accordion-flush .accordion-item .accordion-button {
    font-size: 10px !important;
  }

  .coupon-small {
    font-size: 10px;
    margin-left: 0;
    padding: 2px 5px;
  }

  .disc-small {
    font-size: 10px;
    padding: 2px 5px;
  }

  tbody .btn {
    padding: 2px 5px;
  }

  .purchase b {
    font-size: 10px;
  }

  .form-check-label {
    font-size: 10px;
  }

  .search {
    position: relative;
    margin: 0 auto;
    width: 170px !important;
  }

  .input-group-text {
    font-size: 10px;
  }

  .add-product {
    font-size: 10px !important;
    width: 30px !important;
    height: 30px !important;
  }

}

.search {
  position: relative;
  margin: 0 auto;
  width: 300px;
}

.search input {
  height: 26px;
  width: 100%;
  font-size: 10px;
  padding: 0 12px 0 25px;
  background: white url("https://cssdeck.com/uploads/media/items/5/5JuDgOa.png") 8px 6px no-repeat;
  border-width: 0.1px;
  border-style: solid;
  border-color: #a8acbc #babdcc #c0c3d2;
  border-radius: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
  -moz-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
  -ms-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
  -o-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
  box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
}

.search input:focus {
  outline: none;
  border-color: #976b03;
}

.search .results {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search .results li {
  display: block;
  font-size: 10px;
}

.search .results li:first-child {
  margin-top: -1px
}

.search .results li:first-child:before,
.search .results li:first-child:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border: 5px outset transparent;
}

.search .results li:first-child:before {
  border-bottom: 5px solid #c4c7d7;
  top: -11px;
}

.search .results li:first-child:after {
  border-bottom: 5px solid #fdfdfd;
  top: -10px;
}

.search .results li:first-child:hover:before,
.search .results li:first-child:hover:after {
  display: none
}

.search .results li:last-child {
  margin-bottom: -1px
}

.search .results a {
  display: block;
  position: relative;
  margin: 0 -1px;
  padding: 6px 40px 6px 10px;
  color: #929292 !important;
  font-weight: 500 !important;
  border-radius: 3px;
}

.search .results a span {
  font-weight: 200
}

.search .results a:hover {
  padding-left: 5px;
  color: #fff !important;
  background-image: linear-gradient(to right, #BD9B36, #976b03);
}

:-moz-placeholder {
  color: #a7aabc;
  font-weight: 200;
}

::-webkit-input-placeholder {
  color: #a7aabc;
  font-weight: 200;
}

.lt-ie9 .search input {
  line-height: 26px
}


.add-product {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 40px;
  background-image: linear-gradient(to right, #BD9B36, #976b03);
  font-size: 20px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

label {
  font-size: 12px;
  display: block;
  padding-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
}

.fa,
.fa-solid {
  cursor: pointer;
}

.btn-save {
  background: linear-gradient(to right, #BD9B36, #976b03) !important;
  color: white;
}

.appointmentList {
  cursor: pointer;
  margin: 1rem 0 0 1rem;
}

.rounded-circle {
  display: inline-block;
  height: 12px;
  width: 11px;
  margin-right: 5px;
  margin-top: 10px;
}

.searchbars {
  width: 210px;
  height: 30px;
  border: 1px solid black;
  border-radius: 35px;
  margin: 1rem 0 0 0;
}

.searchbars input {
  margin: 3px 10px 0 10px;
  border: none;
  outline: none;
}

.mobileuploadcXmark {
  position: absolute;
  right: 15px;
  top: 13px;
}

.banner-image {
  width: 100px;
  height: 100px;
  border: 2px dashed blue;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  .fa {
    font-size: 20px;
  }
}

.banner-image-show{
  width: 300px;
  height: 330px;
  border: 2px dashed blue;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}.customr-info .name::before {
  content: "\f007";
  margin-right: 8px;
  font: normal normal normal 13px/1 FontAwesome;
}

.customr-info .phone::before {
  content: "\f095";
  margin-right: 8px;
  font: normal normal normal 13px/1 FontAwesome;
}

.customr-info .gen::before {
  content: "\f228";
  margin-right: 8px;
  font: normal normal normal 13px/1 FontAwesome;
}

.customr-info .money::before {
  content: "\f0d6";
  margin-right: 8px;
  font: normal normal normal 13px/1 FontAwesome;
}