@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Bruno+Ace+SC&display=swap');

.dropzone {
    min-height: 0px;
    padding: 20px 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.pac-container {
    z-index: 999999 !important;
}

.rack-view {
    padding: 5px;
    border: 2px solid #181515;
    border-radius: 5px;
}

.font-dartnode {
    font-family: "Bruno Ace SC", sans-serif;
}

.rack-view h1 {
    font-size: 14px;
    color: white;
    background-color: #4c1954;
    padding: 5px 2px;
}

.rack-view .inner-rack {
    position: relative;
}

.rack-view .inner-rack .rack-slot {
    padding: 5px;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    height: 50px;
}

.rack-view .inner-rack .rack-device {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 90%;
    background-color: #0b7ec4;
    padding: 12.5px;
}

.rack-view .inner-rack .rack-device.u2 {
    height: 100px;
}

.rack-view .inner-rack .rack-device.u3 {
    height: 150px;
}

.rack-view .inner-rack .rack-device.u4 {
    height: 200px;
}

.unracked-shelf {
    border: 2px dashed rgba(255, 255, 255, .5);
    min-height: 50px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px;
}

.hover-pointer {

}

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

.dash-fast-data {
    background-color: #292935;
    border-bottom: 2px solid #E1E1E1;
    padding: 0px;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

.sales-data {
    display: block;
    padding: 10px;
    text-align: right;
    background-color: #292935;
    margin-bottom: 0px;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.sales-data .form-inline {
    float: left;
    padding: 10px;
    margin-top: 5px;
}

.sales-data .total-sales {
    font-size: 40px;
    font-weight: normal;
    color: white;
}

.sales-data .total-sales b {
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    opacity: .7;
    margin-top: -5px;
    padding-right: 5px;
}

.sales-data .total-sales span {
    vertical-align: super;
    font-size: 16px;
}

.blur-section {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    z-index: 9999;
}

.build-cat {
    background: rgba(0, 0, 0, .25);
    padding: 10px;
    display: table;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}

.build-cat .server-build-header {
    text-align: center;
}

.build-cat .server-build-header p {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding: 20px;
    vertical-align: middle;
}

.build-cat .server-build-header p:not(p:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, .05);
    padding-bottom: 10px;
    padding-top: 10px;
}

.build-cat .server-build {
    display: table-row;
}

.build-cat .server-build:nth-of-type(odd) {
    background: rgba(0, 0, 0, .15);
}

.build-cat .server-build.is-new {
    background: rgba(251, 183, 54, 0.20);
}

.build-cat .server-build.is-hot {
    background: rgba(255, 72, 63, 0.39);
}

.build-cat .server-build:hover {
    background: #38593D;
    transition: .5s;
}

.build-cat .server-build:hover .d-table-cell:first-of-type {
    border-left: 1px solid #319D28;
    transition: .5s;
}

.build-cat .server-build .server-build-cell {
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
}

.build-cat .server-build .server-build-cell:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, .05);
}

.build-cat .server-build .name {
    font-size: 16px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 40px;
}

.build-cat .server-build .price {
    font-weight: bold;
}

.font-pacifico {
    font-family: "Pacifico", serif;
}

.permission-tree ul {
    display: block;
    list-style-type: none;
    margin-top: 5px;
    border-left: 1px solid rgba(255, 255, 255, .25);
    padding: 5px 5px 5px 15px;
}

/* No extra styles on these - let them inherit */
/* Style each menu-box individually */
.menu-box {
    background: white; /* Slightly see-through white */
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    border-radius: 12px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    min-height: 1px;
    /*display: flex;*/
    /*flex-direction: column;*/
    justify-content: space-between;
    margin-right: 10px;
}

img.menu-box-icon {
    height: 2em;
    width: auto;
    padding-right: 10px;
}

img.menu-box-icon-lg {
    height: 4em;
    width: auto;
    display: block;
    text-align: center;
}

.menu-box-inner {
    position: relative;
    z-index: 2;
    border-radius: 12px;
    background: white;
    padding: 10px;
}

.menu-box h1 {
    font-family: halcom, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #222; /* Darker text for white bg */
    margin-bottom: 10px;
}

.menu-box h1 i {
    margin-right: 8px;
    color: #00d084; /* Keep your accent green */
}

.menu-box p {
    font-size: 14px;
    color: #555; /* Softer gray for paragraph text */
    margin-bottom: 10px;
}

.menu-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-box ul li {
    margin-bottom: 8px;
    color: white;
    background: rgba(0, 0, 0, .05);
}

.menu-box ul li a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.menu-box ul li a:hover {
    color: #00d084;
}

.menu-box a.btn {
    margin-top: auto;
    align-self: flex-start;
}

.menu-box img.menu-box-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px);
    opacity: 0.0; /* softer for clean white background */
    z-index: 1;
    transition: 0.5s;
}

.menu-box:hover img.menu-box-img {
    opacity: 0.5;
    filter: blur(10px);
}

/* Show menu on hover */
li:hover > .horizontal-megamenu {
    display: block;
}

.globe-module-container {
    max-width: 600px;
    aspect-ratio: 1 / 1;
    position: relative;
}

.sponsor-number {
    position: absolute;
    width: 100%;
    bottom: 10vh;
    background: rgba(255, 255, 255, .9);
    padding: 20px 10px;
    border-radius: 10px;
    color: #2E2E3A;
}

.sponsor-number h1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/* In your custom.css or relevant stylesheet */
.footer-links-sm li a {
    font-size: 0.875rem; /* This is typically 14px if your base font-size is 16px */
    line-height: 1.5; /* Adjust line-height for better spacing if needed */
}

/* You might also want to adjust padding/margin for li elements if they still feel too close */
.footer-links-sm li {
    margin-bottom: 5px; /* Add some space between list items */
}

.fr-view ul, ol {
    padding: revert !important;
    margin: revert !important;
}

.fr-view ul, ol li {
    padding: revert !important;
    margin: revert !important;
}

.fr-view ul {
    list-style-type: revert !important;
}

/* For article content within main-article (fr-view is from Froala) */
.fr-view {
    color: var(--kb-text-light);
    line-height: 1.6;
}

.fr-view h1, .fr-view h2, .fr-view h3, .fr-view h4, .fr-view h5, .fr-view h6 {
    color: var(--kb-text-light);
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.fr-view p {
    margin-bottom: 1em;
}

.fr-view a {
    color: white;
    text-decoration: none;
}

.fr-view a:hover {
    text-decoration: underline;
}

.fr-view .fr-class-code {
    color: white !important;
    background: #111114 !important;
}

.fr-view pre {
    color: white !important;
    text-shadow: revert !important;
}