:root {
   --fawi-color: linear-gradient(45deg, #3783c5 50%, #00ccb0 100%)!important;
    --link-color: #20a0bc;
    --menu-color: #000000;
    --title-color: #020814;
    --text-color: #000000;
    --code-bg: #252525;
    --assign-bg: #eeeeee;
    --header-bg: #fff;
    --header-shadow: 0 0 5px 0px #9493936e;
    --bg-color: #fff;
    --color: #000000;
    --menu-expand: #eeeeee;
    --nav-link: #888;
    --black-white: #000;
    --white-black: #fff;
    --return-color: #111;
    --pre-color: #212529;
    --description-color: #494d55;
}

[data-theme="dark"] {
    --fawi-color: linear-gradient(45deg, #3783c5 50%, #00ccb0 100%)!important;
    --link-color: #20a0bc;
    --menu-color: #ffffff;
    --title-color: #fff;
    --text-color: #eee;
    --code-bg: #252525;
    --assign-bg: #555;
    --header-bg: #111;
    --header-shadow: 0 0 5px 0px #9493936e;
    --bg-color: #111;
    --color: #ddd;
    --menu-expand: #eeeeee1f;
    --nav-link: #888;
    --black-white: #fff;
    --white-black: #000;
    --return-color: #111;
    --pre-color: #fff;
    --description-color: #eee;
}




* {
    transition: background-color 0.1s, color 0.1s;
    -moz-transition: background-color 0.1s, color 0.1s;
    -webkit-transition: background-color 0.1s, color 0.1s;
    -o-transition: background-color 0.1s, color 0.1s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
}

html,
body {
    background-color: var(--bg-color);
    color: var(--color);
}

p {
    color: var(--color);
}

.callout-block p {
    color: #eee;
}

#header,
.container,
.branding {
    min-height: 60px;
}

.menu-logo svg {
    display: none;
    fill: var(--title-color);
}

.logo-fawi span {
    color: var(--title-color);
    font-size: 22px;
    display: flex;
    align-items: center;
    transition: all 1s;
}

.dark-mode-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: -webkit-fill-available;
    width: -moz-available;
}

.dark-mode-div label {
    margin: 0;
}

h3,
h6 {
    color: var(--title-color);
}

pre {
    color: var(--pre-color);
}

.header-fawi-logo {
    width: 40px;
    margin-right: 5px;
}

#dark-mode-input {
    display: none;
}

#dark-mode-logo {
    width: 22px;
    cursor: pointer;
}

.dark-active {
    fill: #fff;
}

.navbar-collapse .navbar-nav li a {
    color: var(--title-color)!important;
}

.container {
    max-width: 100%;
}

.doc-content {
    padding-left: 25px;
}

.idHashtag {
    width: 100%;
    color: #494d55!important;
}

.idHashtag:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.inline {
    display: inline!important;
}

.hashtag {
    /*width: 100%;*/
    position: absolute;
    display: none;
    left: 5px;
}

.code_link {
    background: #222!important;
    font-weight: bold;
    padding: 23px 0 5px 0!important;
}

.pre_code {
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    color: #111;
}

.pre_code2 {
    background: #eee;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    padding: 4px 5px;
    border-radius: 5px;
}

.code_p {
    padding-top: 21px;
    padding-bottom: 3px;
}

.code_comment {
    color: slategray;
}

.hashtagIcon {
    width: 14px;
}

.hashtagIcon2 {
    width: 15px;
}

.hashtagText {
    /*margin-left: 30px;*/
    color: var(--title-color);
    transition: all 1s;
}

.doc-wrapper {
    background-color: var(--bg-color)!important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff!important;
}


/*
:root {
  --dout-primary: #fff!important;
}*/

.icon_cog,
.text-highlight {
    color: var(--title-color)!important;
}

.doc-menu .nav-link.active {
    color: #20a0bc!important;
}


/*
.body-ping a {
    color: #3783c5!important;
}*/

.header {
    border-top: none;
    z-index: 2;
}

.header .container {
    background: var(--header-bg);
    height: 100%;
    box-shadow: var(--header-shadow);
}

.header .logo a {
    color: #fff!important;
}

.breadcrumb li a {
    color: #fff!important;
}

.navbar-toggler {
    position: absolute;
    top: 10px;
    right: 20px;
}

.navbar-nav {
    text-align: center;
    align-items: center;
}

.navbar-nav .nav-item {
    padding: 5px 0;
}

svg.body-ping {
    fill: var(--title-color)!important;
    width: 35px;
}

#navigation {
    overflow-y: scroll;
    max-height: 470px;
}

.p-1 {
    padding: 1.25rem!important;
}

.section-block>.section-title {
    word-break: break-all;
}

#topcontrol {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: var(--black-white)!important;
    color: var(--white-black);
    text-align: center;
    display: inline-block;
    z-index: 30;
    width: 46px!important;
    height: 46px!important;
    border-radius: 50%!important;
    padding-top: 6px;
    font-weight: 300;
    cursor: pointer;
}


/*#topcontrol:hover {
    background: #434e5e;
    color: #fff
}*/

#topcontrol .fas {
    font-size: 25px
}

.svg-inline--fa {
    font-size: 22px!important;
}

body {
    line-height: 2.0!important;
}

.footer {
    background: #f9f9fb;
    color: white!important;
}

footer>div>small {
    display: none;
}

.callout-block.callout-warning {
    background: linear-gradient(45deg, #3783c5 50%, #00ccb0 100%) !important;
}

.callout-block.callout-danger {
    background: #d96557 !important;
}

.icon-holder {
    opacity: 0.9;
}

.callout_link {
    color: #fff!important;
    text-decoration: underline;
}

.imgTutorial {
    width: 200px;
    height: 350px;
    box-shadow: 0 0 2px 0 grey;
}

.content-inner h3 {
    font-size: 20px;
    font-weight: bold;
}

.content-inner h6 {
    font-size: 14px;
    font-weight: bold;
}

.send_msg_img {
    width: 300px;
}

#btnFawiNative {
    position: inherit!important;
    top: 0!important;
    right: 0!important;
}

@media screen and (min-width: 416px) and (max-width: 769px) {
    .imgTutorial {
        width: 160px;
        height: 280px
    }
}

@media screen and (min-width: 362px) and (max-width: 415px) {
    .imgTutorial {
        width: 125px;
        height: 220px
    }
    .spanImgTutorial {
        text-align: center;
    }
    .send_msg_img {
        margin-left: -39px;
    }
}

@media screen and (min-width: 768px) {
    .loader {
        padding-left: 225px;
    }
}

@media screen and (max-width: 766px) {
    .dark-mode-div {
        margin-right: 60px;
    }
}

@media screen and (max-width: 361px) {
    .imgTutorial {
        width: 107px;
        height: 190px
    }
    .spanImgTutorial {
        text-align: center;
    }
    .send_msg_img {
        margin-left: -39px;
    }
    ol,
    ul {
        padding: 0 0px 0 32px;
    }
}


/* -------------------------------- SCROLL BAR ----------------------------------*/


/*
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 0 solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    /*-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);*/
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}


/* ----------------------------------- Code Colors -----------------------------------*/

.token.keyword {
    color: #0e6d80!important;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #7a8663!important;
}

.token.atrule,
.token.attr-value,
.token.function {
    color: #88581c!important;
}

code[class*="language-"],
pre[class*="language-"] {
    color: #dedede;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: #252525;
}


/*-------------------------------------------------------------------------------*/

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-10 {
    width: .625em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}


/* ---------------------------------- CUSTOM CSS FOR THIS PAGE ------------------------------- */

#contentBody {
    margin-top: 60px;
}

.doc-sidebar {
    overflow: hidden scroll;
}

.nav-link-active {
    color: #20a0bc!important;
}

.doc-wrapper {
    padding: 0!important;
    overflow: hidden;
}

.doc-sidebar {
    overflow: hidden;
    height: 90%;
    width: 230px;
    max-width: 225px;
    position: fixed;
    transition: all .2s;
    z-index: 0;
    border-right: 1px solid #ddd;
}

.menuAccordion {
    max-height: 0;
    color: #fff;
    transition: all .2s;
    display: flex;
}

.gotoid {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .1s;
}

.gotoid:hover {
    color: #20a0bc;
    cursor: pointer;
}

.menuAccordion ul {
    max-width: 218px;
    overflow: hidden;
    list-style: none;
    padding: 0 0 0 25px;
}

.menuAccordionActive {
    max-height: 1400px;
    color: #616670;
}

.menu-expand {
    width: 30px;
    height: 30px;
    padding: 0 10px;
    background-color: var(--menu-expand);
    border-radius: 100%;
    transition: all .2s;
}

.menu-expand:hover {
    background-color: #ddd;
    padding: 0 9px;
}

.menu-expanded {
    transform: rotate(90deg);
}

#doc-menu .nav-link .scrollto {
    color: var(--menu-color);
    width: 175px;
    padding: 0 5px;
    font-weight: 600;
}

#doc-menu .nav-link .scrollto:hover {
    color: #20a0bc;
}

#fawi-menu-btn {
    border: 1px solid rgb(222, 227, 234);
    border-radius: 50px;
    color: var(--text-color);
    background-color: transparent;
    padding: 0 7px;
    margin-left: 10px;
    /*font-weight: bolder;*/
    outline: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    height: 40px;
    transition: all 1s;
    position: relative;
    cursor: pointer;
}

#fawi-menu-btn img {
    width: 12px;
    margin-left: 5px;
    transition: all .2s;
    position: absolute;
    right: 7px;
    top: 13px;
}

#fawi-menu-options {
    max-height: 0;
    width: 222px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin: 100px 0 0 0;
    list-style: none;
    background: var(--bg-color);
    border-radius: 7px;
    box-shadow: var(--header-shadow);
    padding: 0;
    transition: all .2s;
}

.fawi-menu-options-active {
    max-height: 200px!important;
    height: auto!important;
    visibility: visible!important;
    opacity: 1!important;
    margin: 210px 0 0 0!important;
}

#fawi-menu-options a li {
    text-align: center;
    padding: 2px 15px;
    text-transform: none;
    cursor: pointer;
}

#fawi-menu-options a {
    color: var(--text-color);
    text-decoration: none;
}

#fawi-menu-options li:first-child {
    border-radius: 7px 7px 0 0;
}

#fawi-menu-options li:last-child {
    border-radius: 0 0 7px 7px;
}

#fawi-menu-options li:hover {
    background-color: #0000001c;
    /*transition: all .2s;*/
    color: #20a0bc;
}

.ok {
    color: red!important;
}

.date-right {
    float: right;
    font-size: 15px;
    margin-top: 15px;    
}


/*------------------------------------- MODAL SEARCH ---------------------------------------*/

#searchSection {
    position: fixed;
    left: 0;
    width: 230px;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    background-color: var(--bg-color);
}

#modalSearchShadow {
    position: fixed;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    display: none;
}

#modalSearchResult {
    border-radius: 10px;
    position: fixed;
    width: auto;
    min-width: 195px;
    max-width: 500px;
    height: auto;
    max-height: 300px;
    top: 105px;
    left: 18px;
    background: #fff;
    box-shadow: 0px 0px 10px -3px #000;
    color: #666;
    overflow: auto;
    z-index: 2;
}

#triangle-up {
    color: #fff;
    font-size: 25px;
    position: fixed;
    top: 85px;
    left: 50px;
    z-index: 3;
}


/*#modalSearchResult::after {
    content: '';
    position: absolute;
    top: -5px;
    right: 13px;
    width: 0;
    height: 0;
    box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
    border-top: 6px solid #d278c9;
    border-right: 6px solid #d278c9;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    mix-blend-mode: multiple;
    z-index: -1;
}*/

.lineSearchResult {
    padding: 10px;
    cursor: pointer;
    display: block;
}

.lineSearchResultText {
    overflow: hidden;
    max-height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lineSearchResultLocation {
    font-size: 10px;
    color: #20a0bc;
    display: flex;
    align-items: center;
    margin-bottom: -5px;
}

.lineSearchResultLocation span {
    font-size: 6px;
    color: #20a0bc;
    margin-right: 5px;
}

.lineSearchResult:hover {
    background-color: #3883c524;
    text-decoration: none;
    color: initial;
}

.hrSearchResult {
    margin: 0;
    border-top: 1px solid #ddd;
}


/*------------------------------------ SEARCH BAR CSS --------------------------------------*/

#searchDiv {
    width: 84%;
    display: flex;
    justify-content: center;
    margin: 10px auto;
    align-items: center;
    z-index: 1;
}

#searchImg {
    width: 16px;
    border-radius: 5px 0 0 5px;
    position: absolute;
    left: 25px;
}

#searchInput {
    border: none;
    border-radius: 5px;
    width: 100%;
    /*box-shadow: var(--header-shadow);*/
    outline: none;
    transition: all .2s;
    border-color: #3883c5;
    color: var(--text-color);
    padding-left: 30px;
    background-color: var(--menu-expand);
}


/*#searchInput:focus,
#searchInput:active {
    border: 2px solid #3683c5;
}*/

#searchInput::-webkit-input-placeholder,
#searchInput:-moz-placeholder,
#searchInput::-moz-placeholder,
#searchInput:-ms-input-placeholder {
    /* WebKit browsers */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10+ */
    color: #999;
}

.scrollToString {
    color: #616670;
}

#searchLoading {
    width: 24px;
    position: absolute;
    top: 13px;
    right: 20px;
    display: none;
}

mark {
    padding: 0;
}

.m-top-60 {
    padding-top: 60px;
}

.list-blue-num {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background-color: #2697d1;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    margin-right: 7px;
}

.requiredpermission {
    margin-top: 20px;
}

.requiredpermission h6 {
    color: #494d55;
    font-size: 14px;
    font-weight: bold;
}

.assignatureDescription .pre_code2 {
    color: var(--return-color);
}

.assignatureDescription strong {
    color: var(--description-color);
}


/* ------------------------------------- END OF CUSTOM CSS ----------------------------------- */


/* ------------------------------------- EXAMPLE CODE TABS ----------------------------------- */

.code-block .nav-tabs>li {
    background-color: #eeeeee;
    margin: 0 2px;
    border-radius: 5px 5px 0 0;
}

.code-block .nav-tabs>li:first-child,
.code-block .nav-tabs>li:last-child {
    margin: 0 2px 0 0;
}

.tab-content .language-javascript {
    border-radius: 0 0.3em 0.3em 0.3em;
}

.code-block .nav-tabs {
    border: none;
    margin-bottom: -6px;
}

.code-block .nav-tabs .nav-link {
    border: none;
    font-weight: bold;
    font-family: "Arial";
    font-size: 10pt;
    color: #292929;
}

.code-block .nav-tabs .nav-item.show .nav-link,
.code-block .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #252525;
    border: none;
}

.code-block .dropdown-menu {
    padding: 0;
}

.code-block .dropdown-item.active,
.code-block .dropdown-item:active {
    background-color: #3aa7aa;
}

.tsmd {
    display: none;
}

.tlgd {
    display: block;
}

@media only screen and (max-width: 528px) {
    .tsmd {
        display: block;
    }
    .tlgd {
        display: none;
    }
}

@media only screen and (min-width: 421px) {
    .code-block .nav-tabs .nav-link {
        padding: 7px 15px;
    }
}

@media only screen and (max-width: 420px) {
    .code-block .nav-tabs .nav-link {
        padding: 2px 10px;
    }
}

.section-first-title {
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 32px;
}

