* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --background-color: #071e4f !important;
  --primary-color: #17934e !important;
  --secondery-color: #1f2029;
  --warning-color: #ffc107;
  --danger-color: #bb2d3b;
}

body {
  background-color: var(--background-color);
  font-family: "arial", sans-serif;
}

main.container-xl {
  max-width: 1140px !important;
  margin: auto;
}

small {
  font-size: 10px !important;
}

small.badge {
  font-size: 9px !important;
  font-weight: 500 !important;
}

p {
  margin: 0;
}

.border-radius {
  border-radius: 8px;
}

.mainmenu,
.marque-div,
.nav-social {
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 5px 10px;
}

.mainmenu button {
  white-space: nowrap;
}
.mainmenu button:hover, .mainmenu button:focus {
  background-color: var(--secondery-color);
}
.mainmenu button > svg {
  padding-right: 6px;
}

.mainmenu.mainmenu-modal ul {
  flex-wrap: wrap;
}
.mainmenu.mainmenu-modal ul > li {
  font-size: 16px;
  background-color: var(--secondery-color);
  padding: 5px 10px;
  border-radius: 8px;
  width: 100%;
}

.bg-prime {
  background-color: var(--primary-color);
}

.bg-sec {
  background-color: var(--secondery-color);
}

#reportModal .modal-content {
  position: relative;
}
#reportModal .modal-content::after {
  content: "Report This Person";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: max-content;
  padding: 5px 10px;
  background-color: var(--danger-color);
  color: white;
  border-radius: 8px;
}

.modal-header {
  border-radius: 8px;
  color: white;
  position: relative;
}
.modal-header .agent-icon {
  width: 24px;
  height: 24px;
}
.modal-header > .close-modal {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal-header > .close-modal:hover {
  background-color: red !important;
}

.modal-body p {
  font-size: 12px;
}
.modal-body button {
  border-radius: 8px;
}
.modal-body button:hover, .modal-body button:focus {
  border: none;
  box-shadow: none;
  background-color: var(--secondery-color);
}

.form-control,
.form-select {
  color: white;
}
.form-control:focus,
.form-select:focus {
  background-color: var(--secondery-color);
}

ul {
  margin: 0;
  padding: 0;
}
ul > li {
  list-style: none;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 660px) {
  ul > li {
    font-size: 10px;
  }
}
ul > li > a {
  text-decoration: none;
  color: white;
}
ul > li > a > svg {
  padding-right: 5px;
}

nav > ul > li > a {
  transition: all 0.3s ease-in-out;
}
nav > ul > li:hover > a {
  color: var(--warning-color);
}

.master-agent-section > div > .bg-prime {
  flex: 1;
  max-width: 50%;
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .master-agent-section > div > .bg-prime {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.master-agent-section > .d-flex > .bg-prime,
.agent-type > .d-flex > .bg-prime,
.instruction-grid > .d-flex > .bg-prime {
  border-radius: 8px;
}

.instruction-grid > .d-flex {
  flex-wrap: wrap;
}
.instruction-grid > .d-flex > .bg-prime {
  flex: 1;
}
@media (max-width: 768px) {
  .instruction-grid > .d-flex > .bg-prime {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.instruction-grid > .d-flex > .bg-prime p {
  font-size: 12px;
}

.agent-type .grid-heading6 {
  position: relative;
}
.agent-type .grid-heading6::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: var(--primary-color);
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.agent-type > .d-flex {
  flex-wrap: wrap;
}
.agent-type > .d-flex > .bg-prime {
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  .agent-type > .d-flex > .bg-prime {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.agent-type > .d-flex > .bg-prime p {
  font-size: 12px;
  text-align: center;
}
.agent-type > .d-flex > .bg-prime .bg-sec {
  flex-wrap: wrap;
}
.agent-type > .d-flex > .bg-prime .bg-sec > div {
  flex: 1;
}
.agent-type > .d-flex > :last-child {
  max-width: 35%;
}
@media (max-width: 768px) {
  .agent-type > .d-flex > :last-child {
    max-width: 100%;
  }
  .master-agent-section .first-flex {
    flex-direction: column;
}
}

.table-section table th,
.table-section table td {
  text-align: center;
  align-self: center;
  vertical-align: middle;
  background-color: var(--primary-color);
  color: white;
}
.table-section table th {
  background-color: #012426;
}

.stars-box {
  background-color: var(--secondery-color);
  padding: 0.5em;
  border-radius: 5px;
}
.stars-box .fa-star {
  font-size: 1rem;
  color: var(--warning-color);
}
.agent p span {
  color: #012426;
  font-size: 10px;
  text-align: left;
    display: block;
}





@media only screen and (min-width: 0px) and (max-width: 992px) {
  .table-section table th {
    font-size: 8px;
  }
  .table>:not(caption)>*>* {
    padding: 3px !important;
  }
  .agent p {
    font-size: 8px;
    line-height: 10px;
    text-align: left;
}
.agent p span {
  font-size: 8px;
}
.fw-medium{
  font-size: 8px;
  padding: 2px 4px;
}
.stars-box {
  padding: 0.3em;
}
.stars-box .fa-star{
  font-size: 0.3rem;
}
.fa-star {
  font-size: 0.3rem;
}
.fs-1 {
  font-size: 1.2rem !important;
}
.number-box span {
  font-size: 7px !important;
}
.tiny-buttons {
  width: unset;
  font-size: 7px !important;
}
.fa-eye {
  font-size: 0.8rem;
}
}