*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:  rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
}
*::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.02);
    transition: all 0.2s ease-in-out;
}
body {
    font-size: 14px;
}
h2, .h2 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 16px;
}
.logo-light, .logo-dark {
    margin-top: 4px;
    position: absolute;
}
.logo svg {
    width: 100px;
    height: 20px;
    fill: currentColor;
}
.logo .status {
    opacity: 0.6;
}
.logo-light {
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.logo-dark {
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.dark-theme .logo-dark {
    opacity: 1;
}
.dark-theme .logo-light {
    opacity: 0;
}
.dark-theme *::-webkit-scrollbar-thumb {    
    background-color:  rgba(255,255,255,0.1);
}
.dark-theme *::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,0.02);
}
.content {
    /* display: flex; */
}
.subsection {
    padding: 70px;
    border: solid 1px #e3e8ee;
    border-width: 0 0 1px 0;
    transition: all 0.2s ease-in-out;
    min-height: calc(100vh - 70px);
}
.dark-theme .subsection {
    border: solid 1px #3c4257;
    border-width: 0 0 1px 0;
}
.container-fluid {
    padding-right: 0;
}
.sidebar {
    width: 210px;
    height: 100vh;
    border-right: solid 1px #e2e2e2;
    transition: border-color 0.2s ease-in-out;
    overflow-y: none;
    float: left;
}
.main-content {
    overflow-y: auto;
    height: 100vh;
    width: calc(100% - 210px);
    position: relative;
}
.dark-theme .sidebar {
    border-right: solid 1px #3c4257;
}
.inner-content {
    padding-bottom: 100px;
}
.theme-toggle {
    position: relative;
    cursor: pointer;
    width: 45px;
    display: inline-block;
}
.theme-toggle .circle-box {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.07), 0 1px 3px 0 rgba(59,65,94,.1);
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.theme-toggle .bar {
    position: absolute;
    border-radius: 20px;
    background: #e3e8ee;
    height: 15px;
    left: 0;
    right: 0;
    top: 5px;
    width: 100%;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}
.theme-toggle .icon {
    position: absolute;
    top: 5px;
    left: 5px;
}
.theme-toggle .icon svg {
    width: 15px!important;
    height: 15px!important;
    fill: currentColor;
}
.theme-toggle .light-icon {
    color: #efc078;
    transition: transform .5s;
    transform: scaleX(1) scaleY(1) rotate(180deg);
}
.theme-toggle .dark-icon {
    transition: transform .1s;
    color: #7dabf8;
    transform: scaleX(0) scaleY(0) rotate(0deg);
}
.dark-theme .theme-toggle .light-icon {
    transition: transform .1s;
    transform: scaleX(0) scaleY(0) rotate(0deg);
}
.dark-theme .theme-toggle .dark-icon {
    display: inline;
    transition: transform .5s;
    transform: scaleX(1) scaleY(1) rotate(360deg);
}
.dark-theme .theme-toggle .circle-box {
    box-shadow: 0 0 0 1px #2f3d89;
    transform: translateX(20px);
    background-color: #1a1f36;
}
.dark-theme .theme-toggle .bar {
    background: #212d63;
}
body {
    transition: all 0.2s ease-in-out;
}
body.dark-theme {
    background-color: #1a1f36;
    color: #c1c9d2;
}
.sidebar-search {
    height: 29px;
    font-size: 83%;
    display: flex;
    width: 100%;
    border-radius: 4px;
    background: #f7fafc;
    border-color: #e0e0e0;
    color: #999;
    align-items: center;
}
.sidebar-search:focus, .sidebar-search:active {
    outline: none!important;
    box-shadow: none!important;
    background:  #FFF5ED!important;
    color: #666!important;
    border-color: #ddd!important;   
}
.sidebar-search:hover, .sidebar-search:hover {
    background:  #FFF5ED!important;
    color: #666!important;
    border-color: #ddd!important;   
    outline: none!important;
    box-shadow: none!important; 
}

.dark-theme .sidebar-search {
    height: 29px;
    font-size: 83%;
    display: flex;
    width: 100%;
    border-radius: 4px;
    background: #2a2f45;
    border-color: #333f51;
    color: #999;
    align-items: center;
}
.dark-theme .sidebar-search:focus, .dark-theme .sidebar-search:active {
    outline: none!important;
    box-shadow: none!important;
    background:  #212d63!important;
    color: #ddd!important;
    border-color: #333f51!important;   
}
.dark-theme .sidebar-search:hover, .dark-theme .sidebar-search:hover {
    background:  #212d63!important;
    color: #ddd!important;
    border-color:  #333f51!important;   
    outline: none!important;
    box-shadow: none!important; 
}
a {
    color: #6c8eef;
}
a:hover {
    text-decoration: none;
}
.dark-theme a {
    color: #6c8eef;
}
.sidebar-search svg {
    fill: currentColor;
}
.nav-link svg {
    fill: currentColor;
}
.top-menu {
    font-size: 92%;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 70px;
}
.menu-scroll {
    overflow-y: auto;
    height: calc(100vh - 106px);   
    margin-right: 2px; 
    margin-left: -15px;
}
.main-menu {
    padding: 0;    
    position: relative;
    margin-top: 20px;
    padding-right: 20px;    
}
.main-menu li {
    list-style: none;
}
.main-menu li a {
    display: block;
    padding: 2px 15px;
    color: #6b768a;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}
.dark-theme .main-menu li a {
    color: #92a3b5;
}
.main-menu li a:hover {
    color: #333;
}
.dark-theme .main-menu li a:hover {
    color: #f7fafc;
}
.main-menu li a.current, .main-menu li a.current:hover {
    background-color: #FFF5ED;
    color: #FF6016;
    border-radius: 0 8px 8px 0;
}
.dark-theme .main-menu li a.current, .dark-theme .main-menu li a.current:hover {
    background-color: #2a2f45;
    color: #FF6016;
    border-radius: 0 8px 8px 0;
}
.code-box {
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.07);
    margin-bottom: 12px;
    background: #f7fafc;
}
.code-box.dark-theme {
    background: #4f566b;
}
.dark-theme .code-box {
    background: #2a2f45;
}
.dark-theme .code-box.dark-theme {
    background: #3c4257;
}
.code-box .box-header {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #e3e8ee;
    padding: 4px;
}
.code-box.dark-theme .box-header {
    background: #3c4257;
}
.dark-theme .code-box .box-header {
    background: #3c4257;
}
.dark-theme .code-box.dark-theme .box-header {
    background: #4f566b;
}
.code-box .box-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #4f566b;
    padding: 8px;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.code-box.dark-theme .box-title {
    color: #a3acb9;
}
.dark-theme .code-box .box-title {
    color: #a3acb9;
}
.dark-theme .code-box.dark-theme .box-title {
    color: #a3acb9;
}
.code-box pre {
    font-family: Menlo,Consolas,monospace;
    margin: 0;
    color: #c1c9d2;
    font-size: 14px;
    padding: 5px 15px;
}
.SelectClientLibrary {
    box-shadow: 0 0 0 1px rgba(0,0,0,.07);
    border-radius: 8px;
}
.SelectClientLibrary * {
    transition: all 0.2s ease-in-out;
}
.dark-theme .SelectClientLibrary {
    box-shadow: rgba(255, 255, 255, 0.15) 0px 0px 0px 1px;
}
.SelectClientLibrary-topbar {
    background: #e3e8ee;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 12px;
    color: #4f566b;
    letter-spacing: .01em;
    background: none;
}
.SelectClientLibrary-title {
    color: #697386;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.SelectClientLibrary-langs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}
.SelectClientLibrary-lang {
    padding: 8px;
    width: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid transparent;
}
.SelectClientLibrary-install {
    background: #f7fafc;
    border-top: 1px solid #e3e8ee;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.2s ease-in-out;
}
.dark-theme .SelectClientLibrary-install {
    background: #2a2f45;
}
.InstallClientLibrary {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.InstallClientLibrary-code {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}
.InstallClientLibrary-links {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    padding: 0 8px;
    margin-left: auto;
}
.InstallClientLibrary-links .ClickToCopy, .InstallClientLibrary-links a, .InstallClientLibrary-links a:visited {
    cursor: pointer;
    display: flex;
    color: #FF6016;
    padding: 0;
    padding-right: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: .33px;
    text-transform: uppercase;
    border: none;
    background: none;
}
.SVG--color--blue200 {
    color: #a4cdfe;
}
.LangIcon {
    justify-content: center;
    display: grid;
}
.SelectClientLibrary-lang-name, .SelectClientLibrary-lang-name:visited {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
    color: #697386;
}
.php .SelectClientLibrary-lang[data-type=php] {
    border-bottom: 2px solid #7dabf8;
}
.curl .SelectClientLibrary-lang[data-type=curl] {
    border-bottom: 2px solid #7dabf8;
}
.lang-switch {
    display: none;
    transition: all 0.2s ease-in-out;
}
.php .lang-switch.php {
    display: inherit;
}
.curl .lang-switch.curl {
    display: inherit;
}
.InstallClientLibrary-code {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0;
}
.InstallClientLibrary-code .CodeBlock {
    padding-right: 0;
}
.include-prompt code.language-bash:before {
    content: "$ ";
    color: #c1c9d2;
}
.dark-theme .include-prompt code.language-bash:before {
    color: rgb(79, 86, 107);
}

.InstallClientLibrary .CodeBlock-scroll, .InstallStripeJava .CodeBlock-scroll {
    flex-grow: 1;
    overflow-x: auto;
    margin: 0;
    height: 100%;
    color: #2a2f45;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    padding: 0 12px;
    color: #697386;
    padding-right: 32px;
    display: flex;
    flex-direction: row;
    position: relative;
    font-size: 13px;
    line-height: 19px;
    min-height: inherit;
    max-height: inherit;
    overflow-y: auto;
    padding-top: 0;
    padding-bottom: 0;
}
pre.CodeBlock-pre {
    flex-grow: 1;
    overflow-x: auto;
    margin: 0;
    height: 100%;
    color: #2a2f45;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    padding: 0 12px;
    transition: all 0.2s ease-in-out;
}
.dark-theme pre.CodeBlock-pre {
    color: #a3acb9;
}
.InstallClientLibrary-links a .SVG {
    margin-right: 4px;
}
.SVG--color--blue500 {
    color: #FF6016;
}
.SVG--color--blue500 svg {
    fill: currentColor;
}
.SVG--color--blue200 {
    color: #a4cdfe;
}
.SVG--color--blue200 svg {
    fill: currentColor;
}
button:focus, button:active {
    box-shadow: none!important;
    outline: none!important;
}
.dark-theme .SelectClientLibrary-install {
    border-top: 1px solid #3c4257;
}
.dark-theme .php .SelectClientLibrary-lang[data-type=php] {
    border-bottom: 2px solid #3d4eac;
}
.dark-theme .curl .SelectClientLibrary-lang[data-type=curl] {
    border-bottom: 2px solid #3d4eac;
}
.group-head {
    text-transform: uppercase;
    color: #2a2f45;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 8px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .01em;
    padding-left: 15px;
    transition: all 0.2s ease-in-out;
}
.dark-theme .group-head {
    color: #f7fafc;    
}
.anchor {
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    color: #c1c9d2;
}
.dark-theme .anchor {
    color: #4f566b;
}
.anchor svg {
    fill: currentColor;
    width: 12px;
    height: 12px;
}
.sidebar-group.closed .main-menu {
    display: none;
}
.sidebar-group.closed .anchor {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}
.box-copy {
    color: #5d92d3;
    padding: 9px 10px;
    margin: -4px;
    border-radius: 0 7px 0 0;
    cursor: pointer;
}
.dark-theme .box-copy {
    color: #a4cdfe;
}
.box-copy svg {
    fill: currentColor;
}
.box-copy:hover {
    background-color: rgba(255,255,255,0.2);
}
.dark-theme .box-copy:hover {
    background-color: rgba(0,0,0,0.1);
}
.box-tab {
    padding-right: 5px;
    margin-right: 5px;
    border-right: solid 1px rgba(0,0,0,0.2);
}
.dark-theme .box-tab {
    border-right: solid 1px rgba(255,255,255,0.5);
}
.box-tab select, .box-tab select:focus, .box-tab select:active {
    border: none;
    background: transparent;
    color: #4f566b;
    font-size: 80%;
    font-weight: 600;
    outline: none;
    text-align-last: right;
}
.dark-theme .box-tab select, .dark-theme .box-tab select:focus, .dark-theme .box-tab select:active {
    color: rgba(255,255,255,0.7);
}
.box-tab select option {
    border: none;
    background: transparent;
    color: #333;
    font-size: 14px;
}
.attribute-title {
    font-family: Menlo,Consolas,monospace;
    font-weight: 600;
    color: #3c4257;
    font-size: 90%;
    transition: all 0.2s ease-in-out;
}
.dark-theme .attribute-title {
    color: #e3e8ee;
}
.attribute-type {
    font-family: Menlo,Consolas,monospace;
    font-weight: 600;
    color: #8792a2;
    font-size: 90%;
}
.attribute-desc {
    font-size: 90%;
}
.attribute-row {
    padding: 8px 0;
    margin: 8px 0;
    border-top: solid 1px #e3e8ee;
    transition: border-color 0.2s ease-in-out;    
}
.dark-theme .attribute-row {
    border-top: solid 1px #3c4257;
}
.hljs, .dark-theme .hljs {
    background: transparent;
    line-height: 1.5;
    font-size: 12px;
    font-family: Menlo,Consolas,monospace;
    padding: 10px 0;
}
.line-numbers {
    padding: 15px 5px;
    font-size: 12px;
    line-height: 1.5;
    font-family: Menlo,Consolas,monospace;
    color: #697386;
    margin-left: 10px;
}
.line-numbers span {
    display: block;
}
.inline-code {
    color: #2a2f45;
    background: #f7fafc;
    padding: 0 3px;
    margin: 0 1px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.05);
    font-weight: 500;
    font-size: .9em;
}
.dark-theme .inline-code {
    color: #f7fafc;
    background: #2a2f45;
    border-color: #ffffff14;
}
li.parent ul {
    display: none;
}
li.open ul {
    display: block;
}
.main-menu li ul li a {
    margin-left: -40px;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.subsection .subsection {
    border-bottom-width: 0;
    border-top-width: 1px;
    padding-left: 0;
    padding-right: 0;
}
.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 10px;
}
.IntroSection-pre {
    overflow: visible;
}
.two-blocks .curl .code-blocks, .two-blocks .php .code-blocks {
    max-height: calc(70vh - 52px);
    overflow: auto;
}
.two-blocks .response .code-blocks {
    max-height: calc(70vh - 52px);
    overflow: auto;
}
.popup {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(82,95,127,.25)
}
.dark-theme .popup-overlay {
    background: rgba(82,95,127,.25);
}
.popup-content {
    width: 500px;
    margin: auto;
    margin-top: 60px;
    border-radius: 8px;
    background: #fff;
    z-index: 1;
    position: relative;
    box-shadow: 0 15px 35px 0 rgba(59,65,94,.1);
}
.dark-theme .popup-content {
    box-shadow: 0 15px 35px 0 rgba(0,0,0,.25);
}
.dark-theme .popup-content {
    background: #1a1f36;
    border: 1px solid #3c4257;
}
.search-container {
    display: flex;
    padding: 16px 0 16px 12px;
    align-items: center;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}
.dark-theme .search-container {
    background-color: #1a1f36;
}
.search-icon {
    margin-right: 12px;
    color: #c1c9d2;
}
.search-icon svg {
    fill: currentColor;
}
.search-container input {
    width: 100%;
    color: #697386;
    caret-color: #7dabf8;
    background: transparent;
    border: none;
    outline: none;
}
.search-container input:focus, .search-container input:hover, .search-container input:active {
    outline: none;
    box-shadow: none;
}
.popup-result {
    padding: 8px 8px 0;
    border-top: 1px solid #e3e8ee;
}
.dark-theme .popup-result {
    border-top: 1px solid #3c4257;
}
.result-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #8792a2;
    margin-left: 4px;
    margin-bottom: 8px;
}
.result-row {
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #697386;
    cursor: pointer;
}
.dark-theme .result-row {
    color: #fff;
}
.result-rows {
    padding-bottom: 10px;
    height: calc(100vh - 230px);
    overflow: auto;
}
.result-row.row-focus {
    background-color: #FF6016;
    color: #fff;
}
.result-row label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 92%;
    cursor: pointer;
}
.result-row .desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    font-size: 92%;
    margin: 0;
    display: none;
}
.result-row.row-focus .desc {
    display: block;
}
.result-content {
    padding-right: 10px;
    width: calc(100% - 16px);
}
.enter-icon svg {
    fill: currentColor;
}
svg {
    fill: currentColor;
}
.popup-footer {
    color: #8792a2;
    padding: 3px 8px 3px 16px;
    font-size: 90%;
}
.dark-theme .popup-footer {
    background: #212d63;
}
.enter-icon {
    transform: scaleY(-1);
    display: inline-block;
}
.result-content .text-muted {
    color: #a3acb9!important;
    font-weight: 400;
}
.label-title_ {
    display: none;
}
.result-rows .loading {
    padding: 5px;
    opacity: 0.9;
    font-size: 90%;
    display: flex;
    align-items: center;
}
.result-rows .loading img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}
  
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.hljs-keyword {
    font-weight: normal!important;
}
.dark-theme .hljs-keyword {
    color: #ffabdb;
}
.hljs-keyword, .hljs-selector-tag, .hljs-literal, .hljs-title, .hljs-section, .hljs-doctag, .hljs-type, .hljs-name, .hljs-strong {
    font-weight: normal;
}
.dark-theme .hljs-keyword, .dark-theme .hljs-selector-tag, .dark-theme .hljs-literal, .dark-theme .hljs-title, .dark-theme .hljs-section, .dark-theme .hljs-doctag, .dark-theme .hljs-type, .dark-theme .hljs-name, .dark-theme .hljs-strong {
    font-weight: normal;
}
.feedback-box {
    position: relative;
}
.feedback-box .loading-spin {
    display: none;
}
.feedback-box.loading .loading-spin {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    text-align: right;
    padding: 11px 25px;    
}
.dark-theme .feedback-box.loading .loading-spin {
    background:  rgba(0,0,0,0.6);
}
.spin-icon {
    font-family: 'Material Icons';
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    display: inline-block;
    font-size: 23px;
}
.dark-theme .h1, .dark-theme .h2, .dark-theme .h3, .dark-theme .h4, .dark-theme .h5, .dark-theme .h6, .dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 {
    color: #f7fafc;
}
.alert-success h4 {
    color: #155724;
}
.child-attributes-container {
    margin-bottom: 5px;
    margin-top: 15px;
}
.child-attributes-container .toogle {
    color: #697386;
    border-bottom: none;
    display: inline-block;
    padding: 6px 10px;
    cursor: pointer;
    text-transform: none;
    font-size: 14px;
    border: solid 1px #e3e8ee;
    border-radius: 16px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}
.dark-theme .child-attributes-container .toogle {
    color: #a3acb9;
    border: solid 1px #3c4257;
}
.child-attributes-container.open .toogle{
    border-radius: 16px 16px 0 0;
    width: 100%;
}
.child-attributes-container .toogle svg {
    margin-right: 5px;
    transition: transform 0.2s ease-in-out;
}
.child-attributes-container .toogle:hover {
    color: #2a2f45;
}
.dark-theme .child-attributes-container .toogle:hover {
    color: #f7fafc;
}
.child-attributes-container .toogle .toogle-open {
    display: none;
}
.child-attributes-container.open .toogle .toogle-open {
    display: block;
}
.child-attributes-container.open .toogle .toogle-close {
    display: none;
}
.child-attributes-container .child-attributes {
    border: solid 1px #e3e8ee;
    border-top: none;
    transform-origin: top center;
    transform: scaleY(0);
    transition: all 0.1s ease-in-out;
    opacity: 0;
    height: 0;
}
.dark-theme .child-attributes-container .child-attributes {
    border-color: #3c4257;
}
.child-attributes-container.open .child-attributes {
    transform: scaleY(1);
    opacity: 1;
    height: auto;
    border-radius: 0 0 16px 16px;
}
.child-attributes-container.open .toogle svg {
    transform: rotate(45deg);
}

.child-attributes .child-attribute {
    padding: 16px 10px;
    border-bottom: solid 1px #e3e8ee;
    transition: border-color 0.2s ease-in-out;
}
.dark-theme .child-attributes .child-attribute {
    border-bottom: solid 1px #3c4257;
}
.child-attributes .child-attribute:last-child {
    border-bottom: none;
}
.toogle-close, .toogle-open {
    user-select: none;
}
.display-inline {
    display: inline!important;
}
.dark-theme .alert-warning {
    color: #ffffff;
    background-color: rgba(186, 144, 54, 0.71);
    border-color: #bd8e00;
    transition: all 0.2s ease-in-out;
}
.dark-theme .alert-warning code {
    color: #ffa2cd;
}
.menu-scroll {
    overflow-y: hidden;
}
.menu-scroll:hover {
    overflow-y: auto;
}
