link[rel="icon"] {
            width: 5px !important;
            height: 5px !important; 
       }
body{
background: rgb(255, 255, 250);
min-height: 100%;
}
html {
  scroll-behavior: instant;
}
a.name {
  font-size: .85em;
  float: left;
  margin-left: -.87em;
  padding-right: .23em;
  margin-top: .125em;
  opacity: 0;
}
a.name:hover{
    opacity: 1 !important;
    text-decoration: underline;
}
h3:hover .name{
    opacity: .5;
}
.copy-icon {
    cursor: pointer;
 }
h3{
font-size: 2em;
padding-bottom: 10px;
}
pre{
width: 100% !important;
}
.semantic-note {
  border-left: 5px solid #1b1c1d;
  background-color: #eee !important;
}
.semantic-note-primary {
  border-left: 5px solid #273765;
  background-color: #e7e8ee !important;
}
.semantic-note-success {
  border-left: 5px solid #42b983;
  background-color: #eafdf5  !important;
}.semantic-note-danger {
  border-left: 5px solid #a52e25;
  background-color: #f5eceb !important;
}.semantic-note-alert {
  border-left: 5px solid f8ec0b#faf9e8;
  background-color: #faf9e8 !important;
}
.semantic-note-pry {
  border-left: 5px solid #0d6efd;
  background-color: #e1e7f0 !important;
}
hr{
color: #bbb;
}
.a{
text-decoration: none; 
color: #000;
font-size: 1em;
}
.a:hover{
color: #273765;
}
.sidebar-submenu ul li{
line-height: 15px;
}
.sidebar-submenu ul{
padding: -5px;
}
.sidebar-wrapper {
  width: 18%;
}
.active, .sidebar-wrapper .sidebar-menu ul li a:hover{
color: #aeaeae !important;
}.active a{
color: #aeaeae !important;
}



@media screen and (max-width: 997px) {
*{
font-size: 14px;
}
.content-section{
//padding: 20px 0 !important;
margin: 0px !important;
}
.page-content{
//padding: 0px 15px !important;
// margin: 0 auto !important;
justify-items: center;

}
.v-title, .adjust, .col-lg-4{
 width: 100% !important;
}
.adjust{
 padding: 4px 0 !important;
 margin: 0 0px 0 8px !important;

}

}


@media screen and (max-width: 611px) {
*{
font-size: 11px;

}

.sidebar-wrapper {
  width: 60%;
}

p{
  line-height: 26px !important;
}
}