.text-link {
  color: #213360;
  cursor: pointer;
  font-weight: 500;
}

.text-link:hover {
  color: #1ebaae;
  transform: scaleX(1) !important;
  font-weight: 700;
  text-decoration: underline;
}

.text-link-normal {
  color: #213360;
  cursor: pointer;
}

.text-link-normal:hover {
  transform: scaleX(1) !important;
  text-decoration: underline;
}

.text-decor-underline {
  text-decoration: underline;
}
.text-danger {
  color: "red";
}
.max-heading-title {
  font-size: 3.4rem;
  margin-bottom: 20px;
  font-weight: 800;
}
.max-heading-desc {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.fw-bold {
  font-weight: bold;
}

/* Styles for larger screens */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 25px;
}

.modal-content {
  position: relative;
  margin: 5% auto;
  padding: 20px;
  background: #fff;
  width: 50%;
  border-radius: 20px;
}

.close {
  position: absolute;
  top: 0%;
  right: 2%;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* Responsive styles for smaller screens */
@media (min-width: 768px) {
  .custom-h-100 {
    height: 74vh;
  }
}

@media (max-width: 600px) {
  .modal-content {
    width: 80%;
  }
  .px-0-sm {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .p-0-sm {
    padding: 0 !important;
  }
  .flex-column-sm {
    flex-direction: column;
  }
  .mb-1-sm {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 500px) {
  .flex-column-xs {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .pt-sm {
    padding-top: 2rem;
  }
  .text-center-sm {
    text-align: center;
  }
  .display-md-none {
    display: none;
  }
  .w-100-md {
    width: 100% !important;
  }
  .custom-h-100 {
    height: 100%;
  }
  .nav-logo-responsive {
    height: 65px !important;
    margin-bottom: 20px;
    margin-left: -20px;
  }
  .logo-footer-responsive {
    margin-left: 0 !important;
    height: 85px !important;
  }
}
@media (max-width: 991px) {
  .display-md-none {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .display-lg-none {
    display: none !important;
  }
}
/* Ensure the modal is visible when open */
.modal.show {
  display: block;
}

/* //PAGE LOADER --- */

.loading svg polyline {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loading svg polyline#back {
  fill: none;
  stroke: #ff4d5033;
}

.loading svg polyline#front {
  fill: none;
  stroke: #ed0909;
  stroke-dasharray: 48, 144;
  stroke-dashoffset: 192;
  animation: dash_682 1.4s linear infinite;
}

@keyframes dash_682 {
  72.5% {
    opacity: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.customClassForDataLoader {
  /* width: 100%; */
  display: grid;
  place-items: center;
}

/* //DATA LOADER---- */
.data-loader {
  border: 4px solid #3851a2;
  border-left-color: transparent;
  border-radius: 50%;
}

.data-loader {
  border: 4px solid #3851a2;
  border-left-color: transparent;
  width: 36px;
  height: 36px;
}

.data-loader {
  border: 4px solid #3851a2;
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* APICALL LOADER---- */
.api-spinner {
  --clr: #fff;
  --gap: 6px;
  /* gap between each circle */
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
}

.api-spinner span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--clr);
  opacity: 0;
}

.api-spinner span:nth-child(1) {
  animation: fade 1s ease-in-out infinite;
}

.api-spinner span:nth-child(2) {
  animation: fade 1s ease-in-out 0.33s infinite;
}

.api-spinner span:nth-child(3) {
  animation: fade 1s ease-in-out 0.66s infinite;
}

@keyframes fade {
  0%,
  100% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }
}

.pagination-text {
  font-size: 14px;
  color: #213360;
  padding: 13px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #213360;
  border-radius: 10px;
}
.pointer {
  cursor: pointer;
}

.form-edit {
  border: none;
  outline: none;
  background-color: #def8f6;
  border-color: #e7ebef;
  color: "000";
  /* text-transform:capitalize ; */
}

.border-bottom-2 {
  border-bottom: 2px solid #c0cedc;
}

.btn-edit-mode {
  padding: 5px 10px 5px 10px;
  border: 2px solid;
  outline: none;
  margin: 0px 10px 10px 0px;
}

.btn-edit-mode:focus,
.btn-edit-mode.active,
.btn-edit-mode:active {
  box-shadow: none;
  outline: none;
}

.btn-icon-sm {
  height: 2.2rem !important;
  min-width: 2.2rem !important;
  border-radius: 50% !important;
  font-size: 14px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  transition: all 0.7s;
}
.btn-icon-sm:hover {
  color: #fff !important;
  background: #213360;
}
.btn-icon-sm:active {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.btn-primary-active:active {
  box-shadow: #21cdbf4d 0px 0px 0px 3px;
}

.custom-gap-1 {
  gap: 1rem;
}
.custom-gap-2 {
  gap: 2rem;
}
.custom-gap-3 {
  gap: 3rem;
}
.custom-gap-4 {
  gap: 4rem;
}
.mb-half {
  margin-bottom: 0.2rem;
}

/* Scrollbar */
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #00000025;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background-color: rgba(211, 211, 211, 0.5);
}
::-webkit-scrollbar-button {
  display: none;
}

.form-control-small {
  font-size: 14px !important;
  height: 36px !important;
  padding: 0 20px !important;
  border-radius: 50px !important;
  background-color: #ffffff !important;
  border: 2px solid #e6e8eb !important;
}
.form-control-small:focus {
  border-color: #21cdc0 !important;
  background-color: #ffffff !important;
}
.form-control-small::-webkit-input-placeholder {
  color: #26365e !important;
}
.form-control-small:-moz-placeholder {
  color: #26365e !important;
}

/* Avatar */
/* .avatar-big {} */
.avatar-mid {
  height: 3.4rem;
  width: 3.4rem;
  border-radius: 50%;
  object-fit: cover;
}
/* .avatar-sml {} */

.circle {
  border-radius: 50% !important;
}

.template-mssg-container {
  max-height: 70px;
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis !important;
  position: relative;
}
.template-read-more-btn {
  position: absolute;
  bottom: 0;
  right: 1rem;
  background: #fff;
  padding-left: 12px;
}

textarea.custom-form-control {
  min-height: 174px !important;
}

/*** 


====================================================================
			Custom Bottom Button
====================================================================

***/

.bottom-button-container,
.bottom-button-container-mobile {
  background-color: #04592b;
  padding: 10px 20px;
  color: white;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  z-index: 99999999;
}

.bottom-button-container-mobile {
  visibility: hidden;
  padding: 25px;
  height: 40px;
  width: 40px;
  border-radius: 90%;
}

.bottom-button-container:hover {
  background-color: white;
  color: #04592b;
  border: 1px solid #04592b;
  -webkit-box-shadow: 0px 7px 10px -1px #04592c90;
  -moz-box-shadow: 0px 7px 10px -1px #04592c90;
  -ms-box-shadow: 0px 7px 10px -1px #04592c90;
  -o-box-shadow: 0px 7px 10px -1px #04592c90;
  box-shadow: 0px 7px 10px -1px #04592c90;
}

.bottom-icon {
  margin-right: 15px;
  font-size: 24px;
}

.bottom-icon-mobile {
  font-size: 16px;
}

@media (max-width: 700px) {
  .bottom-button-container-mobile {
    visibility: visible;
  }

  .bottom-button-container {
    visibility: hidden;
  }
}

.custom_banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mid-screen {
  display: none;
}
.big-screen {
  display: block;
}
@media (max-width: 768px) {
  .mid-screen {
    display: block;
  }
  .big-screen {
    display: none;
  }
}

.state-text{
  text-align: center;
  font-weight: 600;
  color: red;
  padding: 5px;
}
.refresh-text{
  color: #213360;
  text-decoration: underline;
  cursor: pointer;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* //*********** NEW  DEVLIVERY ***********  */
.pulse-text {
  animation: pulse 1s infinite;
}

.badge {
  display: inline-block;
  padding: 4px 8px;
  background-color: #3498db;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  margin-left: 12px;
}

.bandeau {
  background-color: #213360;
  text-align: center;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  padding: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.bandeau .banner-body {
  position: relative;
  animation-name: fadeUp;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bandeau img {
  position: relative;
  margin-right: 10px;
  width: 30px;
  animation-duration: 10s;
  animation-name: truck;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.bandeau p {
  margin: 0;
}
.bandeau .bandeau-new {
  position: relative;
  margin: 0 10px;
  color: #21cdc0;
  animation-duration: 10s;
  animation-name: spanNew;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.bandeau .bandeau-text {
  position: relative;
  margin: 0 10px;
  animation-duration: 10s;
  animation-name: spanText;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes truck {
  0% {
    left: -40px;
    opacity: 0;
  }
  6%, 100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes spanNew {
  0%, 5% {
    left: -30px;
    opacity: 0;
  }
  15% {
    left: 0;
    opacity: 1;
  }
}
@keyframes spanText {
  0%, 10% {
    top: -20px;
    opacity: 0;
  }
  20% {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}