/* marketplace item detail */ 
.marketplace-item-detail .modal-dialog {
    width: 900px;
    /* box-shadow: 0 6px 24px 12px rgba(0,0,0,.5); */
}

.marketplace-item-detail .modal-content .modal-footer .btn.live-view {
    color: #F6C964;
    border-color: rgba(255,255,255,0.25);
}

.marketplace-item-detail .modal-content .modal-footer .btn.live-view:hover {
    text-shadow: 0 0 5px #F6C964;
}

.marketplace-item-detail .modal-dialog {
    background: transparent;
    border: none;
}

.marketplace-item-detail .block-title {
    border-left: 3px solid #000;
    background: #F5F5F5;
    padding: 5px 0;
    padding-left: 10px;
}

.marketplace-item-detail .title .close {font-size: 20px;position: absolute;right: -16px;top: -16px;opacity: 1;width: 32px;height: 32px;line-height: 30px;background-color: #201F1F;border: 1px solid rgba(255, 255, 255, 0.25);box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.56);border-radius: 50%;text-align: center;color: white;}

.marketplace-item-detail .title .type {
    text-transform: capitalize;
}

.marketplace-item-detail .title i {
    font-size: 18px;
}

.form-content .demo-bg-block {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 4px;
    float: left;
    position: absolute;
    right: 6px;
    z-index: 10;
    bottom: 5px;
    border: 1px solid rgba(221, 221, 221, 0.5);
}

#marketplaceToggle {
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 18px;
    left: 254px;
    z-index: 10;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#marketplaceToggle
 .count {
    position: absolute;
    font-size: 11px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: -3px;
    right: -7px;
    color: black;
    font-weight: bold;
    line-height: 20px;
}

#marketplaceToggle .text {
    position: absolute;
    font-size: 10px;
    bottom: -18px;
    white-space: nowrap;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 6px #000;
}

#marketplaceToggle i {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 43px;
}

#marketplaceToggle .counter {
    position: absolute;
    font-size: 10px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    color: black;
    line-height: 20px;
    font-weight: 700;
    top: 3px;
    right: -11px;
}


/*scene-editor-market*/

#scene-editor-market {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

#scene-editor-market.hide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    display: block!important;
    z-index: -1;
}

#scene-editor-market .categories .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 8px;
    width: 100%;
}

#scene-editor-market .card-component {
    width: 162px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 42px;
    border-radius: 4px;
    overflow: visible;
    background: transparent;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    box-shadow: none;
    border: 2px solid white;
    background: white;
}

#scene-editor-market .card-component:hover {box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);}

#scene-editor-market .card-component:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 7px;
    opacity: 0;
    display: none;
    -webkit-app-region: n;
}

#scene-editor-market .card-component:hover:after {
    opacity: 1;
}

#scene-editor-market .card-component:hover .uninstall-btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}

#scene-editor-market .card-component .name {
    padding: 0;
    bottom: -25px;
    pointer-events: none;
    text-align: center;
}

#scene-editor-market .card-component.active .name {
    z-index: 1;
    text-align: center;
    background: transparent;
}

#scene-editor-market .thumbnail {
    border: none;
    border-radius: 9px;
    background-color: transparent;
    transition: all 0.15s ease-out;
}

#scene-editor-market .card-component:hover .thumbnail {
    opacity: 0.1;
}

#scene-editor-market .content {
    position: relative;
    height: calc(100% - 136px);
    overflow: auto;
}

#scene-editor-market.toggle-installedPlugin .content {
    height: calc(100% - 296px);
}

#scene-editor-market .categories .title {
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    padding: 0 16px 5px;
    font-size: 12px;
    color: rgba(255,255,255,0.75);
}

#scene-editor-market header .title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding-left: 16px;
    display: inline-block;
    color: white;
}

#scene-editor-market header .search {
    position: absolute;
    padding: 0 16px;
    width: 200px;
    height: 36px;
    top: 6px;
    right: 16px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 6px 12px rgba(0,0,0,.15);
    border: none;
}

#scene-editor-market header .search:focus {
    border-color: rgba(255,255,255,0.5);
}

#scene-editor-market .topbar {
    position: relative;
    width: 100%;
    padding: 0 16px;
    /* border-bottom: 1px solid rgba(255,255,255,.25); */
}

#scene-editor-market .topbar li {
    display: inline-block;
    padding: 0 16px;
    cursor: pointer;
    height: 28px;
    vertical-align: middle;
    line-height: 26px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-right: 4px;
    border-radius: 30px;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}

#scene-editor-market .topbar li>* {
    vertical-align: middle;
}

#scene-editor-market .topbar li.installed {
    background-color: rgb(22, 28, 45);
}

#scene-editor-market .topbar li.active {
    background: #ffffff;
    color: initial;
    border-color: transparent;
}

#scene-editor-market .topbar li:hover {
    border-color: white;
}

#scene-editor-market .topbar li i {
    font-size: 14px;
    margin-right: 6px;
}

#scene-editor-market>.inner {background: #3E3E3E;border: 1px solid rgba(255, 255, 255, 0.25);border: none;border-bottom: 0;border-top-left-radius: 8px;border-top-right-radius: 8px;position: absolute;box-shadow: 0 6px 24px 12px rgba(0,0,0,.5);color: white;left: 0;right: 0;bottom: 0;margin: auto;z-index: 99;width: 900px;height: 95%;}

#scene-editor-market header {
    padding: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: auto;
    /* background: #333333; */
}

.marketplace-item-detail .modal-dialog .modal-content .modal-body {
    max-height: 75vh;
    overflow: auto;
}

.marketplace-item-detail .marketplace-item_conf {
    padding: 0 16px;
}

#scene-editor-market .uninstall-btn {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    background-color: white;
    color: #262626;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.75);
    text-align: center;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 11;
    transition: all 0.25s cubic-bezier(0.05, 0.88, 0.63, 0.96);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 0.88, 0.63, 0.96);
    opacity: 0;
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
}

#scene-editor-market .uninstall-btn:hover {transform: scale(1,1);-webkit-transform: scale(1,1);opacity: 1;}

#scene-editor-market .install-btn,
#scene-editor-market .toggle-config {
    border-radius: 50px;
    width: 80%;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: block;
    border: none;
    transition: all 0.25s cubic-bezier(0.05, 0.88, 0.63, 0.96);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 0.88, 0.63, 0.96);
    opacity: 0;
    transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    color: white;
}

#scene-editor-market .toggle-config {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

#scene-editor-market .card-component:hover .install-btn, #scene-editor-market .card-component:hover .toggle-config {
    opacity: 1;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

#scene-editor-market .card-component .install-btn:hover, #scene-editor-market .card-component .toggle-config:hover {
    transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
}

#scene-editor-market .installed-items {
    height: 200px;
    background: #262626;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 22;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
}

#scene-editor-market .installed-items.small {
    height: 42px;
}

#scene-editor-market .installed-items .items {
    margin-top: 5px;
    margin-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#scene-editor-market .installed-items .title {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    padding: 14px 16px;
    cursor: pointer;
}

#scene-editor-market .installed-items .title:hover {
    background: rgba(0, 0, 0, 0.15);
}

#scene-editor-market .installed-items .title i {
    margin-left: 10px;
    margin-top: -1px;
}
#scene-editor-market .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    background: #28324e;
}
#scene-editor-market .mCSB_inside > .mCSB_container{
    margin-right: 0;
}

#map-canvas {
    color: initial;
}
