@font-face {
	font-family: icons-seti;
	src: url(../fonts/seti.ttf) format("truetype")
}

@font-face {
	font-family: icons-regular;
	src: url(../fonts/icons.ttf) format("truetype")
}



.i-solid {
    display: inline-block; 
    line-height: 1;
    font-family: "icons-solid";
    font-style: normal;
    font-size: large; 
}
.i-regular {
    display: inline-block; 
    line-height: 1;
    font-family: "icons-regular"; 
    font-style: normal;
 
    padding: 2px; 

}

.i-seti{
    display: inline-block; 
    line-height: 1;
    font-family: "icons-seti";
    font-style: normal;
    font-size: large; 
}


/*.i-regular, .fas { font-weight: 900;}*/

/*iconos*/

.i-widget-close:before {
    content: '\ea76';
}

.i-panel-left:before {
    content: '\ebf3';
}
.i-panel-left-off:before{
    content: '\ec02';
}


.i-panel-layout-icon:before {
    content: '\ebf2';
}
.i-panel-layout-icon-off:before {
    content: '\ec01';
}


.i-auxiliarybar-right-layout-icon:before {
    content: '\ebf4';
}
.i-auxiliarybar-right-layout-icon-off:before {
    content: '\ec00';
}


.i-configure-layout-icon:before {
    content: "\ebeb";
}


 
.i-word-wrap:before {
    content: '\eb80';
}
.i-split-horizontal:before {
    content: '\eb56';
}
.i-toolbar-more:before {
    content: '\ea7c';
}


.i-explorer-view-icon:before {
    content: '\eaf0';
}
.i-search-view-icon:before {
    content: '\ea6d';
}
.i-source-control-view-icon:before {
    content: '\ea68';
}
.i-run-view-icon:before {
    content: '\eb91';
}
.i-extensions-view-icon:before {
    content: '\eae6';
}
.i-remote-explorer-view-icon:before {
    content: '\eb39';
}


/*otros*/
.cpp-lang-file-icon::before {
    color: #519aba;
    content: '\E01A';
    background-image: unset;
}

.file-icon::before {
    color: #519aba;
    content: '\E023';
    background-image: unset;
}

.php-lang-file-icon::before{
    color: #a074c4;
    content: '\E070';
    background-image: unset;
}

/*color*/

.i-color-red{
    color:red;
}


/*rotate*/
.i-rotate-90{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.i-rotate-180{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.i-rotate-270{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

/*size*/
.i-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em;
}
.i-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em;
}
.i-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em;
}
.i-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em;
}
.i-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em;
}
.i-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em;
}

/*size-defll*/
.i-large{
    font-size:large;
}
.i-larger{
    font-size:larger;
}
.i-medium{
    font-size:medium;
}
.i-small{
    font-size:small;
}
.i-smaller{
    font-size:smaller;
}
.i-x-large{
    font-size:x-large;
}
.i-x-small{
    font-size:x-small;
}
.i-xx-large{
    font-size:xx-large;
}
.i-xx-small{
    font-size:xx-small;
}
.i-xxx-large{
    font-size:xxx-large;
}
.i-webkit-xxx-large{
    font-size:-webkit-xxx-large;
}
 

/*flip*/
.i-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.i-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.fa-flip-both {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

/*style*/
.i-italic::before { 
    font-style: italic;
}
.i-oblique::before { 
    font-style: oblique;
}


/*

* svgs https://www.svgrepo.com/vectors/layout/2 -- icons to woff: https://icomoon.io/

* 4ml icons https://www.svgrepo.com/author/Jordan%20Hughes/

* 7ml icons https://www.svgrepo.com/collection/dazzle-line-icons/ -- https://dazzleui.gumroad.com/l/dazzleiconspro

*/