﻿/*
 * ******************************************************************
 * Copyright (c) 2024-2025 Broadcom. All Rights Reserved.
 * Broadcom Confidential. The term "Broadcom" refers to Broadcom Inc.
 * and/or its subsidiaries.
 * ******************************************************************
 */

body {
    color: #565656;
}

.header h1 {
    margin: 0;
}
.header h1 img {
    height: 1rem;
    width: auto;
    margin-left: 1.5rem;
}

.main-container {
    display: block;
    overflow-x: hidden;
    background: #ffffff;
}

.main-container .content-container .content-area {
    overflow-y: visible;
    padding-top: 0px;
    font-size: .7rem;
}

.content-container {
    background: #ffffff;
}

.learn-more {
    padding-right: .05rem;
}

.vsphere-docker {
    background-color: rgba(159,180,198,0.16);
}

.vsphere-docker-instruction.collapse {
    display: none;
}

.vsphere-docker.dropdown-menu {
    background-color: #fff;
}

.animationbg {
    background-image: url('../images/view-top.svg');
    background-repeat: repeat-x;
    background-color: #eef7fc;
}

.video {
    width: 100%;
}

.no-padding {
    padding: 0rem !important;
}

.btn-download-checksum {
    padding-left: .15rem;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0rem;
    margin-inline-end: 0rem;
    padding-inline-start: .5rem;
    list-style-position: initial;
}

li {
   margin-top: 10px;
}

.content-container {
    background: url('../images/background.svg') no-repeat top center #ffffff;
    background-size: contain;
}

.asciinema-player-wrapper .asciinema-player {
    border-radius: .15rem;
}

@media only screen and (min-width: 768px) {

    .main-content {
        width: 50rem;
        margin: 0 auto;
    }

    .top-img {
        width: 40rem;
        background-repeat: repeat-x;
    }

    .docker-harbor {
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 576px) {

    .main-content {
        width: 15rem;
        margin: 0 auto;
    }

    .top-img {
        width: 15rem;
        background-repeat: repeat-x;
        padding-top: 1rem;
    }

    .docker-harbor {
      margin-top: 1rem;
    }
}

.btn-download {
    padding-left: 1rem;
    padding-right: 1rem;
}

.dropdown .dropdown-toggle.btn{
    padding-left: .1rem;
    padding-right: 1rem;
    outline: none;
}

.description {
    min-height: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.margin-top-1rem {
  margin-top: 1rem;
}

.margin-top-5rem {
  color: #00afff;
  margin-top: 5rem;
}

.description h2 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #565656;
}

.description h3 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #565656;
}

.description p {
    margin-top: .5rem;
    font-size: .7rem;
}

.description .download-container {
    margin-top: .5rem;
}

.dropdown .caret{
    display: none;
}

.dropdown.open .caret-up{
    display: inherit;
}

.dropdown.hide .caret-down{
    display: inherit;
}

.expand-toggle {
    padding: .1rem;
}
.expand-toggle .caret{
    display: none;
}

.expand-toggle.open .caret-up{
    display: inherit;
}

.expand-toggle.hide .caret-down{
    display: inherit;
}

.command-text {
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    background-color: #F0F0F0;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
}
.tooltip-content {
    /* Using Clarity's original font for tooltip, else it inherits the font from it's parent element
    and text overflows to second line.*/
    font-family: Metropolis, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.command-text:hover {
    cursor: pointer;
}

.commandCopiedToast {
    display: inline-block;
    position: absolute;
    background-color: #214521;
    color: white;
    font-weight: normal;
    font-size: small;
    padding: 0 0.2rem 0 0.1rem;
    border-radius: 5px;
}

.commandCopiedToastContent {
    margin: 0 0.2rem;
}

.commandCopiedToastIcon {
    margin-bottom: 0.11rem;
}

.btn.btn-copy-command {
    padding: 0rem;
    min-width: auto;
}

.align-center {
    text-align: center;
}

footer {
    margin-top: 1.5rem;
    background: #ffffff;
    font-size: 0.5rem;;
}

footer h2 {
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

footer a.block {
    font-size: inherit;
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
}

.radioAlignment {
    display: flex;
    justify-content: space-between;
    width: 30%;
    margin-top: 10px;
}

.radio-label {
    color: #565656 !important;
}

.collapsible {
    background-color: aliceblue;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 0.5px solid hsl(198, 14%, 82%);;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible clr-icon {
    margin-right: 12px;
    transform: rotate(90deg);
}

.collapsible.active clr-icon {
    transform: rotate(180deg);
}

.active, .collapsible:hover {
    background-color: hsl(198, 100%, 95%);
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: hsl(198, 36%, 96%);
}

.dropdown .dropdown-kubectl-toggle {
    padding-left: .1rem;
    padding-right: 1rem;
    outline: none;
}

.dropdown-item-kubectl {
    border: none;
    background-color: transparent;
}

.dropdown-item-kubectl:hover {
    cursor: pointer;
    background-color: hsl(198, 100%, 95%);
}

.margin-unset {
    margin: unset;
}

code {
    color: #333;
    font-family: 'Courier New', Courier, monospace;
}

pre {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    overflow-x: auto;
    white-space: pre-wrap;
}

.os-script {
    color: #565656;
}

.dropdown-item.selected,
.dropdown-item-kubectl.selected {
    background-color: rgb(224, 246, 255);
}

#error-alert{
    display: flex;
}

#error-alert li .alert-text{
    font-size: 16px;
    line-height: 1.5;
}