/* @tailwind base;
@tailwind components;
@tailwind utilities; */

* {
}

:root {
  --navy-blue: #013d7a;
  --electric-orange: #fc7b00;
  --warm-shite: #faf9f6;
  --primary-color: #000000;
  --secondary-color: #ffffff;
}

.mapboxgl-control-container {
  display: none;
}
a {
  color: inherit !important;
}

.page-layout {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: 100vw;
  overflow-x: hidden;
}
.sub-footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: 100vw;
  overflow-x: hidden;
}

@media only screen and (min-width: 960px) {
  .page-layout {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .sub-footer {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .page-layout {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .sub-footer {
    width: 80%;
    margin: auto;
  }
}

.container-xxl {
  max-width: 1334px;
  margin-inline: auto;
  padding-inline: 60px;
}
.services-old img {
  width: 100%;
  height: 96px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.services-old p {
  padding: 10px 0;
  margin: 0;
  margin: 0 !important;
}
.btn-error {
  text-align: center;
}

.btn-error button {
  width: auto !important;
  margin: auto;
}

.loader {
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.requests-cards div:hover button {
  background: #fc7b00;
  border-color: #fc7b00 !important;
  color: white !important;
}
.requests-cards div:hover svg {
  background: #fc7b00;
  border-color: #fc7b00 !important;
  color: white !important;
}
.requests-cards button:hover {
  background: #fc7b00 !important;
  border-color: #fc7b00 !important;
  color: white !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.requests-cards svg:hover {
  fill: white !important;
  color: white !important;
}
