* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    
}

.col-3{
    padding-left: 0px;
    padding-right: 32px;
}

@media (min-width: 768px){
    
}

.row-col, .col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0px;
    margin-bottom: 14px;
}


@media (min-width: 768px){
    .container {
        max-width: 720px;
        width: auto;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 960px;
        width: auto;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 960px;
        width: auto;
    }
}
/*
@media (max-width: 1200px){
     .nav-controls-row{
        display: block !important;
        padding-right: 12px;
    }
    .nav-control-box{
        display: flex;
        width: 100% !important;
        height: 40px !important;
        padding-left: 10px;
        align-items: center;
        padding-top: 0px !important;
    }
    .nav-control-box .mdi{
        margin-right: 5px;
    }
    .nav-two{
        width: 200px !important;
    }
    
    .page{
        margin-left: 250px !important;
    } 
}*/

body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #6d798f;
}

a
{
    color: #5a6571;
    text-decoration: none;
}
a:hover
{
    color: #fd9203;
    text-decoration: none;
}
button, input, select
{
    outline:none !important;
}

.content
{
    /* display: flex; */
}
.nav-one
{
    width: 50px;
}
.nav-two
{
    background: #5A6571;
    width: 270px;
    padding-left: 15px;
    padding-right: 3px;
}

.logo-box img
{
    width: 50px;
}
.nav-fixed
{
    position: fixed;
    height: 100%;
    left: 0;
    display: flex;
}
.page
{
    margin-left: 320px;
    padding-top: 13px;
    /* background: #F7F8FC; */
    padding-left: 12px;
    height: 100vh;
}

.page-docs{
    margin-left: 110px !important;
}

.editor
{
    margin-left: 112px;
    background: #5A6571;
    height: 100vh;
    padding-left: 5px;
}
.menu-vertical
{
    list-style: none;
    padding-left: 0px;
}
.menu-vertical li 
{
    text-align: center;
    font-size: 27px;
    padding: 6px;
}
.menu-vertical li a
{
    color: #8e9aa7;
}
.menu-vertical li a:hover
{
    color: #fa931f;
}

.separator
{
    width: 100%;
    height: 1px;
    background: #ddd;
}
.nav-header
{
    height: 60px;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    width: 100%;
    display: inline-flex;
    padding-top: 15px;
    font-weight: 600;
    /* text-transform: uppercase; */
}
.nav-header i
{
    color: #fa931f;
}

.page-header-content {
    display: flex;
    border-bottom: 1px solid #E8EBF7;
}

.page-header
{
    display: flex;
    font-size: 25px;
    margin-top: 0px;
    border-bottom: none;
    margin-bottom: 5px;
}
.page-search
{
    margin-left: auto;
}
.button-display
{
    background: red;
}
.nav-control-box
{
    background: #fff;
    width: 47%;
    margin-right: 10px;
    height: 68px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    cursor: pointer;
    color: #8e9aa7;
    font-size: 14px;
}
.nav-control-box:hover
{
    color: #8B96AB;
    background: #F7F8FC;
}
.nav-control-box i 
{
    display: block;
    font-size: 21px;
    line-height: 25px;
}
.nav-control-box-icon
{
    background: #fff;
    margin-right: 10px;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 11px;
    cursor: pointer;
    color: #8B96AB;
    display: inline-block;
    width: 100%;
}
.nav-control-box-icon.check
{
    background: #fa931f !important;
    color: #fff !important;
}
.nav-control-box-icon:hover
{
    color: #8B96AB;
    background: #F7F8FC;
}
.nav-control-box-icon i 
{
    display: block;
    font-size: 24px;
    line-height: 25px;
}

.card-project-open
{
    background: #fff;
    width: 96%;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #8B96AB;
    font-size: 13px;
    padding: 15px;
}

.nav-controls-row
{
    display: flex;
}

.nav-control-box.check
{
    background: #fa931f !important;
    color: #fff !important;
}

.nav-control-box.check svg path
{
    color: #fff !important;
    fill: #fff;
}

.version-content
{
    bottom: 64px;
    position: absolute;
    left: -24px;
    transform: rotate(270deg);
}
.version-text1
{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: -4px;
}
.version-text2
{
    font-size: 12px;
}
.version-line
{
    background: #ddd;
    width: 150px;
    height: 2px;
    transform: rotate(270deg);
    bottom: 239px;
    position: absolute;
    left: -49px;
}
.page-header-subtitle
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -6px;
}
.page-header-title
{
    color: #6D798F;
    font-weight: 600;
    text-transform: uppercase; 
    font-size: 21px;
}
.page-header-icon
{
    color: #6D798F;
    font-size: 33px;
    margin-right: 9px;
    margin-top: -3px;
}

.page-header-buttons
{
    margin-top: 15px;
    margin-bottom: 20px;
}

.subpage-content
{
    display: flex;
    padding-top: 25px;
    
}
.subpage-column1
{
    width: 20%;
    border-right: 1px solid #E8EBF7;
    padding-right: 8px;
}
.subpage-column2
{
    width: 80%;
    padding-left: 15px;
    padding-bottom: 5px;
}

.subheader
{
    display: flex;
    margin-bottom: 13px;
}
.subheader i
{
    color: #fa931f;
    margin-right: 6px;
    font-size: 21px;
    line-height: 28px;
}
.subheader-text
{
    font-weight: 600;
    font-size: 16px;
    color: #6D798F;
}
.subpage-menu
{
    list-style: none;
    padding-left: 0px;
}
.subpage-menu ul
{
    list-style: none;
    padding-left: 0px;
}
.subpage-menu li:not(.menu-sub-indice)
{
    cursor: pointer;
}

.subpage-menu .sub-indice
{
    padding-left: 8px;
    display: none;
}

.subpage-menu .sub-sub-indice
{
    padding-left: 16px;
    display: none;
}

.subpage-menu a:hover, .subpage-menu span:hover
{
    background: #e8ebf75c;
}
.subpage-menu a, .subpage-menu span
{
    color: #6D798F;
    font-size: 14px;
    display: block;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.subpage-menu .check
{
    background: #E8EBF7 !important;
}
.subheader.large i
{
    font-size: 27px;
    line-height: 37px;
}
.subheader.large .subheader-text
{
    font-size: 23px;
}
.forum-grid
{
    display: flex;
    color: #6d798f;
    border-bottom: 1px solid #E8EBF7;
    padding-bottom: 15px;
    padding-top: 15px;
    flex-basis: 230px;
    flex-shrink: 0;
}
.forum-grid:hover
{
    color: #6D798F;
    opacity: 0.8;
    text-decoration: none;
}
.forum-grid-info
{
    width: 65px;
    height: 80px;
    background: #F7F8FC;
    border-radius: 4px;
    text-align: center;
    margin-right: 5px;
    font-weight: 600;
    padding-top: 17px;
    font-size: 13px;
    flex-basis: 65px;
    flex-shrink: 0;
}
.forum-grid-info i 
{
    display: block;
    font-size: 19px;
    line-height: 23px;
}
.forum-grid-content-title
{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #6D798F;
}
.forum-grid-content-attr
{
    font-size: 13px;
}
.forum-grid-content-tags
{
    margin-top: 4px;
}
.forum-grid-content-tags div
{
    float: left;
    font-size: 12px;
    background: #F7F8FC;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
    border-radius: 2px;
    margin-bottom: 4px;
}
.forum-grid-content
{
    margin-left: 11px;
}
.moderator
{
    color: #fa931f;
}
.forum-live
{
    font-size: 15px;
    margin-top: 20px;
}

.forum-info
{
    font-weight: 600;
    font-size: 16px;
    color: #6D798F;
    margin-bottom: 20px;
    margin-top: 20px;
}
.forum-info2
{
    font-weight: 600;
    font-size: 14px;
    color: #6D798F;
    margin-bottom: 11px;
    margin-top: 6px;
}
.forum-comment-content
{
    display: flex;
    border-top: 1px solid #E8EBF7;
    padding-bottom: 20px;
    padding-top: 20px;
}
.arrow1
{
    color: #6D798F;
    font-size: 30px;
    margin: auto;
    display: block;
    line-height: 34px;
    text-align: center;
}
.forum-comment-like
{
    background: #F7F8FC;
    height: 90px;
    flex-basis: 57px;
    flex-shrink: 0;
    text-align: center;
    margin-right: 13px;
    font-weight: 600;
    border-radius: 4px;
    font-size: 21px;
    line-height: 23px;
}
.forum-comment-user
{
    margin-bottom: 2px;
    color: #6D798F;
    font-size: 13px;
}
.forum-comment-content.no-border
{
    background: red;
}
.forum-comment-content-depart
{
    margin-left: 33px;
}
.forum-comment-text
{
    min-height: 61px;
}
.forum-comment-content-depart .forum-comment-content
{
    border-top: 1px solid #E8EBF7;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.forum-comment-content-depart .forum-comment-text
{
    min-height: unset;
}
.forum-comment-input 
{
    margin-top: 20px
}
.forum-comment-fields textarea
{
    border: 1px solid #dde5ec;
    border-radius: 4px;
    padding-left: 9px;
    color: #5A6571;
    display: block;
    margin-top: 11px;
    width: 100%;
    font-size: 15px;
    padding: 14px;
}
.forum-comment-fields
{
    margin-top: 20px;
}
.forum-comment-fields textarea:focus
{
    border-color: #a0adc3;
}

.forum-comment-live{
    width:100%;
}

.nav-check
{
    border-right: 3px solid #fa931f;
    padding-left: 10px !important;
}
.nav-check a
{
    color: #fa931f !important;
}
.project-info-content
{
    display: flex;
}
.project-name
{
    color: #6D798F;
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 6px;
}
.project-image
{
    width: 60px;
    height: 60px;
    background: #eee;
    border-radius: 50px;
    margin-right: 10px;
}
.project-info
{
    text-align: left;
    line-height: 14px;
}

.button-circle
{
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 56px;
    color: #8e9aa7;
    border: 2px solid #dde5ec;
    font-size: 19px;
    text-align: center;
    padding-top: 2px;
    margin-right: 5px;
    background: #fff;
}
.button-circle:hover
{
    color: #fa931f;
    border-color: #fa931f;
}


.button-circle-dropdown button
{
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 56px;
    color: #8e9aa7;
    border: 2px solid #F7F8FC;
    font-size: 19px;
    text-align: center;
    padding-top: 2px;
    margin-right: 5px;
    background: #fff;
    padding-left: 6px;
}
.button-circle-dropdown:hover
{
    color: #fa931f;
    border-color: #fa931f;
}


.button-command
{
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    text-align: center;
    padding-top: 5px;
    margin-right: 5px;
    background: #4C5662;
}
.button-command:hover
{
    background: #fa931f;
    color: #fff;
}


.button-circle-inverse
{
    width: 33px;
    height: 33px;
    display: inline-block;
    border-radius: 56px;
    color: #8B96AB;
    background: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 8px;
}
.button-circle-inverse:hover
{
    color: #fff;
    background: #fa931f;
}

.button-circle-small
{
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 56px;
    color: #c6cbd4;
    background: #616b7769;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 8px;
    margin-right: 5px;
}
.button-circle-small:hover
{
    color: #fff;
    background: #fa931f;
    cursor: pointer;
}

.button-main
{
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    background: #fff;
    border: 2px solid #E8EBF7;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 7px;
    color: #6D798F !important;
    margin-right: 4px;
    cursor: pointer;
}
.button-main:hover
{
    opacity: 0.8;
}

.project-info-buttons
{
    display: flex;
    margin-top: 12px;
}
.project-image-small
{
    width: 45px;
    height: 45px;
    background: #eee;
    border-radius: 50px;
    margin-right: 10px;
    margin: auto;
    font-weight: 400;
    color: #6d798f;
    font-size: 18px;
    padding-top: 9px;
    margin-top: -7px;
}

.nav-two.reduced
{
    width: 62px;
    text-align: center;
    padding-left: 8px;
    padding-right: 7px;
    overflow-y: auto;
    overflow-x: hidden;
}
.icon-separator
{
    font-size: 24px;
    color: #fff;
    margin: auto;
    display: block;
}
.editor-main-commands
{
    height: 60px;
    padding-top: 10px;
    display: flex;
}
.editor-explorer
{
    width: 260px;
    height: auto;
    display: flex;
    overflow-x: auto;
    overflow-y: auto;
}
.editor-space
{
    width: calc(100% - 270px);
    margin-left: 8px;
    margin-right: 8px;
    height: 100%;
}

.editor-space-more-space{
    width: calc(100% - 48px) !important;
}

.editor-content
{
    display: flex;
    width: 100%;
    height: 93vh;
    /* overflow: hidden; */
}
.editor-explorer-tab
{
    /* background: #4C5662; */
    width: 30px;
    /* height: 107px; */
    margin-bottom: 6px;
    /* margin-right: 6px; */
    text-align: center;
    font-size: 13px;
    writing-mode: vertical-lr;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    transform: rotate(180deg);
    border-radius: 0px 4px 4px 0px;
}

.editor-page-tab
{
    background: #4C5662;
    width: auto;
    height: 26px;
    margin-bottom: 6px;
    margin-right: 4px;
    text-align: left;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    border-radius: 4px;
    width: fit-content;
    padding-top: 4px;
    display: flex;
}
.editor-page-tab:hover  
{
    opacity: 0.8
}

.editor-page-tab-button
{
    background: #4C5662;
    width: 26px;
    height: 26px;
    margin-bottom: 6px;
    margin-right: 4px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    padding-top: 4px;
    color: #8b96ab96;
}
.editor-page-tab-button.check
{
    color: #fff;
    border-bottom: 2px solid #fa931f;
    opacity: 1 !important;
    background: #4f5965;

}
.editor-page-tab-button:hover   
{
    opacity: 0.8
}

.editor-page-control-button
{
    background: #F7F8FC;
    width: auto;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 6px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
    padding-top: 5px;
    padding-left: 13px;
    padding-right: 13px;
}
.editor-page-control-button:hover   
{
    opacity: 0.8
}

.btn-builder{
    background: #F7F8FC;
    width: auto;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 6px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
    padding-top: 5px;
    padding-left: 13px;
    padding-right: 13px;
    border: 1px solid #e8ebf7;
}

.btn-builder:hover   
{
    box-shadow: inset 0px 0px 6px -2px rgba(50, 50, 50, 0.33);
    opacity: 0.8
}

.btn-builder i{
    color: #6d798f;
}

.editor-page-tabs
{
    display: flex;
    margin-bottom: 1px;
}

.editor-explorer-tabs
{margin-top: 34px;}
.editor-explorer-tab:hover
{
    opacity: 0.8;
    color: #fff;
}
.editor-explorer-space
{
    background: #4C5662;
    width: 100%;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    padding-top: 6px;
    overflow-x: auto;
    overflow-y: auto;
    color: #ebeced;
    font-size: 13px;
}

#all-editor-explorers
{
    background: #4C5662;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    overflow-x: auto;
    overflow-y: auto;
    font-size: 13px;
}
.editor-explorer-tab-check
{
    background: #4C5662;
    color: #fff;
    opacity: 1 !important;
}
.toggle-explorer
{
    background: #4C5662;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    padding-top: 1px;
    position: absolute;
    cursor: pointer;
    margin-bottom: 12px;
    margin-left: 0px;
    z-index: 555;
    margin-top: 1px;
}
.toggle-menu-reduced
{
    background: #4C5662;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    padding-top: 1px;
    position: relative;
    cursor: pointer;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 6px;
}
.editor-page-close i
{
    color: #8B96AB;
}
.editor-page-name
{
    width: 85%;
    color: #d5dae496 !important;
    text-shadow: 0 1px rgba(0,0,0,0.4);
}
.editor-page-close
{
    width: 30px;
    text-align: right;
    padding-top: 1px;
    float: right;
}
.editor-page-tab.check
{
    border-bottom: 2px solid #fa931f;
    opacity: 1 !important;
    background: #4f5965;
    
}
.editor-page-tab.check span 
{
    color: rgba(255,255,255,0.85) !important;
    margin-top: 0;
    text-shadow: 0 1px rgba(0,0,0,0.4);
}
.editor-page-check .editor-page-close i
{
    color: #fa931f;
}
.editor-page-check .editor-page-close
{
    background: #4f5965;
}
.editor-code-area
{
    background: #4C5662;
    /* padding: 10px; */
    border-radius: 4px 4px 0px 0px;
    height: 95%;
}

.editor-code-area.white
{
    background: #fff;
}
.editor-page-control
{
    display: flex;
    padding-left: 9px;
    padding-top: 7px;
    padding-bottom: 0;
    background: #F7F8FC;
    border-radius: 4px 4px 0px 0px;
}
.editor-page-control-button i 
{
    font-size: 17px;
    margin-top: -1px;
    display: flex;
}
.editor-live
{
    display: flex;
    height: 95.4%;
}
.editor-code
{
    width: 100%;
    padding-left: 10px;
    padding-right: 9px;
    overflow-y: auto;
    padding-top: 9px;
    background: #fff;
}
.editor-panel
{
    background: #F7F8FC;
    width: 295px;
    margin-top: -53px;
    margin-left: auto;
    padding: 6px 2px 12px 12px;
    border-radius: 0px 4px 4px 0px;
    /* height: 87vh; */
}
.editor-page-control.check
{
    background: #fa931f;
    color: #fff;
}
.editor-page-control-button.check
{
    background: #fa931f;
    color: #fff;
}

.editor-panel-tabs
{
    display: flex;
    margin-bottom: -1px;
}
.editor-panel-tab
{
    background: #fff;
    width: 100%;
    text-align: center;
    height: 30px;
    margin-right: 8px;
    border-radius: 4px;
    padding-top: 1px;
    cursor: pointer;
}
.editor-panel-tab i 
{
    font-size: 19px;
}
.editor-panel-tab:hover
{
    opacity: 0.8
}
.editor-panel-tab.check
{
    background: #fa931f;
    color: #fff;
    opacity: 1 !important;
}
.editor-accordion
{
    background: #fff;
    font-size: 14px;
    margin-top: 9px;
    border-radius: 4px;
    padding-left: 8px;
    height: 32px;
    padding-top: 5px;
    margin-right: 8px;
    cursor: pointer;
}
.editor-accordion-area
{
    background: #fff;
    margin-right: 8px;
    margin-top: -1px;
    padding-left: 0px;
    padding-right: 2px;
    padding-top: 7px;
    padding-bottom: 5px;
    border-radius: 0px 0px 4px 4px;
    font-size: 13px;
}
.editor-accordion i 
{
    font-size: 20px;
    float: left;
    margin-top: -3px;
}
.editor-panel-row
{
    display: flex;
}
.editor-panel-button
{
    background: #F7F8FC;
    padding: 11px;
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 8px;
}
.editor-panel-button:hover
{
    opacity: 0.8
}

.editor-panel-button i 
{
    font-size: 16px;
    margin-right: 5px;
}
.editor-panel-desc
{
    margin-top: -4px;
    font-size: 11px;
}
.editor-panel-button.vertical
{
    text-align: center;
}
.editor-panel-button.vertical i
{
    display: block;

}
.drag
{
    cursor: all-scroll;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: transparent !important;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f5f5f5 !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fa931f !important;
}

::-webkit-scrollbar-corner {
    background: #fa931f !important;
}

.layout1
{
    background: #fff;
}
.layout2, .layout2 .editor-page-control, .layout2 .editor-panel
{
    background: #4C5662;
}
.layout3
{
    background: #4C5662;
}
.layout3 .editor-page-control
{
    display: none;
}
.layout3 .editor-panel
{
    margin-top: 0px;
    padding-top: 11px;
    background: #4C5662;
}

.layout3 .editor-code
{
    height: 87.3vh;
}

.layout4
{
    background: #4C5662;
}
.layout4 .editor-panel
{
    display: none;
}
.layout4 .editor-page-control
{
    background: #4C5662;
}

.layout5
{
    background: #4C5662;
}
.layout5 .editor-panel, .layout5 .editor-page-control
{
    display: none;
}
.layout5 .editor-code
{
    height: 87.3vh;
}

.layout6
{
    background: transparent;
    overflow-x: auto;
}

.main-bar
{
    display: flex;
    background: #fff;
    margin-bottom: 25px;
}
.divider-vertical
{
    background: #dde5ec;
    width: 1px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.main-search
{
    display: flex;
}
.main-search input
{
    height: 35px;
    border: 1px solid #dde5ec;
    border-radius: 4px;
    padding-left: 9px;
    color: #5A6571;
    width: 100%;
    background-color: #f8f9fc87 !important;
}
.main-search input:focus
{
    background: #fff;
}

.main-search i
{
    font-size: 22px;
    padding-top: 1px;
    margin-left: -33px;
    padding-right: 12px;
    color: #6D798F;
    z-index: 1;
}

.form-model1 input[type="text"], .form-model1 select, .form-model1 textarea, .form-model1 input[type="password"]
{
    height: 35px;
    border: 1px solid  #dde5ec;
    border-radius: 4px;
    padding-left: 9px;
    color: #5A6571;
    width: 100%;
    background-color: #fff;
}
.form-model2 input, .form-model2 select
{
    height: 31px;
    border: none;
    border-radius: 4px !important;
    padding-left: 7px;
    color: #e4e5e6;
    width: 100%;
    font-size: 13px;
    background-color: #515c69;
}

.form-model2 .field-column .mdi-magnify{
    font-size: 20px;
    margin-right: 10px;
    color: #e4e5e6;
    position: absolute;
    right: 0px;
    top: 23px;
}

.form-model1 input:focus, .form-model1 select:focus
{
    border-color: #a0adc3 !important;
}

.form-model1 label{
    font-size: 15px;
    color:#6d798f;
}

input::placeholder
{
    color: #d1d6e4;
}

.field-column
{
    /* display: flex-root; */
    margin-right: 6px;
    padding-right: 5px;
    padding-left: 0px;
}
.field-column i 
{
    font-size: 24px;
    margin-left: -30px;
}
.page h1
{
    font-size: 18px;
    color: #616776;
    font-weight: 400;
    margin-bottom: 17px;
}

.title-box
{
    border-left: 4px solid #fa931f;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.card-col
{
    background: #fff;
    margin-right: 10px;
    margin-bottom: 16px;
    border-radius: 4px;
    padding: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    max-width: 220px;
    min-width: 220px;
    border: 1px solid #dde5ec;
    float: left;
}
.card-col:hover
{
    background: #F7F8FC;
}

.product-card
{
    background: #fff;
    margin-right: 10px;
    margin-bottom: 16px;
    border-radius: 4px;
    padding: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border: 1px solid #dde5ec;
    float: left;
    width:100%;
}
.product-card:hover
{
    background: #F7F8FC;
}

.container
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 0;
    max-width: 1200px;
    margin: auto;
    padding-top: 17px;
}
.card-photo
{
    width: 60px;
    height: 60px;
    background: #dde5ec;
    border-radius: 50px;
    margin-right: 10px;
    margin: auto;
    /* border: 3px solid #F7F8FC; */
    margin-right: 9px;
    text-align: center;
    padding-top: 17px;
    font-size: 18px;
    margin: auto;
}

.myProjects .card-photo{
    padding-top: 0px !important;
}

.project-photo
{
    width: 55px;
    height: 55px;
    background: #dde5ec;
    border-radius: 50px;
    margin-right: 9px;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
}
.card-title-top
{
    font-weight: 600;
    margin-bottom: -2px;
    color: #616776;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-title {
    margin-bottom: .75rem;
    padding-top: 4px;
}

.card-title small{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 11px; 
}

.card-title-top2
{
    font-weight: 600;
    margin-bottom: 7px;
    color: #616776;
    font-size: 20px;
    line-height: 26px;
}


.card-actions
{
    display: flex;
    justify-content: center;
}
.project-actions
{
    display: flex;
    justify-content: left;
    margin-top: 11px;
}

.nav-controls-project
{
    background: #fff;
    width: 96%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: left;
    padding-top: 10px;
    color: #8e9aa7;
    font-size: 14px;
    padding: 16px;
}
.nav-controls-project-display
{
    display: flex;
}
.project-name
{
    font-weight: 600;
    line-height: 18px;
    padding-top: 3px;
}
.project-attr
{
    font-weight: 400;
    font-size: 13px;
    color: #6d798fad;
}
.model-index
{
    padding: 6px;
    max-width: 150px;
    min-width: 150px;
    cursor: pointer;
    color: #6d798f;
    font-size: 13px;
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 1px;
}
.model-index .card-title-top
{
    font-size: 20px;
}
h1 i 
{
    color: #fa931f;
}
.card-photo i 
{
    font-size: 27px;
    line-height: 29px;
}

.button-filter
{
    height: 33px;
    display: inline-block;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    background: #f7f8fc;
    border: 2px solid #f7f8fc;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 3px;
    color: #6D798F !important;
    margin-right: 4px;
    float: right;
}

.button-filter:hover
{
    opacity: 0.8;
    cursor: pointer;
}

.button-filter.check i {
    color: #fa931f;
    /* color: #fff !important; */
    /* border-color: #fa931f; */
    /* opacity: 1; */
}

.button-circle
{
    cursor: pointer;
}

.button-circle-dropdown button::after
{
    display: none;
}

.button-circle-dropdown  .btn-secondary:hover {
    color: #fa931f;
    background-color: transparent;
    border-color: #fa931f;
}

a:hover, a:focus {
    color: #fa931f;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto #fa931f;
    outline-offset: -2px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fa931f;
    background-color: transparent;
    border-color: #fa931f;
}
.button-circle-dropdown .dropdown-item
{
    color: #6d798f;
    font-size: 15px;
}

.button-circle-dropdown .dropdown-menu
{
    border: 2px solid #dde5ec;
    margin-top: 6px;
    border-radius: 11px;
    transform: translate3d(-100px, 40px, 0px) !important;
}

.page h2
{
    color: #5a6571;
    margin-top: 15px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 24px;
}

.page h3
{
    color: #5a6571;
    margin-top: 15px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
}

.no-header
{
    padding-top: 27px;
}
.helper-content
{
    display: flex;
    padding: 25px;
    max-width: 500px;
    border-radius: 12px;
    border: 2px solid #f7f8f9;
    margin-bottom: 20px;
}
.helper-content i
{
    color: #fa931f;
    font-size: 45px;
    margin-right: 16px;
    margin-top: -3px;
}

.helper-text
{
    font-size: 14px;
}
.helper-title
{
    color: #616776;
    font-size: 17px;
}
.row {
    margin-left: 0px;
    margin-bottom: 14px;
}

.step-ball
{
    width: 50px;
    height: 50px;
    background: #F7F8FC;
    border-radius: 50px;
    text-align: center;
    padding-top: 14px;
    margin: auto;
    margin-bottom: 6px;
    color: #6d798fad;
}
.step
{
    margin-right: 36px;
}
.step-text
{
    font-size: 14px;
    text-align: center;
    color: #6d798fad;
}
.step-ball.check
{
    background: #fa931f;
    color: #fff;
}
.form-label
{
}
.form-builder input
{
    color: red;
}
.form-label
{
    padding-bottom: 2px;
    padding-top: 5px;
    color: #6d798f;
    font-size: 14px;
}
.button-main.disable
{
    opacity: 0.2;
}
.toggle-menu-reduced-area
{
    display: none;
}
.toggle-menu-reduced-area
{
    padding-bottom: 10px;
}

.editor-explorer.contracted
{
    width: 32px;
    border-radius: 4px;
}

.editor-explorer.contracted .editor-explorer-space
{
    display: none;
}
.card-file-editor
{
    background: #4C5662;
    margin-right: 9px;
    border-radius: 4px;
    padding: 13px;
    text-align: center;
    margin-bottom: 9px;
    color: #c6cbd4;
}
.card-file-editor:hover
{
    background: #515c69;
}
.subtitle-icon
{
    margin-right: 8px;
    width: 25px;
    height: 28px;
    text-align: center;
    padding-top: 3px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 19px;
}
.card-subtitle
{
    display: flex;
    justify-content: center;
    margin-bottom: 9px;
    border-bottom: 1px solid #576371;
    padding-bottom: 11px;
    margin-top: 1px;
    margin-bottom: 11px;
}
.card-file-editor-info
{
    color: #c6cbd4;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-file-editor-icon
{
    font-size: 35px;
    display: block;
    line-height: 35px;
}
.color-html
{
    color: #e44d26;
}
.color-js
{
    color: #FFEE1E;
}
.color-php
{
    color: #1e88e5;
}
.editor-code-area-filter
{
    display: flex;
    margin-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}
.three
{
    font-size: 13px;
    list-style: none;
    padding-left: 0px;
    color: #c6cbd4;
}
.three li 
{
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    cursor: pointer;
}
.three-sub
{
    list-style: none;
    padding-left: 24px;
    padding-top: 4px;
}
.three li.check
{
    font-weight: 600;
    color: #fff
}





span.fancytree-title {
    /* color: #c6cbd4 !important; */
    /* font-size: 13px !important; */
    font-family: 'Open Sans', sans-serif;
}
.panelLeftItemTitleSection
{
    color: #fff;
    background: #5a6571;
    padding-left: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.editor-explorer-space .col-sm-12
{
    padding-left: 0px;
    padding-right: 0px;
}

#search-file
{
    box-shadow: none !important;
    height: 31px;
    border: none;
    border-radius: 4px !important;
    padding-left: 7px;
    color: #c6cbd4;
    font-size: 13px;
    background: #515c69;
    max-width: 100%;
    width: 100%;
}
.FullCodeEditor-dropdown-menu
{
    background: #515c69;
    box-shadow: none !important;
    border: none;
    border-radius: 4px;
    padding: 8px;
}
.dropdown-menu{
    border-radius: 4px;
    border: 1px solid #484848;
}

.FullCodeEditor-dropdown-menu li span {
    color: #4d4e50;
    text-shadow: none !important;
    font-size: 13px;
    padding-left: 8px;
}
.FullCodeEditor-dropdown-menu li:hover {
    background-color: #4C5662;
    color: #ffffff;
}

.FullCodeEditor-dropdown-menu span:hover {
    color: #c1c5ce;
}


.panelLeftItemTitleSection i
{
    color: #6d798f;
    background: #5a6571;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    padding-top: 0px;
    margin-left: 6px;
    cursor: pointer;
}
.panelLeftItem-module {
    margin-left: 0px !important;
    color: #c6cbd4;
}

.panelLeftItemTitleSection a i
{
    margin-top: -12px;
    padding-top: 0px;
    line-height: 20px;
    margin-left: 3px;
}
.button-hire
{
    color: red;
    float: right;
    margin-left: 4px;
}
.button-hire i
{
    color: #c6cbd4;
    background: #5a6571;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
#panelModules-items .module-item-container .panelLeftItem
{
    padding-right: 0px;
}
#panelModules-items .module-item-container {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 6px;
}
.formLineActions {
    width: 56px;
    height: 60px;
    position: absolute;
    left: -20px;
    background-color: #5a6571;
    margin-top: -38px;
    border-radius: 2px;
    font-size: 14px;
}
#formDesigner-container .line-active {
    outline: 1px solid #5a6571 !important;
}


.editor-panel .tfield, .editor-panel .tcombo
{
    color: #5A6571 !important;
    border: 1px solid #dde5ec !important;
    border-radius: 2px !important;
    height: 22px ;
    padding-left: 5px !important;
    font-size: 12px !important;
    margin-top: 0px;
}
.editor-panel input:focus, .editor-panel select:focus
{
    border-color: #a0adc3 !important;
}
.editor-panel label {
    /* color: #6d798f; */
    /* color: #2b2b2b; */
    color: #504e4e;
}
.ui-widget.ui-widget-content
{
    border: 1px solid #dde5ec !important;
}

.ui-spinner a.ui-spinner-button {
    background: #dde5ec;
}

.select2-container--default, .select2-selection--single {
    border-color:  #dde5ec !important;
    border-radius: 2px !important;
    font-size: 11px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 22px;
}

.select2-container .select2-selection--single{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 22px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

 .select2-search__field
{
    /* border: 1px solid #dde5ec !important; */
    height: 25px;
    border-radius: 2px !important;
    font-size: 11px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
{
    background: #dde5ec;
    font-size: 11px;
    color: #5A6571 !important;
}

 .select2-results__option{
    font-size: 11px !important;
}

.select2-selection__rendered .select2-dropdown {
    border: 1px solid #dde5ec !important;
    border-color: #dde5ec !important;
    margin-top: -1px;
}

 .select2-choices{
     /* border: 1px solid #dde5ec !important;
     background-image: none !important; */
 }

.formLineActions i{
    position: absolute;
    color: white;
    cursor: pointer;
    font-size: 15px;
}


.formLineActions .mdi-cursor-move{
    top: 1px;
    left: 2px;
}

.formLineActions .mdi-delete{
    left: 38px;
    top: 1px;
}

.formLineActions .mdi-plus{
    top: 1px;
    left: 20px;
}

.formLineActions .mdi-settings{
    top: 20px;
    left: 2px;
    
}

.formLineActions .mdi-tab{
    top: 39px;
    left: 2px;
}


.componentColumn {
    border: 1px dashed #dde5ec;
}


.panel-body .tfield, .panel-body .inplace_field {
    border-color: #dde5ec;
    border-radius: 2px !important;
    height: 25px;
}
.tfield_disabled, .disabled
{
    background: #dde5ec !important;
    border-color: #dde5ec !important;
}

.labelComponent:hover
{
    outline: 3px solid #5a6571 !important;
}
.labelComponentActive
{
    outline: 3px solid #5a6571 !important;
}

.editor-panel div.color-div span.tcolor {
    border: 1px solid #dde5ec;
    background: #dde5ec;
}
.curtain-form{
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.curtain-form .panel-footer{
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
}

.curtain-form-adjust-footer .panel-footer{
    padding-left: 40px;
}

.projectServerForm .panel-footer{
    padding-left: 40px;   
}

.curtain-form .tab-pane{
    padding-bottom: 0px !important;
}

.curtain-form .panel{
    border: 0px;
    box-shadow: none;
}

.curtain-form .panel-body{
    padding-bottom: 0px;
}

.curtain-form label{
    margin-bottom: 7px;
    font-size: 14px;
    color:#6d798f;
}
.curtain-overlay
{
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}
.curtain-content
{
    width: 50%;
    background: #fff;
    margin-left: auto;
    height: 100%;
}
.curtain-content .button-circle
{
    margin-right: 10px;
}
.curtain-header
{
    display: flex;
    background: #f7f8fc;
    padding: 13px;
    border-bottom: 1px solid #E8EBF7;
}

.curtain-title
{
    font-weight: 600;
    color: #6D798F;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 34px;
}
.curtain-live-box
{
    background: #fff;
}
.curtain-actions
{
    display: flex;
    margin-left: 38px;
}
.curtain-content .col-md-6
{
    padding: 0px;
}
.curtain-content .col-md-6 .curtain-live-box
{
    margin-right: 0;
}
.curtain-content .row
{
    margin-right: 25px;
}

.fb-inline-field-container .btn-default
{
    /* background: #dde5ec;
    border: none;
    border-radius: 2px;
    padding-bottom: 1px;
    padding-top: 3px; */
}
.fb-inline-field-container .btn-default i 
{
    /* color: #6d798f; */
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
    line-height: 12px;
    height: 22px;
    width: 26px;
    text-align: center;
    padding-left: 4px;
    padding-top: 3px;
}
.tableAction:hover, .formAction:hover, .pageLink:hover, .datagridActionDetail:hover, .pageLinkComponent:hover, .tableGroupActionLi:hover, .datagridGroupActionLi:hover, .datagridAction:hover
{
        outline: 3px solid #5a6571 !important;
}
#footer-form-actions .btn 
{
    border-radius: 3px !important;
}
.panel-footer {
   background-color: #F7F8FC;
   border-color: #dde5ec;
}
.panel-default>.panel-heading {
    color: #6D798F;
    background-color: #F7F8FC;
    border-color: #dde5ec;
}
.panel-default {
    border-color: #dde5ec;
}
#div_breadcrumbs {
    border: 1px solid #dde5ec;
}
.tbreadcrumb li span, .store-header .tbreadcrumb li a {
    color: #6D798F;
    display: block;
    padding: 0 6px;
}
.dropdown-menu
{
    background: #f7f8fc;
    box-shadow: none;
    border-color: #dde5ec;
    border-radius: 4px;
}
hr {
    border-top: 1px solid #dde5ec;
}
.contextmenu li:hover {
    background-color: #fff;
    border-color: #dde5ec;
    border-radius: 4px;
}
.dropdown-components .input-group input
{
    height: 25px;
    border-color:  #dde5ec;
    border-radius: 3px !important;
    padding-left: 9px;
    color: #5A6571;
    font-size: 13px;
}
.input-group-addon
{
    border-color: #dde5ec;
    background: #fff;
}
.popover-content .btn-primary
{
    background: #fa931f !important;
    border-color: #fa931f !important;
    border-radius: 4px;
    color: #fff !important;
}

.popover-content .btn-sm
{
    background: #dde5ec;
    border-color: #dde5ec;
    border-radius: 4px;
    color: #6d798f;
}
.popover-title {
    background-color: #f7f8fc;
    border-bottom: none;
    font-size: 13px;
}
.popover
{
    border-color: #dde5ec;
    border: 1px solid #dde5ec;
    box-shadow: none;
}
/* .sweet-alert h2 {
    color: #6D798F;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 7px 0;
}
.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 9px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}
.sweet-alert p {
    color: #6d798f;
    font-size: 15px;
    font-weight: 400;
}
.sweet-alert button {
    background-color: #dde5ec !important;
    color: #6D798F !important;
    margin-top: 17px;
    height: 39px;
    padding-top: 8px;
    margin-bottom: 11px;
} */
.codeEditor-tab-container {
    max-width: 100%;
    height: 28px;
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    background-color: #4c5662;
    box-shadow: none;
    border-top: none;
    margin-bottom: 0px;
}
#pageDesignerCode {
    background-color: #333c48;
    border-top: #111111;
    padding-top: 0px;
    padding-left: 7px;
}

.codeEditor-readonly, .simpleCodeEditor-readonly {
    background-color: #637288 !important;
}
.codeEditor-tab-active {
    color: white;
    background-color: #3c4652;
    border-right: none;
    padding-top: 8px;
}
.panelLeftItems
{
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.fancytree-container ul{
    padding: 0.3em 0 0 12px !important;
}

.panelLeftItems .panelLeftItem{
    padding-left: 10px;
}

.panelLeftItems .panelLeftItem:hover{
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    
}

#nav-two-menu-reduced span, .editor-main-commands span{
    cursor: pointer;
}

#nav-two-menu-reduced{
    padding-top: 15px;;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #fff;
    color: #333;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.tcombo_disabled{
    background-color: #dde5ec;
}

.grid-table.table td, .grid-table.table th {
    padding: 8px;
    vertical-align: top;
    border-bottom: 1px solid #E8EBF7;
    border-top: 0;
    vertical-align: middle;
}
.grid-table thead tr 
{
    color: #6D798F;
}
.grid-table.table-striped tbody tr:nth-of-type(odd)
{
    background: #f7f8fc;
}
.actions-grid
{
    display: flex;
}
.project-grid-owner
{
    font-size: 12px;
    font-weight: normal;
}
.project-grid
{
    display: flex;
}
.project-grid .card-photo
{
    margin-left: 0;
    margin-right: 12px;
}
.project-grid-info
{
   padding-top: 8px;
   font-weight: 600;
}

.grid-table.no-bg tr{
    background: transparent !important;
}

.posts_content{
    overflow-y: scroll;
    height: calc(100vh - 230px);
}

.tickets_content{
    overflow-y: scroll;
    height: calc(100vh - 250px);
}

.page-title-box {
    color: #6D798F;
    font-size: 17px;
    border-bottom: 1px solid #E8EBF7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.page-title-box i {
    color: #fa931f;
    border-bottom: 4px solid #E8EBF7;
    padding-bottom: 9px;
}

.markdown-body h1
{
    color:  #6D798F;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 0px;
}

.markdown-body h2
{
    color:  #6D798F;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.markdown-body h3
{
    color:  #6D798F;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20x;
}

.markdown-body h4
{
    color:  #6D798F;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.markdown-body img, .markdown-body video
{
    width: auto;
    display: block;
    margin:auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.markdown-body p{
    text-align: justify;
    color:#6d798f;
}

.markdown-body li{
    
    color:#6d798f;
}

.subheader-menu-title{
    cursor: pointer;
    width:100%;
}

.login-content
{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
}
.login-content-left
{
    background: #5A6571;
    width: 50%;
}
.login-content-right
{
    background: #fff;
    width: 50%;
    align-items: center;
    display: flex;
    /* padding-left: 40px; */
    padding-right: 40px;
    overflow: auto;
}
.login-area
{
    max-width: 350px;
    width: 100%;
    margin-left: 20%;
}
.login-area input
{
    margin-bottom: 10px;
}
.login-actions
{
    margin-top: 4px;
    margin-bottom: 15px;
    /* text-align: center; */
}
.login-actions a 
{
    display: block;
    margin-bottom: 0px;
    float: none;
}
.button-text
{
    line-height: 30px;
    margin-bottom: 0px !important;
    display: block !important;
}
.login-area input
{
    height: 40px;
}
.login-logo
{
    margin-bottom: 35px;
    text-align: center;
}
.login-logo img
{
    max-width: 300px;
    margin: auto;
}
.form-model1.center
{
    text-align: center;
}
.form-model1.center input
{
    text-align: left;
}
.background-builder
{
	background: url("../../images/background-builder.png"), #5a6571 !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	align-items: center;
	display: flex;
	padding-left: 50px;
}
.login-text
{
    font-family: 'Encode Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: 15%;
    font-size: 43px;
    line-height: 48px;
    text-align: center;
    width: 100%;
}
.login-actions
{
    display: flex;
    margin-top: 10px;
    justify-content: center;
}
.login-actions a 
{
    float: none;
    height: 56px;
    width: 100%;
    padding-top: 7px;
}
.login-actions a i 
{
    display: block;
    line-height: 17px;
}
.input-column
{
    display: flex;
}
.input-column i 
{
    margin-left: -30px;
    font-size: 21px;
    margin-top: 5px;
    color: #afbed6;
}
.input-column input
{
    padding-right: 40px;
    
}
.login-recaptcha
{
    background: #eee;
    width: 100%;
    height: 50px;
}

.button-main.check {
    background: #fa931f;
    border-color: #fa931f;
    color: #fff !important;
}

.button-main.check:hover {
    opacity: 0.8;
}

@media (max-width: 800px)
{

    .login-content-left {
        display: none;
    }
    .login-content-right
    {
        width: 100%;
        padding-right: 0;
    }
    .login-area
    {
        margin: auto;
        padding: 24px;
    }
    .login-content
    {
        /* position: unset; */
    }
}

.balance-ball
{
    background: red;
    width: 40px;
    height: 40px;
    font-size: 19px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding-top: 6px;
}
.balance-content
{
    display: flex;
    margin-bottom: 13px;
}
.balance-text
{
    margin-right: 15px;
    width: 85px;
    text-align: center;
    border-right: 1px solid #E8EBF7;
    padding-right: 13px;
    line-height: 18px;
}
.balance-action
{
    border-left: 1px solid #E8EBF7;
    padding-left: 13px;
    margin-left: 16px;
    padding-top: 10px;
}

#tutorial-content{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
}

#tutorial-content img
{
    max-width: 90%;
    display: block;
    margin: auto;
}



.product-display
{
    display: flex;
    align-items: center;
}
.product-display .product-icon
{
    margin: 0;
    margin-right: 15px;
}
.product-icon
{
    background: #fa931f;
    color: #fff;
    font-size: 30px;
    min-width: 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    margin-right: 15px;
    padding-top: 3px;
    margin: auto;
    margin-bottom: 8px;
}
.product-name
{
    color: #6d798f;
}
.product-status
{
    color: #fff;
    text-align: center;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-price
{
    font-size: 23px;
    color: #61697a;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-price2
{
    font-size: 28px;
    color: #61697a;
    font-weight: 700;
    margin-bottom: 5px;
}
.product-card-content
{
    align-content: baseline;
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
}
.product-prop
{
    background: #e8ebf7;
    height: 132px;
    margin-top: 15px;
    border-radius: 11px;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-card-content .col-md-4
{
    padding-left: 0px;
    padding-right: 20px;
}
.text-small
{
    font-size: 13px;
}
.product-grid-header
{
    display: flex;
    margin-bottom: -15px;
}
.product-grid-header .product-icon
{
    margin: 0;
    margin-right: 13px;
}
.product-grid-header .card-title-top2
{
    /* line-height: 40px; */
    margin-top: -10px;
    font-size: 25px;
}
.steps-content
{
    margin-bottom: 50px;
    margin-top: 14px;
    width: 100%;
}

.steps li.active .step-title, .steps li.complete .step-title {
    color: #fa931f !important;
}

.steps li .step-title{
    font-size: 14px !important; 
}


.table-row-end
{
    background: transparent !important;
    border-bottom: 0px;
}
.table-row-end td
{
    border-bottom: none !important;
}
.product-content-read
{
    display: flex;
}
.product-info-content
{
    /* background: red; */
    margin-right: 17px;
    border-right: 1px solid #E8EBF7;
    padding-right: 25px;
    width: 100%;
}
.product-read-content-price
{
    flex-basis: 168px;
    flex-shrink: 0;
}
.text-big-center
{
    font-size: 20px;
    color: #6D798F;
    font-weight: 600;
    max-width: 420px;
    margin: auto;
    text-align: center;
    line-height: 28px;
    margin-bottom: 22px;
}

.product-content-tags
{
    margin-top: 4px;
    justify-content: center;
    display: flex;
    margin-bottom: 9px;
}
.product-content-tags.left
{
    justify-content: left;
    margin-top: 7px;
}
.product-content-tags div
{
    float: left;
    font-size: 12px;
    background: #f0f1f8;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 5px;
    border-radius: 2px;
    margin-bottom: 4px;
    font-weight: 400;
    color: #6d798f;
}

.btn-group .btn:hover{
    background-color: #e8ebf75c !important;
}

.btn-group .btn{
    border: 2px solid #E8EBF7 !important;
    color: #6D798F;
}

.btn-default{
    border-color:  #E8EBF7 !important;
}

.btn-default.active{
    border: 2px solid #fa931f !important;
    background-color: #fa931f !important;
    color: #fff !important;
}
.btn-default.active:hover{
    background-color: #fa931f !important;
}

.title-st8 {
    color: #5a6571;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 34px;
    margin: auto;
    margin-bottom: 20px;
}

.box-text h4 {
    color: #5a6571;
    font-size: 20px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 25px;
}

.box-text ul {
    list-style: none;
    padding-left: 0px;
    text-align: left;
}

.box-text ul li{
    display: flex;
}

.box-text ul li i{
    margin-right: 3px;
    margin-top: 1px;
}

.product-info p{
    margin-top: 15px;
    margin-bottom: 15px;
}

.icon-green {
    color: #1BBC9B;
}

.box-text {
    text-align: justify;
    width: 100%;
    margin: auto;
    font-size: 16px;
}

.box-text-left {
    text-align: left;
    font-size: 15px;
}

.title-st2 {
    color: #fd9203;
    font-size: 17px;
    font-weight: 400;
    line-height: 39px;
}

.box-text img {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.button.st2 {
    background: #fd9203;
    line-height: 34px;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 100;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    margin-bottom: 7px;
}

.button:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.button {
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.product-info{
    padding-bottom: 35px;
}

.cart-perfil-form .panel-body, .cart-perfil-form .tab-pane{
    padding-left:0px !important;
}

.download-notice
{
    text-align: center;
    border-top: 1px solid #E8EBF7;
    padding-top: 15px;
    margin: auto;
    max-width: 600px;
}
.download-notice.reverse
{
    border-top: 0;
    border-bottom: 1px solid #E8EBF7;
    padding-top: 0px;
    padding-bottom: 16px;
    margin-bottom: 16px;
}


.notification-pulse{
    background: #fd9309;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 25px;
    right: 4px;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    line-height: 12px;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.notification-pulse:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fd9309;
    border-radius: 100%;
    z-index: -1;
    animation: pulse 2s infinite;
    will-change: transform;
}


.notification-pulse:hover {
  animation: none !important;
}

.notification-pulse:before:hover {
  animation: none !important;
}


 @keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
 }

 .notification-project {
    position: absolute;
    top: 5px;
    right: 5px;
    color: transparent;
 }

 .notification-project:empty {
    display: none;
}

.editormd-dialog{
    height: auto !important;
}

.add-video-youtube-btn{
    margin-top: 10px;
    float: right;
    cursor: pointer;
    border: 2px solid #e8ecf7;
    border-radius: 6px;
    padding: 4px;
    font-size: 12px;
}

.tpicture_wrapper {
        border: unset;
        margin: auto;
        overflow: hidden; }
    
        .tpicture {
            display: inline-block;
            position: relative;
            overflow: hidden;
        }
    
        .tpicture img {
          object-fit: cover; }
    
      .hover_tpicture {
        transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
        padding: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        .hover_tpicture:hover {
          font-size: 14px;
          cursor: pointer;
          color: white;
          opacity: 1;
          background-color: #0000005e; }
        .hover_tpicture.hovered {
          font-size: 14px;
          cursor: pointer;
          color: white;
          opacity: 1;
    background-color: #0000005e; }

    .bcenter {
        text-align: center;
    }

    textarea::placeholder {
        color: #d1d6e4; /* Defina a cor desejada aqui */
    }

    .btn-help-center {
        min-width: 200px;
        height: auto;
        margin: 10px;
        border-radius: 4px;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        color: #8e9aa7;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Adiciona uma sombra suave */
        padding: 15px;
        border: 1px solid #f4f4f4;

    }
    .btn-help-center i{
        font-size: 36px;
    }
    
    
    .btn-text-help-center {
        margin-top: 10px; /* Espaçamento entre o ícone e o texto */
        font-weight: 600;
        font-size: 18px;
    }
    
    .button-container-help-center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 50px;
    }
    

    .professionals {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        padding-bottom: 40px;
    }

    .professional {
        border: 1px solid #dde5ec;
        border-radius: 5px;
        padding: 10px;
        width: 300px;
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }

    .pl_name {
        font-weight: bold;
        font-size: 16px;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 16px;
    }

    .pl_option {
        margin-top: 5px;
    }

    .pl_avatar {
        text-align: center;
    }

    .pf_bio {
        margin-top: 10px;
        line-height: 25px;
        padding: 12px;
    }

    .pl_avatar img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
    }

    .full_professional {
        border-radius: 5px;
        padding: 10px;
        width: 80%;
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
    }


    .pl_linkedin {
        color: #fa931f;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: end;
        justify-content: center;
        flex: 1;
    }

    .pl_linkedin a {
        color: #fa931f;
    }

    .pl_skills {
        margin-top: 14px;
        margin-bottom: 14px;
        ;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .pl_skills div {
        background-color: #fa931f;
        color: white;
        font-weight: bold;
        padding: 2px 8px;
        border-radius: 15px;
        font-size: 10px;
    }

    .container_profesisonal {
        display: flex;
        justify-content: center;
    }

    .pf_linkedin {
        font-weight: bold;
        color: #fa931f;
        width: 100%;
        text-align: center;
        cursor: pointer;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #my-gallery {
        padding: 10px;
        margin: auto;
        text-align: center;
    }

    #my-gallery img{
        width: 200px;
        height: 200px;
        object-fit: cover;
        margin-bottom: 5px;
    }

    .pf_videos {
        margin-top: 50px;
        text-align: center;
    }

    .pf_videos iframe {
        width: 100%;
        height: 100%;
        max-width: 560px;
        max-height: 315px;
    }

    .projects-in-trash-badge{
        border: 1px solid #e8ecf7;
        border-radius: 20px;
        font-size: 10px;
        font-weight: bold;
        padding: 2px;
        position: absolute;
        top: -7px;
        background-color: white;
    }