@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Secular+One&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  /* --main-font-family: 'Open Sans', sans-serif; */
  --main-font-family: "Ubuntu";
  /* --heading-font-family: 'Playfair Display', serif; */
  /* --heading-font-family: 'Montserrat', sans-serif; */
  --heading-font-family: "Ubuntu", sans-serif;
  --main-color: #0759ad;
  --color-blue-2: #30adef;
  --bg-color: #d8dfe3;
  --bg-textarea: rgba(13, 110, 253, 0.25);
  --bg-textare: #eef7ff;
  --link-blue-2: #0a58ca;
  --link-blue: #0e2e67;
  --main-blue-dark: #03365a;
  --optional-color: #2e3ab8;
  --white-color: #ffffff;
  --black-color: #020202;
  --color-gray: #6b7c8f;
  --color-yellow: #ffc107;
  --color-green: #2a852e;
  --color-green-2: #1f9324;
  --color-green-3: #06bd0e;
  --color-red: #d5182a;
  --color-border: #e1e1e1;
  --color-noise: #212529;
  --paragraph-color: #484847;
  --green-color: #166534;
  --green-color-01: #e8f5e9;
  --green-color-02: #1f9324;
  --green-color-03: #27ae60;
  --green-color-04: #2a852e;
  --main-color-04: #d42a0410;
  --orange-color: #d42b04;
  --font-size: 16px;
  --transition: 0.4s;
  --main-birdy: #000f30;
  --main-birdy-2: #26b0ff;
  --main-gray: #dde1e2;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  word-break: break-word !important;
}

a {
  color: var(--link-blue-2);
  text-decoration: none;
  word-break: break-word !important;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  color: var(--main-blue-dark);
  transition: 0.3s;
}

body.documentation-v2 {
  background-color: var(--bg-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}
body.documentation-v2 .section-header {
  display: none;
}
body.documentation-v2 {
  /* === Layout Grid === */
}
body.documentation-v2 .container-fluid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 105px;
  min-height: 100vh;
}
body.documentation-v2 button.menu-mobile-open {
  border: 0;
  width: 92px;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--link-blue);
  border: 2px solid var(--link-blue);
  background-color: var(--white-color);
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 800;
  overflow: hidden;
  position: fixed;
  left: 15px;
  top: 80px;
  z-index: 10;
  transition: 0.5s;
}
body.documentation-v2 button.menu-mobile-open i {
  margin-right: 5px;
}
body.documentation-v2 button.menu-mobile-open-right {
  border: 0;
  width: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--link-blue);
  border: 2px solid var(--link-blue);
  background-color: var(--white-color);
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 800;
  overflow: hidden;
  position: fixed;
  right: 15px;
  top: 80px;
  z-index: 10;
  transition: 0.5s;
}
body.documentation-v2 button.menu-mobile-open-right i {
  margin: 0px;
}
body.documentation-v2 .close-menu-mobile-open {
  border: 0;
  width: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--paragraph-color);
  border: 2px solid var(--paragraph-color);
  background-color: var(--white-color);
  border-radius: 5px;
  padding: 8px 18px;
  font-weight: 800;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  top: -2px;
}
body.documentation-v2 .close-menu-mobile-open i {
  margin: 0px;
}
body.documentation-v2 {
  /* === Sidebar Navigation === */
}
body.documentation-v2 nav.sidebar {
  position: fixed;
  height: 100vh;
  overflow-x: auto;
  overflow-y: auto;
  background: var(--black-color);
  color: var(--white-color);
  padding: 1.5rem 0;
  overflow-y: auto;
  border-radius: 7px;
  width: 280px;
  max-width: 280px;
  min-width: 280px;
  transition: 0.5s;
}
body.documentation-v2 nav.sidebar .header-sidebar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 10px;
  font-size: 1.25rem;
  border-bottom: 1px solid #34495e;
  margin-bottom: 12px;
}
body.documentation-v2 nav.sidebar h2 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  padding: 0;
}
body.documentation-v2 nav.sidebar ul.navlist {
  list-style: none;
  padding: 0;
  overflow: auto;
  overflow-x: auto;
  height: 81vh;
  width: 98%;
}
body.documentation-v2 nav.sidebar ul.navlist li {
  padding: 0rem 1rem;
}
body.documentation-v2 nav.sidebar ul.navlist li a {
  font-size: 0.84rem;
  color: #ecf0f1;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
  font-weight: 400;
}
body.documentation-v2 nav.sidebar ul.navlist li a:hover {
  color: #1e78ff;
}
body.documentation-v2 nav.sidebar ul.navlist li a.active {
  color: var(--color-green-2);
  font-weight: 800;
}
body.documentation-v2 nav.sidebar ul.navlist li a.link-principal {
  font-size: 0.94rem;
  font-weight: 900;
  margin-bottom: 7px;
}
body.documentation-v2 nav.sidebar ul.navlist li a.link-principal i {
  margin-right: 8px;
}
body.documentation-v2 nav.sidebar ul.navlist ul.sub_navlist {
  list-style: lower-latin;
}
body.documentation-v2 {
  /* === Main Content === */
}
body.documentation-v2 main.content {
  width: 100%;
  padding: 1rem;
  max-width: 100%;
  padding-left: 300px;
  padding-right: 265px;
  background-color: var(--bg-color);
  padding-top: 0;
}
body.documentation-v2 main.content h1 {
  margin-bottom: 0.2rem;
  color: var(--main-blue-dark);
  font-size: clamp(22px, 2.1vw, 30px);
}
body.documentation-v2 main.content h2 {
  font-size: clamp(14px, 1.8vw, 25px);
  margin: 1.5rem 0 1rem;
  color: #34495e;
}
body.documentation-v2 main.content p,
body.documentation-v2 main.content ul,
body.documentation-v2 main.content ol {
  font-size: 15px;
  margin-bottom: 0.4rem;
  color: var(--black-color);
  word-break: break-word;
}
body.documentation-v2 {
  /* === Right Panel (TOC) === */
}
body.documentation-v2 aside.right-panel {
  width: 245px;
  height: 100vh;
  padding: 2rem 1rem 2rem 1.5rem;
  background: #f5f7fa;
  border-radius: 7px;
  font-size: 0.9rem;
  position: fixed;
  right: 0;
}
body.documentation-v2 aside.right-panel h3 {
  margin-bottom: 1rem;
  color: var(--main-blue-dark);
}
body.documentation-v2 aside.right-panel ul {
  list-style: auto;
  padding-left: 12px;
}
body.documentation-v2 aside.right-panel a {
  color: #3498db;
  text-decoration: none;
}
body.documentation-v2 {
  /* === Navigation Buttons === */
}
body.documentation-v2 .nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
body.documentation-v2 .nav-buttons a {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s;
}
body.documentation-v2 .nav-buttons a:hover {
  background: #2980b9;
}
body.documentation-v2 .menu-toggle {
  display: none;
}
body.documentation-v2 section .content-card {
  padding: 0rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  background-color: var(--white-color);
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
}
body.documentation-v2 section .content-card h2 {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--primary-color);
  padding: 0.4rem 1rem;
  margin-top: 0.6rem;
}
body.documentation-v2 section .content-card .body-section {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0rem 1rem;
}
body.documentation-v2 section .content-card .body-section h3 {
  width: 100%;
  color: var(--secondary-color);
  margin: 1.5rem 0 0.8rem 0;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
body.documentation-v2 section .content-card .body-section p {
  width: 100%;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: var(--black-color);
}
body.documentation-v2 section .content-card .body-section ul,
body.documentation-v2 section .content-card .body-section ol {
  width: 100%;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
body.documentation-v2 section .content-card .body-section ul li,
body.documentation-v2 section .content-card .body-section ol li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
body.documentation-v2 section .code-block {
  /*
  width: 100%;
  background-color: var(--black-color);
  border-left: 4px solid var(--accent-color);
  padding: 1.2rem;
  margin: 1.5rem 0;
  border-radius: 7px 7px 7px 7px;
  font-family: 'Courier New', monospace;
  font-size: 0.95rem;
  overflow-x: auto;
  color: var(--color-green-3);
  */
}
body.documentation-v2 section .note {
  width: 100%;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0.5rem 0;
  background-color: #e7f3ff;
  border-left: 4px solid var(--primary-color);
  max-width: 100%;
  padding: 1rem;
  border-radius: 7px 7px 7px 7px;
}
body.documentation-v2 section .note a.section-link {
  width: 175px;
  height: 33px;
  min-width: 160px;
  border-radius: 5px;
  padding-right: 10px;
  color: var(--white-color);
  background-color: var(--color-green-2);
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
body.documentation-v2 section .note a.section-link span {
  height: 100%;
  padding: 4px 10px;
  border-radius: 5px 0px 0px 5px;
  color: var(--white-color);
  background-color: var(--color-noise);
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-weight: 800;
}
body.documentation-v2 section .note-block {
  gap: 15px;
  display: block;
  margin: 0.5rem 0;
  background-color: #e7f3ff;
  border-left: 4px solid var(--primary-color);
  width: auto;
  max-width: 97%;
  padding: 1rem;
  border-radius: 7px 7px 7px 7px;
  font-size: 14.5px;
}
body.documentation-v2 section .note-block a.section-link {
  height: 33px;
  border-radius: 5px;
  padding-right: 10px;
  color: var(--white-color);
  background-color: var(--color-green-2);
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
body.documentation-v2 section .note-block a.section-link span {
  height: 100%;
  padding: 4px 10px;
  border-radius: 5px 0px 0px 5px;
  color: var(--white-color);
  background-color: var(--color-noise);
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-weight: 800;
}
body.documentation-v2 section .warning {
  width: 100%;
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 1rem;
  margin: 1.5rem 0;
  border-radius: 7px 7px 7px 7px;
}
body.documentation-v2 section#introduction .diagrams-omicrom-cloud {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
body.documentation-v2 section#introduction .diagrams-omicrom-cloud .left-diagram {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
body.documentation-v2 section#introduction .diagrams-omicrom-cloud .left-diagram img {
  width: 100%;
}
body.documentation-v2 section#introduction .diagrams-omicrom-cloud .right-diagram {
  width: 100%;
}
body.documentation-v2 .code-request-url {
  width: 100%;
  background-color: #444444;
  padding: 10px 15px;
  border-radius: 7px;
  padding-left: 3px;
}
body.documentation-v2 .code-request-url a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--white-color);
}
body.documentation-v2 .code-request-url a span {
  padding: 10px;
  border-radius: 7px;
  color: var(--white-color);
  background-color: var(--color-green-2);
  margin-right: 10px;
}
body.documentation-v2 .code-request-url button {
  background: var(--main-color);
  color: var(--white-color);
  border: none;
  border-radius: 3px;
  padding: 2px 10px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 0.92rem;
  margin-left: 15px;
  transition: background 0.2s;
}
body.documentation-v2 .get-request-result-and-code {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.documentation-v2 .get-request-result-and-code .header-text {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body.documentation-v2 .get-request-result-and-code .content-result-and-code {
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
body.documentation-v2 .get-request-result-and-code .content-result-and-code .result-request {
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-right: 0px solid var(--color-border);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: var(--black-color);
  border-radius: 8px;
  margin: 0px 0;
  overflow: hidden;
  flex-wrap: wrap;
}
body.documentation-v2 .get-request-result-and-code .content-result-and-code .result-request code {
  overflow-x: auto;
  max-height: 50vh;
}
body.documentation-v2 .get-request-result-and-code .content-result-and-code .result-code {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.documentation-v2 .get-request-result-and-code {
  /* //////////// Start Tabs Documentation ///////////*/
}
body.documentation-v2 .get-request-result-and-code .tab-menu-docs-omicrom-cloud {
  width: 100%;
  display: flex;
  margin-bottom: 0px;
  border: 0px solid #ddd;
  justify-content: space-between;
}
body.documentation-v2 .get-request-result-and-code .tab-menu-docs-omicrom-cloud .left-languages-tab {
  padding: 7px;
  padding-left: 15px;
  color: var(--color-gray);
  font-size: 0.95rem;
}
body.documentation-v2 .get-request-result-and-code .tab-menu-docs-omicrom-cloud .left-languages-tab i {
  font-size: 0.95rem;
  margin-right: 12px;
}
body.documentation-v2 .get-request-result-and-code .tab-button-docs-omicrom-cloud {
  padding: 7px 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-right: 0px;
  border-radius: 0px 0px 0 0;
  color: var(--color-gray);
}
body.documentation-v2 .get-request-result-and-code .tab-button-docs-omicrom-cloud:hover {
  color: var(--link-blue-2);
}
body.documentation-v2 .get-request-result-and-code .tab-button-docs-omicrom-cloud.active {
  background-color: transparent;
  color: var(--color-green-3);
  font-weight: 900;
}
body.documentation-v2 .get-request-result-and-code .tab-content-docs {
  width: 100%;
  display: none;
  padding: 0px 7px;
  position: relative;
  border: 0px solid var(--black-color);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #2d2d2d;
  border-radius: 0px;
  border-radius: 8px;
  border-top: none;
  overflow: hidden;
  padding-right: 0;
  margin: 0px 0;
}
body.documentation-v2 .get-request-result-and-code .tab-content-docs h2 {
  padding: 0px !important;
  margin: 0px !important;
}
body.documentation-v2 .get-request-result-and-code .tab-content-docs .btn-copy-code {
  border: 0;
  font-size: 13px;
  padding: 6px 12px;
  background-color: var(--white-color);
  color: var(--link-blue-2);
  border-radius: 7px;
  transition: 0.5s;
  position: absolute;
  right: 17px;
  top: 5px;
}
body.documentation-v2 .get-request-result-and-code .tab-content-docs .btn-copy-code:hover {
  color: var(--color-green-2);
  transition: 0.5s;
}
body.documentation-v2 .get-request-result-and-code .tab-content-docs.active {
  display: block;
}
body.documentation-v2 .get-request-result-and-code {
  /* //////////// End Tabs Documentation ///////////*/
}
body.documentation-v2 .json-object-result-view {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
body.documentation-v2 .json-object-result-view .left-content-result-view {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.documentation-v2 .json-object-result-view .content-result-view {
  width: 100%;
  column-count: 2;
  min-height: 20vh;
  gap: 20px;
  /* ===== Start Article view code ===== */
  /* Masonry Items */
}
body.documentation-v2 .json-object-result-view .content-result-view .masonry-item-custom-01 {
  break-inside: avoid;
  border-radius: 16px;
  box-shadow: var(--shadow-light);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px !important;
  transition: all 0.3s ease;
  margin-bottom: 12px;
  overflow: hidden;
}
body.documentation-v2 .json-object-result-view .content-result-view .masonry-item-custom-01 .content-image {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.documentation-v2 .json-object-result-view .content-result-view .masonry-item-custom-01 .content-image a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
body.documentation-v2 .json-object-result-view .content-result-view .masonry-item-custom-01 .content-image a img {
  display: flex;
}
body.documentation-v2 .json-object-result-view .content-result-view .masonry-item-custom-01 .content-image img {
  width: 100%;
}
body.documentation-v2 .json-object-result-view .content-result-view {
  /* ===== End Article view code ===== */
}
body.documentation-v2 .json-object-result-view .content-result-JSON {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body.documentation-v2 .code-tag-light {
  padding-left: 20px;
  line-height: 15px;
  overflow: hidden;
}
body.documentation-v2 .code-tag-light p {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

ul.steps-docs-use-categories {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
ul.steps-docs-use-categories li.list-itm {
  width: 31%;
  min-width: 230px;
}
ul.steps-docs-use-categories li.list-itm span {
  font-size: 1rem;
  color: var(--link-blue);
}
ul.steps-docs-use-categories li.list-itm span i {
  color: var(--link-blue-2);
  margin-right: 7px;
}

.directory-tree {
  width: 100%;
  overflow: hidden;
  background: #1e1e1e;
  color: #d4d4d4;
  padding: 20px;
  border-radius: 5px;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 14px;
  line-height: 1.6;
}
.directory-tree .tree-header {
  width: 98%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.directory-tree .tree-header .path {
  color: #569cd6;
  font-weight: bold;
}
.directory-tree .tree-header .total {
  color: #6a9955;
  float: right;
}
.directory-tree .tree-list {
  list-style: none;
  padding-left: 0;
  margin: 0 !important;
  width: 100% !important;
  /*
  margin-left: 0.5rem!important;
  margin-bottom: 0.5rem!important;
  */
}
.directory-tree .tree-list > li {
  padding: 5px 0;
  border-bottom: 1px solid #2a2a2a;
}
.directory-tree .tree-list > li:last-child {
  border-bottom: none;
}
.directory-tree .tree-item {
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
}
.directory-tree .tree-item:hover {
  background: #2a2a2a;
}
.directory-tree .toggle {
  color: #6a9955;
  margin-left: 10px;
  font-size: 12px;
  float: right;
}
.directory-tree .directory.expanded > .tree-item .toggle {
  color: #4ec9b0;
}
.directory-tree .permissions {
  color: #569cd6;
  display: inline-block;
  width: 100px;
}
.directory-tree .links {
  color: #b5cea8;
  display: inline-block;
  width: 40px;
  text-align: right;
  margin-right: 10px;
}
.directory-tree .owner {
  color: #9cdcfe;
  display: inline-block;
  width: 120px;
}
.directory-tree .group {
  color: #9cdcfe;
  display: inline-block;
  width: 120px;
}
.directory-tree .size {
  color: #b5cea8;
  display: inline-block;
  width: 70px;
  text-align: right;
  margin-right: 10px;
}
.directory-tree .date {
  color: #ce9178;
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}
.directory-tree .name {
  color: #d4d4d4;
  font-weight: bold;
}
.directory-tree .name:hover {
  color: #fff;
  text-decoration: underline;
}
.directory-tree .nested {
  list-style: none;
  padding-left: 30px;
  margin-top: 5px;
  border-left: 1px dashed #444;
}
.directory-tree .nested li {
  padding: 3px 0;
  border-bottom: none;
}
.directory-tree .nested li::before {
  content: "├── ";
  color: #666;
}
.directory-tree .nested li:last-child::before {
  content: "└── ";
}
.directory-tree .nested .permissions,
.directory-tree .nested .links,
.directory-tree .nested .owner,
.directory-tree .nested .group,
.directory-tree .nested .size,
.directory-tree .nested .date {
  color: #888;
}
.directory-tree .nested .name {
  color: #aaa;
  font-weight: normal;
}
.directory-tree {
  /* File type icons */
}
.directory-tree .tree-list > li.directory > .tree-item::before {
  content: "📁 ";
  color: #ffd700;
}
.directory-tree .tree-list > li.php-file::before {
  content: "🐘 ";
  color: #4ec9b0;
}
.directory-tree .tree-list > li.css-file::before {
  content: "🎨 ";
  color: #ce9178;
}
.directory-tree .tree-list > li.license-file::before {
  content: "⚖️ ";
  color: #b5cea8;
}
.directory-tree .tree-list > li.readme-file::before {
  content: "📖 ";
  color: #dcdcaa;
}
.directory-tree .nested li.file::before {
  content: "📄 ";
  color: #9cdcfe;
}
@media (max-width: 768px) {
  .directory-tree .permissions, .directory-tree .links, .directory-tree .owner, .directory-tree .group, .directory-tree .size, .directory-tree .date {
    display: block;
    width: auto;
    margin-right: 0;
  }
  .directory-tree .tree-list li {
    padding: 10px 0;
  }
}

#hre_address:hover {
  color: var(--white-color);
}

/* Masonry Content */
.masonry-content {
  padding: 10px;
}

.masonry-title {
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--secondary-color);
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: clamp(14px, 1.5vw, 20px);
}
.masonry-title a {
  color: var(--black-color) !important;
}

summary,
.masonry-text {
  width: 100%;
  text-align: left;
  list-style: none;
  font-size: clamp(12px, 1.2vw, 13px);
  line-height: clamp(14px, 1.5vw, 17px);
  color: var(--color-gray);
  margin-bottom: 0.75rem;
}

/* Category Badges */
.category-badge {
  display: inline-block;
  padding: 0;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  color: #555;
}

.content-options {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-options a {
  display: none;
}
.content-options ul.dropdown-sendas-news {
  width: 100%;
  min-width: 190px;
  overflow: hidden;
}
.content-options ul.dropdown-sendas-news li {
  width: 100%;
}
.content-options ul.dropdown-sendas-news li .dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.content-options ul.dropdown-sendas-news li .dropdown-item i {
  margin-right: 4px;
}
.content-options .category-badge {
  display: inline-block;
}
.content-options .link-category {
  display: flex;
  padding: 0.3rem 0.7rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  background-color: var(--main-color-04);
  color: var(--orange-color);
}

.content-save-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-save-btn button.btn-save-post {
  border: 0;
  color: var(--white-color);
  background-color: var(--green-color-04);
  border-radius: 7px;
  padding: 0;
  transition: 0.5s;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.content-save-btn button.btn-save-post i {
  font-size: 1.3rem;
  transition: 0.5s;
}
.content-save-btn button.btn-save-post:hover {
  transition: 0.5s;
}
.content-save-btn button.btn-save-post:hover i {
  font-size: 1.5rem;
  transition: 0.5s;
}
.content-save-btn .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-save-btn .btn-group .btn-link-sendas-news {
  color: var(--color-gray);
  background-color: transparent !important;
  padding: 7px 12px;
  cursor: pointer;
}
.content-save-btn .btn-group .btn-link-sendas-news:focus, .content-save-btn .btn-group .btn-link-sendas-news:focus-visible, .content-save-btn .btn-group .btn-link-sendas-news:active {
  border: 0;
}
.content-save-btn .btn-group .btn-link-sendas-news::after {
  display: none !important;
}
.content-save-btn .btn-group ul.dropdown-sendas-news {
  border: 0px;
  box-shadow: 0px 3px 12px 4px #ccc;
  border-radius: 12px;
}
.content-save-btn .btn-group ul.dropdown-sendas-news li a {
  font-size: 13px;
  color: var(--color-gray);
  transition: 0.5s;
}
.content-save-btn .btn-group ul.dropdown-sendas-news li a i {
  color: var(--color-gray);
  transition: 0.5s;
}
.content-save-btn .btn-group ul.dropdown-sendas-news li a:hover {
  color: var(--main-color);
  transition: 0.5s;
}
.content-save-btn .btn-group ul.dropdown-sendas-news li a:hover i {
  color: var(--color-gray);
  transition: 0.5s;
}

/* User reaction */
div.content-users-reactions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  /* border: 1px solid #ccc; */
}
div.content-users-reactions .two-content-btn-reaction {
  padding: 7px 8px;
  border-radius: 12px;
  background-color: var(--green-color-01);
  font-weight: 300;
  height: 35px;
  width: 88px;
}
div.content-users-reactions .two-content-btn-reaction .content-btn-reaction {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
}
div.content-users-reactions .two-content-btn-reaction .content-btn-reaction .stats-reaction {
  color: var(--green-color-02);
  font-size: 13px;
}
div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  margin: 0;
  margin-left: 7px;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction svg {
  width: 30px;
  height: 20px;
  margin: 0px;
  padding: 0;
}
div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction i {
  font-size: 1.4rem;
  transition: 0.5s;
}
div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction span {
  font-size: 17px;
}
div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction:hover {
  transition: 0.5s;
}
div.content-users-reactions .two-content-btn-reaction .content-btn-reaction button.btn-reaction:hover i {
  font-size: 1.6rem;
  transition: 0.5s;
}
div.content-users-reactions .view-content-btn-reaction {
  padding: 7px 8px;
  border-radius: 12px;
  background-color: var(--main-color-04);
  font-weight: 300;
}
div.content-users-reactions .view-content-btn-reaction .content-btn-reaction {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
}
div.content-users-reactions .view-content-btn-reaction .content-btn-reaction .stats-reaction {
  color: var(--orange-color);
  font-size: 13px;
}
div.content-users-reactions .view-content-btn-reaction .content-btn-reaction .stats-reaction span {
  font-size: 14px;
  color: var(--black-color);
  margin-left: 7px;
}
div.content-users-reactions .view-content-btn-reaction .content-btn-reaction button.btn-reaction {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  margin: 0;
  margin-left: 7px;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
}
div.content-users-reactions .view-content-btn-reaction .content-btn-reaction button.btn-reaction svg {
  width: 30px;
  height: 20px;
  margin: 0px;
  padding: 0;
}
div.content-users-reactions .view-content-btn-reaction .content-btn-reaction button.btn-reaction i {
  color: var(--orange-color);
  font-size: 1.4rem;
  margin-right: 7px;
}
div.content-users-reactions .view-content-btn-reaction .content-btn-reaction button.btn-reaction span {
  font-size: 17px;
}

/* User Info */
.user-info {
  display: flex;
  align-items: center;
  margin-top: 0rem;
  padding-top: 0rem;
  border-top: 1px solid var(--border-color);
  justify-content: space-between;
  flex-direction: column;
}
.user-info .author {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.75rem;
}
.user-info .author i {
  margin-right: 5px;
}
.user-info .author a {
  color: var(--color-noise);
  cursor: pointer;
}
.user-info .user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.75rem;
}
.user-info .user-avatar i {
  margin-right: 5px;
}
.user-info .date-published {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.75rem;
  color: #555;
  font-weight: 500;
}
.user-info .date-published i {
  margin-right: 5px;
}

.code-container {
  background-color: #2d2d2d;
  border-radius: 8px;
  margin: 0px 0;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.language-label {
  background-color: #3d3d3d;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #444;
}

code {
  display: block;
  padding: 7px 7px;
  color: #50fa7b;
  font-family: "Consolas", "Monaco", monospace;
  background-color: #444444;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 7px;
  white-space: pre-line;
  overflow-x: auto;
  border-top: 0px solid #444444;
}

/* Python colors */
.python .keyword {
  color: #ff79c6;
}

/* pink */
.python .function {
  color: #50fa7b;
}

/* green */
.python .string {
  color: #f1fa8c;
}

/* yellow */
.python .number {
  color: #bd93f9;
}

/* purple */
.python .comment {
  color: #6272a4;
}

/* gray-blue */
/* PHP colors */
.php .keyword {
  color: #ff79c6;
}

/* pink */
.php .variable {
  color: #8be9fd;
}

/* cyan */
.php .string {
  color: #f1fa8c;
}

/* yellow */
.php .function {
  color: #50fa7b;
}

/* green */
.php .comment {
  color: #6272a4;
}

/* gray-blue */
/* JavaScript colors */
.javascript .keyword {
  color: #ff79c6;
}

/* pink */
.javascript .function {
  color: #50fa7b;
}

/* green */
.javascript .string {
  color: #f1fa8c;
}

/* yellow */
.javascript .number {
  color: #bd93f9;
}

/* ===================================================== */
/* ============== START JSON FORMATATION =============== */
/* ===================================================== */
.code-block {
  width: 100%;
  height: 115vh;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #50fa7b;
  padding: 0px;
  border-radius: 8px;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 14px;
  line-height: 11.1px;
  white-space: pre-wrap;
  word-wrap: break-word;
  position: relative;
  overflow: auto;
}
.code-block .code-container {
  border: 1px solid #444;
  background-color: #282c34;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  overflow-x: auto;
}

/*
.code-block::before {
    content: 'JSON Response';
    position: absolute;
    top: -12px;
    left: 15px;
    background: #282c34;
    color: #61afef;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
*/
.json-key {
  color: #e06c75;
}

.json-string {
  color: #98c379;
}

.json-number {
  color: #d19a66;
}

.json-boolean {
  color: #56b6c2;
}

.json-null {
  color: #e5c07b;
}

.json-bracket {
  color: #abb2bf;
}

/* Line numbers style */
.code-container {
  display: flex;
  background-color: #282c34;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #444;
}

.line-numbers {
  background-color: #21252b;
  color: #636d83;
  padding: 20px 15px 20px 15px;
  text-align: right;
  font-size: 14px;
  line-height: 11.1px;
  user-select: none;
  border-right: 1px solid #444;
}

.line-number {
  display: block;
}

.code-content {
  flex: 1;
  padding: 20px;
  overflow-x: auto;
  white-space: nowrap;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 14px;
  line-height: 1.5;
}

/* Copy button styling */
.copy-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #3a3f4b;
  color: #abb2bf;
  border: 1px solid #444;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.2s;
}

.copy-btn:hover {
  background: #4b5262;
  color: #fff;
}

/* Tooltip for copy button */
.copy-tooltip {
  position: absolute;
  top: -30px;
  right: 0;
  background: #98c379;
  color: #282c34;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  opacity: 0;
  transition: opacity 0.3s;
}

.copy-btn.copied .copy-tooltip {
  opacity: 1;
}

/* ================================================ */
/* =========== END JSON FORMATATION =============== */
/* ================================================ */
/* purple */
.javascript .comment {
  color: #6272a4;
}

/* gray-blue */
.capitale-text {
  text-transform: capitalize;
}

.platform-name {
  padding: 4px 7px;
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--link-blue);
  font-weight: 800;
  font-size: 14px;
}

.blue-platform {
  padding: 4px 7px;
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--link-blue-2);
  font-weight: 800;
  font-size: 14px;
}

.green-platform {
  padding: 4px 7px;
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--color-green);
  font-weight: 800;
  font-size: 14px;
}

/*# sourceMappingURL=documentation-v2.css.map */
