*{
margin: 0;
padding: 0;
box-sizing: 0;
}

::selection {
  color: rgb(39, 39, 39);
 background: rgb(225, 250, 247);

}
header{
position: fixed;
width: 100vw;
z-index: 99;
background-color: rgb(251, 251, 251);
height: 11vh;
overflow: hidden;
display: flex;
border-bottom: 1px solid rgb(217, 217, 217);
box-shadow: 0px 0px 1px 2px rgb(231, 231, 231);
}
header .logoSection{
margin-left: 2%;
padding-top: 0.6%;

}
header #logo{
cursor: pointer;
width: 2.7vw;
}


header .searchSection{
width: 60%;
position: relative;
}


header .searchSection #searchIcon{
position: absolute;
top: 32%;
width: 1.7vw;
left: 7%;
}
header .searchSection #search{
width: 90%;
font-size: 1.3vw;
margin-left: 5%;
margin-top: 1.7%;
padding: 1% 5.9%;
background-color: #f3f3f3;
border: 1px solid #f3f3f3;;
outline: none;
border-radius: 60px;
}


/* removing x icon from search bar */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }



header .links{
list-style: none;
display: flex;
}
header .links a li{
font-size: 1.3vw;
line-height: 40px;
}
header .links a{
display: block;
text-decoration: none;
font-weight: 500;
border-radius: 30px;
margin-top: 8%;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 8%;
padding: 1% 10%;
width: auto;
margin-left: 10%;
color: rgb(103, 103, 103);
}
header .links a:hover{

background: rgb(242, 242, 242);
}


header .links .active {
color: rgb(0, 110, 143);
background: rgb(225, 250, 247);

} 
header .links .active:hover{
color: rgb(0, 110, 143);

background: rgb(225, 250, 247);
}





/* panel design */
.panel{
width: 100%;
display: flex;
}
.panel .leftsidebar{
width: 24%;
position: fixed;
height: 88.7vh;
overflow-x: hidden;
overflow-y: auto;
background-color: #fff;
margin-top: 5.2%;
}
/* track bar styling */
.panel .leftsidebar::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.panel .leftsidebar::-webkit-scrollbar-track {
display: none;
}
 
/* Handle */
.panel .leftsidebar::-webkit-scrollbar-thumb {
  background: rgb(206, 206, 206); 
  border-radius: 10px;
}

/* Handle on hover */
.panel .leftsidebar::-webkit-scrollbar-thumb:hover {
  /* background: #b30000;  */
}







.panel .leftsidebar .heading{
width:100%;
margin-top: 5%;
}

.panel .leftsidebar .heading hr{
width: 90%;
margin-left: 5%;
margin-top: 1%;
color: #f1f1f1;
}

.panel .leftsidebar .heading .title{
text-transform: uppercase;
color: #777777;
margin-left: 4%;
font-family: Arial, Helvetica, sans-serif;
}

.panel .leftsidebar .heading .links{
width: 100%;
margin-top: 5%;
padding-bottom: 0%;
}

/* main heading */
.panel .leftsidebar .heading .links a{
text-decoration: none;
display: block;
color: rgb(71, 71, 71);
font-weight: 550;
font-size: 1.2vw;
width: 90%;
padding-left: 5%;
padding: 4% 5%;
position: relative;
font-family: Arial, Helvetica, sans-serif;
}

.panel .leftsidebar .heading .links a:hover{
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
background-color: #f6f6f6;

}




.panel .leftsidebar .heading .links a li{
list-style: none;
}
.panel .leftsidebar .heading .links a li #arrow{
width: auto;
height: 12px;
position: absolute;
top:35%;
right: 5%;
}


.panel .leftsidebar .heading .links .subLinks{
margin-top: 0%;
width: 100%;
}




.panel .leftsidebar .heading .links .subLinks a{
display: block;
text-decoration: none;
font-weight: 400;
font-size: 1.2vw;
position: relative;
margin-top: 1%;
padding: 4% 5%;
width: 90%;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;

font-family: Arial, Helvetica, sans-serif;
}

.panel .leftsidebar .heading .links .subLinks a:hover{
background-color: #f6f6f6;
}

.panel .leftsidebar .heading .links .subLinks a li{
list-style: none;
}

.active{
color: rgb(1, 109, 155);
width: 100%;
background: rgb(225, 250, 247);
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.active:hover{
color: rgb(1, 109, 155) !important;
width: 100%;
background: rgb(225, 250, 247) !important;
}
#disable{
display: none;
}
.panel .rightsidebar{
width: 76%;
margin-left: 24%;
height: auto;
padding-bottom: 2%;
margin-top: 5.2%;
}
.panel .rightsidebar h1{
font-size: 3vw;
padding-left: 5%;
width: 92%;
word-wrap:normal;
margin-top: 3%;
}
.panel .rightsidebar p{
font-size: 1.4vw;
width: 90%;
color: #3a3a3a;
margin-top: 2%;
margin-left: 5%;font-family: Arial, Helvetica, sans-serif;
}
.panel .rightsidebar .box{
width: 90%;
height: auto;
margin-top: 3%;
margin-left: 5%;
border: 1px solid rgb(241, 241, 241);
border-radius: 20px;
background-color: #ededed;
padding-bottom: 5%;
}
.panel .rightsidebar .box h1{
font-size: 2vw;
padding-bottom: 2%;
}
.panel .rightsidebar .box li{
font-family: Arial, Helvetica, sans-serif;
margin-left: 6%;
font-size: 1.4vw;
padding-top: 1%;
color: rgb(84, 84, 84);
}

.big{
font-size: 2vw;
padding-left: 5%;
width: 92%;
font-weight: 500;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: #373737;
margin-top: 3%;
}

#data{
font-size: 1.3vw;
width: 87%;
color: #6c6c6c;
margin-top: 2%;
margin-left: 5%;font-family: Arial, Helvetica, sans-serif;
}

.medium{
font-size: 1.4vw;
padding-left: 5%;
width: 92%;
font-weight: 500;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: #373737;
margin-top: 3%;
}


#data1{
font-size: 1.3vw;
width: 87%;
color: #6c6c6c;
text-align: left;
margin-top: 2%;
margin-left: 5%;font-family: Arial, Helvetica, sans-serif;
}


.centerHeading{
font-size: 1.3vw;
padding-left: 5%;
width: 92%;
font-weight: 500;text-align: center;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: #373737;
margin-top: 3%;
}

.rightsidebar a{
text-decoration: none;
color: rgb(4, 132, 182);
}
.rightsidebar i{
color: rgb(206, 108, 108);
}
#colorBold{
padding: 0.4% 1.2%;
color: rgba(212, 2, 2, 0.774);
background-color: #fafafa;
}

.codeSnippet{
position: relative;
margin-top: 5%;
width: 72%;
margin-left: 5%;
height: auto;
padding: 0.8% 2%; 
background-color: rgb(243, 243, 243);
}

#output{
width: 50%;
margin-top: 2%;
margin-left: 5%;
}
#output1{
width: 76%;
margin-top: 2%;
margin-left: 5%;
}