﻿/*
 * ******************************************************************
 * Copyright (c) 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;
}

.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;
}

@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: 15rem;
    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;
}
