@import url("https://globalretake.com/style.css?v=7");

body::before,
#cookie-banner,
.nav-toggle {
    display: none !important;
}

html {
    background: #000000;
}

body {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(12, 18, 24, 0.96), rgba(6, 8, 11, 1)),
        #07090c !important;
}

hr,
address {
    display: none;
}

.fastdl-shell {
    margin-bottom: 18px;
}

.fastdl-page-title {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fastdl-index-panel {
    padding: 0;
    overflow: hidden;
}

.fastdl-index-panel > h1 {
    margin: 0;
    padding: 16px 18px 12px;
    border: 0;
    border-bottom: 1px solid #18222d;
    background:
        linear-gradient(180deg, rgba(18, 26, 35, 0.96), rgba(12, 17, 23, 0.98)),
        #10161d;
    color: #b7dfff;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

table#indexlist {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

table#indexlist th,
table#indexlist td {
    text-align: left;
}

table#indexlist tr.indexhead th {
    padding: 11px 14px;
    border-bottom: 1px solid #18222d;
    background: #0f1318;
    color: #8ea6be;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

table#indexlist tr.indexhead th a {
    color: inherit;
    text-decoration: none;
}

table#indexlist td {
    padding: 12px 14px;
    border-bottom: 1px solid #18222d;
    color: #c7d5e0;
    background: rgba(12, 17, 23, 0.72);
    vertical-align: middle;
}

table#indexlist tr.even td,
table#indexlist tr.odd td {
    background: rgba(12, 17, 23, 0.72);
}

table#indexlist tr:hover td {
    background: rgba(24, 34, 45, 0.92);
}

table#indexlist td.indexcolicon {
    width: 40px;
    padding-right: 6px;
}

table#indexlist td.indexcolname {
    font-weight: 700;
}

table#indexlist td.indexcolname a {
    color: #f4f8fc;
}

table#indexlist td.indexcollastmod,
table#indexlist td.indexcolsize,
table#indexlist td.indexcoldesc {
    color: #9fb0c2;
    white-space: nowrap;
}

table#indexlist tr.indexbreakrow th {
    padding: 0;
    border: 0;
    height: 0;
    background: transparent;
}

.sidebar iframe {
    min-height: 320px;
}

@media (max-width: 1024px) {
    .fastdl-page-title {
        font-size: 28px;
    }
}

@media (max-width: 820px) {
    .fastdl-page-title {
        font-size: 24px;
    }
}

@media (max-width: 700px) {
    .sidebar {
        display: block;
    }

    .docs-tabs {
        padding: 10px;
    }

    .docs-tab {
        width: 100%;
    }

    .fastdl-index-panel > h1 {
        padding: 14px;
        font-size: 16px;
    }

    table#indexlist {
        display: block;
        overflow-x: auto;
    }
}
