/*
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
#workers-internal-content{max-width:1400px;margin: auto;width: 80%;margin-bottom:40px;}
  .internal-split {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin-top: 58px;
    gap:100px;
}
@font-face {
    font-family: 'Poppins';
    src: url('https://zbrain.ai/fonts/Poppins-Regular.woff2') format('woff2');
}
.stats-box{display:none !important;}
.fhide{padding-right: 30px;}
.card-container a:hover {
    background-color: #f5f5f5;
}

@media (max-width: 900px) {
.card-container a {
        width: 100% !important;
        max-width: 100%;
    }
  .card {min-height: unset !important;}
}
.download-box {
    min-width: 300px;
    padding: 10px 25px;
    border-radius: 8px;
    background: #1955F8;
    margin: 6px 0px;
}
.download-divide p{color:#ffffff;font-family: Inter;
font-size: 17px;
font-weight: 400;
line-height: 24px;
margin: auto;
}
.download-divide {
    display: flex;
    gap: 40px;
}

.plyr__video-wrapper {
  background: transparent !important;}
.agents-video video{max-height: 100%;text-align:center;margin-top:0px;}
.agents-video{max-height: 100%;text-align:center;width:95%;margin:auto;}
@media screen and (max-width: 1500px) {.agents-video{width:100%;}}
.workers-banner-video{
    padding: 30px 0px 30px 0px;
    border-radius: 10px 10px 0px 0px;
    margin: 30px auto;
    max-width: 1400px;}
.right-heading{padding-right:60px;}
.workers-banner-video .right-banner{display:flex; padding-left:0px;justify-content: space-between;}
@media screen and (max-width: 1100px) {
  .workers-banner-video .right-banner {display:block;}
  .right-heading {
    padding-right: 0px;
}
}

.about-internal img{
  display:block;
  margin:auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about-internal img{ width: 100%;}
}

.about-internal p {
    padding-bottom: 1em !important;
}
.about-internal ul li{list-style:disc !important;color: #000;    margin-left: 35px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;}
.about-internal ol li{list-style:decimal !important;color: #000;    margin-left: 35px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;}
.about-internal h2{
  font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
    color: #000 !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.48px;
    line-height: 28px;
  }
.pretable{
border: 1px solid #DDDFDE;
    max-width: 100%;
    height: 100%;
    overflow: auto;
  background: #ffffff;
  white-space: nowrap;
   }

.about-internal h3 {
    color: #000;
    font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.48px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 28px;
}

.about-internal ul {margin-bottom: 30px;}

.download-btn{
  cursor: pointer;
  font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #1955f8;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding-left: 0;
}
.bbutton{display:flex;justify-content:end;}
.bbutton button{width: 292px;}
.showactivefile{
  display: none;
  max-width:max-content;
}

.left-internal {
    /* flex: 3; */
    width:100%;
}
.about-internal, .data-internal, .deliverable-internal {
    margin-bottom: 40px;
}
.about-internal .iframeh3 {
    color: #000;
    font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
font-size: 24px;
font-weight: 700;
letter-spacing: -0.48px;
padding-bottom:6px;
}
.iframeh3 {
    color: #000;
    font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
font-size: 24px;
font-weight: 700;
letter-spacing: -0.48px;
padding-bottom:6px;
}

.left-internal p {
color: #000;
font-family: Inter;
font-size: 16px;
font-weight: 400;
}
.tabs-internal{margin-top: 10px;}
.tabs-internal ul {
    overflow-x: auto;
    max-width: 100%;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #DDDFDE;
}
.tabs-internal ul::-webkit-scrollbar {
    height: 6px; /* Set the height for the horizontal scrollbar */
}

.tabs-internal ul::-webkit-scrollbar-track {
    background: none; /* Track background */
}

.tabs-internal ul::-webkit-scrollbar-thumb {
    background-color: #B7B7B7; /* Color of the scrollbar thumb */
    border-radius: 100px; /* Roundness of the thumb */
    border: 6px solid #B7B7B7; /* Padding around the thumb */
}
.pretable::-webkit-scrollbar {
    width: 6px; /* Set the width for the vertical scrollbar */
    height: 6px; /* Set the height for the horizontal scrollbar */
}

.pretable::-webkit-scrollbar-track {
    background: none; /* Track background */
}

.pretable::-webkit-scrollbar-thumb {
    background-color: #B7B7B7; /* Color of the scrollbar thumb */
    border-radius: 100px; /* Roundness of the thumb */
    border: 6px solid #B7B7B7; /* Padding around the thumb */
}
.iframe-internal1 pre::-webkit-scrollbar {
    width: 6px; /* Set the width for the vertical scrollbar */
    height: 6px; /* Set the height for the horizontal scrollbar */
}

.iframe-internal1 pre::-webkit-scrollbar-track {
    background: none; /* Track background */
}

.iframe-internal1 pre::-webkit-scrollbar-thumb {
    background-color: #B7B7B7; /* Color of the scrollbar thumb */
    border-radius: 100px; /* Roundness of the thumb */
    border: 6px solid #B7B7B7; /* Padding around the thumb */
}
.tabs-internal ul li {
      min-width: fit-content;
    margin-right: 20px;
    padding: 6px;
    cursor: pointer;
text-align: center;
font-family: Inter;
font-size: 14px;
font-weight: 500;
}
.tabs-internal ul li a{color: #737373;}
.tabs-internal ul li::last-child{margin-right:0px;}
.tabactive{border-bottom: 2px solid #1955F8;}
.tabactive a{color: #1955f8 !important;}
.iframe-internal, .iframe-wrapper {
    margin-top: 20px;
    width: 100%;
    height: 400px;
border-radius: 4px;
border: 1px solid #F0F0F0;
background: #FBFBFB;
}

.iframe-internal{
  padding:10px;
    margin-top: 20px;
    max-width: 100%;
    height: 400px;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    background: #FBFBFB;
    color: #000;
}

.iframe-internal1{
  padding:10px;
    margin-top: 20px;
    max-width: 100%;
    height: 400px;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    background: #FBFBFB;
    color: #000;
}

.iframe-internal1 pre{
  border: 1px solid #DDDFDE;
    max-width: 100%;
    height: 100%;
    overflow: auto;
    white-space: normal;
}
.data-iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #DDDFDE;
background: #FFF;
}

.right-internal {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.stats-box {
        min-width: 300px;
    padding: 10px 25px;
    border-radius: 8px;
    background: #FBFBFB;
    margin: 6px 0px;
}

.stats-box p {
    color: #626262;
font-family: Inter;
font-size: 16px;
font-weight: 500;
}
.stats-divide{display: flex;
    gap: 20px;}
.stats-number{color: #0D0D0D;
font-size: 22px;
font-weight: 600;}
.left-internal .learn-more-button{width: 100%;
    margin-bottom: 50px;}
  
  .workers-banner {
    display: flex;
    align-items: center;
    background-color: #F5F8FF;
    padding: 30px 40px 30px 40px;
   border-radius:10px 10px 0px 0px;
    margin: 30px auto;
    max-width: 1400px;
}

.left-banner {
    display: flex;
    justify-content: center;
}
  .image-banner{width: 171px;
height: 171px;
border-radius: 18px;
background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.image-banner img{width:104px;}
.right-banner {
    padding-left: 40px;
    padding-bottom: 20px;
}

.right-banner h1 {
color: #1E1E1E;
font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
font-size: 42px;
font-weight: 700;
letter-spacing: -0.84px;
line-height: 55px;
}

.right-banner p {
color: #000;
font-family: Inter;
font-size: 18px;
font-weight: 400;
margin-bottom:18px;
}
  .wibar{    display: flex;
    justify-content: space-between;
    align-items: center;
      margin-top:30px;
  }
  .breadcrumb {
    display: flex;
    align-items: center;
}

.breadcrumb-link {
    color: #1955F8;
font-family: Inter;
font-size: 15px;
font-weight: 600;
text-decoration-line: underline;
}

.breadcrumb-link:hover {
    text-decoration: underline;
}

.breadcrumb-separator {
    margin: 0 11.5px;
}

.breadcrumb-current {
   color: #000;
font-family: Inter;
font-size: 15px;
font-weight: 400;
}
  .learn-more-button:hover {background-color: #1433b8;}
.learn-more-button {
    width: auto;
height: 40px;
flex-shrink: 0;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 16px;
font-weight: 500;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 6px;
background: #1955f8;
    line-height: 0;
}


/*popup*/
#popmake-8610{min-height: 505px;}
#formResponse h3{line-height:24px;}
#formResponse{    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
text-align:center;}
        .form-container h3 {
        color: #1E1E1E;
        font-family: 'Space Grotesk',Helvetica,Arial,Lucida,sans-serif;
font-size: 21px;
font-weight: 500;
margin-top:10px;
        }

        .form-container p {
   color: #737373;
font-family: Poppins;
font-size: 14px;
font-weight: 400;
        }

        .form-container label {
color: #131426;
font-family: Poppins;
font-size: 15px;
font-weight: 500;
letter-spacing: -0.3px;
        }

        .form-container input {
            width: 100%;
            padding: 15px;
            margin-top:6px;
            margin-bottom: 26px;
            border-radius: 8px;
border: 1px solid #D9D9D9;
            font-size: 14px;
        }
        .form-container input:hover {    border: 1px solid #1433b8 !important;
    background-color: #F7F7F7;}
.form-container form{
    margin:35px 0px 10px 0px;
}
        .form-container button {
            width: 100%;
            padding: 10px;
           border-radius: 6px;
background: #1955F8;
            border: none;
            cursor: pointer;
            color: #FFF;
text-align: center;
font-family: Inter;
font-size: 16px;
font-weight: 500;
margin:10px 0px;
        }

        .form-container button:hover {
            background-color: #1433b8;
        }
        
        
/*responsive*/

@media screen and (max-width: 1250px) {
  .internal-split {
    flex-direction: column-reverse;
    gap: 40px;
    margin-top:25px;
  }
  .image-banner{max-width:500px;margin-bottom:30px;}
      .stats-box {
        padding: 10px;
        min-width: auto;
    }
  .workers-banner {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .right-banner {
    padding-left: 0;
  }

  .left-banner,
  .right-banner {
    flex: 1;
  }

  .right-internal {
    min-width: 100%;
        flex-direction: column;
    gap: 30px;
  }

  .stats-box {
    margin-bottom: 15px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) { .tabbutton{display:none;}
    .deskbutton{display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;}
}


@media screen and (max-width: 768px) {
  
    .download-divide {display: flex;gap: 0px; justify-content: center; align-items: center;}
  
    .right-banner h1 {
    font-size: 36px;
    line-height: 44px;
     }
    .wibar {margin-top:15px;}
    .bbutton button {width:100%;margin:auto;}
    .tabbutton{display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;width: 100%;
        margin: auto;}
    .deskbutton{display:none;}
        .right-internal {
        flex-direction: column;
        gap: 0px;
    }
  .wibar {
    flex-direction: column;
    align-items: flex-start;
  }
  .workers-banner {
    padding: 25px 16px;
  }

  .iframe-internal,
  .iframe-wrapper {
    height: 300px;
  }

  .tabs-internal ul {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
    .stats-box {
    padding: 20px;
    min-width: fit-content;
}}
/* Extra small screens (very small phones) */
@media screen and (max-width: 480px) {
    #workers-internal-content{
      width:90%;
      overflow: hidden;
    }
.right-banner{text-align:left;}
  .workers-banner {
    align-items: normal;
  }
  .left-banner {
    justify-content: normal;}
  .breadcrumb {
    align-items: normal;
    margin-bottom: -10px;
    margin-top: -10px;
    line-height: 22px ;
}
}

#myactivefile1, #myoutactivefile1{
    display: block;
}

  table {
    border-collapse: collapse;
    width: 100%;
  }
  table, th, td {
    border: 1px solid #DDDFDE;
    background-color: #fff;
  }
  th, td {
    padding: 8px;
    text-align: left;
  }
  th {
    background-color: #fff;
  }
  tr {
    border-bottom: 1px solid #DEDEDE;
    height: auto !important;
  }
  tr th{color:#848484 !important;font-weight: 500 !important;}
  tr td, tr th {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    color: #303030;
    padding: 10px;
    line-height: 18px;
    vertical-align: top;
  }




/*markdown css*/

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #1f2328;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  scroll-behavior: auto;
  padding: 25px;
}

.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}

.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body [hidden] {
  display: none !important;
}

.markdown-body a {
  background-color: transparent;
  color: #0969da;
  text-decoration: none;
}

.markdown-body abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.markdown-body b,
.markdown-body strong {
  font-weight: 600;
}

.markdown-body dfn {
  font-style: italic;
}

.markdown-body h1 {
  margin: 0.67em 0;
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #d0d7deb3;
}

.markdown-body mark {
  background-color: #fff8c5;
  color: #1f2328;
}

.markdown-body small {
  font-size: 90%;
}

.markdown-body sub,
.markdown-body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.markdown-body sub {
  bottom: -0.25em;
}

.markdown-body sup {
  top: -0.5em;
}

.markdown-body img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
  font-family: monospace;
  font-size: 1em;
}

.markdown-body figure {
  margin: 1em 40px;
}

.markdown-body hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #d0d7deb3;
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #d0d7de;
  border: 0;
}

.markdown-body input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body [type="button"],
.markdown-body [type="reset"],
.markdown-body [type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

.markdown-body [type="checkbox"],
.markdown-body [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body [type="number"]::-webkit-inner-spin-button,
.markdown-body [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.markdown-body [type="search"]::-webkit-search-cancel-button,
.markdown-body [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.markdown-body ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.markdown-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body ::placeholder {
  color: #636c76;
  opacity: 1;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

.markdown-body details:not([open]) > *:not(summary) {
  display: none;
}

.markdown-body a:focus,
.markdown-body [role="button"]:focus,
.markdown-body input[type="radio"]:focus,
.markdown-body input[type="checkbox"]:focus {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:focus:not(:focus-visible),
.markdown-body [role="button"]:focus:not(:focus-visible),
.markdown-body input[type="radio"]:focus:not(:focus-visible),
.markdown-body input[type="checkbox"]:focus:not(:focus-visible) {
  outline: solid 1px transparent;
}

.markdown-body a:focus-visible,
.markdown-body [role="button"]:focus-visible,
.markdown-body input[type="radio"]:focus-visible,
.markdown-body input[type="checkbox"]:focus-visible {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:not([class]):focus,
.markdown-body a:not([class]):focus-visible,
.markdown-body input[type="radio"]:focus,
.markdown-body input[type="radio"]:focus-visible,
.markdown-body input[type="checkbox"]:focus,
.markdown-body input[type="checkbox"]:focus-visible {
  outline-offset: 0;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace;
  line-height: 10px;
  color: #1f2328;
  vertical-align: middle;
  background-color: #f6f8fa;
  border: solid 1px #afb8c133;
  border-bottom-color: #afb8c133;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 #afb8c133;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.markdown-body h2 {
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #d0d7deb3;
}

.markdown-body h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.markdown-body h4 {
  font-weight: 600;
  font-size: 1em;
}

.markdown-body h5 {
  font-weight: 600;
  font-size: 0.875em;
}

.markdown-body h6 {
  font-weight: 600;
  font-size: 0.85em;
  color: #636c76;
}

.markdown-body p {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-bottom: 0px;
}

.markdown-body blockquote {
  margin: 0;
  padding: 0 1em;
  color: #636c76;
  border-left: 0.25em solid #d0d7de;
}

.markdown-body ul,
.markdown-body ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body tt,
.markdown-body code,
.markdown-body samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.markdown-body .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.markdown-body input::-webkit-outer-spin-button,
.markdown-body input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.markdown-body .mr-2 {
  margin-right: 0.5rem !important;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body > *:first-child {
  margin-top: 0 !important;
}

.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .absent {
  color: #d1242f;
}

.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body blockquote > :first-child {
  margin-top: 0;
}

.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1f2328;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}

.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
  display: inline-block;
}

.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
  margin-left: -40px;
}

.markdown-body summary h1,
.markdown-body summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}

.markdown-body ol[type="a s"] {
  list-style-type: lower-alpha;
}

.markdown-body ol[type="A s"] {
  list-style-type: upper-alpha;
}

.markdown-body ol[type="i s"] {
  list-style-type: lower-roman;
}

.markdown-body ol[type="I s"] {
  list-style-type: upper-roman;
}

.markdown-body ol[type="1"] {
  list-style-type: decimal;
}

.markdown-body div > ol:not([type]) {
  list-style-type: decimal;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.markdown-body ul{ list-style:disc !important;}
.markdown-body ol{ list-style:decimal !important;}

.markdown-body li > p {
  margin-top: 16px;
}

.markdown-body li + li {
  margin-top: 0.25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #d0d7de;
}

.markdown-body table td > :last-child {
  margin-bottom: 0;
}

.markdown-body table tr {
  background-color: #ffffff;
  border-top: 1px solid #d0d7deb3;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body table img {
  background-color: transparent;
}

.markdown-body img[align="right"] {
  padding-left: 20px;
}

.markdown-body img[align="left"] {
  padding-right: 20px;
}

.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.markdown-body span.frame {
  display: block;
  overflow: hidden;
}

.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #d0d7de;
}

.markdown-body span.frame span img {
  display: block;
  float: left;
}

.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #1f2328;
}

.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}

.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.markdown-body span.float-left span {
  margin: 13px 0 0;
}

.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: #afb8c133;
  border-radius: 6px;
}

.markdown-body code br,
.markdown-body tt br {
  display: none;
}

.markdown-body del code {
  text-decoration: inherit;
}

.markdown-body samp {
  font-size: 85%;
}

.markdown-body pre code {
  font-size: 100%;
}

.markdown-body pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: #1f2328;
  background-color: #f6f8fa;
  border-radius: 6px;
}

.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.markdown-body .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: #ffffff;
  border: 0;
}

.markdown-body .csv-data tr {
  border-top: 0;
}

.markdown-body .csv-data th {
  font-weight: 600;
  background: #f6f8fa;
  border-top: 0;
}

.markdown-body [data-footnote-ref]::before {
  content: "[";
}

.markdown-body [data-footnote-ref]::after {
  content: "]";
}

.markdown-body .footnotes {
  font-size: 12px;
  color: #636c76;
  border-top: 1px solid #d0d7de;
}

.markdown-body .footnotes ol {
  padding-left: 16px;
}

.markdown-body .footnotes ol ul {
  display: inline-block;
  padding-left: 16px;
  margin-top: 16px;
}

.markdown-body .footnotes li {
  position: relative;
}

.markdown-body .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid #0969da;
  border-radius: 6px;
}

.markdown-body .footnotes li:target {
  color: #1f2328;
}

.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.markdown-body .pl-c {
  color: #57606a;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #0550ae;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6639ba;
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: #24292f;
}

.markdown-body .pl-ent {
  color: #0550ae;
}

.markdown-body .pl-k {
  color: #cf222e;
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: #0a3069;
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: #953800;
}

.markdown-body .pl-bu {
  color: #82071e;
}

.markdown-body .pl-ii {
  color: #f6f8fa;
  background-color: #82071e;
}

.markdown-body .pl-c2 {
  color: #f6f8fa;
  background-color: #cf222e;
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: #116329;
}

.markdown-body .pl-ml {
  color: #3b2300;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: #0550ae;
}

.markdown-body .pl-mi {
  font-style: italic;
  color: #24292f;
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: #24292f;
}

.markdown-body .pl-md {
  color: #82071e;
  background-color: #ffebe9;
}

.markdown-body .pl-mi1 {
  color: #116329;
  background-color: #dafbe1;
}

.markdown-body .pl-mc {
  color: #953800;
  background-color: #ffd8b5;
}

.markdown-body .pl-mi2 {
  color: #eaeef2;
  background-color: #0550ae;
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: #8250df;
}

.markdown-body .pl-ba {
  color: #57606a;
}

.markdown-body .pl-sg {
  color: #8c959f;
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: #0a3069;
}

.markdown-body [role="button"]:focus:not(:focus-visible),
.markdown-body [role="tabpanel"][tabindex="0"]:focus:not(:focus-visible),
.markdown-body button:focus:not(:focus-visible),
.markdown-body summary:focus:not(:focus-visible),
.markdown-body a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.markdown-body [tabindex="0"]:focus:not(:focus-visible),
.markdown-body details-dialog:focus:not(:focus-visible) {
  outline: none;
}

.markdown-body g-emoji {
  display: inline-block;
  min-width: 1ch;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.075em;
}

.markdown-body g-emoji img {
  width: 1em;
  height: 1em;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item label {
  font-weight: 400;
}

.markdown-body .task-list-item.enabled label {
  cursor: pointer;
}

.markdown-body .task-list-item + .task-list-item {
  margin-top: 0.25rem;
}

.markdown-body .task-list-item .handle {
  display: none;
}

.markdown-body .task-list-item-checkbox {
  margin: 0 0.2em 0.25em -1.4em;
  vertical-align: middle;
}

.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em 0.25em 0.2em;
}

.markdown-body .contains-task-list {
  position: relative;
}

.markdown-body .contains-task-list:hover .task-list-item-convert-container,
.markdown-body
  .contains-task-list:focus-within
  .task-list-item-convert-container {
  display: block;
  width: auto;
  height: 24px;
  overflow: visible;
  clip: auto;
}

.markdown-body ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.markdown-body .markdown-alert {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: inherit;
  border-left: 0.25em solid #d0d7de;
}

.markdown-body .markdown-alert > :first-child {
  margin-top: 0;
}

.markdown-body .markdown-alert > :last-child {
  margin-bottom: 0;
}

.markdown-body .markdown-alert .markdown-alert-title {
  display: flex;
  font-weight: 500;
  align-items: center;
  line-height: 1;
}

.markdown-body .markdown-alert.markdown-alert-note {
  border-left-color: #0969da;
}

.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: #0969da;
}

.markdown-body .markdown-alert.markdown-alert-important {
  border-left-color: #8250df;
}

.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: #8250df;
}

.markdown-body .markdown-alert.markdown-alert-warning {
  border-left-color: #bf8700;
}

.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: #9a6700;
}

.markdown-body .markdown-alert.markdown-alert-tip {
  border-left-color: #1a7f37;
}

.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: #1a7f37;
}

.markdown-body .markdown-alert.markdown-alert-caution {
  border-left-color: #cf222e;
}

.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: #d1242f;
}

.markdown-body > *:first-child > .heading-element:first-child {
  margin-top: 0 !important;
}