/* CSS Version 0.5 */
/* dashboard.css */
.redText{
    color: red;
}  
.refresh-div{
    position: fixed;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
} 
.refresh-icon{
    font-size: 75px;
    position: absolute;
    top: 45%;
} 
.gfgTextColor{
    color: #32a176 !important;
} 
.gfgBgColor{
    background-color: #32a176 !important;
}
.pointer{
    cursor: pointer;
}

/* typeahead.css */
.twitter-typeahead {
    width: 100%;
}
/* UPDATE: newer versions use tt-input instead of tt-query */
/*.tt-query, .tt-input, .tt-hint {
    width: inherit;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    outline: none;
}*/
.tt-hint {
    color: #999;
}
.tt-menu, .tt-dropdown-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 100%;
    margin-top: 2px;
    padding: 8px 0;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    overflow-y: auto;
    max-height: 17em;
}
.tt-suggestion {
    padding: 10px 5px;
    font-size: 15px;
    line-height: 1.42857143;
    cursor: pointer;
}
.tt-suggestion.tt-is-under-cursor,
.tt-suggestion.tt-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    background-color: #dadad7;
}
.tt-suggestion p {
    margin: 0;
}

/* style.css */
.mtof,.ftom{
  cursor:pointer;
}
.products {
      font-size: 18px;
      font-family: Open Sans,Helvetica,Arial,Verdana,sans-serif;
      padding: 8px 8px;
      background-color: #4cb96b;
      color: #fff;
      font-weight: bold;
      -webkit-box-shadow: 0 -3px 5px #777;
      -moz-box-shadow: 0 -3px 5px #777;
      box-shadow: 0 -3px 5px #777;
      display: inline-block;
      margin: 0px 1px 5px 1px;
      text-decoration: none;
}
.products:hover {
  color: #ca7700;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 10px;
}

.g-recaptcha {
  padding-left:10%;
}

#fgt {
  padding-top: 100px;
}
.diff{
       margin-left: 110px;
}
.container-full {
      width: 100%;
}
.menu {
      background-color: #4CB96B;
      width: 100%;
}
.logo {
    color: #2EA730;
    font-size:40px;
    font-family: Georgia,Times New Roman,Times,Helvetica,Arial,serif;
    font-weight: lighter;
    letter-spacing: -0.05em;
    text-decoration:none;
    margin-bottom: 20px;
}

#navbar {
      background-color: #4CB96B;
}

.wtext {
      color: #FFFFFF !important;
      font-weight: bold;
}

.navhover:hover {
      color:black;
      background-color:#0c8b39;
      font-weight: bold;
      text-decoration: none;
}
html, body {
font-family: 'Roboto', 'Helvetica', sans-serif;
}

.avatarDiv{
  text-align:center;
}

.avatarDiv .demo-avatar {
width: 70px;
height: 70px;
border-radius: 50%;
}
.demo-layout .demo-header .mdl-textfield {
padding: 0px;
margin-top: 41px;
}
.demo-layout .demo-header .mdl-textfield .mdl-textfield__expandable-holder {
bottom: 19px;
}
.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
margin-bottom: 16px;
}
.demo-drawer {
border: none;
overflow-y:scroll;
}
/* iOS Safari specific workaround */
.demo-drawer .mdl-menu__container {
z-index: -1;
}
.demo-drawer .demo-navigation {
z-index: -2;
}
/* END iOS Safari specific workaround */
.demo-drawer .mdl-menu .mdl-menu__item {
display: flex;
align-items: center;
}
.demo-drawer-header {
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 16px;
height: 151px;
}
.demo-avatar-dropdown {
display: flex;
position: relative;
flex-direction: row;
align-items: center;
width: 100%;
}

.demo-navigation {
flex-grow: 1;
}
.demo-layout .demo-navigation .mdl-navigation__link {
display: flex !important;
flex-direction: row;
align-items: center;
color: #404040;
font-weight: bold;
}
.demo-layout .demo-navigation .mdl-navigation__link:hover {
background-color: #D1FBD6;
color: #000;
box-shadow: inset 0 0 0 2px rgba(94, 162, 132, 0.5);
}
.demo-navigation .mdl-navigation__link .material-icons {
font-size: 24px;
color: #000;
margin-right: 32px;
}

.demo-content {
max-width: 1080px;
}

.demo-charts {
align-items: center;
}
.demo-chart:nth-child(1) {
color: #ACEC00;
}
.demo-chart:nth-child(2) {
color: #00BBD6;
}
.demo-chart:nth-child(3) {
color: #BA65C9;
}
.demo-chart:nth-child(4) {
color: #EF3C79;
}
.demo-graphs {
padding: 16px 32px;
display: flex;
flex-direction: column;
align-items: stretch;
}
/* TODO: Find a proper solution to have the graphs
*  * not float around outside their container in IE10/11.
*   * Using a browserhacks.com solution for now.
*    */
_:-ms-input-placeholder, :root .demo-graphs {
min-height: 664px;
}
_:-ms-input-placeholder, :root .demo-graph {
max-height: 300px;
}
/* TODO end */
.demo-graph:nth-child(1) {
color: #00b9d8;
}
.demo-graph:nth-child(2) {
color: #d9006e;
}

.demo-cards {
align-items: flex-start;
align-content: flex-start;
}
.demo-cards .demo-separator {
height: 32px;
}
.demo-cards .mdl-card__title.mdl-card__title {
color: white;
font-size: 24px;
font-weight: 400;
}
.demo-cards ul {
padding: 0;
}
.demo-cards h3 {
font-size: 1em;
}
.demo-updates .mdl-card__title {
min-height: 200px;
background-image: url('/web/20201119154848im_/https://authcdn.geeksforgeeks.org/css/images/dog.png');
background-position: 90% 100%;
background-repeat: no-repeat;
}
.demo-cards .mdl-card__actions a {
color: #00BCD4;
text-decoration: none;
}

.demo-options h3 {
margin: 0;
}
.demo-options .mdl-checkbox__box-outline {
border-color: rgba(255, 255, 255, 0.89);
}
.demo-options ul {
margin: 0;
list-style-type: none;
}
.demo-options li {
margin: 4px 0;
}
.demo-options .material-icons {
color: rgba(255, 255, 255, 0.89);
}
.demo-options .mdl-card__actions {
height: 64px;
display: flex;
box-sizing: border-box;
align-items: center;
}
.mdl-navigation__link{
font-weight: bold;
color:#3E77FA; !important
}
/* -- import Roboto Font ---------------------------- */
@import "https://web.archive.org/web/20201119154848cs_/https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic";
/* -- You can use this tables in Bootstrap (v3) projects. -- */
/* -- Box model ------------------------------- */
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* -- Demo style ------------------------------- */
html,
body {
position: relative;
min-height: 100%;
height: 100%;
}
html {
position: relative;
overflow-x: hidden;
margin: 0px;
padding: 0;
min-height: 100%;
font-size: 62.5%;
}
body {
font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 1.4rem;
line-height: 2rem;
letter-spacing: 0.01rem;
color: #212121;
background-color: #f5f5f5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
#demo {
margin: 20px auto;
max-width: 960px;
}
#demo h1 {
font-size: 2.4rem;
line-height: 3.2rem;
letter-spacing: 0;
font-weight: 300;
color: #212121;
text-transform: inherit;
margin-bottom: 1rem;
text-align: center;
}
#demo h2 {
font-size: 1.5rem;
line-height: 2.8rem;
letter-spacing: 0.01rem;
font-weight: 400;
color: #212121;
text-align: center;
}
.shadow-z-1 {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
/* -- Material Design Table style -------------- */
.table {
width: 100%;
max-width: 100%;
margin-bottom: 2rem;
background-color: #fff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
text-align: left;
padding: 1.6rem;
vertical-align: top;
border-top: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.table > thead > tr > th {
font-weight: 400;
color: #757575;
vertical-align: bottom;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
background-color: #fff;
}
.table .no-border {
border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 0.8rem;
}
.table-bordered {
border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 0;
border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
.table-responsive-vertical > .table {
  margin-bottom: 0;
  background-color: transparent;
}
.table-responsive-vertical > .table > thead,
.table-responsive-vertical > .table > tfoot {
  display: none;
}
.table-responsive-vertical > .table > tbody {
  display: block;
}
.table-responsive-vertical > .table > tbody > tr {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-bottom: 1.6rem;
}
.table-responsive-vertical > .table > tbody > tr > td {
  background-color: #fff;
  display: block;
  vertical-align: middle;
  text-align: right;
}
.table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: inherit;
  font-weight: 400;
  color: #757575;
}
.table-responsive-vertical.shadow-z-1 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
  border: none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.table-responsive-vertical > .table-bordered {
  border: 0;
}
.table-responsive-vertical > .table-bordered > tbody > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
  border-bottom: 0;
}
.table-responsive-vertical > .table-striped > tbody > tr > td,
.table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-responsive-vertical > .table-hover > tbody > tr:hover > td,
.table-responsive-vertical > .table-hover > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical > .table-hover > tbody > tr > td:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
  background-color: #fde0dc;
}
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
  background-color: #f9bdbb;
}
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
  background-color: #fce4ec;
}
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
  background-color: #f8bbd0;
}
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
  background-color: #f3e5f5;
}
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
  background-color: #e1bee7;
}
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
  background-color: #ede7f6;
}
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
  background-color: #d1c4e9;
}
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
  background-color: #e8eaf6;
}
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
  background-color: #c5cae9;
}
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
  background-color: #e7e9fd;
}
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
  background-color: #d0d9ff;
}
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
  background-color: #e1f5fe;
}
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
  background-color: #b3e5fc;
}
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
  background-color: #e0f7fa;
}
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
  background-color: #b2ebf2;
}
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
  background-color: #e0f2f1;
}
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
  background-color: #b2dfdb;
}
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
  background-color: #d0f8ce;
}
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
  background-color: #a3e9a4;
}
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
  background-color: #f1f8e9;
}
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
  background-color: #dcedc8;
}
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
  background-color: #f9fbe7;
}
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
  background-color: #f0f4c3;
}
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
  background-color: #fffde7;
}
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
  background-color: #fff9c4;
}
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
  background-color: #fff8e1;
}
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
  background-color: #ffecb3;
}
}
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
background-color: #fff3e0;
}
.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
  background-color: #fff3e0;
}
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
  background-color: #ffe0b2;
}
}
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
background-color: #fbe9e7;
}
.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
  background-color: #fbe9e7;
}
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
  background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
  background-color: #ffccbc;
}
.mdl-layout__header-row{
    height:100%;
}
}
.msgGreen{
  font-weight:bold;
  color:#4cb96b;
}
@media screen and (max-width: 821px) {
.products{
    font-size:14px;
    padding:7px 7px;
}

}

.mdl-layout__header-row{
  background-color:#fff;
}


.userNameDiv{
  text-align:center;
  display: initial;
}

.userNameDiv .userName{
  color:#fff;
  font-weight:bold;
word-wrap: break-word;
}

.userDiv{
  background-color:#4CB96B;
}

.mdl-layout__drawer .mdl-navigation{
  padding-top:0px;
}

.mdl-layout__drawer-button i{
  font-size:46px;
}

.mdl-layout__content{
/*background: url('https://web.archive.org/web/20201119154848im_/https://cdncontribute.geeksforgeeks.org/wp-content/uploads/Skin-Shade.png');
background-size: 18%;*/
background-color: #efece9;
}

#piechart_3d{
  height:250px;
}

.whiteBgColor{
  background-color:#fff;
}

.textBold{
  font-weight: bold;
}

.descDiv{
  color:#404040;
}

.medText{
  font-size:18px;
}

.mdl-grid{
  padding: 0px 8px;
}

.tabsMaxHeightDiv{
  max-height: 250px;
  overflow-y: scroll;
}

.mdl-tabs__tab-bar{
  display: inline-block;
  width: 100%;
}

@media(max-width:768px){
  .mdl-tabs__tab-bar{
      overflow-x: scroll;
  }
}

.userMainDiv{
  position:relative;
}

.userMainDiv .userEditProfileBtn{
  position: absolute;
  right: 2px;
  font-size: 12px;
  padding: 2px;
  top: 2px;
  background-color:#337AB7;
}

.editBtnDiv{
position: absolute;
right: 2px;
top: 2px;
}

.editBtnDiv .userEditProfileBtn{
color: #404040;
background-color: #fff;
padding: 2px;
font-size: 14px;
}


a{
  color: #3E77FA;
}
.mdl-mega-footer__heading{
color: #fff;
text-align: center;
margin: 5px 0px;
padding-right: 0px;
}

footer a{
color: #060;
text-decoration: none;
}

footer a.socialBtn{
border: 1px solid #fff;
display: inline-block;
border-radius: 2px;
margin-left: 5px;
}

a.socialBtn img{
width: 30px;
}

.institute-div{
min-height:120px;
}

.vert-middle{
vertical-align: middle;
}



@media(max-width:768px){
.mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen) > .mdl-layout__header {
  margin-left: auto;
  width: 100%;
}
}


/* Style for social share buttons  */

.social-share-btn {
bottom: 25px;
position: fixed;
margin: 1em;
right: 10px;
z-index: 10;
}

.social-sm-buttons {
box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
border-radius: 50%;
display: block;
width: 50px;
height: 50px;
margin: 10px auto 0;
position: relative;
-webkit-transition: all .1s ease-out;
transition: all .1s ease-out;
}

.social-sm-buttons:active,
.social-sm-buttons:focus,
.social-sm-buttons:hover {
box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.social-sm-buttons:not(:last-child) {
width: 0;
height: 0;
margin: 20px auto 0;
opacity: 0;
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}

.social-share-btn-enable .social-sm-buttons:not(:last-child) {
opacity: 1;
width: 35px;
height: 35px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 10px auto 0;
}


/* Unessential styling for sliding up social-sm-buttons at differnt speeds */

.social-sm-buttons:nth-last-child(1) {
background-color: #404040;
color: #fff;
padding: 10px 0px 0px 8px;
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
cursor: pointer;
}

.social-sm-buttons:nth-last-child(1) i{
font-size: 30px;
}

.social-sm-buttons:not(:last-child):nth-last-child(2) {
-webkit-transition-delay: 50ms;
transition-delay: 20ms;
background-image: url('https://web.archive.org/web/20201119154848im_/https://media.geeksforgeeks.org/auth/facebook_share.png');
background-size: contain;
}

.social-sm-buttons:not(:last-child):nth-last-child(3) {
-webkit-transition-delay: 75ms;
transition-delay: 40ms;
background-image: url('https://web.archive.org/web/20201119154848im_/https://media.geeksforgeeks.org/auth/twitter_share.png');
background-size: contain;
}

.social-sm-buttons:not(:last-child):nth-last-child(4) {
-webkit-transition-delay: 100ms;
transition-delay: 60ms;
background-image: url('https://web.archive.org/web/20201119154848im_/https://media.geeksforgeeks.org/auth/google_share.png');
background-size: contain;
}

.social-sm-buttons:not(:last-child):nth-last-child(5) {
-webkit-transition-delay: 100ms;
transition-delay: 60ms;
background-image: url('https://web.archive.org/web/20201119154848im_/https://media.geeksforgeeks.org/auth/linkedin_share.png');
background-size: contain;
}


.gceDiv {
  display: inline-block;
  width: 345px;
}
@media(max-width:1366px) {
  .gceDiv {
      width: 260px;
  }
}
@media(max-width:1279px) {
  .gceDiv {
      width: auto;
  }
}
.gsib_a {
  padding: 3px 0px 2px 0px;
}
.gsc-input {
  padding: 0 !important;
  vertical-align: baseline !important;
  margin-left: 1px !important;
}
.gsc-control-cse.gsc-control-cse-en {
  padding: 0.5em;
}
.gsc-input-box {
  border-color: #6AA84F !important;
  height: 35px;
  max-height: 38px !important;
}
.gcse-search__close-n{
    cursor: pointer;
}
input.gsc-search-button {
  border-color: #6aa84f !important;
  border-radius: 0px !important;
  line-height: 11px !important;
  margin: 0 !important;
  cursor: pointer !important;
  background: #4cb96b !important;
  color: white !important;
  font-weight: bold !important;
  width: auto !important;
  height: auto !important;
}
@media(min-width:1024px) {
  .gsc-results-wrapper-overlay {
      margin-left: 100px !important;
  }
}

/* institute page style starts here */

.institute-main-div .table-div{
overflow-x: auto;
display: none;
padding: 0;
margin-bottom: 20px;
}

.table-div{
overflow-x: auto;
padding: 0;
margin-bottom: 20px;
}

.institute-main-div .table-div table, .table-div table{
margin: 0;
width: 100%;
}

.institute-main-div .table-div table thead tr, .table-div table thead tr{
background-color: #4CB96B;
}

.text-center{
text-align: center;
}

.institute-main-div .table-div table .student-row, .table-div table tr{
text-align: center;
}

.institute-main-div .table-div table .student-row:nth-child(even), .table-div table tbody tr:nth-child(even){
background-color: rgba(183,223,182,0.4);
}

.institute-main-div .table-div table .student-row td, .table-div table td{
padding: 8px;
}

.institute-main-div .table-div table .student-row td a, .table-div table tr td a{
color: #212121;
text-decoration: none;
}

.institute-main-div .table-div table .student-row td a:hover, .table-div table tr td a:hover{
color: #404040;
text-decoration: underline;
}

.institute-main-div .spinner-div{
text-align: center;
padding: 20px;
}

.animate-div{
opacity: 0;
}

.institute-main-div .spinner-div .mdl-spinner{
width: 60px;
height: 60px;
}

.institute-main-div .spinner-div .mdl-spinner .mdl-spinner__circle{
border-width: 4px;
border-style:dashed;  
} 

.filter, .table-div table thead th{
padding: 8px;
}

.waves-effect {
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
vertical-align: middle;
z-index: 1;
-webkit-transition: .3s ease-out;
transition: .3s ease-out;
}

ul.pagination{
padding-left: 0;
list-style-type: none;
}

ul.pagination > li{
list-style-type: none;
}

.pagination li {
display: inline-block;
border-radius: 2px;
text-align: center;
vertical-align: top;
height: 30px;
}

.pagination li a {
color: #444;
display: inline-block;
font-size: 1.5rem;
padding: 0 10px;
line-height: 30px;
text-decoration: none;
}

.pagination li.disabled a {
cursor: default;
color: #999;
}

.pagination li i {
font-size: 3rem;
}

.pagination li.active {
background-color: #ee6e73;
}

.pagination li.active a {
color: #fff;
}

.disqus-div{
padding: 20px;
}

/* end here */

#view-source {
   position: fixed;
   display: block;
   right: 0;
   bottom: 0;
   margin-right: 40px;
   margin-bottom: 40px;
   z-index: 900;
}
.userEditImageDiv{
   position: absolute;
   width: 100%;
   z-index: 2;
   cursor: pointer;
   display:none;
}
.userEditImageDiv label.input-custom-file{
  display: none;
}
label.input-custom-file input[type=file] {
   display: none;
}
#defaultCode{
   height:250px;
   font-size:18px;
}
.defaultCodeLabel{
   font-weight:bold;
   color:#404040;
}
/* for making footer stable */
.mdl-layout__container {
   position: relative;
}
@media(max-width: 768px){
   .mdl-layout__container {
       height: auto;
  }
}

/* Dropdowm style in edit profile page for institute suggestion list*/

.typeahead.dropdown-menu {
  border: 1px solid rgba(0,0,0,.3);
  box-shadow: .05em .2em .6em rgba(0,0,0,.2);
  text-shadow: none;
  transition: .3s cubic-bezier(.4,.2,.5,1.4);
  transform-origin: 1.43em -.43em;
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0.3em;
}

.typeahead.dropdown-menu li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer;
}

.typeahead.dropdown-menu li a {
  text-decoration: none;
  color: #404040;
}

.typeahead.dropdown-menu li.active {
  background: hsl(205, 40%, 40%);
}   

.typeahead.dropdown-menu li.active a {
  color: #fff;
  text-decoration: none;
}

/* toast style */

.toast {
padding: 10px 20px;
color: #fff;
background: rgba(0,0,10,0.8);
display: inline-block;
position: fixed;
top: -100px;
right: 15px;
opacity: 0;
z-index: 5;
font-weight: bold;
transition: all 0.4s ease-out;
}

/* College search animation css*/
.animatedSearch {
  width: 230px;
  box-sizing: border-box;
  border-bottom: 2px solid #FFFFFF;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 16px;
  font-weight: bold;
  font-style:italic;
  color: white !important;
  background-color: transparent;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 10px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.animatedSearch:focus {
  width: 80%;
}

.searchBody{
  background-color:white;
  z-index:1;
  text-align: left !important;
}

.searchBody td{
padding: 0px !important;
}

#college_results{
  margin-left: 0;
  list-style-type:none;
  background-color: #fcfcfc;
}

.border-ul{
  border: 2px solid #ccc;
}

#college_results li{
padding:4px 10px;
}

.searchBox{
color:white;
position:relative;
left:-38px;
top:5px;
}
#college_results li:hover {
  background-color: #7AB1EB;
}
.animatedSearch::placeholder {
  color: #FFFFFF;
}

/* Footer styles code starts here */

#footer {
  background-color: white;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 40px;
  border-top: 1px solid #dedede;
}

.social-img-div{
  background: url('https://web.archive.org/web/20201119154848im_/https://media.geeksforgeeks.org/common/GFG_SM_insta-min.png') center/cover;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.social-media-div{
  margin-left:15px !important;
}

.social-link:last-child .social-img-div{
  background-position: 140px 0px;
}

.social-link:not(:last-child):nth-last-child(1) .social-img-div{
  background-position: -175px 0px;
}

.social-link:not(:last-child):nth-last-child(2) .social-img-div{
  background-position: -140px 0px;
}

.social-link:not(:last-child):nth-last-child(3) .social-img-div{
  background-position: -105px 0px;
}

.social-link:not(:last-child):nth-last-child(4) .social-img-div{
  background-position: -35px 0px;
}

.social-link:not(:last-child):nth-last-child(5) .social-img-div{
  background-position: 35px 0px;
}

.social-link:first-child .social-img-div{
  background-position: 0px 0px;
}

#container-g4g-footer{
  position: relative;
}

#footer .logo, #footer .footer-column{
  float: left;
}

.logo{
  text-align: left;
}

.logo, .footer-column{
  width:32%;
}

.footer-column{
  width:17%;
}

.gfg-logo-ul{
  padding-left: 45px;
  padding-top: 3px;
  padding-bottom: 7px;
}

.gfg-logo-ul li img{
  width:200px;
}

#footer .footer-column{
  font-size: 20px;
  color: white;
  text-align: left;
}

/* MEDIA QUERIES */

@media(max-width:1292px){
  .logo{
      width:35%;
  }

  .footer-column{
      width:15%;
  }       
}

@media(max-width:1200px){
  #footer{
    padding-top: 25px !important;
  }

  #footer .footer-column{
    text-align: center;
  }
  
  .logo{
      text-align: center;
      width:100%;
  }
  .gfg-logo-ul{
      padding-left: 0px;
      padding-top: 15px;
  }
  
  .footer-column{
      width: 25%;
  }

  .social-ul{
      display:block !important;
      text-align: left !important;
      width: 45%;
      margin: auto !important;
      margin-bottom: 12px !important;
  }
  .social-media-div{
      padding-left: 0px !important;
      text-align: center !important;
  }

  .foot-mail-icon{
      width: 8% !important;
  }
}

@media (max-width:768px){
  .logo{
      width:100%;
  }
  
  .footer-column{
      width: 50%;
  }
  .social-ul{
      width: 60%;
  }

}

@media(max-width:468px){
  .footer-column{
      width: 100%;
  }
  .social-ul{
      width: 85%;
  }
}

@media(max-width:388px){
  .logo{
      margin-left: -15px;
  }
  .gfg-logo-ul{
      padding-left: 20px;
      width: 100%;
  }
  .social-ul{
      width: 80%;
  }
  .social-media-div{
      padding-left: 30px !important;
  }
}


@media(max-width:386px){
  .gfg-logo-ul li img{
      width: 250px;
  }
  .social-ul{
      width: 100%;
  }
}
/* MEDIA QUEIRIES END */

.footer-bottom-div{
    background-color: #308D46;
    color: #fff;
    padding: 10px;
    margin-top: -6px;
    padding-left: 40px;
    font-family: 'Poppins', serif;
    height: 40px;
    font-size: 11pt;
}


#footer .logo ul li:last-child {
  display: block;
  margin-bottom:10px;
}

#footer .logo ul li{
  list-style: none;
  color: #696969;
  float: none;
  font-size: 11pt;
  font-family: 'Poppins', serif;
}

#footer .footer-column li{
  list-style: none;
  color: #308D46;
  font-size: 13.5pt;
  line-height: 1.25;
  float: none;
  padding-bottom: 10px;
}

#footer .footer-column li:first-child{
  margin-bottom: 5px;
  padding-bottom: 12px;
}

.social-media-div{
    margin-top: 18px !important;
    padding-left: 52px;
    display: block !important;
}
.social-ul a div{
    background: url(https://web.archive.org/web/20201119154848im_/https://media.geeksforgeeks.org/wp-content/cdn-uploads/social_sprites_icons.svg) center/cover;
    width: 35px;
    height: 35px;
    margin-left: -5px;
    display: inline-block;
}
.social-ul a div.facebook{
    background-position: 0px 0px;
}
.social-ul a div.facebook:hover {
  background-position: 0px -175px;
}
.social-ul a div.instagram{
    background-position: 0px -35.0px;
}
.social-ul a div.instagram:hover{
    background-position: 0px -210px;
}
.social-ul a div.linkedin{
    background-position: 0px -70px;
}
.social-ul a div.linkedin:hover{
    background-position: 0px -245px;
}
.social-ul a div.twitter{
    background-position: 0px -105px;
}
.social-ul a div.twitter:hover{
    background-position: 0px -280px;
}
.social-ul a div.youtube{
    background-position: 0px -140px;
}
.social-ul a div.youtube:hover{
    background-position: 0px -315px;
}

#footer li a, #footer li{
  color: #696969;
  font-size: 11pt;
  text-decoration: none;
  font-weight: normal;
  font-family: sofia-pro, sans-serif;
}


footer li a:hover{
  text-decoration:none !important;
  color: #308D46 !important;
  background-color: transparent !important; 
}

.social-ul span a{
  color: #696969 !important;
}

.social-ul span a:hover{
  color: #308D46 !important;
}

#footer .footer-column ul{
  list-style: none;
  padding: 5px 0px;
  color: white;
}

#footer .social-ul{
  padding-left:40px;
  display: inline-block;
  margin: 0px;
  letter-spacing: normal;
  text-shadow: none;
}

ul.social-ul li {
  float: none;
  display: block;
}

.footer-bottom-social{
  background-color: #212121;
}

.footer-bottom-social .social-ul{
  padding-left: 0;
}

/* Footer styles ends here */

/* todo Done style */
legend.todoDone{
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
width: 35%;
border: 2px solid #32A176;
border-radius: 4px;
padding: 5px 5px 5px 5px;
background-color: #ffffff;
position: absolute;
top: -18px;
left: 30px;
}

fieldset.todoDone{
position: relative;
height: 100%;
}
/* toDo Done style end */

/* Profile.php style */

.contribute-ol{
  line-height:2;
}


.contribute-ol li{
   list-style-position: inside;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
color: rgba(0, 0, 0, 0.54);
}

.mdl-layout__header{
  background-color: #fff;
  padding-top: 10px;
}


/* Chart canvas */
.canvasjs-chart-toolbar {
  display:none;
}
.canvasjs-chart-credit {
  display:none;
}
.canvasjs-chart-container{
  margin-top:20px;
}

.changePicStrip{
position: absolute;
width: 100%;
left: 0;
bottom: 0;
height: 50px;
text-align: center;
font-weight: 600;
background-color: rgba(255,255,255,0.6);
padding-top: 15px;
}

.changePicStrip i{
vertical-align: middle;
}

.changePicStrip:hover{
background-color: rgba(255,255,255,0.9);
}

.mdl-navigation__link.highlight{
background-color: #D1FBD6;
}

.spin {
position: absolute;
display: inline-block;
width: 80px;
height: 80px;
right: 30.6%;
bottom: -5px;
border: 2px solid #34495e;
border-radius: 100%;
animation: spin 0.75s infinite linear;
}

.spin::before,
.spin::after {
left: -2px;
top: -2px;
display: none;
position: absolute;
content: '';
width: inherit;
height: inherit;
border: inherit;
border-radius: inherit;
}

@keyframes spin {
from {
  transform: rotate(0deg);
}
to {
  transform: rotate(360deg);
}
}

.spinner,
.spinner::before,
.spinner::after {
display: inline-block;
border-color: transparent;
border-top-color: #fff;
animation-duration: 30s;
}

.spinner::before {
transform: rotate(120deg);
}

.spinner::after {
transform: rotate(240deg);
}


.form-control[disabled]{
  background-color: #5cb85c;
}
.index-page-form .form-control:focus{
  border-color: #ed1818;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(177, 74, 71, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(177, 74, 71, 0.6);
}
.index-page-form .form-control.btn-success:focus{
  border-color: #4cae4c;
}
/* css for overlay loading spinner */
/* Absolute Center Spinner */
.spinner-loading-overlay {
  position: fixed;
  display: none;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.spinner-loading-overlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(239,236,233,0.7);
}
.spinner-loading-overlay:not(:required):after {
  content: '';
  display: block;
  font-size: 20px;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(15, 157, 88, 0.75) 1.5em 0 0 0, rgba(15, 157, 88, 0.75) 1.1em 1.1em 0 0, rgba(15, 157, 88, 0.75) 0 1.5em 0 0, rgba(15, 157, 88, 0.75) -1.1em 1.1em 0 0, rgba(15, 157, 88, 0.75) -1.5em 0 0 0, rgba(15, 157, 88, 0.75) -1.1em -1.1em 0 0, rgba(15, 157, 88, 0.75) 0 -1.5em 0 0, rgba(15, 157, 88, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(15, 157, 88, 0.75) 1.5em 0 0 0, rgba(15, 157, 88, 0.75) 1.1em 1.1em 0 0, rgba(15, 157, 88, 0.75) 0 1.5em 0 0, rgba(15, 157, 88, 0.75) -1.1em 1.1em 0 0, rgba(15, 157, 88, 0.75) -1.5em 0 0 0, rgba(15, 157, 88, 0.75) -1.1em -1.1em 0 0, rgba(15, 157, 88, 0.75) 0 -1.5em 0 0, rgba(15, 157, 88, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* css end for spinner loading */

/*Header CSS */
.parent-list-item{
    text-decoration: none !important;
    color: inherit !important;
    font-family: 'Poppins', sans-serif;
    color: #121212 !important;
    margin-right: 20px;
    display: none;  /* Hiding the left bar content for now*/
}
.header-main__list-item-caret{
    vertical-align: middle;
}
.header-group{
    display: inline-block;
}
.header-drop-downs{
    float: left;
    margin-top: 25px;
}
.gsc-input-box{
    margin-top: 2px;
    border-radius: 8px 0px 0px 8px;
    border: 0 !important;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.gsc-search-box tbody tr .gsc-input {
    background: unset !important;
    min-width: 150px;
    border: 0px !important;
    height: 27px !important;
}
.gsc-search-box tbody tr .gsc-search-button {
    z-index: 1024;
}

.gsc-search-button .gsc-search-button-v2 {
    margin-top: 1px;
    background-color: #273239 !important;
    padding: 12px;
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    outline: 0;
}
.avatarHeaderDiv img{
    height: 55px !important;
    width: 55px !important;
    transition: all 0.5s;
}
.mega-dropdown-selected{
    width: 200px !important;
    right: 10px !important;
    left: auto !important;
    display: block !important;
    list-style: none !important;
    top: 81% !important;
}
.mega-dropdown{
    z-index: 1022;
    color: #273239;
    border-top: 4px solid #308D46 !important;
    padding: 0px !important;
    position: absolute;
    width: 250px;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .18);
    background: #ffffff;
    display: none;
    top: 210%;
    left: 0;
}
.course-dropdown-selected{
    width: 250px !important;
    right: 10px !important;
    left: 9% !important;
    display: block !important;
    list-style: none !important;
    top: 81% !important;
}
.course-dropdown{
    z-index: 1022;
    color: #273239;
    border-top: 4px solid #308D46 !important;
    padding: 0px !important;
    position: absolute;
    width: 250px;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .18);
    background: #ffffff;
    display: none;
    top: 210%;
    left: 0;
}
.course-dropdown-list, .userProfileDp{
    cursor: pointer;
}
.mega-dropdown li{
    font-size: 14px;
    cursor: pointer;
    color: #121212;
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
}
.course-dropdown li{
    font-size: 14px;
    cursor: pointer;
    color: #121212;
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
}
.mdl-layout__header{
    padding-top: 0px !important;
}
.mega-dropdown .mega-dropdown__list-item:hover {
    background-color: #ececec;
    transition: all 0.2s;
}
.course-dropdown .course-dropdown__list-item:hover {
    background-color: #ececec;
    transition: all 0.2s;
}
.parent-list-item:hover, .parent-list-item.selected {
    color: #308D46 !important;
}
.userProfileDp:hover img {
    transition: all 0.5s;
    transform: scale(0.9);
}
.showSearchDiv{
    display: block !important;
}
.profile-dp-dropdown-text{
    margin-left: 25%
}
.profile-dp-dropdown-icon{
    position: absolute;
}
.course-dropdown__list-item a{
    text-decoration:none;
    color: #121212 !important;
}
.header-main__signup{
    cursor: pointer;
    outline: 0px;
    background-color: #273239;
    color: white;
    font-family: var(--font-poppins);
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none !important;
    border: 0px;
    margin-top: 8px;
}
.header-profile-content{
}
.header-search-content{
    float: right;
}
.header-main__logo ._logo{
    padding: 13px;
}
.header-main__logo{
    color:transparent !important;
}
.showGoogleSearchBar{
    width: 90% !important;
}
.showPremiumSearchBar{
    width: 95% !important;
}

@media only screen and (max-width: 1350px) {
    .header-profile-content button{
        padding: 10px 5px !important;
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 1200px) {
  .header-drop-downs {
    display: none !important;
  }
  .header-logo-content{
    margin-left: 29% !important;
  }
}
@media only screen and (max-width: 1060px){
    .header-profile-content{
       display:none; 
    }
    .gsc-search-button {
        margin-left: -20px !important;
    }
}
@media only screen and (max-width: 1025px){
    .header-logo-content{
        margin-left: 35% !important;
    }
    .header-main__logo ._logo {
        padding: 6px !important;
    }
    .gsc-input{
        min-width:100px !important;
    }
    .header-search-content{
        float: right;
        margin: 0px !important;
    }
}
@media only screen and (max-width: 700px){
    .gcse-search__icon-n{
        padding: 16px;
        float: right;
        color: #212121 !important;
    }
    .gcse-search__close-n{
        position: absolute;
        right: 20px;
        top: 47.5%;
        transform: translateY(-47.5%);
    }
    .show-search-icon{
        display: block !important;
        cursor: pointer;
    }
    .gsc-control-cse{
        display:none;
    }
    .header-search-content{
        float: right;
        margin: 0px !important;
    }
    .gcse-search-input__wrapper, .gcse-search__btn, .hide-search{
        display: none;
    }
    .gcse-search__close-pre{
        right: 5% !important;
    }
    
}
@media only screen and (max-width: 500px){
    .gfg-logo{
        width: 180px !important;
    }
    .header-logo-content{
        margin-left: 33% !important;
    }
    .showGoogleSearchBar{
        width: 85% !important;
    }
    .showPremiumSearchBar{
        width: 95% !important;
    }
    ._logo{
        width: 170% !important;
    }
}

._logo {
    display: flex;
    align-items: center;
}

._logo {
    display: flex;
    align-items: center;
}

._logo svg:first-child,
._logo img:first-child {
    max-width: 55px;
}

._logo svg:last-child,
._logo img:last-child {
    max-width: 155px;
    padding-left: 10px;
}

.header-main__logo svg[aria-hidden=true],
.header-main__logo img[aria-hidden=true] {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
    filter: alpha(opacity=0);
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    transition: opacity 0.5s;
    animation: fadeLogoOut 0.5s;
}

.header-main__logo svg.ready,
.header-main__logo img.ready {
    min-width: 60px !important;
    margin-left: 30%;
    transform: translate(-30%, 0);
    -webkit-transform: translate(-30%, 0);
    animation: shiftLogoRight 0.5s;
}

.header-main__logo img.ready {
    min-width: 55px !important;
    /* max-width: 50px!important; */
}

.header-main__logo svg.normal,
.header-main__logo img.normal {
    min-width: 60px !important;
    margin-left: 0%;
    transform: unset;
    animation: shiftLogoLeft 0.5s;
}

.header-main__logo img.normal {
    min-width: 55px !important;
}

.mega-dropdown a {
    text-decoration: none !important;
}
@-webkit-keyframes shiftLogoRight {
  0% {
    margin-left: 0;
    transform: translate(0, 0);
  }

  100% {
    margin-left: 30%;
    transform: translate(-30%, 0);
  }
}

@keyframes shiftLogoRight {
  0% {
    margin-left: 0;
    transform: translate(0, 0);
  }

  100% {
    margin-left: 30%;
    transform: translate(-30%, 0);
  }
}

@-webkit-keyframes shiftLogoLeft {
  0% {
    margin-left: 30%;
    transform: translate(-30%, 0);
  }

  100% {
    margin-left: 0%;
    transform: translate(0%, 0);
  }
}

@keyframes shiftLogoLeft {
  0% {
    margin-left: 30%;
    transform: translate(-30%, 0);
  }

  100% {
    margin-left: 0%;
    transform: translate(0%, 0);
  }
}

/* Display Modal CSS */
.modal {
    padding-top: 100px;
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
}

#displayModal {
    background-color: rgba(224, 224, 224, 0.8);
    font-size: 100% !important;
}

#displayModal .modal-dialog {
    height: 100%;
    overflow: hidden;
}

#displayModal .modal-overlay {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.72);
    z-index: 10000;
    /* height: 167vh; */
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
}

#displayModal .modal-overlay[aria-hidden=false] {
    display: block;
}

#displayModal .modal-content {
    padding-bottom: 10px !important;
    background-color: #fefefe;
    position: relative;
    border: 0px !important;
    -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    border-collapse: separate;
}

#displayModal .modal-header {
    position: relative;
}

#displayModal .modal-body {
    position: relative;
    margin-top: 20px !important;
    font-size: inherit;
}

#displayModal .error-message {
    position: absolute;
    bottom: 35px;
    font-size: 12px;
    z-index: 1020;
    color: red;
}

#displayModal .feed-body {
    min-height: 250px;
    max-height: 350px;
    overflow-y: auto;
    padding: 3px;
    border: 1px solid #0000000a;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

#displayModal .modal-footer {
    margin-top: 15px;
    display: flex;
    flex-direction: row-reverse;
}

#displayModal #dmButton {
    padding: 10px 20px 10px 20px;
    font-size: 1.25rem;
    border: 1px solid var(--color-gfg);
    outline: 0 !important;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    background-position: center;
    transition: background 0.8s;
}

#displayModal #dmButton:hover {
    color: white;
    background: var(--color-gfg) radial-gradient(circle, transparent 1%, var(--color-gfg) 1%) center/15000%;
}

#displayModal #dmButton:active {
    background-color: var(--color-gfg);
    background-size: 100%;
    transition: background 0s;
}

#displayModal .close {
    position: absolute;
    right: -15px;
    top: -40px;
    border: 0px;
    font-size: 2rem;
    padding: 5px;
    background: transparent;
    cursor: pointer;
}

#displayModal #dmTitle {
    font-size: 2rem;
}

#displayModal .feed-pill {
    margin: 5px;
    font-size: 1.1rem;
    background-color: #80808033;
    display: inline-block;
    border: 1px solid #80808033;
    cursor: pointer;
}

#displayModal .feed-name {
    padding: 8px;
    display: inline-block;
}

#displayModal .feed-pill:hover,
#displayModal .feed-pill:active {
    filter: contrast(120%);
}

#displayModal .feed-pill.active {
    transition: all 0.2s;
    border: 1px solid var(--color-gfg);
}

.plus-times {
    margin-left: 4px;
    cursor: pointer;
    font-size: 12px;
    padding: 7px 10px;
    transition: all 0.2s ease-in;
    background-color: #9494941f;
}

#displayModal .feed-pill.active .plus-times {
    background-color: var(--color-gfg);
    color: white;
}

#displayModal .feed-pill.active .plus-times:hover {
    color: white !important;
}

/* 
    Google Search Result Modal 
  */

#displayModal .modal-content[data-type="gcse"] {
    width: 70% !important;
    padding: 25px !important;
    height: 75%;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto !important;
}

#displayModal .gcse-meta-wrapper {
    display: flex;
    padding-bottom: 3px;
    justify-content: space-between;
}

#displayModal .gcse-sort-container {
    /* margin-top: -10px; */
    margin-right: 35px;
}

#displayModal .gcse-sort {
    outline: 0px !important;
    padding: 0px 8px;
    width: 85px;
    font-size: 11px;
    height: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-right: 10px;
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
    cursor: pointer;
}

#displayModal .gcse-sort-label {
    font-size: 12px;
}

#displayModal .gcse-search-info {
    color: #676767;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: auto 0;
    display: inline;
}

#displayModal hr.gcse-divider {
    margin: 0px !important;
    margin-top: 5px !important;
}

#displayModal .gcse-results-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

#displayModal .gcse-item {
    margin-bottom: 30px;
}

#displayModal .gcse-title {
    /* color : var(--color-gfg); */
    text-decoration: underline;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

#displayModal .gcse-title+div {
    word-break: break-all;
}

#displayModal .gcse-title+div a {
    color: #3c0;
    font-size: 13px;
}

#displayModal .gcse-item-content {
    display: flex;
    /* flex-wrap: wrap; */
}

#displayModal .gcse-item-content img {
    max-width: 60px;
    max-height: 120px;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
}

#displayModal .gcse-item-info {
    margin-top: 8px;
    font-size: 13px;
    margin-left: 11px;
    word-break: break-all;
}

#displayModal .gcse-pagination {
    font-size: 14px;
    word-break: break-all;
}

#displayModal .gcse-pagination>a {
    margin-right: 10px;
    color: #656565;
}

#displayModal .gcse-pagination>a:hover {
    color: #868686 !important;
}

.gcse-search-input__wrapper {
    margin-top: 7px !important;
    outline: 0px !important;
    font-family: var(--font-poppins);
    vertical-align: middle !important;
    box-shadow: 0px 0px 0px !important;
    font-weight: 400 !important;
    font-size: 1.35rem;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #d2d2d2 !important;
    background-clip: padding-box !important;
    border: 1px solid #fff !important;
    border-radius: 8px !important;
    width: 140px;
    margin-right: -7%;
    margin-bottom: 7px;
    padding: 8px 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
} 

#gcse-search-input[aria-expanded=false]+.hide-search {
    display: none;
}

#gcse-search-input[aria-expanded=true]+.hide-search {
    position: absolute;
    cursor: pointer;
    padding: 5px;
    right: 3px;
    top: -6px;
}
#gcse-form[data-sm=true] .gcse-search__btn,
.gcse-search__btn {
    background-color: #273239;
    border-top-right-radius: 5px;
    padding: 5px 7px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    outline: 0px !important;
    border: 0px;
    box-shadow: 0px 0px 0px !important;
    transition: all var(--transition-time);
    vertical-align: middle !important;
}

_::-webkit-full-page-media,
_:future,
:root #gcse-form[data-sm=true] .gcse-search__btn,
.gcse-search__btn {
    top: -11px;
    padding: 6px 7px;
}

#gcse-form[data-sm=true] .gcse-search__btn>.gcse-search__icon,
.gcse-search__icon {
    color: white;
}

#gcse-form[data-sm=true] {
    z-index: 1;
}

#gcse-form{
    float: right;
}

#gcse-form .gcse-search__close {
    position: absolute;
    right: 17%;
    top: 38%;
    font-size: 80%;
    cursor: pointer;
}
.display-none {
    display: none !important;
}

.loader__animation {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    position: fixed;
    /* position: absolute; */
    width: 31px;
    height: 31px;
    top: 40%;
    /* top: 18%; */
    left: 48.5%;
    transform: translate(-48.5%, -40%);
    border-top: 5px solid #308D46;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.center-adjust-social{
    padding-top: 5px !important;
    padding-left: 3px !important;
}
/*Header CSS ends */

/*
     FILE ARCHIVED ON 15:48:48 Nov 19, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:02:44 Aug 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.518
  captures_list: 0.461
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.024
  esindex: 0.008
  cdx.remote: 7.11
  LoadShardBlock: 204.664 (3)
  PetaboxLoader3.datanode: 206.352 (5)
  load_resource: 203.166 (2)
  PetaboxLoader3.resolve: 134.761 (2)
*/