ul.question-breadcrumb {
list-style: none;
margin: 0;
padding: 0;
}
.original-post a{ 
font-size: 0.75em;
text-decoration:none;
}
.loading-gif-grey{
display:none;
}
ul.question-breadcrumb li{
margin: 0;
padding: 0;
}
ul.question-breadcrumb li.qna-headline h3{
margin: 0;
padding: 0;
}
i.best-ans-loader, i.cmt-ajx-loader, span.icon-refresh-ccw{
display:none;
}
div.qna-btn-wrp, .snippet-mini-btns {
display: flex;
height: 20px;
align-items: center;
gap: 5px;
}
div.qna-btn-wrp button, .snippet-mini-btns button {
border: none;
background: #f1f1f1;
cursor: pointer;
height: 20px;
display: flex;
align-items: center;
}
div.qna-btn-wrp button:disabled, #answer-form button:disabled, .snippet-mini-btns button:disabled{
color: #e4e4e4!important;
text-shadow: 1px 1px 1px #fff;
background: #f9f9f9!important;
}
div.qna-btn-wrp button.qna-accept-answer{
font-size: 1.5em;
}
div.qna-btn-wrp button.qna-accept-answer:hover{
color: #4CAF50;
}
div.qna-btn-wrp button.qna-best-answer{
font-size: 1.5em;
background: transparent;
color: #4CAF50;
}
div.qna-btn-wrp button:hover{
background: #e4e4e4;
}
ul.question-breadcrumb li.qna-author{
font-size: 0.7em;
color: #a9a9a9;
}
.qna-content, ol.suggested-answers .qna-answer-cnt{
font-size: 0.9em;
line-height: 1.9em;
}
.qna-content p.logged-in-as{
margin: 5px 0;
}
.timeline-answer-header img.avatar{
border-radius: 50%;
float: left;
margin-right: 5px;
}
div.answer-helpful-wrp{
float: left;
font-size: 0.7em;
color: #c3c3c3;
}
div.answer-helpful-wrp .icon-thumbs{
margin-right: 5px;
cursor: pointer;
}
div.question-comment-form{
display:none; 
} div.snippet-wrp{
font-size: 0.9em;
line-height: 1.9em;
}
ol.suggested-answers{
margin: 0;
padding: 0;
list-style: none;
counter-reset: my-awesome-counter;
}
ol.suggested-answers > li {
counter-increment: my-awesome-counter;
}
ul.answer-author{
margin: 0;
padding: 0;
list-style: none;
}
ol.suggested-answers > li {
border-bottom: 1px solid #ddd;
background: #fff;
margin: 10px 0;
padding: 20px 30px;
}
ol.suggested-answers > li::before {
content: counter(my-awesome-counter);
color: #b2b2b2;
font-size: 1rem;
--size: 25px;
line-height: var(--size);
width: var(--size);
height: var(--size);
background: #f6f6f6;
border-radius: 0 0 50%;
text-align: center;
float: left;
margin-left: -30px;
margin-top: -20px;
}
ol.suggested-answers > li:first-child{
margin: 0px 0 10px 0;
border-top: 1px solid #c7c7c7;
}
ol.suggested-answers > li:last-child{
border-bottom:none;
}
ul.answer-author li {
padding: 0;
margin: 0;
font-size: 0.9em;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
}
ul.answer-author > li.author-name a{
color: #353535;
text-decoration: none;
}
ul.answer-author > li.author-name a:after{
font-family: fontawesome;
content: "\f08e";
margin-left: 5px;
}
ul.acceptedAnswer > li.author-name:after{
font-family: fontawesome;
content: "\f00c";
margin-left: 5px;
color: green;
font-size: 2em;
float: right;
margin-right: 10px;
}
ul.answer-author > li time{
color: #ababab;
font-size: 0.9em;
}
ol.suggested-answers > li.qna-accepted-wrap{
border-top: 2px solid #FF9800;
}
ol.suggested-answers iframe{
border: 1px solid #f1f1f1
}
ul.question-comments {
margin: 0;
padding: 0;
list-style: none;
font-size: 0.8em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3em;
}
ul.question-comments > li:first-child{
border-top: 1px solid #e1e1e1;
}
ul.question-comments > li{
}
ul.question-comments > li .comment-inner-wrp{
background: #fafafa;
margin-bottom: 1px;
padding: 15px 20px;
margin-left: 50px;
overflow: auto;
}
ul.question-comments > li span.content code {
font: 0.9em/1.6em "Source Code Pro","Courier New",monospace;
background: #f3f3f3;
color: #3F51B5;
padding: 2px 5px;
}
ul.question-comments > li img.avatar{
float: left;
margin-right: 5px;
border-radius: 50%;
}
ul.question-comments > li span.content{
margin-left: 25px;
display: block;
}
ul.question-comments > li span.content p{
padding: 0;
margin: 0;
display: inline;
} .comment-form-wrap{
text-align: right;
margin-bottom: 10px;
}
.comment-form-wrap textarea{
width: 100%;
border: 1px solid #ddd;
border-radius: 3px;
margin-top: 10px;
box-shadow: inset 2px 3px 1px 0px #0000000d;
}
.uibutton { 
position: relative; 
z-index: 1;
overflow: visible; 
display: inline-block; 
padding: 0.3em 0.6em 0.375em; 
border: 1px solid #999; 
border-bottom-color: #888;
margin: 0;
text-decoration: none; 
text-align: center;
font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif; 
white-space: nowrap; 
cursor: pointer; color: #333; 
background-color: #eee;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
background-image: linear-gradient(#f5f6f6, #e4e4e3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3'); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff; zoom: 1; 
*display: inline; 
}
.uibutton:hover,
.uibutton:focus,
.uibutton:active {
border-color: #777 #777 #666;
}
.uibutton:disabled{
color: #c1c1c1;
text-shadow: 1px 1px 1px #ffffff;
background: #f1f1f1;
cursor: not-allowed;
}
.uibutton:active {
border-color: #aaa;
background: #ddd;
filter: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.question-mini-btn{
margin-left:3px;
}
span.comment-text-wrp {
text-align: left;
display: inline-block;
float: left;
}
.form-question-comment .comment-input{
margin-right: 5px;
border: 1px solid #ddd;
padding: 5px 10px;
max-width: 100px;
box-shadow:inset 2px 3px 1px 0px #0000000d;
} .qna-form-style{
background: #fff;
padding: 20px 30px;
margin-top: -2px;
list-style: none;
}
.qna-form-style li label{
display: block;
font-weight: bold;
font-family: 'Open Sans Condensed', sans-serif;
}
.qna-form-style li label span.required{
color:red;
margin-left: 2px;
}
.qna-form-style p{
font-size: 0.8em;
}
.qna-form-style p.info-txt{
font-size: 0.8em;
padding: 0;
margin: 0;
font-weight: normal;
color: #9a9a9a;
font-family: Arial, sans-serif;
display: inline;
}
.qna-form-style p img.avatar {
border-radius: 50%;
float: left;
margin-right: 10px;
}
.qna-form-style input[type=text], .qna-form-style input[type=email], .qna-form-style input[type=url], .qna-form-style textarea{
border: 1px solid #d0d0d0;
padding: 5px 10px;
border-radius: 3px;
width: 100%;
outline:none;
}
.qna-form-style textarea{
height:400px;
}
.qna-form-style input.divide-3{
width: 32.7%;
}
.qna-form-style input.divide-2 {
width: 49.5%;
}
.small{
font-size: 0.7em;
}
ul.form-bottons {
margin: 10px 0 5px 0px;
padding: 0;
list-style: none;
font-size: 0.8em;
}
ul.form-bottons li {
display: inline-block;
margin-right: 5px;
}
ul.form-bottons li button {
border: 1px solid transparent;
padding: 5px 10px;
background: transparent;
cursor: pointer;
}
ul.form-bottons li button:hover {
border: 1px solid #ddd;
}
ul.form-bottons li button:before{
font-family: fontawesome;
margin-top: 10px;
text-align: center;
width: 100%;
margin-right: 3px;
}
ul.form-bottons li button.code:before{
content:"\f121";
}
ul.form-bottons li button.link:before{
content:"\f0c1";
}
ul.form-bottons li button.jsfiddle:before{
content:"\f1cc";
}
ul.form-bottons li button.codepen:before{
content:"\f1cb";
}
ul.form-bottons li button.image:before{
content:"\f03e";
}
ul.form-bottons p.logged-in-as img.avatar{
}
ul.form-bottons li button:hover{
}
h4.form-header{
font-size: 1.1em;
margin: 20px 0 0 0;
color: #868686;
}
h3.answer-seperator{
margin: 10px 0 0 0;
color: #868686;
font-size: 1.2em;
} ul.list-issues, ul.snippets-lists {
list-style: none;
padding: 10px 10px;
}
ul.snippets-lists li {
padding: 5px 5px;
border-bottom: 1px solid #eee;
}
ul.snippets-lists li a.issue-text {
width: 80%;
overflow: auto;
display: block;
}
ul.list-issues li{
padding: 10px 10px;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 1px;
}
ul.list-issues li.pending {
background: #f6f9ff;
}
ul.list-issues li {
}
ul.list-issues li a:hover{
text-decoration:none;
}
ul.list-issues li:hover{
background: #fbfbfb;
}
ul.list-issues a.issue-text{
width: 85%;
display: inline-block;
text-decoration: none;
}
ul.list-issues .avatar-wraper {
float: left;
margin: -3px 10px 0px 5px;
padding: 0;
}
div.infobox-answers {
float: right;
}
div.infobox-answers a{
text-decoration:none;
}
div.infobox-answers:hover{
background: #fbfbfb;
}
ul.snpt-tags li {
display: inline-block;
padding: 1px 5px;
border: none;
background: #2196F3;
margin: 1px;
color: #edf5ff;
font: 11px Arial, Helvetica, sans-serif;
}
ul.snippets-lists li ul.pending>li, ul.snippet-info li ul.pending>li{
background: #888;
}
ul.snpt-tags li a {
color: #edf5ff;
text-decoration:none;
}
h3.question-list-header, h3.snippets-list-header{
margin: 0;
padding: 0px 0px 5px 20px;
border-bottom: 1px solid #ddd;
}
h3.question-list-header span, h3.snippets-list-header span {
margin-left: 5px;
color: #9E9E9E;
}
h3.question-list-header a.question-mini-btn, h3.snippets-list-header a.question-mini-btn{
float: right;
font-size: 0.5em;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}
h3.question-list-header span, h3.snippets-list-header span {
font-size: 0.5em;
margin-left: 5px;
color: #9e9e9e;
font-family: 'Headland One', serif;
font-weight: normal;
} ul.snippet-info {
list-style: none;
padding: 0 0 5px;
margin: 0 0 8px;
font-size: .78em;
color: #9d9d9d;
height: 25px;
}
h4.snippet-title {
font-size: 1.2em;
}
ul.snippets-lists li {
padding: 5px;
border-bottom: 1px solid #eee
}
ul.snippets-lists li.snippet-pub{
float:left;
}
ul.snippets-lists li a.snippet-text {
width: 80%;
overflow: auto;
display: block;
text-decoration:none;
}
ul.snpt-tags {
margin: 0;
padding: 0;
list-style: none;
float: right;
}
ul.snippets-lists .avatar-wraper img.avatar, ul.list-issues .avatar-wraper img.avatar {
border-radius: 50%;
width:30px;
height:30px;
overflow:hidden;
}
ul.snippets-lists .avatar-wraper img.registered, ul.list-issues .avatar-wraper img.registered, .timeline-question-header img.registered, .timeline-answer-header img.registered{
border: 1px solid white;
box-shadow: 1px 1px 3px #dedede;
}
@media only screen and (max-device-width: 768px)and (-webkit-min-device-pixel-ratio: 2) {
.qna-form-style {
padding: 20px;
}
.qna-form-style input[type=text], .qna-form-style input[type=email], .qna-form-style input[type=url], .qna-form-style textarea{
display: block;
width: 100%;
margin-bottom: 5px;
}
ul.question-comments > li .comment-inner-wrp{
margin-left: 0;
}
span.comment-text-wrp{
display: block;
float:none;
}
.form-question-comment .comment-input {
margin-right: 0px;
max-width: 42.6%;
}
.comment-form-wrap textarea {
width: 98%;
}
}@font-face {
font-family: 'icomoon';
src:  url(//www.sanwebe.com/wp-content/themes/sanwebe-blog/css/fonts/icomoon.eot?5r6ey8);
src:  url(//www.sanwebe.com/wp-content/themes/sanwebe-blog/css/fonts/icomoon.eot?5r6ey8#iefix) format('embedded-opentype'),
url(//www.sanwebe.com/wp-content/themes/sanwebe-blog/css/fonts/icomoon.ttf?5r6ey8) format('truetype'),
url(//www.sanwebe.com/wp-content/themes/sanwebe-blog/css/fonts/icomoon.woff?5r6ey8) format('woff'),
url(//www.sanwebe.com/wp-content/themes/sanwebe-blog/css/fonts/icomoon.svg?5r6ey8#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-addthis:before {
content: "\ea18";
color: #ff6550;
}
.icon-adobe:before {
content: "\ea19";
color: #f00;
}
.icon-adobecreativecloud:before {
content: "\ea1a";
color: #d41818;
}
.icon-amazonaws:before {
content: "\ea1b";
}
.icon-applepodcasts:before {
content: "\ea1c";
color: #93c;
}
.icon-blogger:before {
content: "\ea1d";
color: #ff5722;
}
.icon-cloudflare:before {
content: "\ea1e";
color: #f38020;
}
.icon-codepen1:before {
content: "\ea1f";
}
.icon-coffeescript:before {
content: "\ea20";
}
.icon-csswizardry:before {
content: "\ea21";
color: #f43059;
}
.icon-dailymotion:before {
content: "\ea22";
color: #0066dc;
}
.icon-delicious:before {
content: "\ea23";
color: #39f;
}
.icon-digg:before {
content: "\ea24";
}
.icon-digitalocean:before {
content: "\ea25";
color: #0080ff;
}
.icon-dropbox:before {
content: "\ea26";
color: #0061ff;
}
.icon-facebook1:before {
content: "\ea27";
color: #1877f2;
}
.icon-filezilla:before {
content: "\ea28";
color: #bf0000;
}
.icon-github1:before {
content: "\ea4a";
}
.icon-gmail:before {
content: "\ea4b";
color: #d14836;
}
.icon-google:before {
content: "\ea4c";
color: #4285f4;
}
.icon-googlechrome:before {
content: "\ea29";
color: #4285f4;
}
.icon-googledrive:before {
content: "\ea2a";
color: #4285f4;
}
.icon-googleplay:before {
content: "\ea4d";
color: #607d8b;
}
.icon-instagram1:before {
content: "\ea2b";
color: #e4405f;
}
.icon-internetexplorer:before {
content: "\ea2c";
color: #0076d6;
}
.icon-invision:before {
content: "\ea2d";
color: #f36;
}
.icon-jsfiddle:before {
content: "\ea2e";
color: #4679a4;
}
.icon-laravel:before {
content: "\ea4e";
color: #ff2d20;
}
.icon-linkedin1:before {
content: "\ea2f";
color: #0077b5;
}
.icon-linux:before {
content: "\ea4f";
color: #fcc624;
}
.icon-magento:before {
content: "\ea50";
color: #ee672f;
}
.icon-mail-dot-ru:before {
content: "\ea51";
color: #168de2;
}
.icon-mastercard:before {
content: "\ea52";
color: #eb001b;
}
.icon-mediafire:before {
content: "\ea53";
color: #1299f3;
}
.icon-messenger:before {
content: "\ea30";
color: #00b2ff;
}
.icon-microsoftedge:before {
content: "\ea31";
color: #0078d7;
}
.icon-microsoftexcel:before {
content: "\ea32";
color: #217346;
}
.icon-microsoftonedrive:before {
content: "\ea33";
color: #094ab2;
}
.icon-microsoftword:before {
content: "\ea34";
color: #2b579a;
}
.icon-monster:before {
content: "\ea35";
color: #6e46ae;
}
.icon-netflix:before {
content: "\ea36";
color: #e50914;
}
.icon-nvidia:before {
content: "\ea37";
color: #76b900;
}
.icon-opera:before {
content: "\ea38";
color: #ff1b2d;
}
.icon-paypal:before {
content: "\ea39";
color: #00457c;
}
.icon-postgresql:before {
content: "\ea3a";
color: #336791;
}
.icon-processwire:before {
content: "\ea3b";
color: #ef145f;
}
.icon-producthunt:before {
content: "\ea3c";
color: #da552f;
}
.icon-pyup:before {
content: "\ea54";
color: #9f55ff;
}
.icon-quora:before {
content: "\ea3d";
color: #b92b27;
}
.icon-shopify:before {
content: "\ea3e";
color: #7ab55c;
}
.icon-skype:before {
content: "\ea3f";
color: #00aff0;
}
.icon-spotify1:before {
content: "\ea40";
color: #1ed760;
}
.icon-steam:before {
content: "\ea41";
}
.icon-tesla:before {
content: "\ea42";
color: #c00;
}
.icon-x1:before {
content: "\ea43";
}
.icon-twoo:before {
content: "\ea44";
color: #ff7102;
}
.icon-vine:before {
content: "\ea55";
color: #11b48a;
}
.icon-vlcmediaplayer:before {
content: "\ea45";
color: #f80;
}
.icon-vodafone:before {
content: "\ea56";
color: #e60000;
}
.icon-whatsapp:before {
content: "\ea46";
color: #25d366;
}
.icon-wikipedia:before {
content: "\ea47";
}
.icon-wordpress:before {
content: "\ea48";
color: #21759b;
}
.icon-youtube1:before {
content: "\ea49";
color: #f00;
}
.icon-plus1:before {
content: "\f067";
}
.icon-question:before {
content: "\f128";
}
.icon-minus1:before {
content: "\f068";
}
.icon-heart1:before {
content: "\f004";
}
.icon-star1:before {
content: "\f005";
}
.icon-star-o:before {
content: "\f006";
}
.icon-check1:before {
content: "\f00c";
}
.icon-close:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-trash-o:before {
content: "\f014";
}
.icon-home1:before {
content: "\f015";
}
.icon-bookmark1:before {
content: "\f02e";
}
.icon-camera1:before {
content: "\f030";
}
.icon-image1:before {
content: "\f03e";
}
.icon-photo:before {
content: "\f03e";
}
.icon-picture-o:before {
content: "\f03e";
}
.icon-plus-circle1:before {
content: "\f055";
}
.icon-minus-circle1:before {
content: "\f056";
}
.icon-times-circle:before {
content: "\f057";
}
.icon-check-circle1:before {
content: "\f058";
}
.icon-question-circle:before {
content: "\f059";
}
.icon-info-circle:before {
content: "\f05a";
}
.icon-times-circle-o:before {
content: "\f05c";
}
.icon-mail-forward:before {
content: "\f064";
}
.icon-share1:before {
content: "\f064";
}
.icon-exclamation-circle:before {
content: "\f06a";
}
.icon-exclamation-triangle:before {
content: "\f071";
}
.icon-warning:before {
content: "\f071";
}
.icon-comment:before {
content: "\f075";
}
.icon-chevron-up1:before {
content: "\f077";
}
.icon-chevron-down1:before {
content: "\f078";
}
.icon-comments:before {
content: "\f086";
}
.icon-thumbs-o-up:before {
content: "\f087";
}
.icon-heart-o:before {
content: "\f08a";
}
.icon-hand-o-right:before {
content: "\f0a4";
}
.icon-arrow-circle-left:before {
content: "\f0a8";
}
.icon-globe:before {
content: "\f0ac";
}
.icon-wrench:before {
content: "\f0ad";
}
.icon-chain:before {
content: "\f0c1";
}
.icon-link1:before {
content: "\f0c1";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-comment-o:before {
content: "\f0e5";
}
.icon-comments-o:before {
content: "\f0e6";
}
.icon-cloud-download:before {
content: "\f0ed";
}
.icon-cloud-upload:before {
content: "\f0ee";
}
.icon-angle-left:before {
content: "\f104";
}
.icon-angle-right:before {
content: "\f105";
}
.icon-quote-left:before {
content: "\f10d";
}
.icon-quote-right:before {
content: "\f10e";
}
.icon-mail-reply:before {
content: "\f112";
}
.icon-reply:before {
content: "\f112";
}
.icon-folder-o:before {
content: "\f114";
}
.icon-folder-open-o:before {
content: "\f115";
}
.icon-code1:before {
content: "\f121";
}
.icon-chevron-circle-left:before {
content: "\f137";
}
.icon-chevron-circle-right:before {
content: "\f138";
}
.icon-level-up:before {
content: "\f148";
}
.icon-check-square1:before {
content: "\f14a";
}
.icon-pencil-square:before {
content: "\f14b";
}
.icon-external-link-square:before {
content: "\f14c";
}
.icon-spotify:before {
content: "\f1bc";
}
.icon-soundcloud:before {
content: "\f1be";
}
.icon-file-pdf-o:before {
content: "\f1c1";
}
.icon-file-word-o:before {
content: "\f1c2";
}
.icon-file-excel-o:before {
content: "\f1c3";
}
.icon-file-powerpoint-o:before {
content: "\f1c4";
}
.icon-file-image-o:before {
content: "\f1c5";
}
.icon-file-photo-o:before {
content: "\f1c5";
}
.icon-file-picture-o:before {
content: "\f1c5";
}
.icon-file-code-o:before {
content: "\f1c9";
}
.icon-paper-plane-o:before {
content: "\f1d9";
}
.icon-send-o:before {
content: "\f1d9";
}
.icon-share-alt:before {
content: "\f1e0";
}
.icon-share-alt-square:before {
content: "\f1e1";
}
.icon-trash:before {
content: "\f1f8";
}
.icon-copyright:before {
content: "\f1f9";
}
.icon-at:before {
content: "\f1fa";
}
.icon-calendar-plus-o:before {
content: "\f271";
}
.icon-question-circle-o:before {
content: "\f29c";
}
.icon-user-circle:before {
content: "\f2bd";
}
.icon-user-circle-o:before {
content: "\f2be";
}
.icon-user-o:before {
content: "\f2c0";
}
.icon-activity:before {
content: "\e900";
}
.icon-airplay:before {
content: "\e901";
}
.icon-alert-circle:before {
content: "\e902";
}
.icon-alert-octagon:before {
content: "\e903";
}
.icon-alert-triangle:before {
content: "\e904";
}
.icon-align-center:before {
content: "\e905";
}
.icon-align-justify:before {
content: "\e906";
}
.icon-align-left:before {
content: "\e907";
}
.icon-align-right:before {
content: "\e908";
}
.icon-anchor:before {
content: "\e909";
}
.icon-aperture:before {
content: "\e90a";
}
.icon-archive:before {
content: "\e90b";
}
.icon-arrow-down:before {
content: "\e90c";
}
.icon-arrow-down-circle:before {
content: "\e90d";
}
.icon-arrow-down-left:before {
content: "\e90e";
}
.icon-arrow-down-right:before {
content: "\e90f";
}
.icon-arrow-left:before {
content: "\e910";
}
.icon-arrow-left-circle:before {
content: "\e911";
}
.icon-arrow-right:before {
content: "\e912";
}
.icon-arrow-right-circle:before {
content: "\e913";
}
.icon-arrow-up:before {
content: "\e914";
}
.icon-arrow-up-circle:before {
content: "\e915";
}
.icon-arrow-up-left:before {
content: "\e916";
}
.icon-arrow-up-right:before {
content: "\e917";
}
.icon-at-sign:before {
content: "\e918";
}
.icon-award:before {
content: "\e919";
}
.icon-bar-chart:before {
content: "\e91a";
}
.icon-bar-chart-2:before {
content: "\e91b";
}
.icon-battery:before {
content: "\e91c";
}
.icon-battery-charging:before {
content: "\e91d";
}
.icon-bell:before {
content: "\e91e";
}
.icon-bell-off:before {
content: "\e91f";
}
.icon-bluetooth:before {
content: "\e920";
}
.icon-bold:before {
content: "\e921";
}
.icon-book:before {
content: "\e922";
}
.icon-book-open:before {
content: "\e923";
}
.icon-bookmark:before {
content: "\e924";
}
.icon-box:before {
content: "\e925";
}
.icon-briefcase:before {
content: "\e926";
}
.icon-calendar:before {
content: "\e927";
}
.icon-camera:before {
content: "\e928";
}
.icon-camera-off:before {
content: "\e929";
}
.icon-cast:before {
content: "\e92a";
}
.icon-check:before {
content: "\e92b";
}
.icon-check-circle:before {
content: "\e92c";
}
.icon-check-square:before {
content: "\e92d";
}
.icon-chevron-down:before {
content: "\e92e";
}
.icon-chevron-left:before {
content: "\e92f";
}
.icon-chevron-right:before {
content: "\e930";
}
.icon-chevron-up:before {
content: "\e931";
}
.icon-chevrons-down:before {
content: "\e932";
}
.icon-chevrons-left:before {
content: "\e933";
}
.icon-chevrons-right:before {
content: "\e934";
}
.icon-chevrons-up:before {
content: "\e935";
}
.icon-chrome:before {
content: "\e936";
}
.icon-circle:before {
content: "\e937";
}
.icon-clipboard:before {
content: "\e938";
}
.icon-clock:before {
content: "\e939";
}
.icon-cloud:before {
content: "\e93a";
}
.icon-cloud-drizzle:before {
content: "\e93b";
}
.icon-cloud-lightning:before {
content: "\e93c";
}
.icon-cloud-off:before {
content: "\e93d";
}
.icon-cloud-rain:before {
content: "\e93e";
}
.icon-cloud-snow:before {
content: "\e93f";
}
.icon-code:before {
content: "\e940";
}
.icon-codepen:before {
content: "\e941";
}
.icon-codesandbox:before {
content: "\e942";
}
.icon-coffee:before {
content: "\e943";
}
.icon-columns:before {
content: "\e944";
}
.icon-command:before {
content: "\e945";
}
.icon-compass:before {
content: "\e946";
}
.icon-copy:before {
content: "\e947";
}
.icon-corner-down-left:before {
content: "\e948";
}
.icon-corner-down-right:before {
content: "\e949";
}
.icon-corner-left-down:before {
content: "\e94a";
}
.icon-corner-left-up:before {
content: "\e94b";
}
.icon-corner-right-down:before {
content: "\e94c";
}
.icon-corner-right-up:before {
content: "\e94d";
}
.icon-corner-up-left:before {
content: "\e94e";
}
.icon-corner-up-right:before {
content: "\e94f";
}
.icon-cpu:before {
content: "\e950";
}
.icon-credit-card:before {
content: "\e951";
}
.icon-crop:before {
content: "\e952";
}
.icon-crosshair:before {
content: "\e953";
}
.icon-database:before {
content: "\e954";
}
.icon-delete:before {
content: "\e955";
}
.icon-disc:before {
content: "\e956";
}
.icon-dollar-sign:before {
content: "\e957";
}
.icon-download:before {
content: "\e958";
}
.icon-download-cloud:before {
content: "\e959";
}
.icon-droplet:before {
content: "\e95a";
}
.icon-edit:before {
content: "\e95b";
}
.icon-edit-2:before {
content: "\e95c";
}
.icon-edit-3:before {
content: "\e95d";
}
.icon-external-link:before {
content: "\e95e";
}
.icon-eye:before {
content: "\e95f";
}
.icon-eye-off:before {
content: "\e960";
}
.icon-facebook:before {
content: "\e961";
}
.icon-fast-forward:before {
content: "\e962";
}
.icon-feather:before {
content: "\e963";
}
.icon-figma:before {
content: "\e964";
}
.icon-file:before {
content: "\e965";
}
.icon-file-minus:before {
content: "\e966";
}
.icon-file-plus:before {
content: "\e967";
}
.icon-file-text:before {
content: "\e968";
}
.icon-film:before {
content: "\e969";
}
.icon-filter:before {
content: "\e96a";
}
.icon-flag:before {
content: "\e96b";
}
.icon-folder:before {
content: "\e96c";
}
.icon-folder-minus:before {
content: "\e96d";
}
.icon-folder-plus:before {
content: "\e96e";
}
.icon-framer:before {
content: "\e96f";
}
.icon-frown:before {
content: "\e970";
}
.icon-gift:before {
content: "\e971";
}
.icon-git-branch:before {
content: "\e972";
}
.icon-git-commit:before {
content: "\e973";
}
.icon-git-merge:before {
content: "\e974";
}
.icon-git-pull-request:before {
content: "\e975";
}
.icon-github:before {
content: "\e976";
}
.icon-gitlab:before {
content: "\e977";
}
.icon-globe1:before {
content: "\e978";
}
.icon-grid:before {
content: "\e979";
}
.icon-hard-drive:before {
content: "\e97a";
}
.icon-hash:before {
content: "\e97b";
}
.icon-headphones:before {
content: "\e97c";
}
.icon-heart:before {
content: "\e97d";
}
.icon-help-circle:before {
content: "\e97e";
}
.icon-hexagon:before {
content: "\e97f";
}
.icon-home:before {
content: "\e980";
}
.icon-image:before {
content: "\e981";
}
.icon-inbox:before {
content: "\e982";
}
.icon-info:before {
content: "\e983";
}
.icon-instagram:before {
content: "\e984";
}
.icon-italic:before {
content: "\e985";
}
.icon-key:before {
content: "\e986";
}
.icon-layers:before {
content: "\e987";
}
.icon-layout:before {
content: "\e988";
}
.icon-life-buoy:before {
content: "\e989";
}
.icon-link:before {
content: "\e98a";
}
.icon-link-2:before {
content: "\e98b";
}
.icon-linkedin:before {
content: "\e98c";
}
.icon-list:before {
content: "\e98d";
}
.icon-loader:before {
content: "\e98e";
}
.icon-lock:before {
content: "\e98f";
}
.icon-log-in:before {
content: "\e990";
}
.icon-log-out:before {
content: "\e991";
}
.icon-mail:before {
content: "\e992";
}
.icon-map:before {
content: "\e993";
}
.icon-map-pin:before {
content: "\e994";
}
.icon-maximize:before {
content: "\e995";
}
.icon-maximize-2:before {
content: "\e996";
}
.icon-meh:before {
content: "\e997";
}
.icon-menu:before {
content: "\e998";
}
.icon-message-circle:before {
content: "\e999";
}
.icon-message-square:before {
content: "\e99a";
}
.icon-mic:before {
content: "\e99b";
}
.icon-mic-off:before {
content: "\e99c";
}
.icon-minimize:before {
content: "\e99d";
}
.icon-minimize-2:before {
content: "\e99e";
}
.icon-minus:before {
content: "\e99f";
}
.icon-minus-circle:before {
content: "\e9a0";
}
.icon-minus-square:before {
content: "\e9a1";
}
.icon-monitor:before {
content: "\e9a2";
}
.icon-moon:before {
content: "\e9a3";
}
.icon-more-horizontal:before {
content: "\e9a4";
}
.icon-more-vertical:before {
content: "\e9a5";
}
.icon-mouse-pointer:before {
content: "\e9a6";
}
.icon-move:before {
content: "\e9a7";
}
.icon-music:before {
content: "\e9a8";
}
.icon-navigation:before {
content: "\e9a9";
}
.icon-navigation-2:before {
content: "\e9aa";
}
.icon-octagon:before {
content: "\e9ab";
}
.icon-package:before {
content: "\e9ac";
}
.icon-paperclip:before {
content: "\e9ad";
}
.icon-pause:before {
content: "\e9ae";
}
.icon-pause-circle:before {
content: "\e9af";
}
.icon-pen-tool:before {
content: "\e9b0";
}
.icon-percent:before {
content: "\e9b1";
}
.icon-phone:before {
content: "\e9b2";
}
.icon-phone-call:before {
content: "\e9b3";
}
.icon-phone-forwarded:before {
content: "\e9b4";
}
.icon-phone-incoming:before {
content: "\e9b5";
}
.icon-phone-missed:before {
content: "\e9b6";
}
.icon-phone-off:before {
content: "\e9b7";
}
.icon-phone-outgoing:before {
content: "\e9b8";
}
.icon-pie-chart:before {
content: "\e9b9";
}
.icon-play:before {
content: "\e9ba";
}
.icon-play-circle:before {
content: "\e9bb";
}
.icon-plus:before {
content: "\e9bc";
}
.icon-plus-circle:before {
content: "\e9bd";
}
.icon-plus-square:before {
content: "\e9be";
}
.icon-pocket:before {
content: "\e9bf";
}
.icon-power:before {
content: "\e9c0";
}
.icon-printer:before {
content: "\e9c1";
}
.icon-radio:before {
content: "\e9c2";
}
.icon-refresh-ccw:before {
content: "\e9c3";
}
.icon-refresh-cw:before {
content: "\e9c4";
}
.icon-repeat:before {
content: "\e9c5";
}
.icon-rewind:before {
content: "\e9c6";
}
.icon-rotate-ccw:before {
content: "\e9c7";
}
.icon-rotate-cw:before {
content: "\e9c8";
}
.icon-rss:before {
content: "\e9c9";
}
.icon-save:before {
content: "\e9ca";
}
.icon-scissors:before {
content: "\e9cb";
}
.icon-search:before {
content: "\e9cc";
}
.icon-send:before {
content: "\e9cd";
}
.icon-server:before {
content: "\e9ce";
}
.icon-settings:before {
content: "\e9cf";
}
.icon-share:before {
content: "\e9d0";
}
.icon-share-2:before {
content: "\e9d1";
}
.icon-shield:before {
content: "\e9d2";
}
.icon-shield-off:before {
content: "\e9d3";
}
.icon-shopping-bag:before {
content: "\e9d4";
}
.icon-shopping-cart:before {
content: "\e9d5";
}
.icon-shuffle:before {
content: "\e9d6";
}
.icon-sidebar:before {
content: "\e9d7";
}
.icon-skip-back:before {
content: "\e9d8";
}
.icon-skip-forward:before {
content: "\e9d9";
}
.icon-slack:before {
content: "\e9da";
}
.icon-slash:before {
content: "\e9db";
}
.icon-sliders:before {
content: "\e9dc";
}
.icon-smartphone:before {
content: "\e9dd";
}
.icon-smile:before {
content: "\e9de";
}
.icon-speaker:before {
content: "\e9df";
}
.icon-square:before {
content: "\e9e0";
}
.icon-star:before {
content: "\e9e1";
}
.icon-stop-circle:before {
content: "\e9e2";
}
.icon-sun:before {
content: "\e9e3";
}
.icon-sunrise:before {
content: "\e9e4";
}
.icon-sunset:before {
content: "\e9e5";
}
.icon-tablet:before {
content: "\e9e6";
}
.icon-tag:before {
content: "\e9e7";
}
.icon-target:before {
content: "\e9e8";
}
.icon-terminal:before {
content: "\e9e9";
}
.icon-thermometer:before {
content: "\e9ea";
}
.icon-thumbs-down:before {
content: "\e9eb";
}
.icon-thumbs-up:before {
content: "\e9ec";
}
.icon-toggle-left:before {
content: "\e9ed";
}
.icon-toggle-right:before {
content: "\e9ee";
}
.icon-tool:before {
content: "\e9ef";
}
.icon-trash1:before {
content: "\e9f0";
}
.icon-trash-2:before {
content: "\e9f1";
}
.icon-trello:before {
content: "\e9f2";
}
.icon-trending-down:before {
content: "\e9f3";
}
.icon-trending-up:before {
content: "\e9f4";
}
.icon-triangle:before {
content: "\e9f5";
}
.icon-truck:before {
content: "\e9f6";
}
.icon-tv:before {
content: "\e9f7";
}
.icon-twitch:before {
content: "\e9f8";
}
.icon-twitter:before {
content: "\e9f9";
}
.icon-type:before {
content: "\e9fa";
}
.icon-umbrella:before {
content: "\e9fb";
}
.icon-underline:before {
content: "\e9fc";
}
.icon-unlock:before {
content: "\e9fd";
}
.icon-upload:before {
content: "\e9fe";
}
.icon-upload-cloud:before {
content: "\e9ff";
}
.icon-user:before {
content: "\ea00";
}
.icon-user-check:before {
content: "\ea01";
}
.icon-user-minus:before {
content: "\ea02";
}
.icon-user-plus:before {
content: "\ea03";
}
.icon-user-x:before {
content: "\ea04";
}
.icon-users:before {
content: "\ea05";
}
.icon-voicemail:before {
content: "\ea06";
}
.icon-volume:before {
content: "\ea07";
}
.icon-volume-1:before {
content: "\ea08";
}
.icon-volume-2:before {
content: "\ea09";
}
.icon-volume-x:before {
content: "\ea0a";
}
.icon-watch:before {
content: "\ea0b";
}
.icon-wifi:before {
content: "\ea0c";
}
.icon-wifi-off:before {
content: "\ea0d";
}
.icon-wind:before {
content: "\ea0e";
}
.icon-x:before {
content: "\ea0f";
}
.icon-x-circle:before {
content: "\ea10";
}
.icon-x-octagon:before {
content: "\ea11";
}
.icon-x-square:before {
content: "\ea12";
}
.icon-youtube:before {
content: "\ea13";
}
.icon-zap:before {
content: "\ea14";
}
.icon-zap-off:before {
content: "\ea15";
}
.icon-zoom-in:before {
content: "\ea16";
}
.icon-zoom-out:before {
content: "\ea17";
}