@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

.md-typeset__table {
    min-width: 100%;
}

.md-typeset table:not([class]) {
    display: table;
}

.md-grid {
    max-width: 1440px;
}

:root {
    --md-primary-fg-color: #051C2C;
    --md-accent-fg-color: #00bdeb;
    --md-admonition-icon--webex: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M26.114 14.23c1.333-.539 1.893-2.245 1.295-3.623l-.05-.132a12 12 0 0 0-.847-1.614 5.7 5.7 0 0 0-.523-.762C24.283 5.894 22.277 5.5 21.057 5.5a5.7 5.7 0 0 0-2.464.54A6 6 0 0 0 16.56 7.6q.444.595.785 1.26c.834 1.589 1.357 3.768 1.793 5.619l.104-.373c.212-.765.452-1.63.718-2.147.511-.985.86-.985 1.097-.985.71 0 1.283 1.103 1.557 1.746 0 0 .984 2.547 3.5 1.51M4.278 8.716c-1.345.105-2.454 1.575-2.255 3.085.063.551.2 1.404.374 2.336.075.42.162.867.25 1.3q.326 1.572.809 3.098a26 26 0 0 0 1.258 3.295c1.88 3.859 4.422 4.673 6.228 4.673a5.7 5.7 0 0 0 2.464-.538 6 6 0 0 0 2.033-1.562 9.3 9.3 0 0 1-.835-1.352c-.797-1.55-1.308-3.335-1.744-5.199-.2.743-.467 1.464-.797 2.153-.523 1.024-.884 1.024-1.121 1.024-.51 0-1.046-.578-1.594-1.693a19 19 0 0 1-.748-1.877 30 30 0 0 1-.423-1.392l-.03-.107c-.127-.47-.326-1.204-.419-1.678-.221-1.057-.479-2.689-.56-3.202l-.025-.159c-.112-.59-.772-2.389-2.865-2.205M27.509 8.69h-.062q.39.686.697 1.418l.062.131c.376.883.404 1.887.08 2.792a3.6 3.6 0 0 1-1.811 2.039 3.4 3.4 0 0 1-1.433.328 3.7 3.7 0 0 1-.996-.158c-.349 1.379-.897 3.072-1.395 4.096s-1.084 1.693-1.607 1.693c-.224 0-.585 0-1.109-1.023q-.496-1.037-.797-2.153a43 43 0 0 1-.46-1.838c-.063-.236-.113-.473-.163-.709-.473-2.074-1.009-4.253-1.93-5.999a9.6 9.6 0 0 0-1.146-1.706 6 6 0 0 0-2.04-1.564 5.7 5.7 0 0 0-2.47-.537c-1.208 0-3.213.394-4.92 2.6.539.255 1.006.65 1.36 1.148.352.499.58 1.084.658 1.7.087.656.3 1.93.548 3.137.025.131.05.263.088.407.145-.398.29-.749.442-1.114l.13-.317.15-.34c.274-.644.847-1.747 1.545-1.747.249 0 .597 0 1.108.985.344.704.62 1.443.822 2.205.162.59.324 1.22.461 1.85.05.185.087.368.125.552.498 2.192 1.021 4.306 1.918 6.052q.28.556.635 1.063.263.377.56.722c1.483 1.693 3.19 2.1 4.485 2.1 1.806 0 4.36-.814 6.24-4.673.96-1.982 1.77-4.91 2.068-6.393.3-1.483.523-2.822.623-3.636.047-.357.027-.72-.06-1.069a2.8 2.8 0 0 0-.445-.963 2.6 2.6 0 0 0-.762-.708 2.5 2.5 0 0 0-.963-.345z"/></svg>');
}

.md-typeset .admonition.webex,
.md-typeset details.webex {
  border-color: rgb(38, 83, 208);
} 

.md-typeset .webex > .admonition-title,
.md-typeset .webex > summary {
  background-color: rgb(38, 83, 208, 0.1);
}

.md-typeset .webex > .admonition-title::before,
.md-typeset .webex > summary::before {
  background-color: rgb(255, 255, 255);
  background: linear-gradient(45deg, #19c9ff 25%, #2f62f3 50%, #5aee4e 75%);
  -webkit-mask-image: var(--md-admonition-icon--webex);
          mask-image: var(--md-admonition-icon--webex);
} 

[data-md-color-scheme="default"] {
    --md-typeset-a-color: #3a7fff;
    --md-accent-fg-color: #00bdeb;
}

[data-md-color-scheme="slate"] {
    --md-typeset-a-color: #3a7fff;
    --md-accent-fg-color: #00bdeb;
}
copy::after{
/* content: " " url(../assets/copy-svgrepo-com.svg);    */
content: " \e14d";
font-family: "Material Icons";

/* content: ' \f0c5';
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit; */
}
/* copy svg {
    height:50px;
   fill:#00bdeb;
} */
copy:hover::after {
    color: #00bdeb;
}

/* Style for the button */
button {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px; /* Optional: for rounded corners */
}

/* Style for the input element */
input[type="text"] {
    border: 2px solid black;
    padding: 5px;
    width: 100%; /* Optional: make the input full-width */
    box-sizing: border-box; /* Optional: include padding in width */
}