body {
    background-color: #EAEAEA !important;
}

.header-share {
    height: 60px;
    background-color: #07101f;
    /* background-image: radial-gradient(50% 100% at 50% .95%, #05225F 0%, rgba(0, 10, 29, 0) 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: "Georama";
    position: sticky;
    top: 0;
    z-index: 9;
}

.header-share-container {
    width: 100%;
    max-width: 1130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    background-image: url("/images/deepfy.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 25px;
}

.download-btn {
    border-radius: 4px;
    background-color: #ffbc00;
    color: #fff;
    height: 34px;
    padding: 2px 20px 3px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex;
}

.container {
    position: relative;
    max-width: 1300px;
    width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.main {
    display: flex;
    justify-content: center;
    width: 1130px;
    margin-bottom: 40px;
}

.content {
    width: 100%;
    max-width: 784px;
}

.sidebar {
    width: 330px;
    min-width: 330px;
    margin-left: 14px;
}

#journey {
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 6px;
    font-family: 'Georama';
}

.box {
    box-sizing: border-box;
    height: auto;
    border: 1px solid rgba(7, 16, 31, 0.15);
    border-radius: 6px;
    background: #FFF;
}

.box-item {
    height: 50px;
    font-family: 'Georama';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #07101F;
    opacity: 0.6;
    border-bottom: 1px solid rgba(7, 16, 31, 0.15);
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
}

.icon {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
}

.icon.download {
    background-image: url("/images/download.svg");
}

.icon.upload {
    background-image: url("/images/upload.svg");
}

.icon.copy-icon {
    background-image: url("/images/copy.svg");
}

.copy {
    font-family: 'Georama';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #07101F;
    opacity: 0.4;
}

pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}

.chart-bg {
    position: absolute;
    top: 0;
}

.navigation-page {
    display: none !important;
}

.show-part {
    display: none;
}

.about-me-container{
    width: calc(100% - 239px)
}

.header-share {
    height: 60px;
    background-color: #07101F;
    /* background-image: radial-gradient(50% 100% at 50% 0.95%, #05225F 0%, rgba(0, 10, 29, 0) 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: 'Georama';
    position: sticky;
    top: 0;
    z-index: 9;
}

.header-share-container {
    width: 100%;
    max-width: 1130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    background-image: url("/images/deepfy.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 25px;
}

.download-btn {
    border-radius: 4px;
    background-color: rgba(255,255,255,.2);
    color: white;
    height: 32px;
    padding: 2px 20px 3px 20px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
    transition: all 200ms ease-out;
}

.download-btn:hover {
    background-color: rgba(255,255,255,.3);
}

.container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.main {
    display: flex;
    justify-content: center;
    width: 1130px;
    margin-bottom: 40px;
    margin-top: 0px !important;
}

.content {
    width: 100%;
    max-width: 784px;
}

.sidebar {
    width: 330px;
    min-width: 330px;
    margin-left: 14px;
}

.sidebar-content {
    position: fixed;
}

.box-banner {
    border: 1px solid rgba(7, 16, 31, 0.15);
    border-radius: 6px;
    padding: 15px;
    background: #FFF;
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    margin: 14px 0;
}

#journey {
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 6px;
    font-family: 'Georama';
    overflow: hidden;
}

.box {
    box-sizing: border-box;
    height: auto;
    border: 1px solid rgba(7, 16, 31, 0.15);
    border-radius: 6px;
    background: #FFF;
    width: 100%;
}

.box-item {
    height: 50px;
    font-family: 'Georama';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: rgba(7, 16, 31, .6);
    border-bottom: 1px solid rgba(7, 16, 31, 0.15);
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
}

.box-item:last-child {
    border-bottom: 0;
}

.box-item:hover {
    color: rgba(7, 16, 31, .5);
}

.icon {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 8px 0 14px;
}

.icon.download {
    background-image: url("/images/download.svg");
}

.icon.upload {
    background-image: url("/images/upload.svg");
}

.icon.copy-icon {
    background-image: url("/images/copy.svg");
}

.copy {
    font-family: 'Georama';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: rgba(7, 16, 31, 1);
    width: 100%;
}

@media screen and (max-width: 991px) {
    .header-share {
        padding: 0 20px;
    }

    .sidebar {
        display: none;
    }
}

@media screen and (max-width: 767px) {
}


@media screen and (max-width: 479px) {
    .header-share-container {
        padding: 0 20px;
        justify-content: center;
    }

    .download-btn {
        display: none;
    }

    .container {
        margin-top: 0 !important;
    }

    .main {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 62px;
    }

    .content {
        width: 100%;
        margin-bottom: 40px;
    }

    .sidebar {
        display: none;
    }
}
