/* enterprise header and footer overwrite */
html body {
    overflow:visible !important;
    overflow-x:visible !important;
}
html .support-footer.js-support-footer {
    margin-top:0px;
}
html #block-supporttabmenu {
    display:none;
}
.sm-tailwindcss input[type="radio"], .sm-tailwindcss input[type="checkbox"] {
    margin-top:0px !important;
}
.sm-tailwindcss .page-base {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    max-width:1660px;
    padding-left:15px;
    padding-right:15px;
}
@media (min-width: 768px) {
    .sm-tailwindcss .page-base {
        padding-left:30px;
        padding-right:30px;
    }
}
.sm-tailwindcss .page-base {
    max-width:1024px;
    flex-grow:1;
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top:3.5rem;
    padding-top:56px;
    padding-bottom:3.5rem;
    padding-bottom:56px;
}
/* #root{
    height: 100%;
} */
/* 
.sm-sticky-footer-header {
    z-index: 1;
}

.sm-header {
    position: relative;
    z-index: 12;
}

.sm-header.global-menu {
    margin-bottom: -90px;
} */
/* .sm-header.global-menu {
    height: 1px;
    overflow: visible;
}

.sm-header.global-menu .sm-container {
    height: 1px;
} */
/* .sm-header.global-menu .sm-container {
    position: relative;
} */
@media (max-width: 991px) {
    .sm-tailwindcss .sm-header.global-menu .sm-navbar-end {
        margin-right:54px;
    }
}
/* 
.sm-header .addition-menu {
    display: flex;
    align-items: center;
    margin-right: -15px;
}

.sm-header .addition-menu-item {
    display: block;
    height: 100%;
}
.sm-header .addition-menu-content {
    position: absolute;
    right: 0;
    padding: 15px;
    background: #fff;
    font-size: 13px;
    width: 320px;
    box-shadow: 0 4px 4px 1px rgb(0 0 0 / 20%);
    top: 100%;
}
.sm-header .addition-menu-trigger {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sm-header .addition-menu-trigger svg {
    width: 26px;
    height: 26px;
}

.sm-header .addition-menu-item.search .addition-menu-trigger svg {
    width: 23px;
    height: 23px;
    margin-right: -2px;
}

.sm-header .addition-menu-item.account .title {
    font-size: 21px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.sm-header .addition-menu-item.account .sm-list {
    margin-bottom: 10px;
    margin-top: 10px;
}

.sm-header .addition-menu-item.account .sm-list li{
    margin-top: 3px;
}

.sm-header .addition-menu-content .sm-btn {
    width: 100%;
    margin-bottom: 10px;
}


@media (max-width: 991px) {
    .sm-header .addition-menu {
        right: 45px;
    }
}

@media (max-width: 767px) {
    .sm-header .addition-menu {
        right: 35px;
    }
} */
.sm-tailwindcss .panel {
    border-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(234 234 232 / var(--tw-border-opacity));
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sm-tailwindcss .panel:not(:last-of-type) {
    margin-bottom:1.5rem;
    margin-bottom:24px;
}
.sm-tailwindcss .panel-inner {
    position:relative;
    padding-top:1.5rem;
    padding-top:24px;
    padding-bottom:1.5rem;
    padding-bottom:24px;
    padding-left:1.5rem;
    padding-left:24px;
    padding-right:1.5rem;
    padding-right:24px;
}
.sm-tailwindcss .panel-t-r {
    position:absolute;
    top:0px;
    right:0px;
}
.sm-tailwindcss .panel-close {
    height:2rem;
    height:32px;
    width:2rem;
    width:32px;
    --tw-text-opacity:1;
    color:rgb(152 152 154 / var(--tw-text-opacity));
    text-indent: -9999px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23898a8d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.sm-tailwindcss .callout {
    border-width:1px;
    border-left-width:4px;
    padding-top:0.5rem;
    padding-top:8px;
    padding-bottom:0.5rem;
    padding-bottom:8px;
    padding-left:1rem;
    padding-left:16px;
    padding-right:1rem;
    padding-right:16px;
    text-align:left;
    font-size:1rem;
    font-size:16px;
    line-height:1.5rem;
    line-height:24px;
    line-height:1.375;
}
.sm-tailwindcss .callout--warning {
    --tw-border-opacity:1;
    border-color:rgb(255 173 0 / var(--tw-border-opacity));
}
.sm-tailwindcss .callout--danger {
    --tw-border-opacity:1;
    border-color:rgb(150 25 25 / var(--tw-border-opacity));
}
/* .callout-inner {
    @apply border border-gray-300 border-l-0 py-2 px-4 text-base leading-snug;
} */
.sm-tailwindcss .callout-icon {
    margin-right:0.25rem;
    margin-right:4px;
    display:inline-block;
    height:1.5rem;
    height:24px;
    width:1.5rem;
    width:24px;
    vertical-align:text-bottom;
}
.sm-tailwindcss .callout-title {
    margin-left:0.25rem;
    margin-left:4px;
    display:inline-block;
    font-size:1.125rem;
    font-size:18px;
    line-height:1.75rem;
    line-height:28px;
    font-weight:600;
}
.sm-tailwindcss .callout--danger .callout-icon, .sm-tailwindcss .callout--danger .callout-title {
    --tw-text-opacity:1;
    color:rgb(150 25 25 / var(--tw-text-opacity));
}
.sm-tailwindcss .callout--warning .callout-icon, .sm-tailwindcss .callout--warning .callout-title {
    --tw-text-opacity:1;
    color:rgb(255 173 0 / var(--tw-text-opacity));
}
.sm-tailwindcss .cus-sign-up-hero {
    background-image: url('https://www.supermicro.com/sites/default/files/2021-12/news-banner.jpg');
    /* background: linear-gradient(90.04deg, rgba(0, 58, 112, 0.6) 0.04%, rgba(24, 98, 150, 0.6) 60.93%, rgba(0, 138, 216, 0.6) 99.96%), url('https://www.supermicro.com/sites/default/files/2020-05/systems-management-software-banner.jpg'); */
}
/* .cus-sticky-footer.cus-sticky-footer--out {
    background-image: url('https://www.supermicro.com/sites/default/files/2021-11/sc21-banner-delta-ceo-homepage_2050x650px.jpg');
    @apply bg-no-repeat bg-cover bg-center;
} */
/* .cus-sticky-footer.cus-sticky-footer--out .sm-header{
    @apply bg-transparent;
}
.cus-sticky-footer.cus-sticky-footer--out .sm-footer{
    @apply bg-transparent;
} */
.sm-tailwindcss .subnav{
    height: 50px;
    --tw-bg-opacity:1;
    background-color:rgb(0 34 72 / var(--tw-bg-opacity));
    text-align:center;
    font-size:1rem;
    font-size:16px;
    line-height:1.5rem;
    line-height:24px;
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity));
}
.sm-tailwindcss .subnav-container {
    position:relative;
    height:100%;
}
.sm-tailwindcss .subnav-site{
    line-height: 1;
    font-size: 16px;
    width: 128px;
    text-align: center;
    position:absolute;
    left:0px;
    top:50%;
    --tw-translate-y:-50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-weight:600;
}
.sm-tailwindcss .subnav-site span{
    display: inline-block;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
    top: 50%;
}
.sm-tailwindcss .subnav-site::before{
    content: '';
    height: 10px;
    left: 15px;
    position:absolute;
    top:50%;
    width:1px;
    --tw-translate-y:-50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.sm-tailwindcss .subnav-tabs {
    display:flex;
    height:100%;
    justify-content:center;
    justify-items:stretch;
}
.sm-tailwindcss .subnav-tabs li {
    margin:0px;
    display:flex;
    justify-items:center;
}
.sm-tailwindcss .subnav-tabs li a {
    display:block;
    height:100%;
    padding-left:1.5rem;
    padding-left:24px;
    padding-right:1.5rem;
    padding-right:24px;
    font-size:1.125rem;
    font-size:18px;
    line-height:1.75rem;
    line-height:28px;
    font-weight:600;
    line-height: 50px;
}
.sm-tailwindcss .sm-form-row {
    flex-direction:row;
    flex-direction:column;
}
.sm-tailwindcss .form-footer {
    margin-top:3rem;
    margin-top:48px;
    display:flex;
    justify-content:center;
    text-align:center;
}
.sm-tailwindcss .form-footer-left {
    margin-top:3rem;
    margin-top:36px;
    display:flex;
    justify-content:flex-start;
    text-align:center;
}
.sm-tailwindcss .form-section-divider {
    border-width: 1px;
    color: #eaeae8;
    margin-top: 32px;
}
.sm-tailwindcss .form-section {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    max-width:1660px;
    padding-left:15px;
    padding-right:15px;
}
@media (min-width: 768px) {
    .sm-tailwindcss .form-section {
        padding-left:30px;
        padding-right:30px;
    }
}
.sm-tailwindcss .form-section {
    max-width:1024px;
    flex-grow:1;
    --tw-bg-opacity:1;
}
.sm-tailwindcss .form-text-warning{
    font-weight: 600;
}
.sm-tailwindcss .form-section-title{
    display: flex;
    justify-content: space-between;
}
.sm-tailwindcss .form-section-toggle{
    font-size: 20px;
    display: flex;
    justify-content: center;
    width:24px;
    height: 24px;
}
.sm-tailwindcss .form-section-toggle:hover{
    color: #961919;
    cursor: pointer;
}
.sm-tailwindcss .form-section-toggle-down{
    rotate: -90deg;
}
.sm-tailwindcss .form-section-toggle-up{
    rotate: 90deg;
}

@media (min-width: 768px) {
    .sm-tailwindcss .sm-form-row {
        flex-direction:row;
    }
    .sm-tailwindcss .sm-form-row {
        gap:4rem;
        gap:64px;
    }
}
.sm-tailwindcss.page-email-preferences .sm-form-row {
    margin-bottom:2.5rem;
    margin-bottom:40px;
    flex-direction:row;
}
@media (min-width: 768px) {
    .sm-tailwindcss.page-email-preferences .sm-form-row {
        gap:1.5rem;
        gap:24px;
    }
}