@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  em, strong, button, blockquote, small, strike, sub, sup, tt,  */
*,
*:before,
*:after {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    padding: 0;
    margin: 0;
}

img,
svg {
    display: block;
    max-width: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.container {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

header {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1;
}

header .container {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

header .logo {
    max-width: 25%;
    width: 100%;
    padding: 15px 0;
}

header .logo a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration: unset;
    color: #000;
    line-height: 1.2;
}

header .logo a img {
    border-radius: 5px;
    margin-right: 10px;
    max-width: 40px;
}

header .app-title {
    max-width: 75%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.app-title {
    padding: 15px;
}

.app-title h1 {
    font-size: 16px;
    font-weight: 300;
}

.app-title a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-decoration: unset;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    background-color: #4a5abf;
}

.app-info {
    height: calc(100vh - 112px);
}

.app-info .container {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    height: 100%;
}

.app-info .left {
    padding: 40px 0;
    max-width: 25%;
    width: 100%;
    position: sticky;
    top: 71px;
}

.app-info .left ul {
    list-style: none;
    padding-left: 0;
    padding-right: 15px;
}

.app-info .left ul li a {
    text-decoration: unset;
    color: rgb(77, 77, 77);
    padding: 10px 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.app-info .left ul li.active a {
    color: #4a5abf;
}

.app-info .right {
    height: 100%;
    max-width: 75%;
    width: 100%;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.app-info .right .app-title {
    display: none;
}

.app-info .right .inner-detail h3,
.app-info .right .inner-detail p,
.app-info .right .inner-detail img,
.app-info .right .inner-detail h4 {
    padding-left: 20px;
    padding-right: 20px;
}

.app-info .right h2 {
    font-size: 18px;
    font-weight: 700;
}

.app-info .right .inner-detail {
    font-size: 14px;
}

.app-info .right .inner-detail h3 {
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.tab-content {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.app-info .right .inner-detail h4 {
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    cursor: pointer;
    padding-right: 30px !important;
    line-height: 1.2;
}

.app-info .right .inner-detail h4:after {
    content: '+';
    display: block;
    position: absolute;
    font-size: 18px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.app-info .right .inner-detail h4.active:after {
    content: '-';
}

.app-info .right .col-wrap {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.app-info .right .inner-detail p {
    padding-bottom: 15px;
}

.app-info .right .inner-detail img {
    /*margin: 15px 0 30px 0;*/
    margin: 15px auto 30px;
}

.app-info .right .inner-detail p b {
    font-weight: 700;
}

.app-info .right .inner-detail p a {
    color: #4a5abf;
    text-decoration: unset;
    word-break: break-all;
}

.app-info .right .inner-detail ul {
    padding-left: 30px;
    /*padding-left: 55px;*/
    list-style: none;
}

/*.app-info .right .inner-detail ul.step {
    list-style: decimal;
}*/

footer {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

footer a {
    text-decoration: unset;
    color: #4a5abf;
    padding-left: 5px;
}

footer p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

footer p svg {
    max-width: 15px;
    height: auto;
    margin-right: 5px;
}

footer p svg path,
footer p svg circle {
    fill: #4a5abf;
}

.app-info .right .inner-detail .col-cont {
    display: none;
}

.app-info .right::-webkit-scrollbar {
    width: 5px;
}

.app-info .right::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 5px;
}

.app-info .right::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.header-btns {
    display: inline-flex !important;
}

.header-btns .header-link {
    margin: 0 2px;
}


@media only screen and (max-width:767px) {
    .app-info .right .app-title {
        display: none;
    }

    header .app-title h1 {
        display: none;
    }

    header .app-title {
        justify-content: end;
        border-left: unset;
        padding: 15px 15px 15px 0;
        max-width: 25%;
    }

    .app-info .left {
        max-width: 100%;
        border: solid 1px rgba(0, 0, 0, 0.1);
        border-top: unset;
        padding: 10px 0;
        position: unset;
    }

    .app-info .left ul {
        padding-left: 15px;
    }

    .app-info .right {
        max-width: 100%;
    }

    header .logo {
        border-left: solid 1px rgba(0, 0, 0, 0.1);
        padding-left: 15px;
        max-width: 75%;
    }

    .app-info {
        height: 100%;
    }

    .tab-content {
        border-bottom: unset;
    }

    .app-info .left ul li a {
        padding: 5px 0;
    }

    .app-info .right .inner-detail h3 {
        font-size: 18px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .app-info .right .inner-detail h4 {
        font-size: 14px;
    }
}

@media only screen and (max-width:550px) {
    header .logo a {
        font-size: 0;
    }

    .app-title a {
        font-size: 12px;
    }

    header .app-title,
    header .logo {
        max-width: 50%;
    }

    .app-info .right .inner-detail h3,
    .app-info .right .inner-detail p,
    .app-info .right .inner-detail img,
    .app-info .right .inner-detail h4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
