.dashboard-nav ul li a .nav-tag i {
    font-size: 13px;
    padding-right: 1px;
    top: 3px;
    font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea {
	resize: none;
}

.hide {
	display: none;
}

hr {
	border: 1px dotted;
}

button.button.delete-btn {
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
}

button.button.delete-btn i {
	font-size: 28px;
    margin-left: 0;
    width: 100%;
    top: 6px;
}

.bootstrap-select.btn-group button {
    margin-bottom: 15px;
}

.dashboard-container {
    background-image: url('../../images/ayush_bg.jpg');
    background-position: center;
    background-size: 100% auto;
}

div:has(> .delete-btn){
    padding:32px;
}

.text-right {
    text-align: right !important;
}

#logo img {
    height: 70px;
}

#navigation {
    margin-top: 3px;
    width: 100%;
}

#navigation ul {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
}

#navigation ul img {
    height: 70px;
}

.dashboard-nav ul li:last-child {
    border-left: none;
}

.dashboard-nav ul li a.view-detail-btn {
    border-radius: 0;
    text-align: center;
    padding-left: 0;
}

.red-notice {
    margin-bottom: 0;
    font-size: 15px;
    padding-left: 30px;
}

.dashboard-nav ul li a {
    padding: 11px 20px;
}

.dashboard-nav ul:before {
    padding: 0 24px;
}

.whatsapp-li a span {
    padding-left: 28px;
}

.button.final-save {
    margin-right: 10px;
}

.swal-button--cancel,
.swal-button--cancel:hover,
.swal-button--cancel:focus,
.swal-button--cancel:active {
    background-color: #ea7c11 !important;
    color: white;
    box-shadow: 0 3px 8px rgb(64 182 96 / 15%);
}

.swal-button:focus {
    box-shadow: none !important;
}

.swal-button--confirm,
.swal-button--confirm:hover,
.swal-button--confirm:focus,
.swal-button--confirm:active {
    background-color: #40b660 !important;
    color: white;
    box-shadow: 0 3px 8px rgb(64 182 96 / 15%);
}

.offline-form-wrapper h5 {
    margin-bottom:5px;
    color:red;
    line-height: 20px;
    font-weight:600;
}

.offline-form-wrapper .offline-form-download {
    float: right;
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}
.lds-spinner {
  color: #878e91;
  display: inline-block;
  position: relative;
}
.lds-spinner div {
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  background: #878e91;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.lds-spinner.big-size {
  width: 80px;
  height: 80px;
  margin-left: 48%;
  margin-top: 12%;
}
.lds-spinner.big-size div {
    transform-origin: 40px 40px;
}
.lds-spinner.big-size div:after {
  top: 1.6px;
  left: 38.4px;
  width: 4.2px;
  height: 18.3px;
  border-radius: 12%;
}

.lds-spinner-wrapper {
    position: fixed;
    z-index: 999;
    width: 97%;
    height: 70%;
    margin-left: 1%;
    background-color: #ffffff69;
}

.uploadButton .uploadButton-input.offline-form-input {
  display: none;
  position: unset;
}

.text-center {
  text-align: center !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.dashboard-nav ul,
.dashboard-nav ul:first-child {
  margin: 40px 0 0 0;
}

.view-uploaded-doc-btn {
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;

  i {
    font-size: 25px;
  }
}