body.work_bd {
    margin: 0px;
}

.debug_bnr img {
    box-shadow: none !important;
	width:70%;
}

video.debug_v {
    width: 80%;
}

.tab-content-wrap table tr td:first-child.ws_sp2 {
    font-weight: 400;
    padding-left: 45px;
}

.tab-content-wrap table tr td:first-child.ws_sp3 {
    font-weight: 400;
    padding-left: 50px;
}

.tab-content-wrap table tr td:first-child.ws_sp4 {
    font-weight: 400;
    padding-left: 55px;
}

.work_bd .panelContainer {
    padding: 0px;
}

.work_bd div#doc-accordian {
    top: 20px;
    height: calc(100vh - 20px);
}

.work_bd section.custom-documentation-section {
    border-top: none;
}

ul.show-dropdown {
    padding: 0;
}


#doc-accordian::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
#doc-accordian::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e4e4e4;
}
#doc-accordian::-webkit-scrollbar-thumb {
    background: #cdcdcd ;
    border-radius: 10px;
    transition: 0.5s;
}
#doc-accordian::-webkit-scrollbar-thumb:hover {
    background: #222;
}

.panelContainer {
    padding-left: 130px;
}

.panelContainer a:hover {
    text-decoration: underline !important;
}

#doc-accordian {
	background: #fafbfc;
	width: 350px;
	float: left;
	overflow-x: hidden;
    height: calc(100vh - 103px);
	/* height: calc(100vh - 143px); */
	position: sticky;
	top: 104px;
	/* margin-bottom: 40px; */
	padding: 15px 10px;
	transition: all ease-in-out .3s;
}


#doc-accordian li i {
	margin-right: 10px;
}

#doc-accordian li {
	list-style-type: none;
	margin: 4px 0px;
}

#doc-accordian ul li a{
	color: #505050;
	text-decoration: none;
	font-size: 14px;
	display: block;
	/* 	line-height: 34px; */
	padding: 6px 30px 6px 15px;
	transition: all 0.15s;
	position: relative;
	border-radius: 3px;
}

li.active ul.show-dropdown li {
    margin: 1px 0px !important;
}

li.active ul.show-dropdown li a {
    padding: 4px 30px 4px 15px !important;
}

#doc-accordian>ul.show-dropdown>li.active>a,
#doc-accordian>ul>li>ul.show-dropdown>li.active>a,
#doc-accordian>ul>li>ul>li>ul.show-dropdown>li.active>a,
#doc-accordian>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a{
    /* background-color: #e6e6e6; */
    color: #1d206a;
    /* box-shadow: 0px 1px 2px rgba(31, 31, 31, 0.2); */
}

.brd_title {
    color: #505050;
    font-size: 15px;
    padding: 0px 0 20px;
}


#doc-accordian>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul {
	display: none;
}


#doc-accordian>ul>li.active>ul.show-dropdown,
#doc-accordian>ul>li>ul>li.active>ul.show-dropdown,
#doc-accordian>ul>li>ul>li>ul>li.active>ul.show-dropdown,
#doc-accordian>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown {
	display: block;
}

#doc-accordian>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul>li>ul,
#doc-accordian>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul {
	padding-left: 15px;
}

#doc-accordian a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 4px;
	font-size: 14px;
	font-family: 'Font Awesome 6 Pro';
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	transition: 0.5s;
}

#doc-accordian .active>a:not(:only-child):after {
		transform: rotate(90deg);
}


.custom-documentation-section .tab-content-wrap {
    border-radius: 0px;
    border: none;
    font-size: 15px;
    padding: 50px 36px;
}
.doc-arrodian-toggle {
    padding: 10px;
    text-align: center;
    position: sticky;
    background: #e6edff;
    /* border-top: 1px solid #ddd; */
    left: 0;
    top: calc(100vh - 40px);
    width: 350px;
    z-index: 5;
    height: 40px;
    margin-left: -350px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.doc-arrodian-toggle i {
    font-size: 21px;
    color: #1d206a;
    font-weight: 300;
}
#doc-accordian ul li a.tabSideButton.tabSideButton-active {
    background-color: #ebecf0;
    color: #1d206a;
    font-weight: 600;
    /* box-shadow: 0px 1px 2px rgba(31, 31, 31, 0.2); */
}
#doc-accordian li a:hover {
    background-color: #ebecf0;
    color: #1d206a;
}



section.custom-documentation-section {
    border-top: 1px solid #dddddd94;
}


.documentation-close #doc-accordian{
    margin-left: -300px;
    /* opacity: 0; */
}
.documentation-close .doc-arrodian-toggle.dct1{
    width:50px;
    z-index: 5;
    /* top: 104px; */
    /* height: calc(100vh - 104px); */
    margin-left: -50px;
    /* margin-left: -250px; */
    /* opacity: 0; */
}
.doc-arrodian-toggle.dct2 {
    height: calc(100vh - 104px);
    top: 104px;
    width: 50px;
    margin-left: -50px;
    position: sticky;
    z-index: 8;
    border: none;
    visibility: hidden;
}
.documentation-close .doc-arrodian-toggle.dct2 {
    visibility: visible;
}

.tab-content-wrap ul li a {
    word-wrap: break-word;
  }
  
.documentation-close .doc-arrodian-toggle.dct1 i{
    opacity: 0;
}
.doc-arrodian-toggle:hover {
    background: #cecece;
}

/* .documentation-close .doc-arrodian-toggle i {
    transform: rotate(180deg);
} */
.documentation-mobile-toggle {
    justify-content: space-between;

    padding: 10px 15px;
    align-items: center;
    display: none;
    background: #f5f7fc;
}

.documentation-mobile-toggle h5 {
    margin: 0;
}

.dmt-button i {
    font-size: 20px;
}

.documentation-close .doc-arrodian-toggle.close {
    left: 250px;
    opacity: 1;
}
/* .brd_title span {
    font-weight: 500;
    color: #000;
} */

.tab-content-wrap b, .tab-content-wrap strong {
    font-weight: 600;
}

/****15feb csss start******/
.custom-documentation-section .tab-content-wrap h5 {
    /* font-size: 15px; */
    padding-top: 25px;
}

.tab-content-wrap h1, .tab-content-wrap h2 {
    /* font-size: 20px; */
    margin: 24px 0px 20px;
}

ol.un_orlist li {
    padding: 5px 0px;
}
ol.un_orlist {
    padding-left: 18px;
}

.custom-documentation-section .tab-content-wrap h3 {
    margin-top: 28px;
    padding-bottom: 0;
    line-height: 1.6;
    /* font-size: 15px; */
}
ul.mt-3.swtc_list li {
    list-style: lower-alpha;
    margin: 8px 0px;
}
.custom-documentation-section .tab-content-wrap img {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
}
.custom-documentation-section .tab-content-wrap h3 + p {
    margin-top: 16px !important;
}
.panelContainer {
    padding: 0px 50px;
}
.custom-documentation-section .tab-content-wrap img + p {
    margin-top: 16px;
}

.trv iframe {
    position: initial;
    width: 100%;
    height: 470px;
}

/*****************23feb2023 start*******************/
.hash-link {
    font-size: 13px;
    color: #071c4d;
    padding-left: 7px;
    opacity: 0;
    /* cursor: auto; */
    position: relative;
    scroll-margin-top: 110px;
}
.custom-documentation-section h2:hover .hash-link,
.custom-documentation-section h3:hover .hash-link,
.custom-documentation-section h4:hover .hash-link,
.custom-documentation-section h5:hover .hash-link,
.custom-documentation-section h6:hover .hash-link {
    opacity: 1;
}



.hash-link i {
    transform: scaleX(-1);
    color: #f75c3a;
}
.customTooptip {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    background: #000;
    text-align: center;
    color: #fff;
    padding: 8px 5px;
    border-radius: 3px;
    white-space: nowrap;
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%); */
    visibility: hidden;
}
.hash-link:hover .customTooptip {
    visibility: visible;
}
.customTooptip:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
    position: absolute;
    top: -9px;
    left: calc(50% - 6px);
}

button#back-to-up {
    bottom: 45px !important;
}


@media only screen and (min-width:991.98px) {
    .dmt-button{
        display: none;
    }
}

@media only screen and (max-width: 1400px){
    .work_bd .panelContainer {
        padding: 0px;
    }
    .panelContainer {
        padding: 0px 80px;
    }
    ul.lf_point.mt-4 {
        grid-gap: 1rem;
        --auto-grid-min-size: 14rem;
    }
    ul.lf_point li{
        padding: 25px 20px;
    }
}
@media only screen and (max-width: 1200px){
    .panelContainer {
        padding: 0px 50px;
    }
}
@media only screen and (max-width:991.98px) {
    .documentation-mobile-toggle {
        display: flex;
    }
    div#doc-accordian {
        position: fixed;
        right: -300px;
        z-index: 99999;
        width: 300px;
        height: 100vh;
        overflow-y: auto;
        top: 0;
    }
    .doc-arrodian-toggle{
        display: none;
    }
    .documentation-sidebar-open div#doc-accordian {
        right: 0;
    }
    .dmt-button {
        text-align: right;
    }
    .offcanvas-backdrop.documentation-sidebar-open::before {
        z-index: 99999;
    }
    .panelContainer{
        padding: 0;
    }
    .brd_title {
        font-size: 13px;
    }
    .custom-documentation-section .tab-content-wrap{
        padding: 50px 15px;
    }
}

