﻿.sample-browser,
.sb-content-tab.e-tab > .e-tab-header .e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif";
}

.e-view {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.e-bigger .sb-header-item .e-menu-wrapper ul.e-ul,
.e-bigger .sb-header-item.e-menu-wrapper ul.e-ul,
.e-bigger .sb-header-item .e-menu-wrapper ul,
.e-bigger .sb-header-item.e-menu-wrapper ul {
    font-size: 14px !important;
}

.sb-left {
    float: left;
}

.sb-right {
    float: right;
}

.sb-table {
    display: table;
}

.sb-table-cell {
    display: table-cell;
    vertical-align: middle;
}
/*Header*/
.sb-icon-search:before {
    content: '\e925';
}

.sb-search-container {
    padding: 0px 10px 0px 10px;
}

.sb-search-btn {
    width: 32px;
    height: 27px;
    text-align: center;
    border-radius: 2px;
    margin-top: 4px;
}

    .sb-search-btn:hover {
        background: #d8d8d8;
    }

.sb-search-overlay {
    z-index: 10000022;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(126, 125, 125, 0.78);
}

.index-search-container {
    width: 75%;
    height: 44px;
    margin-top: 50px;
    margin-left: 13.5%;
    position: relative
}

    .index-search-container > span > input {
        height: 38px !important;
    }

.sb-icon-hamburger:before {
    content: "\e5d2";
    color: #5a5a5a;
}

.sb-component-name {
    color: #000000;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
}

.sb-icon-settings-preferences:before {
    content: "\e923";
}

.sf-preference-theme-section .sf-preference-icons:before {
    content: "\e92c";
}

.sb-icon-code:before {
    content: "\e92d";
    font-size: 20px !important;
    padding-top: 2px;
}

.sb-icon-demo:before {
    content: "\e933";
    font-size: 20px !important;
    padding-top: 2px;
}

.sb-icon-home:before {
    content: "\e915";
    font-size: 30px;
}

.sb-icon-home {
    padding-top: 5px;
}

.sb-icon-next:before {
    content: "\e91b";
}

.sb-icon-previous:before {
    content: "\e91f";
}

.sb-table-cell > #header-theme-switcher {
    padding-left: 10px;
    width: 157px;
}

.sb-ad-tick:before {
    content: "\e922";
    font-size: 19px;
    color: #F8E71C;
}
/*sample header*/
.sb-header-settings, .sb-hide {
    display: none;
}

.sb-header-text {
    cursor: default;
}

.sb-header {
    height: 40px;
    background: #f8f8f8; /*Toan*/
    box-shadow: 0 8px 11px -6px rgba(0, 0, 0, 0.12);
    z-index: 20;
    overflow: visible;
}

.sb-header-left, .sb-header-right {
    height: 100%;
}

.sb-header div, .sb-header span {
    outline: none;
}

.sb-settings-container {
    padding: 2px 10px 0px 10px;
    position: relative;
}

#sb-toggle-left {
    padding-left: 15px;
    padding-top: 5px;
    font-size: 24px;
}

#sb-header-text {
    padding-left: 22px;
    font-size: 15px;
    color: #000000;
    opacity: 87%;
}

.sb-header div, .sb-header span {
    outline: none;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

.sb-header-right .sb-icons {
    font-size: 20px;
}

.sb-header-splitter {
    float: left;
    border-left: 1px solid rgb(196, 196, 196);
    height: 32px;
    margin-top: 8px;
}

.sb-badge {
    border-radius: 2px;
    font-size: 10px;
    color: #ffffff;
    padding: 6px 8px;
    float: right;
    align-items: center;
    text-transform: capitalize;
}

.e-sample-status {
    cursor: pointer;
}

    .e-sample-status.new,
    .e-sample-status.preview,
    .e-sample-status.updated {
        height: auto;
        width: auto;
        margin-top: 6.5px;
        margin-bottom: 6.5px;
    }

    .e-sample-status.new {
        background-color: #29bc4f;
    }

    .e-sample-status.updated {
        background-color: #fbaa33;
    }

.sf-list .e-sample-status.preview,
.sf-list .e-sample-status.updated,
.sf-list .e-sample-status.new {
    margin-top: 0px;
}

.bootstrap4 .e-sample-status.preview {
    background-color: #0275d8;
    color: #ffffff;
}

.bootstrap4 .e-sample-status.updated {
    background-color: #ffb548;
    color: #383838;
}

.bootstrap4 .e-sample-status.new {
    background-color: #008800;
    color: #ffffff;
}

.e-sample-status.preview {
    background-color: #0275d8;
}

    .e-sample-status.preview::before {
        content: "Preview";
    }

.e-sample-status.new::before {
    content: "New";
}

.e-sample-status.updated::before {
    content: "Updated";
}

.e-sample-status.preview.tree,
.e-sample-status.updated.tree,
.e-sample-status.new.tree {
    margin-top: 4px;
    margin-bottom: 4.5px;
    margin-right: -10px;
}

.tree-text {
    float: left;
}

.tree-badge {
    float: right;
}

.toggle-active {
    color: #3c78ef;
}

#sb-left-back {
    outline: none;
}

.sb-download-btn a {
    text-decoration: none;
}

.sb-download-text {
    color: #ffffff;
}

.sb-download-container {
    padding: 0 10px 0 10px;
}

.sb-header-settings {
    padding-right: 24px;
    padding-top: 6px;
}

    .sb-header-settings:before {
        content: '\e923';
        font-size: 24px;
    }

.sb-download-btn:hover .sb-download-btn:focus .sb-download-btn.active {
    border-radius: 2px;
    font-family: "Roboto";
    font-weight: bold;
    color: #ffffff;
}

.sb-download-btn:hover {
    background: #006ce6;
}

.sb-download-btn:focus {
    background: #0051cb;
}

.sb-download-btn.active {
    background: #0036b1;
}

.sb-download-btn {
    background-color: #007bff;
    opacity: 100;
    border-radius: 2px;
    font-weight: 500;
    line-height: 18px;
    height: 32px;
    border-color: transparent;
    margin-right: 10px;
}

.sb-github-btn {
    width: 40px;
    opacity: 100;
    border-radius: 2px;
    font-weight: 500;
    line-height: 18px;
    height: 32px;
    border-color: transparent;
    background: white;
}

    .sb-github-btn:hover {
        background: rgb(235, 231, 231);
    }

.github-logo {
    color: #333;
    padding-top: 4px;
}

    .github-logo::after {
        content: "\e902";
        font-size: 24px;
    }

.sb-left-pane-header .sb-setting-header {
    width: 242px;
    background-color: #ffffff;
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 12px;
    line-height: 15px;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}

.sf-preference-theme-section {
    display: none;
}
/*sample-content*/
.sb-content {
    top: 100px;
    background: #f8f8f8;
}
/*
* SB-Home
*/
.sb-home {
    display: table;
    width: 100%;
    padding: 12px 14px;
    height: 66px;
    position: relative;
}

    .sb-home:hover {
        cursor: pointer;
    }

.sb-home-link {
    display: table-cell;
    width: 14px;
    color: #717171;
}

.sb-home-text {
    position: absolute;
    top: 27px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 16px;
    color: #272727;
}
/*left-pane*/
.sb-left-footer {
    display: none;
}

.sb-left-pane #sb-left-back {
    padding: 12px 20px;
    width: 100%;
    display: table;
    cursor: pointer;
}

#sb-left-all-components {
    height: 50px;
    padding: 12px 3px;
    width: 100%;
    display: table;
    cursor: pointer;
}

.back {
    outline: none;
}

.sb-back-icon::before {
    content: "\e962";
    font-size: 17px;
}

.sb-back-icon {
    vertical-align: middle;
    display: table-cell;
    width: 17px;
    padding-left: 15px;
}

.sb-left-pane {
    overflow-x: hidden;
}

.property-section {
    padding-bottom: 15px;
}

.all-components {
    display: table-cell;
    padding-left: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #1763ff;
}

.sb-left-pane-header {
    display: none;
}
/*right -pane*/
.sb-right-pane {
    padding-left: 26px;
    padding-right: 36px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*.sb-content-section {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    opacity: 100;
    height: 100%;
    min-height: 400px;
}*/

div#navigation-btn,
.sb-toolbar-splitter {
    position: relative;
    z-index: 99;
    float: right;
}

#navigation-btn .e-btn.e-primary,
#navigation-btn .e-btn .e-btn-icon {
    width: auto;
    height: 40px;
}

.bootstrap #navigation-btn .e-btn.e-primary {
    margin-top: -15px;
}

.material #navigation-btn .e-btn.e-primary {
    margin-top: 8px;
}

.fabric #navigation-btn .e-btn.e-primary {
    margin-top: -5px;
}

#navigation-btn .e-btn:disabled {
    color: #d0caca;
    cursor: not-allowed;
    pointer-events: none;
}

#navigation-btn .e-btn.e-primary:focus {
    box-shadow: none;
}

div#navigation-btn > button:hover {
    color: #1783ff;
}

#navigation-btn .e-btn {
    background-color: transparent;
    color: #5a5a5a;
    border: transparent;
    padding: 0px 8px;
}

#next-tooltip, #prev-tooltip {
    float: right;
}

#navigation-btn .sb-icon-previous,
#navigation-btn .sb-icon-next {
    font-size: 25px;
}

.fabric #navigation-btn .e-btn.e-primary:focus {
    outline: none;
}

.material #navigation-btn .e-btn {
    box-shadow: none;
}

.sb-content-section > .e-tab > .e-tab-header {
    border-bottom: 1px solid #d7d7d7;
}

.bootstrap4 .sb-content-section > .e-tab > .e-tab-header {
    border-bottom: none;
    height: 40px !important;
}

.sb-source-section > .e-tab > .e-tab-header {
    border-top: 1px solid #d7d7d7;
}

.sb-source-section .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: #3c78ef;
}

.bootstrap4 #content-tab.e-tab .e-tab-header .e-toolbar-item .e-text-wrap:not(.e-horizontal-bottom),
.bootstrap4 #content-tab.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap:not(.e-horizontal-bottom) {
    height: 24px;
}

.bootstrap4 #content-tab .e-horizontal-bottom .e-text-wrap {
    padding-top: 8px;
}

.bootstrap4 .sb-content-tab.e-tab > .e-tab-header .e-toolbar-items > .e-toolbar-item:not(.e-active) {
    border: none;
}

.bootstrap4 .sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item.e-active,
.sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap::before {
    border: 1px solid #dee2e6;
    height: 40px;
    border-bottom: 1px solid #fff;
}

.bootstrap4 .sb-content-tab.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
    border-bottom: 1px solid #fff;
}

.sb-tab-content {
    font-size: 16px;
}

.sb-content-tab.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    text-transform: none;
}

.control-section {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 350px;
}

.action-description {
    padding-top: 32px;
}

.sb-src-code {
    white-space: pre;
    padding: 10px;
    overflow-x: auto;
    min-height: 320px;
    border-color: transparent;
    background-color: transparent;
}

.sb-bread-crumb {
    padding-bottom: 27px;
}

.sb-sample-description {
    padding-bottom: 16px;
    white-space: normal;
}

.sb-component-name > h1 {
    padding-top: 8px;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sb-bread-crumb > div {
    font-size: 13px;
    font-weight: 400;
    padding-right: 8px;
    cursor: default;
    display: table-cell;
    color: #898989;
}

.sb-bread-crumb-text {
    display: table;
    line-height: 21px;
}

.sb-toolbar-splitter {
    border-left: 1px solid rgb(196, 196, 196);
    height: 31px;
    margin-top: 3px;
    padding-right: 6px;
}

.e-bigger .sb-toolbar-splitter {
    height: 34px;
}

.sample-navigation button:disabled {
    cursor: not-allowed;
    color: #5a5a5a;
}

.sample-navigation {
    font-size: 25px;
    line-height: 40px;
    color: #5a5a5a;
    cursor: pointer;
}

    .sample-navigation > button {
        background: transparent;
        border: none;
    }

#next-sample, #prev-sample {
    font-size: 25px;
}

.sample-navigation > button:hover {
    color: #1783ff;
}

.sb-custom-item.back-navigation {
    line-height: 37px;
}

.sb-custom-item.back-navigation {
    display: inline-flex;
}

.sb-bread-crumb-text > div.seperator {
    font-weight: 500;
    font-size: 13px;
    font-family: "sbicons";
    vertical-align: bottom;
}
/*propertye pane*/
.property-panel-header {
    padding-top: 22px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 15px;
}

.property-panel-section {
    padding-left: 12px;
}

.sb-property-border {
    border-right: 1px solid #d7d7d7;
}

.property-panel-table td {
    width: 50%;
    margin-top: 3px;
}

.property-panel-table {
    width: 100%;
}

    .property-panel-table div {
        padding-left: 10px;
        padding-top: 10px;
    }
/*Ad Strip*/
.sb-ad-container {
    background-size: cover;
    border-radius: 6px;
    color: #fff;
    margin: 25px 0px;
    width: 100%;
    height: 121px;
    font-family: "Open Sans";
}

img.sb-ad-tick-icon {
    width: 14px;
}

.sb-ad-content-area, .sb-ad-try-area {
    display: table-cell;
    vertical-align: middle;
}

.sb-ad-header {
    margin-left: 38px;
    margin-top: 25px;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
}

.sb-ad-points-div {
    margin-left: 38px;
    margin-top: 15px;
    text-align: -moz-center;
}

.sb-ad-point-div {
    display: table-cell;
}

.sb-ad-img-div {
    width: auto;
    height: 20px;
    display: table-cell;
    float: left;
}

.sb-ad-point-text {
    padding-left: 6px;
    padding-right: 30px;
    display: table-cell;
}

.sb-ad-try-area {
    width: 190px;
    height: 43px;
    background-color: #FF4800;
    border-radius: 21.5px;
    margin: -52px 35px 0px 0px;
    float: right;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 29px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
    cursor: pointer;
}

    .sb-ad-try-area:hover {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.50);
    }

a.sb-ad-link, a.sb-ad-link:hover, a.sb-ad-link:active {
    text-decoration: none;
    color: #fff !important;
}
/*sb-footer*/
.sb-footer {
    height: 100px;
    width: calc(100% + 36px);
    position: relative;
    border-top: 1px solid #d5d5d5;
    margin-top: 24px;
}

.sb-footer-left {
    position: absolute;
}

.sb-footer-links a {
    color: #1783ff;
    cursor: pointer;
    text-decoration: none;
}

.sb-footer-links {
    display: table;
}

.sb-footer-link {
    display: table-cell;
    padding: 20px 30px 12px 0px;
}

.bootstrap4 .sb-footer-links a:hover {
    color: #337ab7;
    cursor: pointer;
    text-decoration: underline;
}

.sb-footer-copyright {
    padding-bottom: 24px;
}

.sb-footer-logo {
    padding: 36px 36px 27px 0px;
    right: 0px;
    position: absolute;
}

    .sb-footer-logo a {
        text-decoration: none;
    }

.sb-footer-logo-icon {
    height: 40px;
    width: 140px;
}

.sb-icons.sb-footer-logo-icon::after {
    content: '\e911';
    color: #333;
    font-size: 30px;
    text-decoration: none;
}

.sb-mobile-footer {
    display: none;
}

.sb-content-tab.e-tab > .e-tab-header .e-toolbar-items > .e-indicator {
    background: #0278d7;
    display: block;
}

.bootstrap4 .sb-content-tab.e-tab > .e-tab-header .e-toolbar-items > .e-indicator {
    display: none;
}

.sb-content-tab.e-tab > .e-tab-header .e-toolbar-items > .e-toolbar-item {
    border: none;
}

.sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-ripple-element {
    background: rgba(2, 120, 215, 0.1);
}

.sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap > .e-tab-text, .sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text:hover,
.sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap > .e-tab-icon, .sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-icon:hover {
    color: #0278d7;
}

.sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text,
.sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-icon {
    color: #495057;
}

.sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item.e-active, .sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap::before {
    border: none;
}

.bootstrap4 .sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item > .e-tab-wrap {
    padding: 8px;
    height: 40px;
}

.sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item > .e-tab-wrap {
    padding-left: 12px;
    padding-right: 12px;
}

    .sb-content-tab.e-tab > .e-tab-header > .e-toolbar-items > .e-toolbar-item > .e-tab-wrap:hover {
        background: transparent;
    }

.sf-preference-translate {
    font-size: 10px;
    color: #696463;
}

#header-theme-switcher .sf-dropdown-input-container * {
    color: #007bff !important;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "sbicons";
}

span.sb-icons.sf-theme-selection-icon:before {
    content: "\e922";
    font-size: 23px;
    position: absolute;
    left: 6px;
    color: rgb(255, 109, 63);
    padding-left: 4px;
}

#header-theme-switcher .sf-dropdown-popup {
    width: 173px;
    right: -10px;
}

#header-theme-switcher .sf-dropdown-input-container:hover input,
#header-theme-switcher .sf-dropdown-input-container:hover .sb-icons {
    color: #0056b3 !important;
}

#header-theme-switcher .sf-dropdown-container .sf-list-li {
    padding-left: 45px;
    padding-right: 40px;
    height: 36px;
}

    #header-theme-switcher .sf-dropdown-container .sf-list-li:hover {
        background-color: #007bff;
        color: #fff;
    }

        #header-theme-switcher .sf-dropdown-container .sf-list-li:hover .sf-theme-selection-icon:before {
            color: #fff;
        }

#header-theme-switcher input {
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    padding-left: 12px;
}

#header-theme-switcher .sf-dropdown-container .sf-dropdown-icon {
    right: 5%;
}

.sf-theme-selection-icon + span {
    vertical-align: top;
}

#left-sidebar {
    background: transparent;
    z-index: 5 !important;
    border: none;
}

.sb-control-navigation.e-view {
    top: 0px; /*Toan*/
}

.mobile #left-sidebar {
    background: #fff;
    z-index: 1000 !important;
}

.mobile #sb-header-text > span {
    display: none;
}

.sb-left-pane .e-listview .e-list-item.e-active {
    background-color: #d2ebff;
}

#sb-source-tab.e-tab-header > .e-toolbar-items > .e-indicator.e-ignore {
    display: none;
}

.sb-content-tab.e-tab > .e-tab-header .e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text {
    color: #333333;
    display: table;
    font-size: 16px;
    font-weight: 500;
}
/*Sidebar styles*/
.sf-sidebar {
    width: 280px;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 5;
}

.sf-visible {
    visibility: visible;
}

.sf-hidden {
    visibility: hidden;
}

.sf-sidebar-left.sf-visible,
.sf-sidebar-right.sf-visible {
    transform: translateX(0%);
}

.sf-sidebar-left.sf-hidden {
    transform: translateX(-100%);
}

.sf-sidebar-right.sf-hidden {
    transform: translateX(100%);
}

.sf-sidebar-left,
.sf-sidebar-right {
    transition: transform .3s ease, visibility .3s;
}

.sf-sidebar-right-pane {
    transition: margin .3s ease, visibility .3s;
}

.sf-sidebar-right-pane-collapse {
    margin-left: 280px;
}

.sf-sidebar-right-pane-expand {
    margin-left: 0px;
}

.sf-sidebar-right {
    right: 0;
    width: 243px;
}
/*ListComponent styles*/
.sf-list {
    overflow-y: auto;
    position: absolute;
    padding-left: 5px;
    margin-top: 0px;
}

.sf-list {
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}

.sf-content {
    background-color: transparent;
    overflow: hidden;
    position: relative;
}

.sf-text-content {
    height: 100%;
    position: relative;
    vertical-align: middle;
    color: #5a5a5a;;
    font-size: 14px;
    line-height: 1.5;
}

.sf-list-text {
    width: calc(100% - 60px);
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.sf-list-group-li .sf-list-text {
    font-size: 16px;
    font-weight: 800;
}

/*Spinner styles*/
.sf-modal {
    background: transparent;
}

    .sf-modal .sample-browser {
        background: transparent;
    }
/*Tree Component*/
.sf-tree {
    overflow-y: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform .3s ease, visibility .3s;
}

.sf-tree-parent {
    padding-left: 10px;
    margin: 0;
    padding: 0 0 0 14px;
    overflow: hidden;
    list-style-type: none;
}

.sf-tree-parent-li {
    padding: 2px 0;
    list-style: none;
}

.sf-tree-full-row {
    height: 40px;
    border-color: transparent;
    user-select: none;
    box-sizing: border-box;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

    .sf-tree-full-row:hover:not(.sf-tree-active) {
        background: #d7d7d7;
    }

.sf-tree-expand-icon {
    transform: rotate(0deg);
    transition: transform .3s ease-in-out;
    pointer-events: auto;
    color: #495057;
    display: inline-block;
    height: 20px;
    margin: -7px 2px 0 -24px;
    vertical-align: middle;
    width: 20px;
}

    .sf-tree-expand-icon::before {
        content: '\e913';
        font-size: 20px;
        display: inline-block;
    }

.sf-tree-collapse-icon {
    transform: rotate(-90deg);
    border-radius: 15px;
    transition: transform .3s ease-in-out;
    pointer-events: auto;
    color: #495057;
    display: inline-block;
    height: 20px;
    margin: 0 2px 0 -24px;
    vertical-align: middle;
    width: 20px;
}

    .sf-tree-collapse-icon::before {
        content: '\e913';
        font-size: 20px;
        display: inline-block;
    }

.sf-tree-text-content {
    padding-top: 4px;
    padding-right: 16px;
    border-color: transparent;
    pointer-events: none;
    position: relative;
    user-select: none;
    cursor: pointer;
    margin: 0;
    padding-left: 24px;
    height: 36px;
}

.sf-tree-text {
    padding: 0 8px 0 8px;
    width: 100%;
    color: #212529;
    font-size: 14px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 34px;
    margin: 0;
    min-height: 30px;
    text-decoration: none;
    vertical-align: middle;
}

.sf-tree-hide {
    transform: translateX(-100%);
}

.sb-component-samples {
    transition: transform .3s ease, visibility .3s;
}

.sb-components-hide {
    transform: translateX(100%);
}

.urllink {
    float: right;
    margin-right: 10px;
}
/* Preferences styles */
.sf-preferences-button {
    width: 32px;
    height: 27px;
    text-align: center;
    border-radius: 2px;
}

    .sf-preferences-button:hover, .sf-preferences-button.active {
        background-color: #d8d8d8;
    }

.sf-preferences-popup {
    position: absolute;
    z-index: 1000;
    right: 17%;
    width: 242px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36);
    border-radius: 4px;
    cursor: default;
    top: 43px;
    font-size: 12px;
}

.sf-preferences-header {
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 12px;
    line-height: 15px;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #CCCCCC;
}

.sf-preferences-content {
    padding: 4px 16px;
}

.sf-preferences-item {
    padding: 10px 12px;
}

.sf-preference-culture {
    padding-bottom: 0px;
}

.sf-preference-label {
    padding-bottom: 5px;
    font-size: 14px;
    display: table;
}

    .sf-preference-label div {
        display: table-cell;
        vertical-align: middle;
    }

.sf-preference-responsive .sf-preference-icons:before {
    content: "\e920";
}

.sf-preference-culture .sf-preference-icons:before {
    content: "\e918";
}

.sf-preference-icons {
    padding-right: 14px;
    font-size: 18px !important;
    color: #9e9e9e;
}

.sf-preference-btn-group {
    display: table;
}

.sf-preference-btn {
    width: 104px;
    background-color: #e8e8e8;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    display: table-cell;
    cursor: pointer;
}

    .sf-preference-btn:hover {
        border-color: rgba(239, 230, 230, 0.2);
    }

    .sf-preference-btn:first-child {
        border-right: none;
    }

    .sf-preference-btn:last-child {
        border-left: none;
    }

    .sf-preference-btn.active {
        background-color: #1783ff;
        color: white;
    }

.sf-preference-touch-btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.sf-preference-mouse-btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.sf-preference-translate {
    padding: 4px 0 12px 10px;
}
/* DropDownComponent styles */
.sf-dropdown-container {
    position: relative;
}

.sf-dropdown-input-container {
    cursor: pointer;
    background: #fff;
    color: #495057;
}

.sf-dropdown-input {
    width: 100%;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    background: transparent;
    padding-left: 8px;
    text-indent: 0;
    height: 32px;
    color: #495057;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
}

.sf-dropdown-popup {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
    top: 34px;
    z-index: 1000;
}

.sf-dropdown-container .sf-list-li {
    font-size: 14px;
    line-height: 22px;
    height: 35px;
}

    .sf-dropdown-container .sf-list-li:hover:not(.active) {
        background-color: #f2f4f6;
        border-color: #fff;
        color: #212529;
    }

    .sf-dropdown-container .sf-list-li.active {
        background-color: #007bff;
        border-color: #fff;
        color: #fff;
    }

.sf-dropdown-icon {
    font-size: 20px;
    position: absolute;
    right: 2%;
    top: 11%;
}

    .sf-dropdown-icon::before {
        content: '\e913';
    }

@media (max-width: 1200px) {
    .sb-property-border {
        border: none;
    }
}

@media (min-width: 1110px) and (max-width: 1450px) {
    .sb-right-pane.sf-sidebar-right-pane.sf-sidebar-right-pane-collapse .sb-ad-container {
        height: 160px;
    }

    .sb-right-pane.sf-sidebar-right-pane.sf-sidebar-right-pane-collapse .sb-ad-content-area {
        display: block;
        width: 100%;
        padding-top: 1px;
    }

    .sb-right-pane.sf-sidebar-right-pane.sf-sidebar-right-pane-collapse .sb-ad-header {
        margin-top: 17px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: calc(100% - 30px);
    }

    .sb-right-pane.sf-sidebar-right-pane.sf-sidebar-right-pane-collapse .sb-ad-points-div {
        margin-left: auto;
        margin-right: auto;
        text-align: -webkit-center;
    }

    .sb-right-pane.sf-sidebar-right-pane.sf-sidebar-right-pane-collapse .sb-ad-try-area {
        display: block;
        margin: 15px auto 0px;
        float: none;
        width: 252px;
        padding: 11px 61px;
    }
}

@media (max-width: 1220px) {
    .sb-right-pane.sf-sidebar-right-pane.sf-sidebar-right-pane-collapse .sb-ad-container {
        height: 190px;
    }
}

@media (max-width: 1175px) {
    .sb-ad-container {
        height: 160px;
    }

    .sb-ad-content-area {
        display: block;
        width: 100%;
        padding-top: 1px;
    }

    .sb-ad-header {
        margin-top: 17px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: calc(100% - 30px);
    }

    .sb-ad-points-div {
        margin-left: auto;
        margin-right: auto;
        text-align: -webkit-center;
        text-align: -moz-center;
    }

    .sb-ad-try-area {
        display: block;
        margin: 15px auto 0px;
        float: none;
        width: 252px;
        padding: 11px 61px;
    }
}

@media (max-width: 1163px) {
    .sb-right-pane.sf-sidebar-right-pane.sf-sidebar-right-pane-collapse .sb-ad-container {
        height: 210px;
    }

    .sb-right-pane.sf-sidebar-right-pane.sf-sidebar-right-pane-collapse .sb-ad-point-text {
        max-width: 213px;
    }
}
