.search-box {
  border: 1px solid #5b5b5b;
  background-color: #424242;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 20px;
}

.search-btn {
  border: none;
  outline: none;
}

.search-input {
  border: none;
  outline: none;
  margin-left: 10px;
  background-color: #424242;
  color: #fff;
}

.search-input::placeholder {
  color: #fff;
}

.dashboard-page {
  padding: 24px;
  background-color: #fff;
  height: 100vh;
  padding-top: 30px;
}

.dashboard-card {
  border-radius: 16px;
  background-color: #424242;
}

.box-header {
  padding: 10px 16px;
  font-size: 18px;
  border-bottom: 1px solid #5b5b5b;
}

.border-bottom {
  border-bottom: 1px solid #5b5b5b;
}

.box-body {
  padding: 16px;
}

.box-body .box-inner-header {
  cursor: pointer;
}

.box-body .accordion-section {
  padding-top: 20px;
  padding-bottom: 5px;
}

.box-body summary::after {
  content: '';
  /* background-image: url('/public/dropdown-arrow.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  position: absolute;
  right: 0px;
}

.box-body[open] summary::after {
  transform: rotate(0deg);
}

.position-relative {
  position: relative;
}

.setting-btn {
  margin-right: 40px;
  outline: none;
  border: none;
}

.box-tags {
  border-radius: 50px;
  padding: 1px 10px;
  margin-right: 8px;
}

.bg-pink {
  background-color: #f70087;
}

.bg-blue {
  background-color: #3f88f5;
}

.bg-green {
  background-color: #00906c;
}

.text-bcbcbc {
  color: #bcbcbc;
}

.subsection-link {
  background-color: #fff;
  border-radius: 50px;
  padding: 6px;
  margin-bottom: 5px;
}

.py-16 {
  padding-bottom: 16px;
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.header-nav {
  position: sticky;
  top: 0;
  z-index: 99;
}

.company-logo {
  font-size: 40px;
  text-align: center;
}

.dashboard-content > div {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .w-55 {
    width: 58%;
  }

  .w-40 {
    width: 40%;
  }
}

.info .main .base-url,
.info .main .link {
  display: none !important;
}

.info .description {
  display: none;
}

.info .info__contact {
  display: none;
}

.swagger-ui .opblock-tag {
  font-size: 18px;
  background: gainsboro;
}

.login-parent {
  box-shadow: 0px 72px 40px -28px #223a2840;
  border-radius: 24px;
  /* border: 1px solid #223a2840; */
}

.login-sider {
  background-color: #f8f4f2;
  border-radius: 0px 24px 24px 0px;
}

@media screen and (max-width: 568px) {
  .login-parent {
    flex-wrap: wrap;
  }
  .login-sider {
    display: none;
  }
}

@tailwind base;
@tailwind components;
@tailwind utilities;

* {
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: 'Archivo';
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

#left-menu div li:nth-child(n + 5) {
  display: none;
}

#left-menu div li:nth-child(1) {
  display: none !important;
}
#left-menu div li:nth-child(2) {
  display: none !important;
}

.contentDisplay li {
  margin-left: 2rem;
  font-size: 1rem;
}

.contentDisplay ul {
  list-style: disc;
}

.contentDisplay ol {
  list-style: auto;
}

.contentDisplay li:last-child {
  margin-bottom: 1rem;
}

.borderSolid {
  border: 1px solid !important ;
  border-left: 0 !important;
}


/*# sourceMappingURL=main.e4a482e5.css.map*/