@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 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 {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html{
    scroll-behavior:smooth;
}

body {
	padding: 0;
	margin: 0;
	text-decoration: none;
    background: #fff;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
h1,h2,h3,h4,h5,h6, .title2, .title3{
    font-weight: 500;
}
.container{
        padding:0 7%;
        margin:auto ;
    }
.clear{
    clear:both;
}
.bnone {
	display: none!important;
}
b,strong {
	font-weight: 600;
}

a {
	color: #456baf;
	text-decoration: none;
}
a:hover{
    /*text-decoration: underline;*/
    /*color: #106c50;*/
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menubtn{
    display:none;
}

.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:5px!important}.pb-2{padding-bottom:10px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:5px!important}.pt-2{padding-top:10px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:5px!important}.mb-2{margin-bottom:10px!important}.mt-0{margin-top:0!important}.mt-1{margin-top:5px!important}.mt-2{margin-top:10px!important}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
main .hand-icon li::marker {
	content: '👉';
}

main .trophy-icon li::marker {
	content: '🏆';
}

main .writing-hand-icon li::marker {
	content: '✍️';
}

main .baby-chick-icon li::marker {
	content: '🐥';
}

main .hundred-point-icon li::marker {
	content: '💯';
}
main .squre-icon li::marker {
	content: '🔹';
}

main .check-mark-button-icon li::marker {
	content: '✅';
}

main .x-mark-button-icon li::marker {
	content: '❎';
}

main .speaker-icon li::marker {
	content: '📢';
}

main .person-one-hand-icon li::marker {
	content: '🙋';
}

main .person-two-hand-icon li::marker {
	content: '🤷';
}

main .hour-glass-icon li::marker {
	content: '⌛';
}

main .bullet1 li::marker {
	content: '💠';
}
main .bullet2 li::marker {
	content: '🔹';
}
main .bullet11 li::marker {
	content: '🔰';
}
main .bullet12 li::marker {
	content: '📖';
}



/*+++++++++++++++++++++++++++++++++++++   BACK GROUND COLORS   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bg-green {	background: #d9eee1 !important;}
.bg-yellow {	background:#FFF6C7 !important;}
.bg-red {	background: #ff4b4b !important;}

/*++++++++++++++++++++++++++++++++++++++    HEADER    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

header {
	transition: transform 0.6s ease-in-out;
	color: #000;
	height: 56px;
	height: 76px;
	z-index: 4;
	background: #fff;
	padding:0 20px 0 0 ;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header a {
	padding: 12px;
	color: #222;
	text-decoration:none;
}

.header-menu li {
	display: block;
	text-decoration: none;
	cursor:pointer;
	padding: 18px 15px;
}

.header-menu li:hover {
	/*display: block;*/
	background: #04AA6D;
	background: #282a35;
	color: #fff;
}

.header-logo img {
	max-height: 42px;
}

header .login {
	padding: 10px 25px;
	border: none;
	background: #04aa6d;
	border-radius: 25px;
	color: #fff;
}

header .login:hover {
	background: #059862;
}

header input[type=text] {
  padding: 10px;
   border: 1px solid #ccc; 
   min-width: 300px;
}

/*.bar {*/
/*	display: none;*/
/*	background: #282a35;*/
/*	border: none;*/
/*}*/

/*.headerBar {*/
/*    width:32px;*/
/*    height:32px;*/
/*    margin-right:10px;*/
/*    cursor:pointer;*/
/*}*/
.iconbar1, .iconbar2, .iconbar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .iconbar1 {transform: translate(0, 11px) rotate(-45deg);}
.change .iconbar2 {opacity: 0;}
.change .iconbar3 { transform: translate(0, -11px) rotate(45deg);}

/*.bar img{*/
/*    width:26px;*/
/*}*/
 .dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  /*padding: 14px 16px;*/
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content ul li{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  /*display: block;*/
  text-align: left;
  width: 100%;
      display: flex;
    justify-content: space-between;
}
.dropdown-content  li:hover, .dropdown-content a:hover {
  background-color: #ddd;
  background-color: #007064;
  color: #fff;
}
.dropdown-content ul li:hover > ul {
  /*background-color: #ddd;*/
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown i{
    width: 16px;
    margin-left: 10px;
}
.sub-menu{
    display: none;
    animation: cd-fade-out 0.2s;
    -webkit-transform: translateX(0);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    background-color: #f9f9f9;
    min-width: 160px;
    height: auto;
    min-height: 350px;
}

.sub-menu  a{
    width: 100%;
}

/*++++++++++++++++++++++++++    NAV  BAR   ++++++++++++++++++++++++++++++++++*/
nav {
    width: auto;
    height: 35px;
    z-index: 3;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #007064;
}

nav a {
	border: none;
	outline: 0;
	color: #fff;
	padding: 9px 16px;
	font-size: 14px;
	display: block;
	float: left;
	
}

nav a:hover {
	background: #000;
}

nav .menu {
	overflow-x: scroll;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav .menu::-webkit-scrollbar {
	display: none;
}

#navMenu{
    display: flex;
}
.activeMenu{
        background: darkslategrey;
}
nav ul{
    display: flex;
}
nav ul li{
    list-style-type: none;
    
}
#toggle{
    display:none;
}

/*++++++++++++++++++++++++++++++++++++++    Side bar   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=+++++++++++++++*/
.root {
    justify-content: flex-start;
    margin-bottom: 60px;
    display:table;
    width:100%;
    table-layout:fixed;
    background: #F1F1F1;
    /*border-spacing: 5px;*/
}
#left {
    z-index: 2;
    width: 19%;
    height:fit-content;
    display:table-cell;
    vertical-align: top;
    background: #f1f1f1;
      padding: 20px 0;
}

#left img {
	display: block;
	width: 90%;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#left .heading {
    font-size: 16px;
    padding: 8px 15px;
    cursor: pointer;
    /*border-top: 1px solid #e8e8e8;*/
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    /*background: #ddd;*/
}

#left a {
	display: block;
	color: #000;
	font-size: 15px;
	/*border-bottom: 1px solid #e2e2e2;*/
	padding: 5px 15px;
	transition: .3s;
}

#left a:hover {
	background-color: #fff;
	color: red;
	transition: .5s;
}

#left #active {
	background-color: #007064;
	color: #fff;
}

#left .ot-link {
    background: #dedede;
    margin-bottom: 5px;
}

.lSideAds {
	position: sticky;
	/*top: 91px;*/
	top: 0;
	margin: 0;
	padding: 5px;
	display: flex;
	justify-content: center;
}

.rSideAds {
	position: sticky;
	top: 0;
	margin: 0;
	margin-bottom: 25px;
	padding: 5px;
	display: flex;
	justify-content: center;
}

.btmAds {
	margin: 20px auto;
	text-align: center;

}

.topAds {
	margin: 10px auto;
	text-align: center;

}

.topAds img {
	width: 90%;
}

#right {
    width: 13%;
    display:table-cell;
    vertical-align: top;
}

#left .bodyActive{
    max-height: 1200px !important;
    height: auto !important;
     transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    margin-bottom: 30px;
}
#left .body{
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
   
}

#left .heading:after {
    
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
   
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
    flex-shrink: 0;
    
}

#left .heading.headingActive:after{
    transform-origin: center;
    transform: rotate(180deg);
}

.bodyActive {
	display: block;
} 

/*+++++++++++++++++++++++++++++++    Main Section  ++++++++++++++++++++++++++++++++++*/
    .btmAds img{
        margin-top:50px;
    }
    
/*+++++++++++++++++++++++++++++++    Main Section  ++++++++++++++++++++++++++++++++++*/

main {
	width: 60%;
	height: 100%;
	background: #fff;
	display:table-cell;
	vertical-align: top;
	padding-bottom: 70px;;
    padding-top: 50px;			
}

main .container{
        padding: 0 30px;
}

main h1 {
	font-size: 30px;
	padding: 0 30px 5px 30px;
	color: #333;
}

main h2, .title2 {
	padding: 50px 30px 5px 30px;
	text-align: left;
	font-size: 28px;
	color: #333;
}

main h3, .title3,
main h4 {
	padding: 20px 30px 0 30px;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}


main p {
	padding:10px 30px;
	/*margin: 0 10px;*/
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: #333;
	text-align: justify;
	word-wrap: break-word;
}

main ol,
main ul {
	padding: 10px 20px 0 60px;
}

main ol li,
main ul li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #222;
	text-align: justify;
	padding: 0 0 5px 5px;
}
main ol p, main ul p{
    padding: 10px 0px;
    margin-left: -25px;
}
main .li-none{
    padding: 10px 20px 0 30px;
    list-style-type: none;
}

main .li2 li{
    padding-bottom:10px;
}
main .li3 li{
    padding-bottom:15px;
}
main .li4 li{
    padding-bottom:20px;
}
main .li5 li{
    padding-bottom:25px;
}

main ol li p,
main ul li p {
	padding: 0 0 10px 0;
}

main ol ul,
main ul ul {
    padding: 0;
    margin: 5px 0 30px 15px;
}

main ol ul li,
main ul ul li {
	padding: 0 0 5px 10px;
}


/********************************   Table   ***********************************/
main table {
	border-collapse: collapse;
	width: 90%;
	width: calc(100% - 60px);
	table-layout: auto;
	text-align: left;
	margin: 20px 30px;
	/*width: -webkit-fill-available;*/
}

main table ul{
        padding: 10px 20px 0 20px;
}

main th {
	/*text-align: center;*/
	padding: 10px;
	font-weight: 700;
	/*font-size: 17px;*/
	/*padding-left: 4px;*/
	/*padding-right: 0;*/
	/*background-color: #0088CC;*/
	color: #FFFFFF;
	/*border: 1pt solid #0088CC;*/
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #007064;
}

main tr {
	border-collapse: collapse;
	/*border: 1px solid #ddd;*/
	/*border-collapse: collapse;*/
}

main table tbody tr th, main td
{
	border: none;
	border: 1px solid #dddddd;
}

main td {
	padding: 10px;
	/*padding-left:4px;*/
	padding-right: 0;
	border: 1px solid #ddd;
	border-collapse: collapse;
	/*font-size: 16px;*/
}

main table tbody tr:nth-of-type(even) {
	/*background-color: #f3f3f3;*/
	border: 1px solid #ddd;
	border-collapse: collapse;
	    background: #EEF7F0;
}

main table tbody tr:nth-of-type(odd) {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

/*+++++++++++++*/
main .table1 th {
	background-color: gray;
	border: 1pt solid gray;
}

main .table1 tbody tr:nth-of-type(even) {
	background-color: #f2f2f2;
}

main .table1 tbody tr:nth-of-type(odd) {
	background-color: orange;
}

/*++++++++++++++*/

main .table2 th {
	background-color: pink;
	border: 1pt solid pink;
}

main .table2 tbody tr:nth-of-type(even) {
	background-color: pink;
}

main .table2 tbody tr:nth-of-type(odd) {
	background-color: green;
}

/*++++++++++++++*/

main .table3 th {
	background-color: pink;
	border: 1pt solid pink;
}

main .table3 tbody tr:nth-of-type(even) {
	background-color: pink;
}

main .table3 tbody tr:nth-of-type(odd) {
	background-color: green;
}

/*++++++++++++++++++++++++++++  Image  ++++++++++++++++++++++++++++++++++++++++*/
.image {
    margin: 15px auto;
    text-align: center;
    width: 100%;
}
.image img{
    width: 90%;
    border: 1px solid #eee;
}
.image figcaption{
    font-style: italic;
    font-size: 12px;
    text-align: center;
    color: #666;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
	clear: both;
	height: auto;
	border-top: 5px solid #e3e3e3;
	color: #2b2a29;
	background: #ffffff;
}

footer a {
	color: #2b2a29;
	line-height: 2;
}

.footer-logo {
		width: 170px;
}

footer ul {
	display: flex;
	text-align: left;
	list-style-type: none;
	padding: 0;
}

footer ul li {
	display: inline;
	padding: 0 10px;
}

.fc1 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 50px 0 70px 0;
	padding: 10px 60px;   
}

.fc1 a {
	/*color: #fff;*/
	display: block;
}

footer a:hover {
	color: #ff783c;
	transition: .3s;
	text-decoration: underline;
}

.other-link {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 30px;
}
.other-link a{
	padding: 0 10px;
	    text-decoration: underline;
}

.other-link i{
    font-size: 32px;
}

.footer_dec {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
	padding: 10px 30px;
	background: #f0f0f0;
	font-size: 13px;
}


footer span {
	font-size: 18px;
	padding: 20px 0 10px 0;
	font-weight: 700;
	display: block;
}

.social-media {
	width: 30px;
}

.social-media img:hover {
	opacity: .8;
}
/*++++++++++++++++++++++++++*/
#goTop{
    background-color: #007064;
    position: fixed;
    bottom: 16px;
    right: 32px;
    width: 20px;
    height: 20px;
    padding: 22px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    transition: all .4s;
    border: none;
    z-index: 5;
}

#goTop a{
    color: white; 
    line-height: 1;
}
#goTop i{
    font-size: 25px;
}
/*+++++++++++++++++++++++++++++++Search Bar+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#suggestions {
display: none; /* Hidden by default */
border: 1px solid #ccc;
margin-top: 10px;
padding: 10px;
background-color: #fff;
}

#suggestions a {
display: block;
padding: 5px;
text-decoration: none;
color: #333;
cursor: pointer;
}

#suggestions a:hover {
background-color: #f0f0f0;
color: #007bff;
}

.highlight {
font-weight: bold;
color: #007bff;
}

.no-results {
color: #ff0000;
font-style: italic;
}
.search-container{
display: flex;
justify-content: space-between;
align-items: center;
}
.search-container svg{
width: 35px;
height: 35px;
stroke: green;
}
#iconSearch, #iconClear{
position: relative;
right: 45px;
cursor: pointer;

}
#iconClear{
display: none;
}
#iconClear svg:hover{
stroke: red;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#print-page{
    background: #0196DA;
    display: inline-block;
    padding: 10px 15px;
    color: white;
    cursor: pointer;
    margin:30px;
    border: none;
}
#print-page:hover{
   background: #0075aa;
}

.nextTopic {
    margin-top: 40px;
	padding: 15px;
	width: 40%;
    border-left: 1px solid #d3d1d1;
}

.nextTopic span {
	font-weight: 600;
	color: #808080;
	display: block;
	padding-block: 5px;

}
.nextTopic a:hover,  , #prevTopic a:hover{
    border-bottom:1px solid #808080;
}
#nextTopic, #prevTopic{
    color: #007064;
    font-weight: 500;
    background: none;
    padding: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tab-block {
    /*margin: 30px;*/
    /*padding:20px;*/
    background: #E7E9EB;
    
    padding: 20px 30px;
    margin: 20px 0;
        
}
.tab-heading{
    padding: 0 0 20px 0;
    /*font-weight: 600;*/
    font-size: 20px;
}
.tab-content{
    text-align: justify;
    font-size: 15px;
    background: transparent !important;
    line-height: 1.5;
    font-family: system-ui;
    scrollbar-width: thin;
    background: white !important;
    padding: 20px;
    border-left: 3px solid #04AA6D;
    max-height: 400px;
    scrollbar-width: thin;
    text-wrap: wrap;
    text-align: left;
    overflow: auto;
    display: none !important;
}

.tab-content.active { display: block !important;     padding: 10px !important; }
.tab-block pre{
    background:#fff;
}
.tab-btn{
        padding: 10px 30px;
        font-size: 16px;
        cursor: pointer;
        color: #060;
        /*font-weight: 600;*/
        border: none;
        background: #E7E9EB;
    }

.tab-btn.active{
        color: #ec4e20;
        position: relative;
         background: #EEF7F0;
        background: #fff;
}
.tab-btn:hover{
    opacity: .8;
}

.copy-btn, .run-btn  {
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    width: 32px;
    height: 32px;
    position: relative;
    float: right;
    color: #111;
    }
    .copy-btn{
        font-size: large;
    }
    .run-btn{
        margin-right: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .copy-btn:hover, .run-btn:hover{
        opacity: 0.8;
    }
  
    .copy-toast {
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%) scale(0.9);
      background-color: #000;
      color: white;
      padding: 4px 8px;
      font-size: 12px;
      border-radius: 4px;
      opacity: 0;
      pointer-events: none;
      transition: all 0.4s ease-out;
      z-index: 99;
    }
  
    .copy-btn.show-toast .copy-toast {
      opacity: 1;
      transform: translateX(-50%) scale(1);
      top: -40px;
    }


.example{
        display: block;
        font-family: system-ui;
        color: #000;
        margin: 20px 30px;
        text-align: justify;
        max-height: 300px;
        font-size: 16px;
        margin-top:10px;
        padding: 15px;
        position: relative;
        /*background: #eee;*/
        background: #f4f4f4;
        border: 1px solid #eee;
        /*border: 2px solid #c9c9c9;*/
}
.example code{
        overflow-y: auto;
        max-height: 270px;
        width:100%;
        padding: 20px;
        /*border-left: 5px solid darkgray;*/
        /*background: #eee;*/
}
.example-header{
    font-weight: 400;
        margin: 30px 30px -2px 35px;
    font-size: 17px;
}

ol .example, ul .example{
    margin: 10px 0 35px -20px;
}
ol .example-header, ul .example-header{
    margin: 5px 30px -8px -20px;
}

.example img{
   width: 22px;
}

.copy{
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    width: 32px;
    height: 32px;
    position: relative;
    float: right;
    color: #111;
    font-size: large;
    position: relative;
    right:35px;
    top:10px;
    position: absolute;
}
.copy:hover{
    opacity: 0.8;
}
.copy.show-toast .copy-toast {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    top: -40px;
    z-index: 99;
}
.result{
    font-size: 15px;
    border-radius: 3px;
    text-align: justify;
    margin: 0 30px 20px 33px;
    position: relative;
    padding: 20px;
    background: #212121;
    background: #E0E0E0;
	/*text-wrap:wrap;*/
}
ol .result, ul .result{
    margin:0 0 20px 0;
}
.result-header{
	margin:30px 0 2px 33px;
	/*font-weight: 600;*/
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.hljs-attribute, .hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-name, .hljs-selector-tag,.hljs-section, .hljs-title  {
    font-weight: 400 !important;
}
pre code.hljs {
    font-size: 15px;
    padding: 0 !important;
    background: transparent;
        line-height: 1.5;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.note {
	/*background: url(https://static.codingy.com/icon/note.svg) 10px 10px no-repeat;*/
	text-align: justify;
	margin: 20px 28px;
    background: #e0f8ed;
    padding: 30px 20px;
    font-weight: 400;
    /*color: #15422e;*/
    margin: 20px;
    background: #FFF6C7;
}
.note ul{
        padding: 10px 10px 0 10px;
}
.note li{
        margin-left: 10px;
}
.note h2{
    padding: 10px 0;
}
.note p{
    padding: 0;
}
.note .example-header{
    margin: 0;
}
.note .example{
    margin: 20px 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.demo-example{
    font-family: Arial, sans-serif;
    margin: 30px;
    padding:30px;
    border: 1px solid #ddd
}
.demo-example a:hover{
    text-decoration: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*.recommended-topic .topic{*/
/*    color: #808080;*/
/*    margin: 20px;*/
/*    padding: 0; */
/*    font-size: 25px;*/
/*}*/
/*.similar-topic{*/
/*    border: 1px solid #E4E4EA;*/
/*    margin: 10px;*/
/*    padding: 30px 20px;*/
/*    border-radius: 5px;*/
/*}*/

/*.similar-topic:hover {*/
    /*transition: .3s, background-size .3s .3s;*/
/*    box-shadow: 4px 4px 8px rgba(0, 0, 0, .1), -4px -4px 8px rgba(255, 255, 255, .7);*/
/*    cursor: pointer;*/
/*}*/
/*.recommended-topic .heading{*/
/*    color: #000;*/
    /*padding: 30px 30px 0 30px;*/
/*    font-weight: 600;*/

/*}*/
/*.recommended-topic .content p{*/
/*    color: #808080;*/
/*    line-height: 1.2;*/
/*    padding: 10px 0;*/

/*}*/
/*.recommended-topic .read-time{*/
    /*padding: 0 30px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    color: #3e3e3e;*/
/*}*/
/*.recommended-topic .read-time img{*/
/*    width: 14px;*/
/*    margin-right: 8px;*/
/*}*/
/*.recommended-topic .read-time {*/
/*    font-size: 12px;*/
/*    line-height: 0;*/
/*}*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*Copied Toast Notification .tNtf*/
/*.tNtf span {*/
/*	position: fixed;*/
/*	left: 24px;*/
/*	bottom: -70px;*/
/*	display: inline-flex;*/
/*	align-items: center;*/
/*	text-align: center;*/
/*	justify-content: center;*/
/*	margin-bottom: 20px;*/
/*	z-index: 9;*/
/*	background: #323232;*/
	/*background: #395498;*/
/*	color: rgba(255, 255, 255, .8);*/
/*	font-size: 14px;*/
/*	border-radius: 3px;*/
/*	padding: 13px 24px;*/
/*	box-shadow: 0 5px 35px rgba(149, 157, 165, .3);*/
/*	opacity: 0;*/
/*	transition: all .1s ease;*/
/*	animation: slideinwards 2s ease forwards;*/
/*	-webkit-animation: slideinwards 2s ease forwards;*/
/*	font-weight: 700;*/
/*}*/

/*@-webkit-keyframes slideinwards {*/
/*	0% {*/
/*		opacity: 0*/
/*	}*/

/*	20% {*/
/*		opacity: 1;*/
/*		bottom: 0*/
/*	}*/

/*	50% {*/
/*		opacity: 1;*/
/*		bottom: 0*/
/*	}*/

/*	80% {*/
/*		opacity: 1;*/
/*		bottom: 0*/
/*	}*/

/*	100% {*/
/*		opacity: 0;*/
/*		bottom: -70px;*/
/*		visibility: hidden*/
/*	}*/
/*}*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	/*.container {*/
	/*	max-width: 720px;*/
	/*}*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	/*.container {*/
	/*	max-width: 960px;*/
	/*}*/
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	/*.container {*/
	/*	max-width: 1060px;*/
	/*}*/

	label.logo {
		font-size: 30px;
		padding-left: 20px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	/*.container {*/
	/*	max-width: 1280px;*/
	/*}*/
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	/*.container {*/
	/*	max-width: 100%;*/
	/*	--bs-gutter-x: 0;*/
	/*}*/
	
	.root {
	/*display: flex;*/
	 border-spacing: 0;
}

	.mnone {
		display: none!important;
	}

	.bnone {
		display: flex!important;
	}

	main h1,
	main h2,
	main h3,
	main h4,
	main h5,
	main h6, .title2 {
		padding: 10px 15px;
		font-weight: 500;
	}

	main p {
		padding:0 15px 22px 15px;
	}

	main h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}
main .container {
    padding: 0 15px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++*/
	header {
		position: sticky;
		top: 0;
	}

	header .home {
		display: block;
		color: #323232;
	}

	header .login {
		padding: 8px 15px;
	}

	header a {
		font-size: 16px;
		/*color: white;*/
	}

	header label.logo {
		color: white;
		padding-left: 0;
	}

	.header-title {
		color: #000;
	}
	
	.menubtn{
	    background:none;
	    border:none;
	    font-size:15px; 
	    display:flex;
	    padding:20px;
	}
	.menubtn:hover{
	     background:#04aa6d;
	    color:#fff;
	}
	.menubtn:hover> img{
	    color:#fff;
	}
	.menuclick{
	    background:#04aa6d;
	    color:#fff;
	}


/*	.bar {*/
/*		display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*	}*/
	

.header-menu{
        display: none;
        background: #282a35;
        width: 100vw;
        position: absolute;
        padding: 0;
        height: 100vh;
        /*left: -100vw;*/
        transition: 0.6s ease-in-out;
        /*display:block;*/
        /*left:-100vh;*/
         top: 56px;
        
     /*z-index:-11;*/
       
}


.activemenu{
   /*left: 0;*/
   display:block;
}



	#toggle {
		font-size: 30px;
		color: #fff;
		cursor: pointer;
		margin-left: 15px;
		z-index: 1;
		position: relative;
		background: none;
		border: none;
		display:inline-block;
		display: block;
	}

.tutorial{
     top:unset;
        margin-top:15px;
}
.header-menu li {
  text-align: center;
  font-size: 20px;
  color:#fff;
}
.tutorial li, tutorial2 li{
    text-align:left;
    font-size:16px;
}

	/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	nav {
		position: sticky;
		top: 76px;
		padding-left: 0;
	}

	nav a {
		padding: 9px 14px;
	}

.navHome{
    display:none;
}
nav ul{
    display: contents;
}
nav .menu{
        display: -webkit-box;
}
#navMenu{
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    
    background-color: #f9f9f9;
        position: absolute;
        min-width: 160px;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        top: 70px;
}

	/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

	.lSideAds {
		display: none;
	}

	.activeLeft {
		left: 0 !important;
		/*transition: .8s ease-in-out;*/
	}

	#left {
		position: fixed;
		width: 70%;
		height: 100%;
		background: #f3f3f3;
		/*margin-top: 40px;*/
		overflow: auto;
		left: -100%;
		transition: all .8s;
		top: 90px;
	}

	#left {
		padding-bottom: 150px;
	}
	/********************************************************************/
    main {
        width: 100%;
        padding: 30px 0;
        margin: 0;
        /*float: none;*/
    }

	main ol li,
	main ul li {
		padding: 0 0 10px 0;
	}
	
	main ul li p, main ol li p{
	    padding:0 0 10px 0;
	}

	main ol,
	main ul {
		padding: 10px 15px 20px 40px;
	}

	main ol ul {
		padding: 0;
		margin: 0;
	}
	
	main table {
	width: calc(100% - 30px);
	margin: 30px auto;
	/*width: -webkit-fill-available;*/
}

/*++++++++++++++++++++++++++++++++++++*/
.npbtn_btm {
	font-size: 14px;
	padding: 15px;
}
.npbtn_top {
	display: none;
}
	
.nextTopic {
	padding: 15px;
    font-size: 14px;
}

.npbtn_top a, .npbtn_btm a{
    margin-left: 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++*/

	#right {
		display: none;
		
	}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.demo-example{
    margin: 50px 0;
    padding: 0 15px;
}
#print-page {
    margin: 15px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tab-block {
    	margin: 15px 0;
            padding: 0 20px 20px 20px;
        background: #E7E9EB;
}
.result{
     margin: 15px;
}

.example code{
    margin: 0 15px 10px 15px;
    padding: 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.note{
    margin: 20px 0;
    padding: 30px 15px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 
	footer {
		font-size: 12px;
		/*padding: 0 0 20px 0;*/
	}

	footer a {
		font-size: 12px;
		padding-top: 5px
	}

	footer span {
		font-size: 14px;
	}

	footer .fc1 {
		        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: center;
	}
	.fc-child1{
	    width: 50%;
	}

	footer .footer-sum {
		width: 100%;
	}

	footer .other-link {
		width: 100%;
		flex-wrap: wrap;
	}

	.fc1 {
		margin: 0;
		padding: 30px 10px;
	}

	footer .social-media {
		padding: 0 0 10px 0;
		font-size: 15px;
	}
	.footer_dec {
	justify-content: center;

}

}


 @media print{
     
     header , nav, footer, #left *, .nextTopic .recommended-topic *{
         display: none;
     }
      .root {
         display: block;
         height: auto;
         
         background: #fff;
     }
     main, .main{
         width:100vw;
         float: none;
         display: block;
         
         background: #fff;

     }
     

 }