/* GRID */
html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;-webkit-font-smoothing: antialiased;}

.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:20px}.col-xs-12{grid-column:span 12}.col-xs-11{grid-column:span 11}.col-xs-10{grid-column:span 10}.col-xs-9{grid-column:span 9}.col-xs-8{grid-column:span 8}.col-xs-7{grid-column:span 7}.col-xs-6{grid-column:span 6}.col-xs-5{grid-column:span 5}.col-xs-4{grid-column:span 4}.col-xs-3{grid-column:span 3}.col-xs-2{grid-column:span 2}.col-xs-1{grid-column:span 1}@media (min-width:768px){.col-sm-12{grid-column:span 12}.col-sm-11{grid-column:span 11}.col-sm-10{grid-column:span 10}.col-sm-9{grid-column:span 9}.col-sm-8{grid-column:span 8}.col-sm-7{grid-column:span 7}.col-sm-6{grid-column:span 6}.col-sm-5{grid-column:span 5}.col-sm-4{grid-column:span 4}.col-sm-3{grid-column:span 3}.col-sm-2{grid-column:span 2}.col-sm-1{grid-column:span 1}}@media (min-width:992px){.col-md-12{grid-column:span 12}.col-md-11{grid-column:span 11}.col-md-10{grid-column:span 10}.col-md-9{grid-column:span 9}.col-md-8{grid-column:span 8}.col-md-7{grid-column:span 7}.col-md-6{grid-column:span 6}.col-md-5{grid-column:span 5}.col-md-4{grid-column:span 4}.col-md-3{grid-column:span 3}.col-md-2{grid-column:span 2}.col-md-1{grid-column:span 1}}@media (min-width:1200px){.col-lg-12{grid-column:span 12}.col-lg-11{grid-column:span 11}.col-lg-10{grid-column:span 10}.col-lg-9{grid-column:span 9}.col-lg-8{grid-column:span 8}.col-lg-7{grid-column:span 7}.col-lg-6{grid-column:span 6}.col-lg-5{grid-column:span 5}.col-lg-4{grid-column:span 4}.col-lg-3{grid-column:span 3}.col-lg-2{grid-column:span 2}.col-lg-1{grid-column:span 1}}

/*SPACES*/
.mt-0{margin-top:0px;}.mt-1{margin-top:5px;}.mt-2{margin-top:10px;}.mt-3{margin-top:15px;}.mt-4{margin-top:30px;}.mt-5{margin-top:60px;}.mb-0{margin-bottom:0px;}.mb-1{margin-bottom:5px;}.mb-2{margin-bottom:10px;}.mb-3{margin-bottom:15px;}.mb-4{margin-bottom:30px;}.mb-5{margin-bottom:60px;}.ml-0{margin-left:0px;}.ml-1{margin-left:5px;}.ml-2{margin-left:10px;}.ml-3{margin-left:15px;}.ml-4{margin-left:30px;}.ml-5{margin-left:60px;}.mr-0{margin-right:0px;}.mr-1{margin-right:5px;}.mr-2{margin-right:10px;}.mr-3{margin-right:15px;}.mr-4{margin-right:30px;}.mr-5{margin-right:60px;}

/*PADDING*/
.pt-0{padding-top:0px;}.pt-1{padding-top:5px;}.pt-2{padding-top:10px;}.pt-3{padding-top:15px;}.pt-4{padding-top:30px;}.pt-5{padding-top:60px;}.pb-0{padding-bottom:0px;}.pb-1{padding-bottom:5px;}.pb-2{padding-bottom:10px;}.pb-3{padding-bottom:15px;}.pb-4{padding-bottom:30px;}.pb-5{padding-bottom:60px;}.pl-0{padding-left:0px;}.pl-1{padding-left:5px;}.pl-2{padding-left:10px;}.pl-3{padding-left:15px;}.pl-4{padding-left:30px;}.pl-5{padding-left:60px;}.pr-0{padding-right:0px;}.pr-1{padding-right:5px;}.pr-2{padding-right:10px;}.pr-3{padding-right:15px;}.pr-4{padding-right:30px;}.pr-5{padding-right:60px;}

/*TEXT ALIGN*/
.text-left{text-align: left;}.text-right{text-align: right;}.text-center{text-align: center;}

/*WIDTH*/
.w-100{width:100%;}

/*LOADER*/
.lds-ellipsis{position:absolute; display:inline-block;}.lds-ellipsis div{position:absolute;top:0px;width:13px;height:13px;border-radius:50%;background:#3797f1;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(24px,0)}}

/*TABLE*/
table{width:100%;border-collapse:collapse;color:#fff;background:#222222}table tr{border:1px solid #303030;}tr:nth-of-type(odd){background:#2b2b2b;}th{background:#2b2b2b;color:#3797f1;font-weight:bold;}td,th{max-width:40ch;height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:7px;text-align:left;font-size:13px;}@media only screen and (max-width: 760px),(min-device-width: 768px)and(max-device-width: 1024px){table{width:100%;}table,thead,tbody,th,td,tr{display:block;}td,th{max-width:none;}thead tr{position:absolute;top:-9999px;left:-9999px;}tr{border:1px solid #303030;}td{border:none;border-bottom:1px solid #303030;position:relative;padding-left: 40%;}td:before{position:absolute;top:7px;left:7px;width:45%;padding-left:5px;padding-right:5px;white-space:nowrap;content:attr(data-column);color:#3797f1;font-weight:bold;}}

/**SWITCHES FOR CHECKBOX */
.onoffswitch {position: relative;width: 50px; -webkit-user-select: none;-moz-user-select: none; -ms-user-select: none;display: table-cell;}.onoffswitch-checkbox {position: absolute;opacity: 0;pointer-events: none;}
.onoffswitchLabel {display: table-cell;}.onoffswitch-label {display: block;overflow: hidden;cursor: pointer;height: 21px;padding: 0;line-height: 21px;border: 2px solid #8a8a8a;border-radius: 21px;background-color: #8a8a8a;transition: background-color 0.3s ease-in;}.onoffswitch-label:before {content: "";display: block;width: 21px;margin: 0px;height: 21px;background: #222222;position: absolute;top: 0;bottom: 0;right: 27px;border: 2px solid #8a8a8a;border-radius: 21px;transition: all 0.3s ease-in 0s;}.onoffswitch-checkbox:checked+.onoffswitch-label {background-color: #3797f1;}.onoffswitch-checkbox:checked+.onoffswitch-label,.onoffswitch-checkbox:checked+.onoffswitch-label:before {border-color: #3797f1;}.onoffswitch-checkbox:checked+.onoffswitch-label:before {right: 0px;background-color: #222222;}


/*HIDE AND SHOW*/
@media only screen and (max-width: 768px) {
    .mobile-hide {display:none;}
}
@media only screen and (min-width: 768px) {
    .desktop-hide {display:none;}
}

/*ALIGNMENTS*/
.alignItemsCenter {align-items:center;}
.breakWord {word-break:break-all;}
.textCenter {text-align:center;}
.textLeft {text-align:left;}
.textRight {text-align:right;}
 

/*SCROLLBAR*/
::-webkit-scrollbar {width: 6px; height:6px;}
::-webkit-scrollbar-track {background:#333;}
::-webkit-scrollbar-thumb {background:#666;}
::-webkit-scrollbar-thumb:hover{background:#444;}


/*EVENTS*/
.noClick {
   pointer-events: none;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');

/*BLOCKS STYLING */
@import "https://www.interago.com.br/App/Templates/default/css/blocks.css"; 

body {
    background-color:rgb(34, 34, 34);
    transition: 0.3s ease;
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
	overflow-x:hidden;
}
main {
    overflow-x:hidden;
}

label {
    color:#969696;
    font-size:14px;
}

h2 {
    font-family: 'Raleway', sans-serif;
}

h3 {
    color:#d0d0d0;
}

hr {
    border: none;
    height: 1px;
    background-color: #3a3b3c;
    margin-left: 20px;
    margin-right: 20px;
}

a {
    color:#3797f1;
    text-decoration:none;
    transition:0.3s ease;
    display:inline-block;
}
a:hover {
    color:#0098da;
}

a[href^="#create"] {
    font-weight:800;
}

textarea {
    font-family: 'Open Sans', sans-serif;
}

.form-select-sm{
    width: 100%;
    padding: 9px 15px;
    font-size: 16px;
    color: #aeaeae;
    cursor: pointer;
    transition: 0.3s ease;
    background-color: #333435;
    border-radius: 10px;
    border: 3px solid #484848;
    line-height: 1.5;
    min-height: calc(1.5em + .75rem + 2px);
    margin-top: 7px;
}

.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: 0.4rem .5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ececec;
    background-color: #333435;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: 0.3s ease;
    border: 3px solid #484848;
    margin-top:2px;
}

.form-control:disabled {
	background-color:#202021;
}

small {
    color:#b3b3b3;
}

.form-control:focus {
    border:3px solid #3797f1;
    background-color:#242222;
}

.disabledColor {
  filter:grayscale(1);
  transition:0.3s ease;
}

.removeGap {
    grid-gap:0px;
}

.blackCard{
    background-color: #2b2b2b;
    padding: 20px;
    border-radius: 10px;
    box-shadow:none;
    border:1px solid #1e1d1d;
}

.blackCardHover {
    transition:0.3s ease;
    cursor:pointer;
}
.blackCardHover:hover {
    border:1px solid #3797f1;
    box-shadow:none;
}

.button {
    border-radius: 30px;
    padding: 14px 32px;
    font-weight: 500;
    font-size: 14px;
    background-color: #1f71e3;
    color: white;
    transition: 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: none;
    box-shadow: none;
    margin: 7px 1px 1px 1px;
    position:relative;
    overflow:hidden;
    transition-duration:0.4;
    display:inline-grid;
}

.button:after {
    content: "";
    background: #90cfee;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -30px!important;
    border-radius:30px;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}

.button:hover {
    box-shadow: none;
    background-color: #3797f1;
    border:none;
    color:white;
}

.button:disabled {
    background-color: #272727;
    border: #666 1px solid;
    color: #666;
}


.sponsorEco p{
    color:#999;
    font-size:11px;
}

.sponsorEco img {
    width:150px;
}

.loginLinks {
    font-size:14px;
	line-height:22px; 
}
#passwordDescription {
    font-size:13px;
}

#globalAlert {
    position:fixed;
    width:70%;
    z-index:100;
    
}

#globalAlert .close {
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    align-items: center;
    display: flex;
}

#globalAlert p {
    width:95%;
}

@media (max-width: 768px) {
    #globalAlert {
        width:90%;
    }
}

.globalAlertMessage {
    padding: 10px 30px;
    margin: 2px 5%;
    display: inline-block;
    width: 90%;
    font-size: 14px;
    border-radius: 10px;
    word-wrap:break-word;
    display:inline-flex;
}

#globalAlert p {
    font-size: 13px;
    margin: 0 10px;
    line-height:18px;
}


#globalAlert .error {
    background-image: url('../img/error.svg');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 8px 7px;   
    padding-left:40px;
    border: 1px solid rgba(248, 81, 73, 0.78);
    padding-left: 40px;
    color: white;
    background-color: #260f0f;
    font-size: 14px;
}

#globalAlert .error .close {
    color: #be5f58;
}
#globalAlert .error .close:hover {
    color:#a4453e;
}

#globalAlert .ok .close {
    color:#40c41b;
}

#globalAlert .ok .close:hover {
    color:#298610;
}

#globalAlert .alert .close {
    color:#ffca2c;
}

#globalAlert .alert .close:hover {
    color:#c79d21;
}

#globalAlert .info .close {
    color:#00b0f0;
}

#globalAlert .info .close:hover {
    
    color:#0098db;
}

#globalAlert .info {
    padding-left: 40px;
    border: 1px solid rgb(3, 85, 168);
    padding-left: 40px;
    color: white;
    background-color: #051d35;
    font-size: 14px;

}
#globalAlert .alert {
    padding-left:40px;
    border: 1px solid rgba(248, 201, 73, 0.78);
    padding-left: 40px;
    color: white;
    background-color: #393804e8;
    font-size: 14px;
}

#globalAlert .ok {
    background-image: url('../img/ok.svg');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 8px 7px;
    padding-left: 40px;
    border: 1px solid #6cbb3f;
    color: white;
    background-color: #0b2201d6;
}

.itemResultSql{
    display:flex;
}

.itemResultSql div, .itemResultSql h4{
    margin: 10px 0px 10px 10px;
}

#iMain {
    margin-left:230px;
    margin-right:30px;
}

#iHeader {
    width: 100%;
    font-size: 13px;
    text-align: left;
    display: inline-block;
    overflow-x: auto;
    height: auto;
    white-space: nowrap;
    scrollbar-width: none;
    margin-left: 230px;
    margin-top: 5px;
    height:30px;
}
#iHeader:hover {
    scrollbar-width: thin;
}


@media only screen and (min-width: 768px) {
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }
}

input[type="checkbox"]{
    cursor:pointer;
    transform:scale(1.2);
}
.listItemHover {
    transition:0.3s ease;
}
.listItemHover:hover {
    background-color:#252525;
}

.switchToggle {
    float: left;
    background: #242729;
    border:1px solid #242729;
 }
 .switchToggle input {
   position: absolute;
   opacity: 0;
 }
 .switchToggle input + label {
   padding: 7px;
   float:left;
   color: #fff;
   cursor: pointer;
   border: 1px solid #242729;
 }
 .switchToggle input:checked + label {
   color:#10afef;
   border:1px solid #10afef;
 }
 
 .newMailSend{
	height: 80px;
    margin: 30px auto;
    width: 100px;
    background-image: url('../img/general/mail-icon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }
 
  .checkEmail{
	height: 80px;
    margin: 30px auto;
    width: 100px;
    background-image: url('../img/general/check.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }

.optActiveAtivities{
	background-color: #3a3b3c!important;
}
 /*
 #profileEdit{
	margin: 14px 0px 0px auto;
    width: 80%;
    height: 80%;
    background-image: url('../img/general/profile-edit.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
 }
 */
  #profileResume{
	margin: 14px 0px 0px auto;
    width: 80%;
    height: 80%;
    background-image: url('../img/general/profile-resume.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }
  #profileProducts{
	margin: 14px 0px 0px auto;
    width: 80%;
    height: 80%;
    background-image: url('../img/general/profile-list.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }
  #profileBilling{
	margin: 14px 0px 0px auto;
    width: 80%;
    height: 80%;
    background-image: url('../img/general/profile-bill.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }
  #profileActivity{
	margin: 14px 0px 0px auto;
    width: 80%;
    height: 80%;
    background-image: url('../img/general/activities.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }
  #profileSettings{
	margin: 14px 0px 0px auto;
    width: 80%;
    height: 80%;
    background-image: url('../img/general/profile-settings.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }

 #newWebProject {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/newSite.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }

 #listWebProject {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/listSite.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }

 #statsWebProject {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/resumeSite.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }

 #newWebsiteConcept {
    width: 100%;
    height: 300px;
    /*background-image: url('../img/general/newWebsiteConcept.webp');*/
	background-image: url('../img/general/newpage.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }
 #newPageConcept {
    width: 100%;
    height: 300px;
    background-image: url('../img/page/landing-page.svg');
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
 }
.backLink {
    background-image: url('../img/general/back.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height:32px;
    width:32px;
}

.trashItemSql {
    background-image: url('../img/general/trash.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height:20px;
    width:20px;
    margin-bottom: -6px;
}

.copyItem {
    background-image: url('../img/general/copy.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height:20px;
    width:20px;
    margin-bottom: -6px;
}

.pointer {
    cursor:pointer;
}

.pointerLess {
    pointer-events:none;
}

.newPageIcon {
    width: 100%;
    background-image: url('../img/page/new.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.buildPageIcon {
    width: 100%;
    background-image: url('../img/page/build.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.publishPageIcon {
    width: 100%;
    background-image: url('../img/page/publish.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.newPageContent {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newPageContent h3{
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:13px;
    line-height:16px;
    font-weight:600;
}

.newPageContent h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left:0px;
    font-size:14px;
    color:#999;
    line-height:16px;
    margin-top:1px;
}

.newPageContent p {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:12px; 
    line-height:16px;
    margin-top:2px;
}

.homePage {
	background-color:#162b43 !important;
}

.managePage { 
    padding:10px 0 !important;
    transition:0.3s ease;
} 
.managePage:hover {
    background-color:#373737;
}

.editPage {
    height:24px;
    width:24px;
    background-image: url('../img/general/edit.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    float:left;
    display:block;
}

#deletePageButton {
    float: right;
    font-size: 12px;
    padding: 5px 20px;
    border: #480a0a 1px solid;
    color: white;
    background-color: #480a0a;
}

.managePageTitle {
    color:#dedede;
}

.managePageUrl {
    font-weight:400;
    font-size:14px;
    color:#999;
    display:block;
    line-height:20px;
}

.managePageFile {
    font-weight:400;
    font-size:14px;
    color:#c0bebe;
    display:block;
    line-height:20px;
}

.managePageComment {
    font-weight:400;
    font-size:13px;
    color:#999;
    font-style:italic;
    display:block;
    line-height:20px;
}

.pageCodeButtons {
    position:fixed;
    z-index:19;
    bottom:10px;
    right:10px;

}

.editBlock, .editInstall {
    height:24px;
    width:24px;
    background-image: url('../img/general/edit.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	display: inline-block;
}

#draftQuery {
	cursor:pointer;
    display: flex;
    align-items: flex-end;
}

.draftIcon, .buildIcon, .publishIcon {
    height:14px;
    width:14px;
    margin-right:5px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    float:left;
    display:block;    
}

.draftIcon {
    background-image: url('../img/page/save.svg');
}

.buildIcon {
    background-image: url('../img/page/build.svg');
}

.publishIcon {
    background-image: url('../img/page/publish.svg');
}

#draftSituation, #buildSituation, #publishSituation {
    font-weight: 400;
    font-size: 12px;
    color: #999;
    font-weight:bold;
}
#refreshActivity, #refreshBlocks,#refreshMedia {
    display:block;
    width:16px;
    height:16px;
    background-image: url('../img/general/refresh.svg');
    background-size:contain;
    background-repeat:no-repeat;
    float:right;
    
}


/*desktop menu*/
#Navigation {
    position: fixed;
    top: 0px;
    bottom: 0;
    width: 200px;
    background: #1e1e1e;
    padding-bottom: 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    box-sizing: border-box;
    box-shadow: 0 0px 10px #131313;
    z-index: 10;
    transition:0.3s ease;
	overflow-x:hidden;
}

#menuResizeSmall {
    transform:0.3s ease;
    height: 24px;
    width: 24px;
    position: fixed;
    background-color: rgb(51, 51, 51);
    margin-left: 177px;
    border-bottom-left-radius: 5px;
    box-shadow: #1e1e1e 0px 2px 2px;
    transform: rotate(0deg);
}

.navigationUserRow {
    align-items: center;
}

.navigationUserAvatar img{
    /*max-width:100%;*/
    width:40px;
    height:40px;
    border-radius:50%;
    object-fit: cover;
}

.navigationUserName h2 {
    font-size:13px;
    max-width:80%;
    font-weight:normal;
}

.navigationMenuItem {
    width: 100%;
    padding: 12px 10px 12px 60px;
    background-size: 24px;
    background-repeat: no-repeat;
    align-items: center;
    display: grid;
    color: #d0d0d0;
    font-size: 13px;
    letter-spacing: 1px;
    background-position: 11px 8px;
    font-weight: normal;
    transition:0.3s ease;
    height:40px;
}

.navigationMenuItem:hover {
    background-color:rgb(56, 56, 56);
}

#menuWebsite, #websiteTitle {
    background-image: url('../img/menu/website.svg');
}
#menuUser, #userTitle {
    background-image: url('../img/menu/user.svg');
}
#profileTitle {
    background-image: url('../img/menu/profile.svg');
}
#menuTemplate, #templateTitle, #templateNewsTitle, #templateCatalogTitle {
    background-image: url('../img/menu/template.svg');
}
#menuMenu, #menuTitle {
    background-image: url('../img/menu/menu.svg');
}
#menuExtension {
    background-image: url('../img/menu/extension.svg');
}
#menuExtensionConfig {
    background-image: url('../img/menu/extensionConfig.svg');
}
#menuPage, #pageTitle {
    background-image: url('../img/menu/page.svg');
}
#menuActivity, #ActivitiesTitle{
    background-image: url('../img/menu/activity.svg');
}
#menuVisit, #visitTitle {
    background-image: url('../img/menu/visit.svg');
}
#menuAccess, #accessTitle  {
    background-image: url('../img/menu/access.svg');
}
#menuUpload, #uploadTitle {
    background-image: url('../img/menu/upload.svg');
}
#menuSql, #sqlTitle {
    background-image: url('../img/menu/sql.svg');
}
#menuCrypt, #cryptTitle {
    background-image: url('../img/menu/crypt.svg');
}

#menuInstall, #installTitle {
    background-image: url('../img/menu/install.svg');
}

#menuDisconnect {
    background-image: url('../img/menu/disconnect.svg');
}

#menuPwa, #pwaTitle {
    background-image: url('../img/menu/pwa.svg');
}

#menuAmp, #ampTitle {
    background-image: url('../img/menu/amp.svg');
}

#menuProduction, #productionTitle {
    background-image: url('../img/menu/production.svg');
}

#menuWebsiteDashboard {
    background-image: url('../img/menu/dashboard.svg');
}

#menuBlock, #blockTitle { 
	background-image: url('../img/page/block.svg');
}

#menuBlockConfig, #blockConfigTitle {
	background-image: url('../img/menu/blockConfig.svg');
}

#menuExtension, #extensionTitle {
	background-image: url('../img/menu/extension.svg');
}

#menuExtensionConfig, #extensionConfigTitle {
	background-image: url('../img/menu/extensionConfig.svg');
}

#menuRefresh, #refreshTitle {
	background-image: url('../img/menu/refresh.svg');
}

#menuScript, #scriptTitle {
	background-image: url('../img/menu/script.svg');
}
#menuContacts, #contactsTitle {
	background-image: url('../img/menu/menuContacts.svg');
}
#menuBilling, #billingTitle {
    background-image:url('../img/menu/billing.svg');
}

#menuAlerts{
	background-image: url('../img/menu/alerts.svg');
}
#menuTemplateOnlineStore {
    background-image: url('../img/menu/menuTemplateOnlineStore.svg');
}

#menuCRMMailing, #crmMailingTitle {
    background-image: url('../img/menu/menuCRMMailing.svg');
}

#alertsTitle {
	background-image: url('../img/menu/sendmail.svg');
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#menuTheme, #themeTitle {
    background-image: url('../img/menu/theme.svg');
}

.boxBtnSelect{background-color: #222222;border-radius: 10px 10px 0 0;} 
.boxSelectedOpt{background-color: #222222;border-radius: 0 0 10px 10px;}

.iTitle {
    background-size: 38px;
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.menuWebsite {
    color:#c3c3c3;
    background-color:#262626;
}
/* end desktop menu */

/* default modal */

.modalOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: #09090973;
    z-index: 20;
    width: 400%;
    backdrop-filter: blur(5px);
}

.modal {
    transition: top .25s ease;
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    margin: auto;
    overflow: auto;
    height: 90%;
    background-color: #2b2b2b;
    box-shadow: 0 2px 12px #111;
    z-index:30;
    border-radius:10px;
}

.modalHeader {
    position: fixed;
    width: inherit;
    background-color: #2b2b2b;
    box-shadow: 0 3px 3px #262626;
    padding: 5px;
    display:flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top:-10px;
    z-index:9;
}

.modalForm {
    max-width:1000px;
    margin:0 auto;
}

.modalHeader h2 {
    padding: 0;
    margin: 5px 0 0 30px;
    color: #3797f1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight:bold;
}

.modalContent {
    margin:50px 20px 0 20px;
}
  
.closeModal {
    background-image: url('../img/close.svg');
    width: 24px;
    height: 24px;
    background-size: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    background-position: center;
  }

/* end of default modal */


/* default float window */

.float {
	position: fixed;
	z-index: 40;
	width: calc(100% - 60px);
	margin: 0 30px;
	background-color: #3b3b3b; 
	box-shadow: 0 -5px 5px #202020;
	padding: 10px;
	bottom:0;
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	text-align:center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.floatHeader h2{
    text-align:left;
    font-size:18px;
    padding-right:30px;
    margin:0;
}
 
.closeFloat {
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc(100% - 30px);
    border-radius: 10px;
    cursor: pointer;
    background-image: url('../img/close.svg');
    background-size: 24px;
}
.closeFloatOut {
	-webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;

}

#progressBar {
	width: calc(100% - 120px);
	height: 20px;
	background-color: #333;
	box-shadow: inset 0 -8px 13px #242424, 0 3px 13px #060606;
	position: relative;
	margin-top: -20px;
	z-index: -1;
	border-radius: 10px;
} 

#progressBarProgess { 
	height: 20px;
	position: relative;
	width: 0px; 
	background-color: #5eee9d;
	box-shadow: inset 0 -22px 3px #4fb77c;
	border-radius:10px;
}

#ftpLog {
    text-align: left;
    height: 150px;
    overflow-y: auto;
}

.sendingFile {
    color:#aaffab !important;
}
#publishPagesUpBar {
    width: 100%;
    height: 30px;
    background-color: #424040;
    border-radius: 5px;
}
#publishPagesUpBarProgress {
    height:30px;
    border-radius:5px;
    background-color:#7dc67d;
    box-shadow: inset 0 -5px 5px #5a9b43;
    position:absolute;
} 

/* animation */
/* ----------------------------------------------
 * Generated by Animista on 2021-7-6 22:48:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-7-6 22:50:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


/* end of float window */ 


/*specific for pages */

.activityBox {
	margin-top:260px;
}

#resourceItemBox {
	height: 150px;
	overflow-y: auto;
	scrollbar-width: thin;
}  
 
@media only screen and (max-width: 870px) {
	  .activityBox {
		margin-top:0;
	}

	.blocksInPageBox {
		position:initial;
	}

	#resourceItemBox {
		height: 400px;
		overflow-y: auto;
		scrollbar-width: thin;
	}  
}

@media only screen and (min-width: 1400px) {
	
	#resourceItemBox {
		height: 400px;
		overflow-y: auto;
		scrollbar-width: thin;
	}  
}


.accountTypeProfile{
	display: flex;
    background-color: #3a3b3c;
    width: max-content;
}

.accountType-google{
	width: 50px;height: 50px;margin: 5px;
	background-image: url('../img/general/google-logo.svg');
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.accountType-fb{
	width: 50px;height: 50px;margin: 5px;
	background-image: url('../img/general/fb-logo.svg');
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#contentToCryptResult {
    font-size:14px;
    word-wrap:anywhere;
    color:#c1c1c1;
}

.contentItemMenu{
	border-radius: 3px;
    padding: 10px;
    box-shadow: -2px 2px 2px 0px #282828;
}

.defaultAvatar {
    background-image: url('../img/general/userDefault.svg');
}

.listOption {
    background-color: #0355A8;
    display: inline-block;
    padding: 5px 20px;
    margin: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 15px;
    cursor: pointer;
    color: white;
    border: none;
    box-shadow: none;
    transition:0.3s ease;
    position:relative;
    overflow: hidden;
    transition-duration:0.4s;
}

.listOption:after {
    content: "";
    background: #90cfee;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -30px!important;
    border-radius:30px;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}
  
.listOption:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}

.listOption:hover { 
    border:none;
    box-shadow:none;
    background-color:#1e71e3;
    border:none;
    color:white;
}

.buttonWithIcon img {
	width:16px;
	margin-right:5px;
}

.deleteButton {
	font-size: 12px;
	padding: 5px 20px;
    border: #480a0a 1px solid;
    color: white;
    background-color: #480a0a;
}
.deleteButton:hover {
    background-color: #dc3838;
    border:1px solid #dc3838; 
}


#notLoggedContent {
    margin-left:-230px;  
    transition:0.3s ease;
}
.pageActivityListItemImage {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}
.pageActivityListItemP {
    margin: 1px 0 0 0;
    font-size: 12px;
    color:#999;
}
.pageActivityListItemName {
    color: #3797f1;
}
.pageActivityListItemAct {
    color:#dedede;
}
#activityContent {
    scrollbar-width: thin;
    max-height:100px;
    overflow-y:auto;
}

#newInstall {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/newInstall.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }

 #listInstall {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/listInstall.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }

 #newInstallConcept {
    width: 100%;
    height: 200px;
    background-image: url('../img/general/newInstall.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }
 
 #newProduction {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/productionNew.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }

 #listProduction {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/productionList.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }
 
  #newProductionConcept {
    width: 100%;
    height: 200px;
    background-image: url('../img/general/productionConcept.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }
 
 .fileRow {
	line-height:20px;
	color:#dedede;
	padding:5px 2px;
	align-items:center;
	border-bottom:1px solid #333;
 }
 
 .fileItem {
	padding-left:28px;
	background-size:20px;
	background-position:left;
	background-repeat:no-repeat;
    word-break:break-all;
 }
 
 #urlBreadcrumb {
	color: #666;
	background-color: #222;
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 12px;
 }
 
 .breadcrumb {
	 background-color:#222;
 }
 
 
 .htaccessFile { background-image: url('../img/file/config.svg'); }
 .htmlFile { background-image: url('../img/file/html.svg'); }
 .phpFile { background-image: url('../img/file/php.svg'); }
 .jsFile { background-image: url('../img/file/javascript.svg'); }
 .cssFile { background-image: url('../img/file/css.svg'); }
 .txtFile { background-image: url('../img/file/txt.svg'); }
 .docxFile, .docFile { background-image: url('../img/file/doc.svg'); }
 .xlsFile, .cvsFile, .xlsxFile { background-image: url('../img/file/excel.svg'); }
 .jsonFile { background-image: url('../img/file/json-file.svg'); }
 .xmlFile { background-image: url('../img/file/xml.svg'); }
 .folderFile { background-image: url('../img/file/folder.svg'); }
 .pdfFile { background-image: url('../img/file/pdf.svg'); }
 .videoFile, .mp4File { background-image: url('../img/file/video-file.svg'); }
 .customFile { background-image: url('../img/file/file.svg'); }
 .woffFile { background-image: url('../img/file/file.svg'); }
 .woff2File { background-image: url('../img/file/file.svg'); }
  
 /* page blocks */
 .iBlock {
	background-size: 32px;
	background-repeat: no-repeat;
	padding-top: 0;
	background-position-x: left;
	background-position-y: center;
	text-align: left;
	padding-left: 42px;
 }
 
 .iBlock h3 {
	 color: #3797f1;
	 margin-bottom:0;
 }
 
 .iBlock p {
	 margin-top:0;
	 font-size:11px; 
 }
 
 
 
 .blockCode { background-image: url('../img/general/code.svg');}
 .imgBlock { background-image: url('../img/general/imgBlock.svg');}
 .imgBlockPicture { background-image: url('../img/page/imgBlockPicture.svg');}
 .blockCodeCss { background-image: url('../img/page/blockCodeCss.svg');}
 .blockCodeHtml { background-image: url('../img/page/blockCodeHtml.svg');}
 .blockCodeJs { background-image: url('../img/page/blockCodeJs.svg');}
 .blockLoop { background-image: url('../img/page/blockLoop.svg'); background-repeat:no-repeat;}
 .cardsBannersMidias {background-image: url('../img/general/cardsBannersMidias.svg'); background-repeat:no-repeat;}
 .blockSnapshotIcon {
	background-image: url('../img/history.svg');	
	} 
 #blockSnapshotButton {
	display: inline-block;
	background-size: contain;
	position: absolute;
	font-size: 12px;
	color: #dedede;
	background-repeat: no-repeat;
	font-weight: normal;
	padding: 6px 10px 5px 30px;
	margin-top: 1px;
	transition: 0.3s ease;
 }
 #blockSnapshotButton:hover {
	 color:#10afef;
 }
 
 .blockText { background-image: url('../img/general/text.svg');}
 .blockTextRich { background-image: url('../img/page/blockTextRich.svg');}
 .blockTextSimple { background-image: url('../img/page/blockTextSimple.svg');}
 
 .trashIcon { background-image: url('../img/general/trash.svg');}
 .editIcon { background-image: url('../img/general/edit.svg');}
 
 .blockinwebsiteOpt {
	 width:16px;
	 height:16px; 
	 background-size: contain;
	 display:none;
 }
 
 .blockFilterButton {
	display: inline-block;
	font-size: 15px;
	padding: 5px 10px;
	margin: 4px;
	background-color: #404040;
	border-radius: 5px;
 }
 .blockFilterCounter {
	font-size: 12px;
	position: relative;
	float: right;
	margin-left: 5px;
	padding: 2px 5px;
	color: #3797f1;
	font-weight: bold;
	background-color: #2b2b2b;
	border-radius: 3px;
 }

.blockinwebsiteName {
	background-size: 16px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 5px 0;
	transition:0.3s ease;
	font-size:13px;
	color:#b1b1b1;
} 

.blockinwebsiteName:hover {
	color:#10afef;
}


.blockinwebsiteRow:hover {
	background-color:#222;
}

.blockinwebsiteRow:hover .blockinwebsiteOpt {
	display:block;
}

.blockinwebsiteNameOn {
	
	font-weight: bold;
	font-size: 15px;
}

.blockinwebsiteNameOn p {
	color: #10acea;
	font-size:14px;
}
 
.bwItemInLine {
	margin:0;
	padding:0;
	font-size:12px !important;
	font-style:italic;
	font-weight:400;
} 
 
 /* end of page blocks */


/* block Editor page */
.blockEditorItemMajorIcon {
	width: 48px;
    height: 48px;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}
.blockEditorItemMinorIcon {
	width: 24px;
    height: 24px;
    position: absolute;
    background-size: 75%;
    background-color: #363636;
    border: none;
    border-radius: 4px;
    margin-top: -70px;
    box-shadow: 0 2px 2px black;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0;
}

.blockEditorLabels h3  {
	margin:0;
	font-size:15px;
}
.blockEditorLabels p {
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 0px;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	margin-top: 1px;
}
.blockEditorPageNameLink {
	color: #10afef;
    font-weight: normal;
    font-size: 13px;
    padding: 4px 5px;
    background-color: #1f1f1f;
    border-radius: 5px;
    margin: 3px 5px;
    box-shadow: 2px 2px 2px black;
    transition:0.3s ease;
}

.blockEditorPageNameLink:hover {
    background-color:#0f1b29;
}

.visibleIcon {
	background-image:url('../img/general/visible.svg');
}

.invisibleIcon {
	background-image:url('../img/general/invisible.svg');
}

.codeBlockVisibleIcon {
	width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
	margin-bottom: -3px;
} 

#showAndHideCode {
	font-size: 12px;
	margin-top: -10px;
	color: #c0bfbf;
}

.hideCodeBlocks {
	display:none;
    transition:0.3 ease;
} 
 
/* end block Editor page */


/* end of specific for pages */


/* start extensions */

#newExtension {
	width: 100%;
	height: 100%;
	background-image: url('../img/extension/create.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#listExtension {
	width: 100%;
	height: 100%;
	background-image: url('../img/extension/lists.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#newExtensionConcept {
    width: 100%;
    height: 300px;
	background-image: url('../img/extension/create.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
 }
 
.extensionIcon {
	width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/*icons of extensions*/ 
.visitsReports {
	background-image: url('../img/extension/visits.svg');
}
.seoMetas {
	background-image: url('../img/extension/seo.svg');
}

.publishArticle {
	background-image: url('../img/extension/publishArticle.svg');
}

.catalog {
	background-image: url('../img/extension/catalog.svg');
}

.iCart {
    background-image: url('../img/extension/basketIcon.svg');
}

.iCustomNotification {
    background-image: url('../img/extension/customNotification.svg');
}

.iAccount {
    background-image: url('../img/extension/accountExtension.svg');
}

.iShipping {
    background-image:url('../img/extension/shipping.svg');
}
.iCheckout {
    background-image:url('../img/extension/checkout.svg');
}
.iDiscount {
    background-image:url('../img/extension/discountExtension.svg');
}
.bling {
    background-image:url('../img/extension/bling.svg');
}
.iRating {
    background-image:url('../img/extension/rating.svg');
}
.webstories {
    background-image:url('../img/extension/webstories.png');
}

.extensionInstalled {
	background-color: #222;
    border: 1px solid;
} 
 
#categoryContent {
    overflow-x:scroll;
    padding:0;
} 

.catalogFolder {
    background-image: url(https://www.interago.com.br/App/Templates/default/img/file/folder.svg);
    background-size: 16px;
    background-position:0px 4px;
    background-repeat: no-repeat;
    padding-left: 23px;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    border-left: 1px dashed #aaa;
    width:260px;
}

.categoryName {
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categoryName:hover {
    color: #11a4df;
}

.categoryEdit {
    background-image: url(https://www.interago.com.br/App/Templates/default/img/general/edit.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin-left: 10px;
}

.categoryAdd {
    background-image: url(https://www.interago.com.br/App/Templates/default/img/file/newFolder.svg);
    background-size: 20px;
    background-position: left;
    position: relative;
    background-repeat: no-repeat;
    padding-left: 24px;
    font-size: 13px;
    color: #aaa;
    cursor: pointer;
    text-decoration: underline;
    transition:0.3s ease;
    width: 100%;
    margin-top:0px;
    margin-bottom:15px;
}

.categoryAdd:hover {
    color: #11a4df;
}

.categoryQtd {
    background-color: #004159;
        padding: 2px 5px;
        border-radius: 5px;
        margin-left: 10px;
}
.categoryAppend {
    margin-top:30px;
    display:contents;
}

#productsList {
    font-size:13px;
    color:#d9d5d5;
}

#getProductsBar {
    margin-left:80px;
}
@media (max-width: 600px) {
    #getProductsBar {
        margin-left:0px;
    }
}
.productTitle {
    font-size:13px;
    color:#d9d5d5;
}

.variationOpt {
    color:#e7e7e7;
    display:flex;
    align-items:center;
    transition:0.3s ease;
    cursor:pointer;
    display: inline-flex;
    align-items: center;
    width:100%;
 }
 .variationOpt:hover {
    color:white;
 }
 .choicesSymbolCircle {
    border-radius:50%;
 }
 .choicesSymbolSquare, .choicesSymbolCircle {
    width:18px;
    height:18px; 
    border: 2px solid;
    margin:5px 5px 5px 0;
    pointer-events: none;
 }
 .variationOptContainer {
    margin-left: 8px;
    border-left: 1px dotted #e7e7e7;
    padding-left: 5px;
 }
 .addNewOpt {
    color: #3797f1;
    border-radius: 50%;
    height: 14px;
    width: 45px;
    text-align: center;
    padding-top: 0px;
    font-size: 13px;
    cursor: pointer;
    margin-left: 18px;
    margin-top: -5px;
    display: block;
    padding-bottom:18px;
 }

 .addNewOpt:hover {
    color:#0c96c9;
    color:white;
 }

 #addNewTag small {
    color: #3797f1 !important;
    cursor:pointer !important;
 }

.purpleColor {
    color:#cd32e2;
}

.redColor {
    color:#f15757;
}

.yellowColor {
    color:#f7f75b;
}

.greenColor {
    color:#6dfe96;
}

.aiGeneratedText {
    color:#cbdeff;
    font-family: system-ui;
}

/*news old style.css */
#generalWrite {
    margin:0 auto;
    width:100%;
    max-width: 800px;
}

#previewWindow {
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 5px black;
    border-bottom: 25px solid #282828;
    border-top: 25px solid #333;
    border-left: 10px solid #313131;
    border-right: 10px solid #201e1e;
    transition:0.3s ease;
    background-color:white;
}

.tox.tox-tinymce-inline {
    position:absolute;
    margin-top:-40px;
}

/*margin-top -160 on screen lower than 457px*/
@media (max-width: 411px) {
    .tox.tox-tinymce-inline {
        margin-top:-43px;
    }
}

#optionsPreview {
    position:absolute;
    width:140px;
    top:-70px;
}

#closePreviewIframe {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    background-color: #1e1d1d;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    padding: 3px 10px;
    cursor:pointer;
}

.writerButtons #buttonSaveDraft {
    background-image: url(https://www.interago.com.br/App/Templates/default/img/page/save.svg);
    background-size: 16px;
    background-position: 6px center;
    background-repeat: no-repeat;
    font-size: 12px;
}

#buttonLoadPreview {
    background-image: url(https://www.interago.com.br/App/Templates/default/img/general/view.svg);
    background-size: 16px;
    background-position: 6px center;
    background-repeat: no-repeat;
    font-size: 12px;
}

#buttonPublish {
    background-image: url(https://www.interago.com.br/App/Templates/default/img/extension/upload.svg);
    background-size: 24px;
    background-position: 6px center;
    background-repeat: no-repeat;
    font-size: 12px;
}

.dynamicElement {
    margin-top:20px;
    margin-bottom:40px;
}

.dynamicElement[type="p"] {
    max-height: 400px;
    overflow-y: scroll;
}

#btnGoTop{
    bottom:50px;
    width: 68px;
    position: fixed;
    right: 5px;
    padding-bottom: 5px;
    background-color:#333333b0;
    margin: 20px auto;
    box-shadow: #1e1e1e 0px 2px 2px;
    transform: rotate(0deg);
    border-radius: 5px;
    text-align: center;
}
#boxImgSize{
    display: grid;
    grid-template-columns: 100px auto 20px auto 20px;
    align-items: center;
    text-align: center;
}
.imgAlign img {
    height: 70px;
}
.imgAlign:hover {
    border: 1px solid #1ca0f1;
}
.imgAlign {
    cursor: pointer;
    background-color: #3a3b3c;
    border-radius: 10px;
    margin: 10px 10px 0 0;
    border: 1px solid #3a3b3c;
}
.alignActv{
    background-color: #2a2a2a;
    border: 1px solid #1ca0f1;
}

#GoogleSearchPreview{
    display:block;
}

#InSitePreview {
    max-width: 500px;
    width: 40vw;
    position: fixed;
    top: 290px;
}

.newContentBlockOptionsItem {
    font-size: 9px;
    width: 62px;
    text-align: center;
    height: 62px;
    vertical-align: middle;
    box-shadow: 0 3px 5px #131313;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 9px;
	padding-top:5px;
    border: 1px solid #222;
}

.newContentBlockOptionsItem:hover { 
    border:1px solid #129fd8;
    box-shadow: 1px 4px 4px #282626;
}

.closeLink{
	display: none;
    position: absolute;
    right: 10px;
    margin-top: 25px;
    cursor: pointer;
    color: #11a2dd;
}

.commandBarUp{
	cursor: pointer;
    position: absolute;
    margin-top: -21px;
    font-size: 10px;
    background-color: #1e1d1d;
    border-radius: 3px;
    width: 20px;
	height: 15px;
    text-align: center;
    margin-left: 24px;
}

.commandBarDown{
	cursor: pointer;
    position: absolute;
    margin-top: -21px;
    font-size: 10px;
    background-color: #1e1d1d;
    border-radius: 3px;
    width: 20px;
	height: 15px;
    text-align: center;
    margin-left: 48px;
}

.moveUp {
	font-size:11px;
    cursor:pointer;
    transition:0.3s ease;
}

.commandBarUp:hover > .moveUp{
    color: #3dc7ff;
}

.commandBarUp:hover{
    background-color: #101010;
}

.moveDown {
	font-size:11px;
    cursor:pointer;
    transition:0.3s ease;
}

.commandBarDown:hover{
    background-color: #101010;
}

.commandBarDown:hover > .moveDown{
    color: #3dc7ff;
}

#publishPragraph{ 
	margin-left: 0px;
    margin-top: 12px;
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url('https://www.interago.com.br/App/Templates/default/img/page/blockTextSimple.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.form-check-input[disabled] {
    filter: grayscale(1);
}

#publishImage{
	margin-left: -2px;
    margin-top: 12px;
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url('https://www.interago.com.br/App/Templates/default/img/page/imgBlockPicture.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#publishVideo{
    margin-left: -12px;
    margin-top: 6px;
    position: absolute;
    width: 48px;
    height: 48px;
    background-image: url('https://www.interago.com.br/App/Templates/default/img/page/video.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#publishRelatedLinks{ 
    margin-left: -8px;
    margin-top: 12px;
    position: absolute;
    width: 36px;
    height: 32px;
    background-image: url(https://www.interago.com.br/App/Templates/default/img/write/link.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#publishGallery {
    margin-left: -6px;
    margin-top: 12px;
    position: absolute;
    width: 43px;
    height: 36px;
    background-image: url(https://www.interago.com.br/App/Templates/default/img/general/cardsBannersMidias.svg);
    background-size: contain;
    background-position: 6px 0;
    background-repeat: no-repeat;
  }

#publishTwitter{ 
	margin-left: -2px;
    margin-top: 12px;
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url('https://www.interago.com.br/App/Templates/default/img/write/twitter.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#publishFacebook{ 
	margin-left: 3px;
    margin-top: 14px;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url('https://www.interago.com.br/App/Templates/default/img/write/facebook.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#publishInstagram{ 
	margin-left: 3px;
    margin-top: 12px;
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url('https://www.interago.com.br/App/Templates/default/img/write/instagram.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#publishPoll{ 
	margin-left: 3px;
    margin-top: 12px;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url('https://www.interago.com.br/App/Templates/default/img/write/poll.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.deleteImageGalleryComponent {
    width: 16px;
    height: 16px;
    font-size: 12px;
    padding: 3px;
    font-weight: bold;
    color: #cacaca;
    position: absolute;
    margin-left: 64px;
    margin-top: -74px;
}

.disableBtn{
	pointer-events: none;
	cursor: auto;
    filter: grayscale(1);
}

.writerButtons {
    position: fixed;
    z-index: 19;
    bottom: 10px;
    right: 10px;
}


.totalsCaracter{
    position: absolute;
    padding: 2px 5px;
    border-radius: 3px;
    margin-top: 2px;
    font-size:11px;
}

.commandBar {
	cursor: pointer;
    position: absolute;
    margin-top: -21px;
    font-size: 10px;
    background-color: #1e1d1d;
    border-radius: 3px;
    width: 20px;
	height: 15px;
    text-align: center;
}

.closeEl {
    cursor:pointer;
    transition:0.3s ease;
	font-size:11px;
}

.commandBar:hover > .closeEl {
    color: #3dc7ff;
}

.commandBar:hover{
    background-color: #101010;
}
.resumeAutoSave .onoffswitch {
    width: 45px;
}
.resumeAutoSave .onoffswitch-label {
    height: 18px;
    margin-bottom: -4px;
}
.resumeAutoSave .onoffswitch-label:before {
    height: 18px;
    width: 18px;
}

#listTagContent, #listSubTagContent{
    width: 97%;
    margin: 0px auto auto 5px;
    position: absolute;
    z-index: 1;
    background-color: #222222f9;
    border-radius: 5px;
}

.chooseNews{
	margin: 0;
	padding: 10px 10px;
	cursor: pointer;
    transition: 0.3s ease;
}

.chooseNews:hover{
	background-color: #171717;
    transition: 0.3s ease;
}
.listNewsContent div{
    width: 97%;
    margin: -10px auto auto 5px;
    position: absolute;
    z-index: 1;
    background-color: #222222f9;
    border-radius: 5px;
}
.chooseTag, .chooseSubTag{
	margin: 0;
	padding: 15px 10px;
	cursor: pointer;
    transition: 0.3s ease;
}

.chooseTag:hover, .chooseSubTag:hover{
	background-color: #171717;
    transition: 0.3s ease;
}

#tagContent{
    background-color: #1d1d1d;
    color: #10afef;
    padding: 12px 15px;
    font-size: 15px;
    border-radius: 10px;
}

#closeChosenTag{
	cursor: pointer;
    font-size: 12px;
    color: #d0d0d0;
    float: right;
}

#closeChosenTag:hover {
    color: #10afef;
}

.closeChosenSubtag{
	cursor: pointer;
    font-size: 12px;
    color: #d0d0d0;
    float: right;
}

.closeChosenSubtag:hover {
    color: #10afef;
}

#boxPublishSubtag .form-control:focus {
    border:0;
    background-color: #3a3b3c;
	outline: none;
}

#btnAddSubTag{
	color: #d0d0d0;
    background-color: #3a3b3c;
    font-size: 22px;
    border-radius: 10px;
    padding: 6px 12px 0px 12px;
    margin-left: -37px;
    cursor: pointer;
	height: 39px;
    margin-top:2px;
}

#btnAddSubTag:hover {
    color: #10afef;
}

.subtagsContent{
	margin-right: 5px;
	margin-top: 5px;
    background-color: #1d1d1d;
    color: #10afef;
    padding: 11px 22px;
    font-size: 15px;
    /*width: fit-content;*/
    border-radius: 10px;
}

#urlPreviewSearch{
	font-size: 14px;
    line-height: 1.3;
	color: #bdc1c6;
    font-style: normal;
	margin: 10px 0;
}

#titlePreviewSearch{
	font-weight: 600;
    font-size: 20px;
	color: #8ab4f8;
    font-size: 20px;
	font-weight: normal;
	margin: 0 0px;
}

#subtitlePreviewSearch{
	font-size: 14px;
	color: #bdc1c6;
    max-width:585px;
}

#titlePreviewSite{
	font-size: 20px;
	margin: 10px auto;
}

#subtitlePreviewSite{
	font-weight: 500;
    font-size: 16px;
    color: #d0d0d0;
    margin: 10px auto;
    line-height: 1.4;
}

.chosePreview{
	position:absolute;
	width:22px;
}

#authorPreviewSite{
	display: block;
    color: #d0d0d0;
	font-size: 14px;
	margin: 10px auto;
}

#contentBlock{
	text-align: center;
}

.imgPreviewSite{
    margin: 0 15px;
}

.imagePreviewSiteContent {
    margin: 5px auto;
	max-width: 420px;
    object-fit: cover;
}

.videoPreviewSiteContent {
    margin: 5px auto;
}

.editorPreviewSiteContent {
	margin: 5px auto;
    text-align: left;
	color: #d0d0d0;
    font-size: 13px;
	max-width: 445px;
}

.contentGeneral{
	padding: 10px;
    border: 1px dashed #515151;
    max-height: 600px;
    overflow-y: auto;
    margin-top: 10px;
}

#subtagsPreviewSite{
	font-size: 12px;
    color: #d0d0d0;
}
.embed-responsive-item {
    width:100%;
    max-width:600px;
    height:300px;
}

@media only screen and (max-width: 992px){
	#generalPreview {
		display:none;
	}
    .writerButtons {
        bottom:auto;
        top:10px;
        background-color:#151515;
        padding:10px;
        border-radius:10px;
    }
}

@media only screen and (max-height: 900px){
    .contentGeneral{
        max-height: 450px;
    }
}

.form-check-input:checked {
    background-color: #10afef;
    border-color: #127fab;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #10afef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #10afef21;
}



/* end extensions */


/* start visit */

.callGraph {
    background-position: left;
    background-size: 32px;
    background-repeat: no-repeat;
    padding: 10px 2px 10px 35px;
    font-size: 14px;
    border-radius:30px;
    position:relative;
    overflow:hidden;
    transition-duration:0.4;
}

.callGraph:after {
    content: "";
    background: #90cfee;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -50px!important;
    border-radius:100%;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.callGraph:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}

#graphTitleH>span {
    margin-top:-20px;
}

.visitIconTitle {
	width: 64px;
	height: 64px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 145%;
	float:left;
	margin-bottom: -20px;
    background-size: 100%;
} 

.visitsOrders { background-image: url('../img/extension/checkout.svg'); }

.visitsIntentionToBuy { background-image: url('../img/extension/basketIcon.svg'); }

.visitResume { background-image: url('../img/reports/pageviews.svg'); }

.visitUnique { background-image: url('../img/reports/unique.svg'); }

.visitWhatsapp { background-image: url('../img/reports/whatsapp.svg'); }

.visitMaps { background-image: url('../img/reports/maps.svg'); }

.visitPhone { background-image: url('../img/reports/phone.svg'); }

.visitMail { background-image: url('../img/reports/mail.svg'); }

.visitOrigin { background-image: url('../img/reports/google.svg'); }

.visitSocial { background-image: url('../img/reports/social.svg'); } 

.visitMobile { background-image: url('../img/reports/mobile.svg'); }

.visitRead { background-image: url('../img/reports/scroll.svg'); }

.visitEvents { background-image: url('../img/reports/click.svg'); }

.visitForm { background-image: url('../img/reports/form.svg'); }

.visitLeads { background-image: url('../img/reports/leads.svg'); }

.visitLink { background-image: url('../img/reports/link.svg'); }

.visitTime { background-image: url('../img/reports/time.svg'); }

.visitGrow { background-image: url('../img/reports/grow.svg'); }

.visitsRevenue { background-image: url('../img/reports/receita_lojas.svg'); }

.visitsRevenueYear { background-image: url('../img/reports/receita_lojas.svg'); }

.callGraph.visitsRevenue, .callGraph.visitsRevenueYear {
    background-size: 22px;
    background-position: 5px;
}

.visitIconTitle.visitsRevenue, .visitIconTitle.visitsRevenueYear {
    width: 38px;
    margin-right: 10px;
}

.eventsIcon {
	height: 80px;
	width: 80px;
	background-size: cover;
	display: inline-block;
	margin-top: -20px;
}
 


/* end visit */


/* ----- default of MEDIA window imedia ----- */  
.mediaItemContainer {
    padding:20px;
    border:3px solid #606060;
    margin:5px;
    border-radius:10px;
    transition:0.3s ease;
}

.mediaItemContainer:hover {
    border:3px solid #10afef;
}

.mediaItemContainerChosen {
    border:3px solid #99e83d !important;
}

.mediaItemContainerChose:hover {
    border:3px solid #99e83d !important;
}

.adjustOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color:#000000cc;
    z-index:70;
	width:400%;
}

.adjustContent {
    transition: top .25s ease;
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    margin: auto;
    overflow: auto;
    height: 90%;
    background-color: #2b2b2b;
    box-shadow: 0 2px 2px black;
    z-index:80;
}


/* imedia icons --*/
.mediaIcon {
	background-size:contain;
	width:48px;
	height:48px;
	background-repeat:no-repeat;
	margin:0 auto;
}


.mediaUploadIcon {
	background-image: url('../img/file/upload.svg');
}

.mediaNewFolderIcon {
	background-image: url('../img/file/newFolder.svg');
}

.mediaStorageIcon {
	background-image: url('../img/file/storage.svg');
	float:left;
	width:24px;
	height:24px;
}

.folderMedia {
	 background-image: url('../img/file/folder.svg'); 
	 width:64px;
	 height:64px;
	 background-size:contain;
	 margin:0 auto;
}

.fileMedia {
	width:64px;
	height:64px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	background-size:contain;
	background-repeat:no-repeat;
}

.fileMediaName {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 10px;
	color: #a2a2a2;
	margin-top: 5px;
	height: 29px;
	word-break:break-all;
}

/* end imedia icons --*/

.listLink {
    background-color: #3c3c3c;
    display: inline;
    padding: 10px 8px;
    border-radius: 50%;
    font-size: 13px;
    border: 3px solid #2b2b2b;
    transition:0.3s ease;
    cursor:pointer;
}

.listLink:hover {
    border:3px solid #3797f1;
}

.mediatemOpt {
	margin-top:15px;
}

.listLink p {
	color: #10afef;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	margin-top: 5px;
	height: 30px;
	word-break:break-all;
}

.fileMediaSize {
	position: absolute;
	font-size: 10px;
	background-color: #474747;
	padding: 2px 6px;	
	margin-top: -65px;
	margin-left:-100px;
	border-radius: 2px;
	box-shadow: 0 1px 2px black;
}

.fileMediaExt {
	position: absolute;
	font-size: 10px;
	background-color: #474747;
	padding: 2px 6px;	
	margin-top: -65px;
	margin-left:-20px;
	border-radius: 2px;
	box-shadow: 0 1px 2px black;
}

.fileMediaDimension {
	position: absolute;
	font-size: 10px;
	background-color: #474747;
	padding: 2px 6px; 
	margin-top: -65px;
	margin-left:70px;
	border-radius: 2px;
	box-shadow: 0 1px 2px black;
}

.fileMediaDelete {
background-image: url('../img/general/trash.svg');
background-size: 20px;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
display: inline-block;
height: 20px;
width: 20px;
margin-bottom: -6px;
} 

.fileMediaAdjust {
background-image: url('../img/general/adjust.svg');
background-size: 20px;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
display: inline-block;
height: 20px;
width: 20px;
margin-bottom: -6px;
}

.breadCrumbItem {
	margin-left: 5px;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #454343;
	line-height: 20px;
	border-radius: 10px;
	margin-top: 2px;
	white-space: nowrap;
}

#breadCrumbContent {
	padding:2px 0;
}

#mediaWindow {
	position: fixed;
	z-index: 60; 
	width: calc(100% - 40px);
	height:100%;
	margin: 0;
	background-color: #2f2f2f; 
	box-shadow: 0 10px 10px black;
	padding: 10px;
	bottom:0;
	overflow-y: auto;
	scrollbar-width: thin;
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


#newFolderFormContent {
	transition:0.3s ease;
}
 
 #mediaWindowCallNewFolder {
	 color:white;
 }
 
 #mediaWindowCallNewFolder:disabled {
    color: #666;
	border:1px solid #10afef;
 }
 
.mediaWindowHeader {
	text-align:right;
	margin-bottom:30px;
} 

#mediaWindowTitle {
	margin:5px;
	text-align:left;
}
 
.closeMediaWindowOut {
	height:100%;
	-webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


#progressBar {
	width: calc(100% - 120px);
	height: 10px;
	background-color: #333;
	box-shadow: inset 0 -8px 13px #242424, 0 3px 3px #060606;
	position:relative;
	margin-top:-10px;
	z-index:-1;
}

 
.mediaPreviewUploadRow {
	background-color: #272727;
	padding: 10px 0;
	margin: 5px 0px;
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
   

.mediaPreviewUploadImg {
	width:100%;
	max-width:64px;
}

.mediaPreviewCustomIcon {
	width:64px;
	height:64px;
	margin:0 auto;
	background-size:100%;
}

.fileDescription p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 17px;
	color: #aeaeae;
}

.mediaProgressBar {
	height: 10px;
	position: relative;
	width: 0px; 
	background-color: #4a9335;
	box-shadow: inset 0 6px 5px #4ebc40, 0 2px 2px #222;
}
 

#mediaStorageSize {
	font-size:12px;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-8-19 11:7:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2021-8-19 11:8:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-11-30 9:6:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
 @-webkit-keyframes shake-horizontal {
    0%,
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateX(-3px);
              transform: translateX(-3px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateX(3px);
              transform: translateX(3px);
    }
    80% {
      -webkit-transform: translateX(2px);
              transform: translateX(2px);
    }
    90% {
      -webkit-transform: translateX(-2px);
              transform: translateX(-2px);
    }
  }
  @keyframes shake-horizontal {
    0%,
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateX(-3px);
              transform: translateX(-3px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateX(3px);
              transform: translateX(3px);
    }
    80% {
      -webkit-transform: translateX(2px);
              transform: translateX(2px);
    }
    90% {
      -webkit-transform: translateX(-2px);
              transform: translateX(-2px);
    }
  }
  .shakeHorizontal {
	-webkit-animation: shake-horizontal 4s infinite both;
	        animation: shake-horizontal 4s infinite both;
}
  
/*cropper specific css */
.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{image-orientation:0deg;display:block;height:100%;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}

/*cropper image editor svg´s */

#openCropperEditor {
	height: 64px;
	width: 64px;
	background-size: 80%;
	background-color: #161616;
	background-position: center;
	border-radius: 50%;
	background-repeat: no-repeat;
	box-shadow: 0 2px 2px black;
	margin-left: 10px;
	margin-top: -50px;
	position: relative;
	cursor: pointer;
	transition:0.3s ease;
} 

#openCropperEditor:hover {
	background-color:#026786;
	box-shadow:none;
}
 
#cropperOptionButtons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -5px;
	position:relative;
}

.cropperButton {
background-position: center;
background-repeat: no-repeat;
height: 32px;
width: 32px;
background-size: 90%;
cursor: pointer;
background-color: #242424;
margin: 2px;
border-radius: 10px;
box-shadow: 0 2px 2px black;
transition:0.3s ease;
}
.cropperButton:hover {
	background-color:#026786;
	box-shadow:none;
}

.editImageCropper {background-image: url('../img/cropperjs/edit.svg');}
.turnLeft {background-image: url('../img/cropperjs/turnLeft.svg');}
.turnRight {background-image: url('../img/cropperjs/turnRight.svg');}
.flipH {background-image: url('../img/cropperjs/flipH.svg');}
.flipV {background-image: url('../img/cropperjs/flipV.svg');}
.aspect169 {background-image: url('../img/cropperjs/aspect169.svg');}
.aspect43 {background-image: url('../img/cropperjs/aspect43.svg');}
.aspect11 {background-image: url('../img/cropperjs/aspect11.svg');}
.aspect916 {background-image: url('../img/cropperjs/aspect916.svg');}
.zoomIn {background-image: url('../img/cropperjs/zoomIn.svg');}
.zoomOut {background-image: url('../img/cropperjs/zoomOut.svg');}
.modify {background-image: url('../img/cropperjs/modify.svg');}

/* end of cropper specific css */


/* ----- end of MEDIA window ----- */ 


#websiteDashboard p{
	font-size:13px;
}

.validDomain {
	padding: 0;
	margin: 0;
	font-size: 10px !important;
	color: #63ffa7;
}

.invalidDomain {
	padding: 0;
	margin: 0;
	font-size: 10px !important;
	color: #ff7373; 
}

/*refresh page */
.pageListToRefresh {
	display:flex;
}


.refreshPageIcon {
	background-image: url('../img/general/refresh.svg');
	background-size:contain;
	width:18px;
	height:18px;
	margin-right:5px;
	transition:0.3s ease;
	background-repeat:no-repeat;
} 


/* edit online store */
#templateInstallIcon {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/templateInstall.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#templateBlocks {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/templateBlocks.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#templateStorePages {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/templatePages.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#templateLayouts {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/templateLayouts.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#templateMail {
    width: 100%;
    height: 100%;
    background-image: url('../img/general/templateMail.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/*ONLY DESKTOP ADJUSTS GOES HERE FOR MIN 600*/
@media only screen and (min-width: 600px) {
	.modalSmaller{
		height: 50%;
		width: 50%;
	}
}

/*MOBILE ADJUSTS GOES HERE FOR MAX 600*/
@media only screen and (max-width: 600px) {
	
	.sponsorEco {
		text-align:center;
	}

	#iMain {
		margin-left:10px;
		margin-right:10px;
		padding-bottom:100px;
	}
    #iHeader {
        margin-left:10px;
    }

	#Navigation {
		width:100%;
		height:70px;
		top:auto;
		overflow-x:auto;
		display:flex;
		margin-bottom:0;
		padding-bottom:0;
        overflow-y:hidden;
	}

	.navigationUserAvatar {
		width:75px;
		text-align:center;
	}
 
	.navigationUserAvatar img {
		/*max-width:55px; */
        width:48px;
        height:48px;
		margin-top:5px;
	}

	.navigationUserLink {
		display:inline-block;
		width:75px;
	}
	.navigationMenuItem { 
		display:inline-block;
		background-size:24px;
		background-position:center 10px;
		padding:40px 10px 10px 10px;
		margin-top:0px;
		font-size:12px;
		text-align:center;
		height:60px;
	}
	.navigationMenuItem span {
		width: 80px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display:inline-block;
		z-index:-1;
	}
	.navigationUserName {
		display:none;
	}
	#notLoggedContent {
		margin-left:0px;
	}
	.modal {
		width:95%;
		height:98%;
		position:fixed;
	}
	.modalHeader {
        position: fixed;
        width: inherit;
        background-color: #2b2b2b;
        box-shadow: 0 3px 3px #222, inset 0 5px 20px 10px #222020;
        padding: 8px 5px 2px 5px;
        display: flex;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
	}

	.modalHeader h2 {
		margin:5px 0 0 10px;
		font-size:15px;
		font-weight:normal;
	}
	
	.pageCodeButtons {
		top: 0;
    background-color: #2b2b2b;
    height: 41px;
    width: 100%;
    left: 0;
    text-align: center;
    margin-top: 0;
    padding-top: 2px;
    padding-right: 10px;
    box-shadow: 0 2px 5px black;
	}
}

/*MONACO EDITOR CSS HACKS*/
.codicon-find-collapsed {
	width:15px;
	padding:0;
}
.codicon-find-expanded {
	width:15px;
	padding:0;
}
.suggest-widget {
    background-color: #33333375;
    backdrop-filter: blur(1px);
    border: 1px solid #333;
    border-radius:5px;
}