/* General */
@font-face {
    font-family: 'Inter_Medium';
    src: url('../fonts/inter-medium.otf');
    src: local('☺'), url('../fonts/inter-medium.woff2') format('woff'), url('../fonts/inter-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Inter_Regular';
    src: url('../fonts/inter-regular.otf');
    src: local('☺'), url('../fonts/inter-regular.woff2') format('woff'), url('../fonts/inter-regular.ttf') format('truetype'), url('../fonts/apercu_regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

html {
    /*text-rendering:optimizeLegibility !important;*/
    /*-webkit-font-smoothing:antialiased !important;*/
    /*-webkit-text-stroke: 0.35px;*/
    background: #eef0f0;
    height: 100%;
    width: 100%;
}

html.no-transition {
    transition: none !important;
}

body {
    color: #5f5f5f;
    background-color: transparent;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    line-height: 22px;
    /*text-rendering:optimizeLegibility;*/
    width: 100%;
    overflow: auto;
    top: 0 !important;
    font-family: 'Inter_Regular', 'Helvetica', 'Sans-Serif', 'Arial';
}

img,
iframe,
object {
    max-width: 100%;
    vertical-align: top;
}

iframe {
    border: none;
    outline: none;
    width: 100%;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

textarea {
    overflow: auto;
}

textarea.code {
    resize: none;
    height: 220px;
}

a,
a:hover,
a:focus {
    outline: none;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

::selection {
    background: #09A3EE;
    color: #fff;
}

::-moz-selection {
    background: #09A3EE;
    color: #fff;
}

.break-word {
	word-break: break-word;
}

#container {
    width: 100%;
    height: 100%;
}

#container .navbar-fixed-top .navbar-wrapper {
    height: inherit;
}

.glyph-align {
    margin-top: 10px;
}

/* Top Nav */
header {
    background: #101010 !important;
    border-bottom: 0.75px rgba(255, 255, 255, 0.15) solid;
}

header .contain {
    position: relative;
    height: 65px;
    max-height: 65px;
}
header .header-container{
    display: flex;
    position: relative;
    margin-left: auto;
    flex: auto;
}

header .header-container .search-backdrop {
    z-index: 500;
    background-color: #32373a21;
}

header .header-container .quick-search {
    background-color: #fff;
    z-index: 2;
    border-radius: 8px;
    transition: max-width ease-in-out .2s;
    z-index: 1000;
    margin-top: -2px;
    max-width: 600px;
    min-width: 115px;
}

.header-container .googleLanguageDropdown {
    float: left;
    margin: 0 0 0 15px;
}

.header-container .whitelabel-name {
    max-width: 150px;
}

@media(min-width: 1450px) {
    .header-container .whitelabel-name {
        max-width: 185px;
    }
    .header-container .current-app .app-name {
        max-width: 165px !important;
    }
}

@media(max-width: 1180px){
    .header-container .goog-te-menu-value {
        font-size: 0;
    }

    .header-container .goog-te-gadget img  {
        vertical-align: sub;
    }

    .header-container .whitelabel-name {
        max-width: 140px;
    }

    .header-container .current-app .app-name {
        max-width: 115px !important;
    }
}
@media(max-width: 825px){
    .header-container .current-app .app-name {
        max-width: 65px !important;
    }
}

header .header-container .quick-search:not(.opened):hover{
    background-color: #F5F8FA;
}
header .header-container .quick-search .search-results{
    border-top: 1px solid #ddd;
    padding-bottom: 8px;
}
header .header-container .quick-search .search-results .results-title{
    padding: 12px;
    font-size: 12px;
    margin: 0;
    color: #000;
    font-weight: bold;
}
header .header-container .quick-search .search-results li{
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .header-container .quick-search .search-results li:hover{
    background-color: #F5F8FA;
}
header .header-container .quick-search .search-results li.see-more{
    padding-left: 56px;
    color: #09A3EE;
    margin-bottom: 8px;
}
header .header-container .quick-search .search-results li h5,
header .header-container .quick-search .search-results li p{
    padding: 0;
    margin: 0;
    line-height: 1.5;
}
header .header-container .quick-search .search-results li p{
    font-size: 12px;
    opacity: .5;
}
header .header-container .quick-search .search-results li .img-holder{
    margin-right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #ddd;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header-container .quick-search .search-results li .img-holder img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
header .header-container .quick-search .search-results li .copy-holder{
    flex: auto;
}
header .header-container .quick-search .search-results li .result-btn{
    background-color: transparent;
    color: #000;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    padding: 6px 12px;
    transition: background-color ease-in-out .2s, color ease-in-out .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header-container .quick-search .search-results li .result-btn.btn-add{
    color: #14cb5d;
}
header .header-container .quick-search .search-results li .result-btn:hover{
    /* background-color: #00a1f1; */
    color: #00a1f1;
}
header .header-container .quick-search .search-results li .result-btn.btn-add:hover{
    background-color: #14cb5d;
    color: #fff;
}
header .quick-search .search-results.loading{
    min-height: 160px;
    align-items: center;
    justify-content: center;
}
header .quick-search .loader{
    width: 40px;
    height: 40px;
}
header .header-container .quick-search .search-results,
header .header-container .quick-search .icon-cross2{
    display: none;
}

header .header-container .quick-search.opened {
    max-width: 600px;
    min-width: 115px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    position: relative;
}

@media(min-width: 769px){
    /* @keyframes increaseWidth {
        from {
            transform: scale(1);
        }
        to {
            transform: scale(1.02);
        }
    }

    .quick-search.opened {
        animation-name: increaseWidth;
        animation-duration:0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
    }

    @keyframes decreaseWidth {
        from {
            border-radius: 8px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            transform: scale(1.02)
        }
        to {
            transform: scale(1)
        }
    }

    .quick-search.closed {
        animation-name: decreaseWidth;
        animation-duration:0.25s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
    } */
}

header .header-container .quick-search.opened .search-results,
header .header-container .quick-search.opened .icon-cross2{
    display: block;
}
header .quick-search.opened .search-results.loading{
    display: flex;
}
header .header-container .quick-search .search-container{
    position: relative;
}
header .header-container .quick-search .search-container input{
    border: 0;
    padding: 8px;
    padding-left: 40px;
    font-size: 14px;
    background-color: rgba(16, 16, 16, 0.85);
    width: 100%;
    color: #FFFFFF;
}
header .header-container .quick-search .search-container span.icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
header .header-container .quick-search .icon-cross2{
    right: 12px;
}
header .header-container .quick-search .icon-magnifier{
    left: 12px;
    pointer-events: none;
}

header a.logo {
    display: inline-block;
    width: auto;
    padding: 16px 15px;
    height: 64px;
    line-height: 38px;
}

header a.logo img {
    max-width: 95px;
    position: relative;
    top: -5px;
    max-height: 42px;
    vertical-align: middle;
}

header .usermenus {
    padding: 15px;
    margin-left: auto;
    /* padding-left: 112px; */
}

header .usermenus .revert-to-classic {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.28px;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
}

header .usermenus.cp-navbar {
    width: 100%;
    display: flex;
}

header .appid p {
    margin-top: 6px;
}

header .usermenus .dropdown {
    max-width: 220px;
}

header .usermenus .dropdown + .dropdown,
header .usermenus .button {
    margin-left: 15px;
}

header .usermenus .button {
    min-width: 100px;
}

header .usermenus .dropdown .apps-dropdown-btn {
    background: rgba(255, 255, 255, 0.10);
    border: unset;
    color: var(--c-white);
    position: relative;
    padding: 9px 12px;
    outline: none !important;
}

header .usermenus .dropdown .apps-dropdown-menu {
    background-color: var(--c-white);
    border: unset;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    min-width: 100%;
    padding: 0 5px;
    top: calc(100% + 5px);
}

header .usermenus .dropdown .apps-dropdown-menu .rename-app-btn {
    color: rgba(16, 16, 16, 0.50);
}

header .usermenus .dropdown .apps-dropdown-menu hr {
    border-top: 1px solid rgba(16, 16, 16, 0.15);;
}


header .usermenus .dropdown .apps-dropdown-menu > li > a {
    color: var(--c-success);
    font-size: 15px;
    margin: 4px 0;
    padding: 8px;
}

header .usermenus .dropdown .apps-dropdown-menu > li > a:hover {
    background-color: rgba(16, 16, 16, 0.05);    
}

header .usermenus .dropdown .apps-dropdown-menu .tooltip {
    margin-left: -10px;
}

header .usermenus .dropdown .caret {
    height: 20px;
    color: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 9px;
    right: 15px;
}

header .usermenus .user-dropdown,
header .usermenus .current-app {
    margin-left: 15px;
    min-width: 206px;
}


@media (max-width: 1065px) {
    #google_translate_element {
        display: none;
    }

}


header .usermenus .icon-billing,
header .usermenus .user-dropdown .icon-billing {
    font-size: 19px;
    position: relative;
    margin-right: 5px;
    line-height: 12px;
    top: 4px;
    color: rgba(255, 255, 255, 0.70);
}

header .btn-default:hover,
header .btn-default:focus,
header .btn-default.focus,
header .btn-default:active,
header .btn-default.active,
header .open > .dropdown-toggle.btn-default {
    background-color: #333 !important;
    border-color: rgba(255, 255, 255, 0.3);
}

/* Left Side Nav */
nav {
    width: 200px;
    height: 100%;
    z-index: 1028;
    position: fixed;
    background: white;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    padding-top: 65px;
    /*overflow-y: auto;*/
}

/* Hide side nav bar on load */
#cpSideMenu {
    display: none;
}

nav ul.menu {
    color: black;
    height: 100%;
    border-right: thin solid #d8d8d8;
}

nav ul.menu .mCSB_scrollTools {
    position: absolute;
    width: 7px;
}

nav ul.menu li {
    position: relative;
}

nav ul.menu li a {
    color: black;
}

nav ul.menu li + li {
    border-top: 1px solid #eef0f0;
}

nav ul.menu li.settings,
nav ul.menu li.menu-item-border-bottom {
    border-bottom: 1px solid #eef0f0;
    margin-bottom: 1px;
}

nav ul.menu li.dark {
    background: #26282b;
    background: #242a36;
}

nav ul.menu li.divider,
nav ul.menu li.dark a {
    padding: 10px 15px;
}

nav ul.menu li.dark.divider {
    border-top: 1px solid #111;
}

nav ul.menu li.dark a {
    padding: 10px 25px;
    font-size: 14px;
}

nav ul.menu li:last-child {
    /*border-bottom:1px solid #26282b;*/
    /*border-bottom:1px solid #242a36;*/
}

nav ul.menu li .parent {
    padding: 16px 5px 16px 40px;
    border-right: 5px solid white;
    /*background:url() no-repeat 10px center;
	background-size:22px 22px;*/
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter_Regular', 'Helvetica', 'Sans-Serif', 'Arial';
    cursor: pointer;
}

nav ul.menu li .parent.no-icon {
    padding: 20px 15px;
}

nav ul.menu li.if-bottom {
    border-bottom: none;
}

nav ul.menu li.if-bottom.one {
    height: 64px;
}

nav ul.menu li.if-bottom.two {
    height: 98px;
}

nav ul.menu li.if-bottom.three {
    height: 142px;
}

nav ul.menu .bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: white;
}

nav ul.menu .bottomLinks a.btn + a.btn {
    margin-top: 10px;
}

nav ul.menu li .parent span.icon {
    position: absolute;
    left: 15px;
    top: 17px;
    font-size: 17px;
}

nav ul.menu li.usermanagement .parent span.icon,
nav ul.menu li.appmanagement .parent span.icon {
    font-size: 18px;
}

nav ul.menu li.datatracer .parent span.icon {
    top: 17px;
}

nav ul.menu li.licenses .parent span.icon {
    top: 17px;
}

nav ul.menu li.selfprovisioning .parent span.icon {
    font-size: 18px;
    top: 16px;
}

nav ul.menu li .parent:hover > span.icon,
nav ul.menu li .parent.active > span.icon {
    /*left:20px;*/
    /*color:#09a3ee;*/
}

nav ul.menu li .parent.has-children span.chevron {
    font-size: 12px;
    position: absolute;
    top: 21px;
    right: 15px;
    display: inline-block;
    vertical-align: middle;
    color: black;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

nav ul.menu li .has-children.active span.chevron {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    color: black;
    font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial';
}

nav ul.menu li .parent:hover {
    text-decoration: underline;
}

nav ul.menu li .parent.current,
nav ul.menu li .parent.no-icon.current {
    border-right: 5px solid #101010;
}

nav ul.menu li .parent.current .drop-menu-block p.text,
nav ul.menu li .parent.current .child-menu a.current,
nav ul.menu li .parent.current > span.text,
nav ul.menu li .parent.current > p.text {
    font-family: 'Inter_Medium';
    text-decoration: underline;
}

nav ul.menu li.if-bottom .parent:hover,
nav ul.menu li.if-bottom .parent.active {
    background: none;
    cursor: default;
    padding-left: inherit;
}

nav ul.menu li .parent.no-icon {
    padding-left: 15px;
}

nav ul.menu li .parent.no-icon:hover,
nav ul.menu li .parent.no-icon.active {
    padding-left: 20px;
}

nav ul.menu li.dark .parent:hover,
nav ul.menu li.dark .parent.active {
    padding-left: 30px;
}

nav ul.menu li .parent:hover > p.text,
nav ul.menu li .parent.active > p.text,
nav ul.menu li .parent.no-icon,
nav ul.menu li .parent.no-icon:hover {
    color: black;
}

span.badge,
nav ul.menu li span.badge {
    padding: 6px 5px 5px;
    font-size: 11px;
    line-height: 9px;
    font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial';
    background: #26282b;
    background: #242a36;
    color: #a6abba;
}

nav ul.menu li span.badge {
    position: absolute;
    top: 20px;
    right: 15px;
}

nav ul.menu li .parent.has-badge {
    padding-right: 50px;
}

nav ul.menu li .parent:hover > span.badge,
nav ul.menu li .parent.active > span.badge,
nav ul.menu li ul.child-menu li a:hover > span.badge {
    color: #fff;
    background: #09A3EE;
}

nav ul.menu li .parent p.text {
    max-width: 100%;
}

nav ul.menu li a.parent p.text {
    cursor: pointer;
}

nav ul.menu li.if-bottom a.parent p.text {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav ul.menu li .parent.has-children p.text {
    max-width: 80%;
}

nav ul.menu li .parent ul.child-menu {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

nav ul.menu li .parent.active > ul.child-menu {
    height: auto;
    padding-top: 18px;
    opacity: 1;
}

nav ul.menu li .parent ul.child-menu li {
    border: none;
    color: #979daa;
    text-indent: 0px;
}

nav ul.menu li .parent ul.child-menu li a {
    padding: 6px 10px;
    padding-right: 0;
    display: inline-block;
    width: 100%;
    color: black;
    font-size: 14px;
}

nav ul.menu li .parent ul.child-menu li a.current p {
    text-decoration: underline;
    font-family: 'Inter_Medium';
}

nav ul.menu li .parent ul.child-menu li a:hover {
    text-decoration: underline;
    font-family: Inter_Medium;
}

nav ul.menu li .parent ul.child-menu li span.badge {
    top: 5px;
    left: 0;
    right: inherit;
    background: #32373a;
    background: #2e3541;
}

nav ul.menu li .parent.has-children li a p.text {
    max-width: 100%;
    cursor: pointer;
}

nav ul.menu li .parent.has-children li a.has-badge p.text {
    max-width: 84%;
}

/* Promoted Feature Popup Side Menu No Image */
.promoted-badge {
    position: relative;
}

.promoted-badge::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #14cb5d;
    top: 4px;
}

.promoted-popup {
    width: 272px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    position: fixed;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    z-index: 9999;
}

.promoted-popup .promoted-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #EEF0F0;
    padding: 16px;
    border-radius: 3px 3px 0 0;
}

.promoted-popup .promoted-header .plugin-header-text,
.promoted-popup-image .promoted-header .plugin-header-text {
    font-weight: bold;
    color: #000;
}

.promoted-popup .promoted-header .btn-icon .icon {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.promoted-popup .promoted-header .btn-icon {
    background-color: transparent;
    border: 0;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promoted-popup .promoted-header::before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background-color: #edf0f0;
    position: absolute;
    transform: rotate(45deg);
    top: -8px;
    left: 22px;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}
.promoted-popup .promoted-container {
    cursor: pointer;
}

.promoted-popup .promoted-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promoted-popup .promoted-body .plugin-icon {
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
}

.promoted-popup .promoted-body .plugin-icon img {
    width: 54px;
}

.promoted-popup .promoted-body .name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
}

.promoted-popup .promoted-body .description-min {
    font-size: 12px;
    color: #5F5F5F;
    max-height: 90px;
    overflow: hidden;
    line-height: 1.3em;
}
.promoted-popup .promoted-body{
    text-align: center;
}

/* #End of Promoted Feature Popup No Image */

/* Promoted Feature Popup Side Menu With Image */
.promoted-popup-image .promoted-body {
    flex-direction: row;
    align-items: flex-start;
}
.promoted-popup-image .plugin-copy {
    text-align: left;
    flex: auto;
}
.promoted-popup-image .plugin-copy h5 {
    color: #000;
}
.promoted-popup-image .plugin-icon,
.promoted-popup .plugin-icon {
    flex-shrink: 0;
}
.promoted-popup.promoted-popup-image .plugin-icon{
    margin-right: 8px;
}
.promoted-popup-image .plugin-img-container {
    padding: 16px;
}
.promoted-popup-image .plugin-img-container img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
/* #End of Promoted Feature Popup With Image */

/* Main Content */
#main-content {
    margin-left: 200px;
    margin-right: 0px;
    position: relative;
}

#main-content .wrapper {
    display: inline-block;
    margin-top: 65px;
    min-height: auto;
    width: 100%;
    overflow: hidden;
}

#main-content .wrapper #pageContent {
    background-color: #fff;
    display: inline-block;
    min-height: 1px;
    min-height: calc(100vh - 65px);
    min-width: 400px;
}


#main-content .wrapper.transparent {
    background-color: transparent;
}

#main-content .wrapper .fullWidth, #main-content .wrapper .fullWidth#pageContent {
    width: 100%;
}

@media (max-width: 1230px){
    #emulator {
        width: 100% !important;
        margin: 0 auto;
        order: 1;
        min-width: 100% !important;
        height: 650px;
    }

    #main-content .wrapper #pageContent {
        width: 100%;
        max-width: 100% !important;
        order: 0;
        flex: 1 !important;
    }

    #pluginsListContainer {
        order: -1;
        max-width: 275px !important;
    }

    .resizer {
        display: none !important;
    }
    
    .plugin-iframe-container {
        min-width: 500px !important;
    }

    #main-content .wrapper {
        flex-wrap: wrap;
        height: auto;
    }
}

@media (max-width: 768px){
    
    #emulator {
        order: 1;
        height: 650px;
    }

    #main-content .wrapper #pageContent {
        order: -1;
    }

    #pluginsListContainer {
        margin-top: 10px;
        max-width: unset !important;
        order: 0;
    }
}

#main-content .header,
.dialog-content div.header,
html[buildfire] .item .header {
    padding: 30px 30px;
    color: white;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial';
    position: relative;
    max-height: 105px;
}

.help-page .header,
#main-content .header.new-design,
.dialog-content .header.new-design{
    height: 90px;
    background-color: #00a1f1;
}

.help-page .header,
.dialog-content .header.new-design h4,
#main-content .header.new-design h4 {
    font-size: 32px;
    font-family: 'Inter_Medium';
    color: white;
    line-height: 32px;
    float: left;
}

.help-page .header,
.dialog-content .header.new-design p,
#main-content .header.new-design p {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    float: left;
    clear: left;
    margin-top: 10px;
    opacity: 0.7;
}

#main-content .header .pull-right div:not(.dropdown) a,
.dialog-content .header .pull-right div:not(.dropdown) a {
    background-color: #33b3f3;
    font-family: 'Inter_Regular';
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    line-height: 34px;
}

#main-content .header .pull-right .dropdown-menu,
.dialog-content .header .pull-right .dropdown-menu {
    padding: 8px;
    right: 0;
    left: auto;
}

#main-content .header .pull-right .dropdown-menu > li:first-child > a:hover,
#main-content .header .pull-right .dropdown-menu > li.copy-link > a:hover,
#main-content .header .pull-right .dropdown-menu > li:first-child > a:focus,
#main-content .header .pull-right .dropdown-menu > li.copy-link > a:focus,
.dialog-content .header .pull-right .dropdown-menu > li:first-child > a:hover,
.dialog-content .header .pull-right .dropdown-menu > li.copy-link > a:hover,
.dialog-content .header .pull-right .dropdown-menu > li:first-child > a:focus,
.dialog-content .header .pull-right .dropdown-menu > li.copy-link > a:focus {
    color: #00a1f1;
    background-color: white;
    padding: 6px 12px;
}

#main-content .header .pull-right .dropdown-menu > li:last-child > a:hover,
#main-content .header .pull-right .dropdown-menu > li:last-child > a:focus,
.dialog .header .pull-right .dropdown-menu > li:last-child > a:hover,
.dialog .header .pull-right .dropdown-menu > li:last-child > a:focus{
    color: #f04d61;
    padding: 6px 12px;
    background-color: white;
}

.content-section-title {
    width: 100%;
    padding: 16px 30px 0;
    display: inline-block;
}

.content-section-title h5 {
    float: left;
    clear: both;
    font-family: Inter_Medium;
    color: var(--c-success);
    font-size: 18px;
    line-height: 18px;
}

.content-section-title > div {
    margin-top: -2px;
    margin-right: -15px !important;
}

.content-section-title div input {
    /*height: 40px;*/
}

.content-section-title div a {
    line-height: 26px;
}

.side-menu .content-section-title .pull-right a {
    margin-right: 15px;
}

/*.side-menu .content-section-title .pull-right .checkbox{
	line-height: 40px;
	margin-right: 15px!important;
}*/

.promotion-content {
    margin: 0 24px 24px;
    box-shadow: none;
    border: none;
    padding: 0 !important;
}

.promotion-content .icon {
    font-size: 41px;
    color: white;
}

.promotion-content.geo-fence-content {
    background: -webkit-linear-gradient(290deg, #21e7ad, #02a5e3);
    background: -o-linear-gradient(290deg, #21e7ad, #02a5e3);
    background: -moz-linear-gradient(290deg, #21e7ad, #02a5e3);
    background: linear-gradient(290deg, #21e7ad, #02a5e3);
}

.promotion-content.push-notification-content {
    background: -webkit-linear-gradient(290deg, #fd0c7e, #ff5c59);
    background: -o-linear-gradient(290deg, #fd0c7e, #ff5c59);
    background: -moz-linear-gradient(290deg, #fd0c7e, #ff5c59);
    background: linear-gradient(290deg, #fd0c7e, #ff5c59);
}

.promotion-content.push-notification-content .icon {
    font-size: 41px;
}

.promotion-content.user-management-content {
    background: -webkit-linear-gradient(110deg, #1535fd, #8c5fff);
    background: -o-linear-gradient(110deg, #1535fd, #8c5fff);
    background: -moz-linear-gradient(110deg, #1535fd, #8c5fff);
    background: linear-gradient(110deg, #1535fd, #8c5fff);
}

.promotion-content.credit-system-content {
    background: -webkit-linear-gradient(110deg, #402BB2, #B665D3);
    background: -o-linear-gradient(110deg, #402BB2, #B665D3);
    background: -moz-linear-gradient(110deg, #402BB2, #B665D3);
    background: linear-gradient(110deg, #402BB2, #B665D3);
}

.promotion-content.user-tagging-content {
    background: -webkit-linear-gradient(289deg, #07ecfe, #2483c9);
    background: -o-linear-gradient(289deg, #07ecfe, #2483c9);
    background: -moz-linear-gradient(289deg, #07ecfe, #2483c9);
    background: linear-gradient(289deg, #07ecfe, #2483c9);
}

.promotion-content.user-tagging-content .icon {
    font-size: 47px;
}

.promotion-content.commerce-content {
    background: -webkit-linear-gradient(250deg, #b4ed50, #429321);
    background: -o-linear-gradient(250deg, #b4ed50, #429321);
    background: -moz-linear-gradient(250deg, #b4ed50, #429321);
    background: linear-gradient(250deg, #b4ed50, #429321);
}

.promotion-content.commerce-content .icon {
    font-size: 43px;
}

.promotion-content .inner-padding-fix {
    padding: 63px 63px 63px 70px;
}

.promotion-content .inner-padding-fix .message-title {
    font-size: 36px;
    color: white;
    font-family: Inter_Medium;
    line-height: 38px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.promotion-content .inner-padding-fix .message-description {
    font-family: Inter_Regular;
    color: white;
    font-size: 16px;
    line-height: 16px;
}

.promotion-content .inner-padding-fix button {
    line-height: 27px;
    width: 120px;
}

.promotion-content.geo-fence-content .inner-padding-fix button {
    margin-top: 30px;
    background-color: #52c9e3;
}

.promotion-content.credit-system-content .inner-padding-fix button {
    margin-top: 30px;
    background-color: #945BD2;
}

.promotion-content.push-notification-content .inner-padding-fix button {
    margin-top: 6px;
    background-color: #fe8190;
}

.promotion-content.user-management-content .inner-padding-fix button {
    margin-top: 37px;
    background-color: #6876fc;
}

.promotion-content.user-tagging-content .inner-padding-fix button {
    margin-top: 6px;
    background-color: #52c9e3;
}

.promotion-content.commerce-content .inner-padding-fix button {
    margin-top: 22px;
    background-color: #82b966;
}

.promotion-content .inner-padding-fix button span {
    font-size: 14px;
    font-family: Inter_Medium;
    color: white;
    line-height: 15px;
}

#main-content .header.no-btn,
.dialog-content .header.no-btn,
html[buildfire] .item .header.no-btn {
    padding-right: 20px;
}

#main-content .header h4,
.dialog-content div.header h4 {
    font-size: 32px;
    font-family: 'Inter_Medium';
    color: #101010;
    line-height: 32px;
    float: left;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#main-content .header p,
.dialog-content div.header p {
    font-size: 14px;
    font-family: 'Inter_Regular';
    color: #101010;
    line-height: 1.5;
    float: left;
    clear: left;
    margin-top: 10px;
    opacity: 0.7;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    text-wrap-mode: nowrap;
}

html[buildfire] .item .header h4 {
    color: #a6abba;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial';
    margin: 0;
    float: left;
}

#main-content .header .pull-right,
.dialog-content .header .pull-right,
html[buildfire] .item .header .pull-right {
    position: relative;
}

#main-content .header p + .pull-right,
.dialog-content .header p + .pull-right,
html[buildfire] .item .header p + .pull-right {
    position: absolute;
    right: 27px;
    top: 32px;
}

#main-content .header .pull-right .btn,
#main-content .page-header .pull-right .btn,
.dialog-content .header .pull-right .btn,
html[buildfire] .item .header .pull-right .btn {
    padding: 3px 25px;
    line-height: 32px;
    font-family: 'Inter_Regular';
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    width: auto;
    margin-left: 15px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
  font-size: 20px;
  font-family: 'Inter_Medium';
  font-weight: 500;
  color: var(--c-success);
  border-bottom: solid 1px #dddddd;
  /* force specific height where some headers have buttons  and height should be fixed */
  max-height: 62px;
  min-height: 62px;
  margin: 0;
}

.page-header.borderless {
  border: none;
}

.additional-tab-padding ul {
    padding-left: 9px;
}

.dropdown-toggle {
    background: #fff;
    border: 1px solid #ddd;
}

.canceledApps-wl .dropdown-toggle,
.revokedApps-wl .dropdown-toggle,
.appTemplates .dropdown-toggle {
    background: transparent;
}

.dropdown-toggle span.chevron {
    margin-top: 0;
}

#main-content .padded,
.dialog-content .padded {
    padding: 30px 30px;
}

#main-content .padded-thin,
.dialog-content .padded-thin {
    padding: 10px 20px;
}

#main-content .padded .item + .item,
.dialog-content .padded .item + .item {
    margin-top: 15px;
}

#main-content #dynamicContentContainer,
.dialog-content #dynamicContentContainer {
    padding: 0;
}

#pluginControlHeader {
    margin: -20px 0 -18px;
}

.btn.dropdown-toggle {
    width: 100%;
}
.searchable-dropdown .btn.dropdown-toggle > span.pull-left{
    width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.analytics-dropdown .btn.dropdown-toggle > span:not(.chevron) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 30px);
}

.main .inner-main .info {
    font-size: 13px;
}

.inner-main .accordion-holder {
    width: 100%;
}

.inner-main .accordion-holder .item .inner-main p {
    margin-top: 6px;
    font-size: 13px;
}

.item span.tip {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: white;
}

.custom-registration .item span.tip {
    margin-left: 5px;
    top: -1px;
}

#main-content .holder .paginate .pull-right p,
.dialog-content .holder .paginate .pull-right p {
    margin-top: 7px;
}

.draggable-list-view {
    border-radius: 4px;
    border: 1px solid #ddd;
}

.draggable-list-view .d-item {
    padding: 8px 30px 8px 16px;
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #d8d8d8;
}

.draggable-list-view .d-item:hover {
    cursor: pointer;
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
}

.draggable-list-view .ui-sortable-helper {
    background: #fff;
}

.carousel-items .d-item {
    min-height: 56px;
}

.draggable-list-view .d-item + .d-item {
    border-top: 1px solid #ddd;
}

.draggable-list-view .d-item span.icon {
    font-size: 24px;
    position: relative;
    top: 8px;
    margin-right: 16px;
    cursor: pointer;
    color: #999;
}

.draggable-list-view .d-item .media-holder {
    border-radius: 12px;
    background: #eef0f0;
    text-align: center;
    width: 64px;
    height: 40px;
    line-height: 36px;
}

.draggable-list-view {
    border: 0 !important;
}

html[browser="Firefox"] .draggable-list-view .d-item .media-holder {
    line-height: 37px;
}

.draggable-list-view .d-item.square-icon .media-holder {
    width: 40px;
    height: 40px;
    line-height: 36px;
}

html[browser="Firefox"] .draggable-list-view .d-item.square-icon .media-holder {
    line-height: 37px;
}

.draggable-list-view .d-item .media-holder img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border-radius: 12px;
}

.draggable-list-view .d-item .media-holder .main-icon {
    font-size: 20px;
    top: 0;
    margin: 10px 0 0;
    display: inline-block;
    color: #5f5f5f;
}

.draggable-list-view .d-item span.title {
    display: inline-block;
    width: 76%;
    max-width: 76%;
    margin-right: 20px;
    font-size: 13px;
    line-height: 18px;
    top: 4px;
}

.draggable-list-view.carousel-items .d-item span.title {
    width: 60%;
    max-width: 60%;
    margin-right: 0;
}

.draggable-list-view .d-item .copy span.content {
    display: inline-block;
    margin-top: 11px;
    width: 100%;
    max-width: 100%;
}

.draggable-list-view .d-item a.text {
    font-size: 13px;
    line-height: 18px;
}

.draggable-list-view .d-item .copy {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 76.5%;
    max-width: 76.5%;
}

.draggable-list-view .d-item .copy span.btn-icon {
    top: 5px;
    margin-left: 17px;
}

.draggable-list-view.has-btn-link .d-item .copy span.btn-icon {
    margin-left: 12px;
}

.draggable-list-view .d-item.double-line .copy {
    top: -2px;
    width: 86.5%;
    max-width: 86.5%;
}

.draggable-list-view .d-item.double-line .copy .pull-right {
    margin-top: -4px;
}

.draggable-list-view.has-btn.links-list .d-item.double-line .copy .pull-right {
    margin-top: 0;
}

.draggable-list-view .d-item.double-line .copy a.text {
    position: relative;
    top: 7px;
}

.draggable-list-view .d-item.double-line .copy .pull-right span.btn-icon {
    position: relative;
    top: -1px;
}

.draggable-list-view.has-btn.links-list .d-item.double-line .copy .pull-right span.btn-icon {
    top: 12px;
}

.draggable-list-view.has-checkbox .d-item .copy span.content {
    width: auto;
}

.draggable-list-view.screens {
    border: 1px solid var(--c-gray3) !important;
    border-radius: 4px;
    padding: 16px;
}

.draggable-list-view.screens .d-item {
    display: inline-block;
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

.draggable-list-view.screens .d-item:hover {
    box-shadow: none;
}

.draggable-list-view.screens .btn-delete-icon {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 50%;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    opacity: 0;
    z-index: 2;
}

.draggable-list-view.screens .btn-delete-icon::after {
    font-size: 10px;
}

.draggable-list-view.screens .screen:hover .btn-delete-icon {
    opacity: 1;
}
/* Modal Styles Start //////////////////////////////////////////////////////////// */
.modal-open .modal{
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}
.modal-open .modal.modal-pos{
    top: auto !important;
}
.modal-open .modal-dialog.modal-lg{
    margin: 30px auto;
    margin-top: 30px !important;
}
.modal-open .modal-dialog.modal-xl{
    margin: 30px auto;
    margin-top: 30px !important;
}
@media (min-width: 768px){
    .modal-dialog {
        margin: 30px auto 30px;
    }
}
@media (max-width: 1024px){
    .modal-open .modal-dialog.modal-lg{
        width: calc(100vw - 80px);
    }
}
@media (max-width: 768px){
    .modal-open .modal-dialog.modal-lg{
        width: calc(100vw - 32px);
    }
}
@media (max-width: 1024px){
    .modal-open .modal-dialog.modal-xl{
        width: calc(100vw - 80px);
    }
}
@media (max-width: 768px){
    .modal-open .modal-dialog.modal-xl{
        width: calc(100vw - 32px);
    }
}
@media (min-width: 1024px){
    .modal-open .modal-dialog.modal-xl{
        width: calc(100vw - 80px);
        max-width: 1200px;
    }
}
/* Modal Styles End //////////////////////////////////////////////////////////// */

.modal-dialog .draggable-list-view .d-item span.title {
    max-width: 100%;
    width: 100%;
    top: 6px;
}

.draggable-list-view.non-draggable .d-item .copy {
    width: 92%;
    max-width: 92%;
}

.draggable-list-view.non-draggable .d-item .copy span.title {
    top: 6px;
}

.draggable-list-view.links-list .d-item .copy span.title {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

.draggable-list-view.no-sort-icon .d-item .copy {
    width: 91.5%;
    max-width: 91.5%;
}

.draggable-list-view.dynamic-link-list .d-item .copy {
    max-width: 81.5%;
    width: 81.5%;
    margin-top: -8px;
    top: 4px;
}

.draggable-list-view.dynamic-link-list .d-item .copy .col-md-5 {
    margin-top: 2px;
}

.draggable-list-view.no-media .d-item {
    min-height: 56px;
}

.draggable-list-view.no-media .d-item .copy {
    max-width: 94%;
    width: 94%;
    top: 8px;
}

.draggable-list-view.no-media .d-item .copy span.btn-icon {
    top: 2px;
}

.tabs .draggable-list-view.no-media {
    border: none;
    border-radius: 0;
}

.tabs .draggable-list-view.no-media .d-item {
    padding: 12px 14px 15px;
    border: none;
    border-bottom: 1px solid #ddd;
    transition: 0.3s all ease-in-out;
}

.tabs .draggable-list-view.no-media .d-item.active,
.tabs .draggable-list-view.no-media .d-item:hover {
    background: #eef0f0;
    cursor: pointer;
}

.tabs .draggable-list-view.no-media .d-item .copy {
    top: 0;
    width: 100%;
    max-width: 100%;
}

.add-plugin .item .media.media-holder,
.update-plugin .item .media.media-holder,
.plugin-workspace .item .media.media-holder,
.plugin-manager .item .media.media-holder {
    width: 110px;
    height: 110px;
    line-height: 106px;
    text-align: center;
    background: #eef0f0;
    position: relative;
}

.plugin-workspace .item .media.media-holder img {
    height: 40px;
    margin-top: 5px;
}

.add-plugin .item .media.media-holder,
.plugin-manager .item .media.media-holder {
    width: 81px;
    height: 81px;
    line-height: 76px;
}

#divAddPlugin .add-plugin .item .media.media-holder {
    width: 61px;
    height: 61px;
    line-height: 57px;
}

.add-plugin .item .media.media-holder img,
.update-plugin .item .media.media-holder img,
.plugin-workspace .item .media.media-holder img,
.plugin-manager .item .media.media-holder img {
    max-width: 101%;
    max-height: 101%;
    border-radius: 4px;
    vertical-align: middle;
}

.add-plugin .item .media.media-holder .main-icon,
.update-plugin .item .media.media-holder .main-icon,
    /*.plugin-workspace .item .media.media-holder .main-icon,*/
.plugin-manager .item .media.media-holder .main-icon {
    font-size: 65px;
    position: relative !important;
    top: 23px;
}

.plugin-workspace .item .media.media-holder .main-icon {
    font-size: 34px;
    position: relative !important;
    top: 10px;
}

.add-plugin .item .media.media-holder .main-icon,
.plugin-manager .item .media.media-holder .main-icon {
    font-size: 50px;
    top: 16px;
}

.active-plugins .item .media-holder.no-background {
    background: none;
}

.active-plugins .item .media-holder.blurred-media {
    position: absolute;
}

.active-plugins .item .media-holder.blurred-media img.blurred {
    position: absolute;
    -o-filter: blur(2px) brightness(0.7);
    -moz-filter: blur(2px) brightness(0.7);
    -webkit-filter: blur(2px) brightness(0.7);
    filter: blur(2px) brightness(0.7);
    top: -5%;
    left: -5%;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    height: 110%;
    width: 110%;
    max-width: 110%;
    max-height: 110%;
    z-index: 0;
}

.add-plugin {
    background-color: #F5F5F5;
    max-height: calc(100vh - 65px);
    min-height: 100%;
    overflow: hidden;
}

.add-plugin .plugins-container {
    overflow: hidden;
}

.add-plugin .plugins-container .plugins-tabs {
    position: relative;
    height: 100%;
    max-height: calc(100vh - 180px);
    min-height: 100%;
    overflow-y: auto;
}

.add-plugin .plugins-container .marketplace-container {
    flex: 1;
    max-width: calc(100% - 250px);
    position: relative;
    height: 100%;
}

.add-plugin .plugins-container .marketplace-container.bottom-overlay::after,
.add-plugin .plugins-container .marketplace-container.top-overlay::before {
    content: "";
    height: 40px;
    left: 0;
    padding: 0 30px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.add-plugin .plugins-container .marketplace-container.top-overlay::before {
    background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
    top: 15px;
}

.add-plugin .plugins-container .marketplace-container.bottom-overlay::after {
    background: linear-gradient(0deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
    bottom: 8px;
}

.add-plugin .form-control {
    font-size: 15px;
}

.add-plugin .filters-list {
    height: 100%;
    max-height: calc(100vh - 170px);
    max-width: 230px;
    overflow: auto;
}

.add-plugin .header-link {
    color: rgba(16, 16, 16, 0.70);
    font-size: 15px;
    line-height: normal;
    letter-spacing: -0.3px;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.add-plugin .close-marketplace {
    color: #828282;
    font-size: 20px;
    font-weight: 700;
}

.add-plugin .item .main h4 {
    color: #5f5f5f;
    margin-top: 19px;
}

#divAddPlugin .add-plugin .item .main h4 {
    margin-top: 0;
}

.add-plugin .item .main .col-md-3.pull-right {
    position: relative;
    top: 8px;
}

table.table span.sort-icon {
    position: relative;
    top: 1px;
    font-size: 13px;
}

.search-marketplace span.text {
    display: inline-block;
    margin-top: 6px;
}

.well.no-plugins {
    padding-top: 60px;
    padding-bottom: 60px;
}

.well .loader {
    width: 40px;
    height: 40px;
    margin: 10px;
}

/* Plugin Info Card */
#divAddPlugin .add-plugin .items-holder {
    margin-top: -15px;
}

.add-plugin .item-holder {
    position: relative;
}

.add-plugin .item-holder .card {
    position: absolute;
    background: #fff;
    top: 0%;
    left: 589px;
    width: 544px;
    padding: 8px 13px;
    z-index: 4;
    display: none;
    transition: 0.3s all ease-in-out;
}

.add-plugin .item-holder:hover > .card {
    display: block;
    border: 1px solid #09a3ee;
}

.add-plugin .item-holder:hover > .item {
    background: #fff !important;
}

.add-plugin .item-holder .item {
    /*transition:0.3s all ease-in-out;*/
}

.add-plugin .item-holder:hover > .item {
    border: 1px solid #09a3ee;
}

.add-plugin .item-holder:nth-child(even) .card {
    left: inherit;
    right: 589px;
}

.add-plugin .item-holder:nth-child(5) .card,
.add-plugin .item-holder:nth-child(6) .card {
    top: 50%;
    transform: translateY(-50%);
}

.add-plugin .item-holder:nth-child(7) .card,
.add-plugin .item-holder:nth-child(8) .card,
.add-plugin .item-holder:nth-child(9) .card,
.add-plugin .item-holder:nth-child(10) .card {
    top: inherit;
    bottom: 0;
}

.add-plugin .item-holder .card .media img {
    max-width: 100%;
    max-height: 360px;
}

#divAddPlugin .add-plugin .item-holder:nth-child(even) {
    padding-left: 7.5px !important;
}

#divAddPlugin .add-plugin .item-holder:nth-child(odd) {
    padding-right: 7.5px !important;
}

#divAddPlugin .add-plugin .item-holder .card {
    left: 454px;
    width: 425px;
}

#divAddPlugin .add-plugin .item-holder:nth-child(2n) .card {
    left: inherit;
    right: 454px;
}

/* Hide Card
.add-plugin .item-holder:hover > .item{
	border:1px solid #ddd !important;
	background:#eef0f0 !important;
}
.add-plugin .item-holder .card{
	display:none !important;
}*/


/* Launcher Plugin */
.holder .draggable-list-view.tab-order {
    /*height:400px;*/
    max-height: 400px;
    overflow: auto;
    border-radius: 0 0 4px 4px;
}

.holder .draggable-list-view.tab-order .d-item + .d-item {
    margin-top: 0;
    border-top: 1px solid #ddd;
}

.holder .draggable-list-view.tab-order .d-item span.title {
    max-width: 89%;
    width: 89%;
}

.plugin-manager.holder .accordion-holder .labels {
    margin-top: 6px;
}

.plugin-manager.holder .accordion-holder .main {
    font-size: 13px;
}

.plugin-manager.holder .labels .dropdown {
    width: 80%;
}

.plugin-manager.holder .plugin-settings .labels {
    margin-top: 6px;
}

.plugin-manager.holder .accordion-holder .media-holder {
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    background: #eef0f0;
}

.plugin-manager.holder .accordion-holder .media-holder img.icon {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    border-radius: 4px;
}

/* Social Plugin */
.social-plugin .social-item .padded {
    padding: 15px;
}

.social-plugin .social-item + .social-item {
    margin-top: 15px;
}

.social-plugin .social-item .head .media-holder {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
}

.social-plugin .social-item .head .media-holder img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.social-plugin .social-item .social-icon .icon {
    font-size: 18px;
    position: relative;
    top: 3px;
}

.social-plugin .social-item .head-btn a {
    display: block;
}

.social-plugin .social-item .comments-list .social-comment {
    padding-left: 60px;
}

.social-plugin .social-item .comments-list .social-comment + .social-comment {
    border-top: 1px solid #ddd;
}

/* Side Menu/Associate Plugin Page */
.draggable-list-view.tab-order.wide-list,
.draggable-list-view.wide-list {
    /*height:457px;*/
    max-height: 457px;
    overflow: auto;
}

.draggable-list-view.tab-order.wide-list .d-item span.title {
    max-width: 82%;
    width: 82%;
    font-family: 'Inter_Medium';
    font-size: 14px;
    text-align: left;
    color: #000000;
    margin-left: 8px;
}

.draggable-list-view.tab-order.wide-list .d-item span.title.opacity-sixty {
    font-family: 'Inter_Regular';
    font-size: 12px;
}

.self-provisioning-wl .draggable-list-view.tab-order.wide-list,
.self-provisioning-wl .draggable-list-view.wide-list {
    /*max-height: 473px;*/
    /* max-height: 55vh; */
    max-height: calc(100vh - 330px);
}
.self-provisioning-wl .premium-wl-plans {
    width: 180px;
}
.self-provisioning-wl .preview-type-images .well {
    width: 100%;
    height: 161px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.self-provisioning-wl .preview-type-images .input-column {
    margin-right: 20px;
}
.self-provisioning-wl .preview-images-container {
    max-height: 264px !important;
    overflow-y: auto;
}

.self-provisioning-settings .sign-up-process-title {
    padding-top: 24px;
}
.self-provisioning-settings .sign-up-process-title p.info {
    margin-top: 10px;
    font-size: 13px;
}
.self-provisioning-settings .process-type .input-checkbox-group {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}
.self-provisioning-settings .process-type .input-checkbox-group:first-child {
    margin-left: 0;
}
.self-provisioning-settings .process-type .input-checkbox-group img {
    width: 179px;
    height: 107px;
}
.self-provisioning-settings .process-type .input-checkbox-group .image-helper-text {
    margin-top: 7px;
}

.side-menu .draggable-list-view.tab-order.wide-list,
.draggable-list-view.tab-order.wide-list.no-scroll,
.draggable-list-view.wide-list.no-scroll {
    max-height: inherit;
    overflow: inherit;
}

.side-menu-turned-off p {
    margin: 43px auto;
    font-family: 'Inter_Regular';
    font-size: 16px;
    text-align: center;
    color: #858585;
}

.push-notification-page .item .labels span,
.side-menu.plugin-page .item .labels span {
    font-family: Inter_Regular;
    font-size: 14px;
    text-align: left;
    color: #000000;
    line-height: 40px;
}

.push-notification-page .item .form-control {
    height: 40px;
}

.push-notification-page .dropdown-toggle,
.push-notification-page .btn {
    height: 40px;
    font-size: 14px;
    line-height: 26px;
}

.side-menu.plugin-page .item .main a.btn,
.custom-switch a.btn {
    font-family: 'Inter_Regular';
    text-align: center;
    color: black;
    font-size: 14px;
    line-height: 26px;
    min-width: 90px;
    border: solid 1px #dddddd;
    float: left;
    border-radius: 0;
    border-left: 0;
}

.side-menu.plugin-page .item .main a.btn.btn-primary,
.custom-switch a.btn.btn-primary {
    color: white !important;
    border: solid 1px #00a1f1;
}

.side-menu.plugin-page .item .main a.btn:first-child,
.custom-switch a.btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 0;
    position: relative;
    border-right: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
}

.side-menu.plugin-page .item .main a.btn:last-child,
.custom-switch a.btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
    position: relative;
    border-right: solid 1px #dddddd;

}

/*
.side-menu .dropdown-toggle{
	line-height: 22px;
	width: 90px;
}
*/
.side-menu .dropdown-toggle .pull-left {
    width: 38px;
    text-align: right
}

.side-menu .dropdown-toggle .pull-left .icon {
    color: black;
    font-size: 18px;
    line-height: 22px;
}

.side-menu .dropdown-toggle .shevron {
    margin-top: 2px;
}

.side-menu .side-menu-custom-image-holder {
    width: 90px !important;
    height: 90px;
    padding: 10px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    margin-left: 15px;
}

.side-menu .side-menu-custom-image-holder span {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 65px;
    border-radius: 8px;
    background-color: #f2f2f2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.side-menu .custom-image-holder-row {
    display: flex;
}

.side-menu .select-icon-side-menu {
    display: flex;
    justify-content: space-between;
}

.side-menu .bookmarks-icon {
    position: relative;
    top: -41.5%;
    font-size: 20px;
    color: #808080;
}

.side-menu .remove-icon {
    width: 18px;
    height: 18px;
    right: -28px !important;
    top: 3px !important;
}
.side-menu .remove-icon:hover {
    width: 18px;
    height: 18px;
    right: -28px !important;
    top: 3px !important;
}

/* Media Gallery */
.notification-users.holder .image-upload-holder,
.media-gallery.holder .image-upload-holder,
.tag-management.holder .image-upload-holder {
    min-height: 130px;
    background-color: #f9f9f9;
    padding: 16px;
    display: flex;
}

.notification-users.holder .image-upload-holder .upload-button-holder,
.media-gallery.holder .image-upload-holder .upload-button-holder,
.tag-management .image-upload-holder .upload-button-holder {
    width: 243px;
}

.notification-users.holder .image-upload-holder .upload-button-holder div,
.media-gallery.holder .image-upload-holder .upload-button-holder div,
.tag-management.holder .image-upload-holder .upload-button-holder div {
    width: 243px;
    height: 98px;
    border-radius: 8px;
    background-color: white;
    border: 3px dashed #DDD;
    color: #00a1f1;
    text-align: center;
    line-height: 77px;
    font-size: 18px;
    font-family: 'Inter_Medium';
}


.notification-users.holder .image-upload-holder .upload-button-holder div.drag-over,
.media-gallery.holder .image-upload-holder .upload-button-holder div.drag-over,
.tag-management.holder .image-upload-holder .upload-button-holder div.drag-over {
    border: 3px dashed #00a1f1;
}


.notification-users.holder .image-upload-holder .upload-info-holder,
.media-gallery.holder .image-upload-holder .upload-info-holder,
.tag-management .image-upload-holder .upload-info-holder {
    position: relative;
    flex-shrink: 1;
    margin-left: 20px;
    margin-top: 12px;
}

.notification-users.holder upload-info,
.media-gallery.holder .upload-info,
.tag-management .upload-info {
    font-size: 13px;
    line-height: 23px;
}

/* .media-container {
    min-height: 400px;
} */

.media-container form {
    padding: 0 24px
}

.media-container .icons-set .icon-holder {
    display: inline-block;
    width: 41.7px;
    height: 41.7px;
    text-align: center;
    display: table;
    /* float: left;  */
    cursor: pointer;
    box-shadow: 0 0 0 1px #ddd;
    margin-right: 9px;
    margin-bottom: 9px;
}

.media-container .icons-set .icon-holder:nth-child(17n) {
    margin-right: 0;
}

.media-container .icons-set .icon-holder:hover > span.icon {
    color: #555;
}

.media-container .icons-set .icon-holder span.icon {
    font-size: 20px;
    color: #777;
    display: table-cell;
    vertical-align: middle;
}

.media-container .files-set .file-holder {
    position: relative;
}

.media-container .files-set .file-holder a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #eef0f0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 7px;
    margin-top: 7px;
}

.modal-dialog .media-container .icon-container {
    height: 370px;
    overflow: auto;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-content: flex-start;
    width: 100%;
}

.media-container .files-set .file-holder a.selected,
.media-container .icons-set a.icon-holder.selected,
.ai-images-container .create-image-screen .predefined-images .image-holder.selected {
    box-shadow: 0 0 0 2px #09a3ee;
}

#pageContent .media-container .files-set .file-holder:nth-child(5n),
.modal-dialog .media-container .files-set .file-holder:nth-child(6n) {
    /*margin-right:0;*/
}

.modal-dialog .media-container .files-set .file-holder-images:nth-child(6n) {
    margin-right: 0;
}

.media-container .files-set .files-container-stock-images, .media-container .files-set .files-container-ai-images {
    height: auto;
    /* max-height: 500px; */
    overflow: auto;
    display: flex;
    flex-flow: wrap;
    align-content: space-between;
}

.stock-images-container{
    height: calc(100vh - 310px);
}

.media-container .ai-images-container .files-set {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.ai-images-container{
    height: calc(100vh - 245px);
    position: relative;
    max-height: 1065px;
}

.media-library-page .media-container .ai-images-container .files-set {
    max-height: calc(100vh - 390px);
    overflow-y: auto;
}

.media-library-page .ai-images-container{
    height: calc(100vh - 325px);
    position: relative;
    max-height: 1065px;
}

.ai-images-container .create-image-screen .predefined-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 20px;
    row-gap: 10px;
}
.ai-images-container .create-image-screen .predefined-images.aspect-ratios {
    grid-template-columns: repeat(3, 80px);
}
.ai-images-container .create-image-screen .ai-color {
    padding: 4px 12px;
    border-radius: 24px;
    transition: all 0.35s;
}
.media-container .files-set .file-holder-images {
    width: 132px;
    height: 80px;
    line-height: 77px;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.files-set li.masonry-grid:hover{
    z-index: 1;
    overflow: visible;
}
.files-set li.masonry-grid .img-name-container{
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff !important;
    transition: opacity ease-in-out .2s;
    pointer-events: none;
    min-height: 64px;
    border-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.files-set li.masonry-grid .img-name-container span{
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 4px;
    bottom: 4px;
    width: calc(100% - 8px);
}
.files-set li.masonry-grid:hover .img-name-container{
    opacity: 1;
}

/* Media Library */
#imageLibCtrl .nav-tabs {
    overflow: visible !important;
    padding-left: 3px;
}
.media-gallery > .padded{
    padding: 15px !important;
}

.media-container .files-set .file-holder-images img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.media-container .files-set .file-holder-images a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #eef0f0;
}
.media-container .files-set .file-holder-images a.selected {
    box-shadow: 0 0 0 2px #09a3ee;
}
.modal-dialog .files-set {
    max-height: calc(100vh - 360px);
    min-height: 200px !important;
    margin-bottom: 0 !important;
}
.modal-dialog .files-set-stock{
    min-height: 200px !important;
    height: calc(100vh - 450px) !important;
}
.modal-dialog .media-container .icon-container{
    min-height: 200px !important;
    height: calc(100vh - 350px) !important;
}
.media-container .files-set .files-scroll {
    max-height: calc(100% - 30px);
    overflow-y: auto;
    overflow-x: hidden;
}
.media-container .files-set.media-library-well {
    position: relative;
    width: 100%;
    border: unset;
    padding: 24px 24px 0 24px;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    min-height: calc(100vh - 350px) !important;
}

.media-library-well .btn-primary {
    padding: 8px 17px;
    background-color: #47C3FF;
}

.media-library-well .btn-primary:hover {
    color: #101010;
    background-color: #0089d1;
}

.img-name-container{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    border-radius: 0 4px 0 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #bdbdbd;
    display: flex;
    align-items: center;
    line-height: 1.7;
    padding: 0 6px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-in-out .4s;
    z-index: 2;
}
.img-name-container.visible{
    opacity: 1;
}


.media-container .files-set .file-holder img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.media-container .files-set .file-holder span.icon, .media-container .masonry-container span.icon {
    position: absolute;
    top: 10px;
    right: 5px;
    opacity: 0;
}

.media-container .files-set .file-holder span.icon.btn-link-icon, .media-container .masonry-container span.icon.btn-link-icon {
    right: inherit;
    left: 5px;
}

.media-container .files-set .file-holder-images span.icon {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
}
.media-container .files-set .file-holder-images span.icon.btn-edit-icon {
    position: absolute;
    top: 5px;
    right: 35px;
    opacity: 0;
}

.media-container .files-set .file-holder-images span.icon.btn-link-icon, .media-container .masonry-container span.icon.btn-link-ico {
    right: inherit;
    left: 5px;
}

.media-container .files-set .file-holder span.file-label, .media-container .files-set .file-holder-images span.file-label, .media-container .masonry-container span.file-label {
    color: #fff;
    background: rgba(50, 55, 58, 0.8);
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-radius: 0 0 4px 4px;
    opacity: 0;
}

.media-container .files-set .file-holder:hover > span.icon,
.media-container .files-set .file-holder a:hover > span.file-label,
.media-container .files-set .file-holder-images:hover > span.icon,
.media-container .files-set .file-holder-images:hover span.icon.btn-delete-icon,
.media-container .files-set .file-holder-images a:hover > span.file-label,
.media-container .masonry-container .masonry-grid:hover span.icon,
.media-container .masonry-container .masonry-grid a:hover span.file-label {
    opacity: 1;
}

/* Masonry Grid */

.masonry-container {
    height: calc(100vh - 426px) !important;
}

.no-files {
    color: #1010104D;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 448px) !important;
}

.masonry-container-noImgs {
    min-height: 70px;
    overflow-y: hidden !important;
}

.masonry-container .masonry-dynamic-grid {
    position: relative;
    display: none;
}

.masonry-container .masonry-dynamic-grid.angular-grid {
    display: block;
}

.masonry-container .masonry-grid {
    position: absolute;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    overflow: hidden;
}

.masonry-container .masonry-grid img {
    width: 100%;
    background-color: #8f919d5c;
    vertical-align: middle;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    opacity: 0;
    visibility: hidden;
}

.masonry-container .masonry-grid img.img-loaded {
    visibility: visible;
    opacity: 1;
}

.masonry-container .masonry-grid span.btn-edit-icon {
    top: 10px;
    right: 35px;
    z-index: 1;
}

.masonry-container .masonry-grid span.btn-delete-icon {
    top: 10px;
    right: 5px;
    z-index: 1;
}

.masonry-container .masonry-grid.selected {
    box-shadow: 0 0 0 2px #09a3ee;
    border-radius: 4px;
}

/* Modal */
.modal-dialog .header {
    padding: 21px 24px;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial';
    background: #fff;
    color: #000;
    position: relative;
}

.modal-dialog .subheader {
    background: #EEF0F0 !important;
}

.modal-dialog .header h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial';
    padding-right: 30px;
    color: #000 !important;
}

.modal-dialog.modal-sm .header h4 {
    font-size: 15px;
}

.modal-dialog .header span.close-modal {
    position: absolute;
    right: 24px;
    top: 25px;
    color: #BDBDBD;
    font-size: 15px;
    font-weight: 600;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.modal-dialog.modal-sm .header span.close-modal {
    font-size: 13px;
    top: 23px;
}

.modal-dialog .header span.close-modal:hover {
    cursor: pointer;
}

.modal .modal-content .padded {
    padding: 30px 15px;
}

.modal .content,
.modal .modal-content {
    font-size: 15px !important;
    color: #000 !important;
    border-radius: 15px;
}

.modal-content .header {
    border-radius: 15px 15px 0 0;
}

.modal .modal-content .bottom,
.section .bottom.border-top-grey {
    height: 70px;
    overflow: hidden;
    border-radius: 0 0 15px 15px;
    padding: 13px 24px;
}

.modal .modal-sm .modal-content .bottom {
    padding: 13px;
}

.section .bottom.border-top-grey div {
    padding: 0;
}

.modal .modal-content .bottom .col-md-6,
.section .bottom.border-top-grey .col-md-6 {
    width: 50%;
}

.modal .modal-content .bottom div a,
.modal .modal-content .bottom div button,
.bottom div a.action {
    min-width: 100px;
    padding: 11px 39px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
}

.modal .modal-sm .modal-content .bottom div a,
.modal .modal-sm .modal-content .bottom div button {
    padding: 9px 27px;
}

.modal .modal-content .bottom div a.btn-secondary,
.modal .modal-content .bottom div button.btn-secondary {
    border: solid 1px #d8d8d8;
    color: black;
}

.modal .modal-content span.btn-info-icon {
    position: relative;
    top: 4px;
}

.modal .btn-default {
    color: #000;
}

a.disabled {
    color: #AAAAAA;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.custom-registration .dropdown .dropdown-menu {
    width: max-content;
}

.custom-registration .dropdown .disabled:hover a {
    padding: 6px 12px;
}

.modal-dialog .plugin-description {
    padding-bottom: 24px;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 32px;
}

/* Device Screens/Icons */
.screens {
    display: block;
    width: 100%;
}

.screens.flexalign {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: flex-end;
}

.screens .main .screens {
    position: relative;
    left: -1px;
}

.screens .screen,
.screens .layoutgrid .layouticon {
    width: 20%;
    float: left;
    position: relative;
    max-width: 90px;
}

.screens .screen.layoutgrid {
    max-width: inherit;
}

.screens.flexalign .screen {
    width: 18%;
}

.screens .layoutgrid .layouticon {
    width: 23.5%;
    max-width: 95px;
}

.screens .screen + .screen {
    margin-left: 17px;
}

.screens .screen a,
.screens .layoutgrid a {
    position: relative;
    width: 20%;
    display: inline-block;
    width: 100%;
    height: 85px;
    padding: 0;
    line-height: 80px;
    vertical-align: top;
    margin-bottom: 5px;
    background: #eef0f0;
    border: none !important;
}

.screens .screen.mostdevices a {
    height: 110px;
    width: 74px;
    line-height: 107px;
}

.screens .screen.iphone a {
    width: 69px;
    height: 122px;
    line-height: 119px;
}

.screens .screen.ipads a {
    height: 105px;
    line-height: 102px;
    width: 79px;
}

.screens .screen.tablets a {
    height: 122px;
    line-height: 119px;
    width: 77px;
}

.screens .screen.layouticon a,
.screens .layoutgrid .layouticon {
    height: 124px;
    line-height: 121px;
}

.screens .screen.layouticon a {
    max-width: 92px;
}

.screens .layoutgrid {
    padding: 12px 12px 0px;
    max-height: 225px;
    overflow: auto;
}

.screens .layoutgrid .layouticon {
    margin: 0 2% 2% 0;
    position: relative;
}

/*.screens .layoutgrid .layouticon:after{
	content:attr(data-number);
	display:inline-block;
	position:absolute;
	top:5px;
	left:5px;
	width:20px;
	height:20px;
	z-index:2;
	color:#fff;
	background:rgba(0,0,0,0.6);
	font-size:11px;
	line-height:15px;
	border-radius:100%;
	padding:2px 0;
}*/
.screens .layoutgrid .layouticon:nth-child(4n) {
    margin-right: 0;
}

.screens .screen.carouselicon,
.screens .screen.carouselicon a {
    width: 120px;
    max-width: inherit;
}

.screens .screen.logoicon,
.screens .screen.logoicon a {
    width: 180px;
    max-width: inherit;
}

.screens .screen.wideicon,
.screens .screen.wideicon a {
    width: 120px;
    max-width: inherit;
    height: 80px;
    line-height: 75px;
}

.screens .screen.widelogoicon,
.screens .screen.widelogoicon a {
    width: 358px;
    max-width: inherit;
}

.screens .screen a span.add-icon {
    content: '+';
    color: #101010;
    display: inline-block;
    width: 21px;
    height: 28px;
    font-size: 28px;
    font-weight: 100;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    z-index: 0;
    top: 8px;
}

.screens .screen a img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    margin: auto;
}

.screens .screen label {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial';
    margin-bottom: 0;
    display: block;
}

.screens .screen label + label {
    margin-top: 2px;
}

.screens .screen label.secondary,
.screen label.secondary {
    line-height: 16px;
    font-size: 12px;
    text-align: left;
    color: #000000;
    float: none;
    font-family: 'Inter_Regular';
    font-weight: normal;
    display: initial;
}

.screens .screen span.icon, .image-selector .select-image-container span.icon {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    z-index: 2;
}

.screens .screen.mostdevices span.icon,
.screens .screen.ipads span.icon,
.screens .screen.tablets span.icon {
    right: 10px;
}

.screens .screen.iphone span.icon {
    right: 12px;
}

.screens .screen:hover > span.icon, .image-selector .select-image-container:hover > span.icon {
    opacity: 1;
}

.screens .screen span.icon.main-icon,
.screens .screen span.glyphicon.main-icon,
.screens .screen span.bi.main-icon  {
    position: relative;
    right: auto;
    opacity: 1;
    font-size: 32px;
    width: 100%;
}

p.info {
    background-color: var(--c-gray1);
    font-family: 'Inter_Regular';
    line-height: 1.33;
    text-align: left;
    color: var(--c-gray5);
    padding: 8px 15px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

/*p.info:before{*/
/*content:'!';*/
/*color:#555;*/
/*background:#eef0f0;*/
/*padding:1px 8px;*/
/*border-radius:100%;*/
/*margin-right:8px;*/
/*display:inline-block;*/
/*}*/
p.info.no-icon:before {
    display: none;
}

.screens .layoutgrid {
    width: 80%;
}

/* Credit Card Icons */
.credit-cards .card-icons .card-item {
    width: 52px;
    height: 34px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    opacity: 0.4;
}

.credit-cards .card-icons .card-item + .card-item {
    margin-left: 10px;
}

.credit-cards .card-icons .card-item.active {
    opacity: 0.99;
}

/* Color Grid */
.colorgrid {
    margin-bottom: -10px;
}

.colorgrid.themegrid {
  display: grid;
  grid-gap: 20px;
  /* Default to 2 columns */
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 900px) {
  .colorgrid.themegrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1400px) {
  .colorgrid.themegrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1800px) {
  .colorgrid.themegrid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 2000px) {
  .colorgrid.themegrid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 2400px) {
  .colorgrid.themegrid {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 2800px) {
  .colorgrid.themegrid {
    grid-template-columns: repeat(8, 1fr);
  }
}

.colorgrid .coloritem {
    margin-bottom: 15px;
    position: relative;
}

.colorgrid .coloritem a {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.colorgrid .coloritem a.img-thumbnail {
    padding: 6px;
    position: relative;
}

.colorgrid .coloritem a.img-thumbnail  span.icon {
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: 0;
    z-index: 2;
    width: 16px;
    height: 16px;
}

.colorgrid .coloritem a.img-thumbnail  span.icon::after {
    font-size: 8px;
}

.colorgrid .coloritem a.img-thumbnail:hover > span.icon {
    opacity: 1;
}


.colorgrid .coloritem a:hover {
    cursor: pointer;
}

.colorgrid .coloritem a span:not(.icon) {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.25s;
}

.colorgrid .coloritem label {
    position: relative;
    top: 2px;
    font-size: 14px;
    line-height: 18px;
    margin-left: 8px;
    font-family: 'Inter_Regular', 'Helvetica', 'Sans-Serif', 'Arial';
    max-width: 185px;
    display: inline-block;
    color: #000000;
}

.colorgrid.themegrid .coloritem label {
    top: -15px;
    max-width: 175px;
}

.colorgrid.themegrid .coloritem a.img-thumbnail {
    height: 58px;
    width: 80px;

}

.colorgrid.themegrid .coloritem a.img-thumbnail span {
    width: 33.33%;
    height: 50%;
    float: left;
}

.colorgrid .coloritem .color-presets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px;
    width: 100%;
    border: 1px solid #10101026;
    border-radius: 4px;
    cursor: pointer;
}

.colorgrid .coloritem .color-presets a {
    display: flex;
    width: 100%;
    height: 45px
}

.colorgrid .coloritem .color-presets label {
    font-size: 12px;
    margin: 0;
    padding-top: 7px;
    cursor: pointer;
}

.colorgrid .color-not-selected {
    border: 1px solid #f50000;
    -ms-transform: skewY(45deg);
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    border-radius: 10px;
}

/* Emulator */
#emulator {
    display: inline-block;
    width: 30%;
    min-width: 390px;
    z-index: 1;
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
}

#marketplaceOverlay {
    bottom: 0;
    display: block;
    height: 100%;
    max-height: calc(100vh - 65px);
    max-width: calc(100% - 400px);
    position: absolute;
    right: 0;
    top: 65px;
    width: 100%;
    z-index: 11;
}

.hide-emulator{
    visibility: hidden;
    position: absolute !important;
}

.send-emulator-to-back{
    z-index: -1000;
}

.has-alert #emulator {
    /*top: 126px;*/
}

#emulator .btn-preview {
    width: 171px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.14px;
    border-radius: 5px;
}

#emulator .btn-preview .text{
    vertical-align: middle;
}

#emulatorContainer {
    padding: 12px;
    background-color: #fff;
    border-radius: 25px;
    position: relative;
    width: 384px;
    height: 744px;
    margin: auto;
    margin-top: 36px;
    box-shadow: 0px 0px 18.574px 0px rgba(0, 0, 0, 0.05);
}

#emulator .emulatorlabel {
    position: absolute;
    top: 27px;
    left: 50%;
    font-size: 13px;
    line-height: 18px;
    width: 140px;
    margin-left: -70px;
    text-align: center;
}

#emulator #emulatorFrame {
    width: 360px;
    height: 720px;
    overflow: hidden;
    border-radius: 16px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media (max-height: 880px) {
    /*700*/
    #emulatorContainer {
        width: 364px;
        height: 650px;
    }
    #emulator #emulatorFrame {
        height: 626px;
        width: 344px;
    }
}

@media (max-height: 800px) {
    /*620*/
    #emulatorContainer {
        width: 340px;
        height: 578px;
    }
    #emulator #emulatorFrame {
        height: 554px;
        width: 339px;
    }
}

@media (max-height:720px) {
    #emulatorContainer {
        width: 340px;
        height: 560px;
    }
    #emulator #emulatorFrame {
        height: 536px;
        width: 339px;
    }
}

/*@media (max-height:720px) {*/
/*!*550*!*/
/*#emulatorContainer {*/
/*width: 265px;*/
/*height: 550px;*/
/*}*/
/*#emulatorContainer div.text-center {*/
/*top: 17px!important;*/
/*}*/
/*#emulator #emulatorFrame {*/
/*height: 413px;*/
/*width: 339px;*/
/*}*/
/*}*/

/* Dynamic Links */
.dynamic-links {
    border-top: 1px solid #ddd;
}

.dynamic-links a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.modal-dialog .dynamic-links {
    border-radius: 4px;
    overflow: hidden;
}

/* Plugin Instances List View */
.draggable-list-view.plugin-instances .d-item .checkbox {
    margin-top: 9px;
}

.draggable-list-view.plugin-instances .d-item .copy {
    top: 12px;
    max-width: 62%;
    width: 62%;
}

.draggable-list-view.plugin-instances .d-item .copy span.title {
    top: 0;
}

/* Footer */
.footer {
    min-height: 60px;
    padding: 0 15px;
}

/* RTL */
body.rtl #main-content,
body.rtl #main-content input,
body.rtl #main-content textarea,
body.rtl .dialog-content,
body.rtl .dialog-content input,
body.rtl .dialog-content textarea,
body.rtl .modal-dialog,
body.rtl .modal-dialog input,
body.trl .modal-dialog textarea {
    text-align: right !important;
}

body.rtl .non-rtl {
    text-align: left !important;
}

body.rtl #main-content .holder .colorgrid .coloritem a,
body.rtl .dialog-content .holder .colorgrid .coloritem a {
    float: right;
}

body.rtl #main-content .holder .colorgrid .coloritem label,
body.rtl .dialog-content .holder .colorgrid .coloritem label {
    top: 7px;
    margin-left: 0;
    margin-right: 8px;
}

body.rtl #main-content .plugin-manager.holder .labels a,
body.rtl .dialog-content .plugin-manager.holder .labels a {
    float: left;
}

body.rtl #main-content .plugin-manager.holder .accordion-holder .labels,
body.rtl .dialog-content .plugin-manager.holder .accordion-holder .labels {
    padding-right: 10px;
}

body.rtl #main-content .plugin-manager.holder .labels .media,
body.rtl .dialog-content .plugin-manager.holder .labels .media {
    text-align: left !important;
}

body.rtl .media-container .files-set .file-holder,
body.rtl .media-container .icons-set .icon-holder {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

body.rtl .media-container .files-set .file-holder:nth-child(5n),
body.rtl .media-container .icons-set .icon-holder:nth-child(14n) {
    margin-left: 0;
    margin-right: 0;
}

body.rtl #main-content .upload-plugin .padded .labels label,
body.rtl .dialog-content .upload-plugin .padded .labels label {
    margin-top: 6px;
    margin-right: 10px;
}

body.rtl .paginate .pull-left {
    float: right !important;
}

body.rtl .paginate .pull-right {
    float: left !important;
}

body.rtl .pagination > li {
    float: right;
}

body.rtl .pagination > li + li {
    margin-right: 4px;
    margin-left: 0;
}

/* SDK */
.shell-sdk .plugin-input {
    color: #5f5f5f;
    background: #fff;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 20px;
    margin: -5px 0;
    width: 210px;
}

.shell-sdk #emulatorContainer .showTools-links {
    position: absolute;
    width: 150px;
    font-size: 13px;
    line-height: 20px;
    bottom: 19px;
    left: 50%;
    margin-left: -75px;
}

.shell-sdk #emulatorContainer .showTools-content .labels span {
    font-size: 12px;
}

.shell-sdk #emulator #app {
    position: relative;
}

/* Plugin iFrame */
#iframeControl,
#controlIFrame,
.non-control-iframe {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 1000px;
}

html[buildfire] {
    padding-top: 30px;
}

html[buildfire],
html[buildfire] body {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: none;
    overflow-x: hidden;
}

html[buildfire='control'] body {
    height: 100%;
}

/* Plugin Control Header */
#pluginControlHeader .screens .screen {
    width: 50px;
}

#pluginControlHeader .screens .screen a {
    height: 50px;
    line-height: 45px;
}

#pluginControlHeader hr.none {
    margin: 4px 0;
}

/*  Override Intercom UI */
#intercom-container .intercom-launcher-button,
#intercom-container .intercom-launcher-preview {
    box-shadow: none !important;
}

#intercom-container .intercom-launcher-button {
    background: #09a3ee !important;
    position: relative;
    border: none !important;
}

#intercom-container .intercom-launcher-button:before {
    content: "\e607";
    font-family: 'icomoon';
    font-size: 24px;
    position: relative;
    top: 12px;
    left: 13px;
    color: #fff;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shell-sdk #login .login-holder {
    position: absolute;
    border: 1px solid #ddd;
}

/* Override Google Language Dropdown UI */
.goog-te-gadget {
    font-family: 'Muli', sans-serif !important;
    color: #5f5f5f !important;
}

.goog-te-gadget-simple {
    color: black !important;
    background-color: white !important;
    border: 1px solid #ddd !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    height: 34px;
    background-image: none;
    white-space: nowrap;
    padding: 5px 12px !important;
    font-size: 13px !important;
    line-height: 21px !important;
    font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial' !important;
    border-radius: 4px !important;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.goog-te-gadget-simple:hover {
    background: #fff !important;
}

.goog-te-menu-value img {
    display: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value,
.goog-te-gadget-simple .goog-te-menu-value span {
    color: black !important;
}

.goog-te-gadget-simple .goog-te-menu-value img + span {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value:after {
    content: '\e60f';
    font-family: 'icomoon';
    display: inline-block;
    font-size: 11px;
    font-weight: 400 !important;
    margin-left: 11px;
    position: relative;
    top: 1px;
    color: black;
    -webkit-text-stroke: 0;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

iframe.goog-te-menu-frame {
    top: 64px !important;
    box-shadow: none;
}

iframe.goog-te-menu-frame .goog-te-menu2 {
    border: 1px solid #ccc !important;
    background: red !important;
}

iframe.goog-te-banner-frame {
    display: none;
}

html.translated-ltr body {
    top: 0 !important;
}

.table div.fixed-height {
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

/* Phase 2 */


/* Hide deep link url icons in list views */
.draggable-list-view .d-item .copy span.btn-link-icon {
    display: none !important;
}

.form-group .validationMessage {
    display: none;
    color: #a94442;
}

.form-group.has-error .validationMessage {
    display: block;
}


.input-group input.form-control.link {
    color: #09A3EE;
    cursor: pointer;
}

.launcher .btn-info-icon:after {
    left: -1px;
}


.alert-white {
    color: #404040;
    font-size: 15px;
    position: relative;
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}

.alert-white .icon span {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert-white.alert-danger {
    border-color: #f5001e !important;
    background: #FFD3D3 !important;
    color: #f5001e;
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    background: #ED4B60;
}

.alert-white.alert-danger .close {
    color: #f5001e;
}

.stock-images-background {
    background-image: url("https://s3-us-west-2.amazonaws.com/pluginserver/docResources/Stock-Images-no-Photos.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.promo .bottom-box {
    padding: 25px 40px;
    background-color: #F9F9F9;
    margin-top: 3px;
}

.promo .bottom-box-inner {
    padding: 15px 30px;
}

.promo .outer-card {
    padding: 60px;
    background-color: #F9F9F9;
}

.promo .main-card {
    background-color: #FFFFFF;
}

.promo .shadow {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: 3px;
}

.promo .vertical-align {
    display: flex;
    align-items: center;
}

.promo .padding-twenty {
    padding: 20px !important;
}

.promo .top-padding {
    padding-top: 15px;
}

.nav-tabs {
    width: auto;
    display: flex;
    clear: inline-start;
    padding: 5px 0 0;
}

.nav-tabs.nav-justified {
    width: auto;
    display: flex;
    clear: inline-start;
}

.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    border-bottom: 4px solid white;
    margin: 0 auto;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: 'Inter_Medium';
    font-weight: normal;
    background-color: white;
    border-radius: 0;
    width: fit-content;
    border-radius: 0 !important;
    color: #101010;
    font-size: 16px;
    padding: 14px 21px;
}
.nav-tabs.nav-justified > li > a > span.icon {
    font-size: 14px;
    font-weight: bold;
    margin-right: 7px;
    position: relative;
    float: left;
    margin-top: 4px;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li > a:hover {
    border-bottom: 4px solid #00a1f1 !important;
}

.nav-tabs > li {
    display: block;
    width: auto;
}

.nav-tabs > li > a {
    border-left: 0 !important;
}

.nav-tabs.nav-justified > li {
    float: none;
    display: block;
    width: fit-content;
}

#pluginControlTabsContent {
    margin-left: -5px;
    margin-right: -5px;
}

#pluginControlHeaderTabs::-webkit-scrollbar {
    display: none;
}
#pluginControlHeaderTabs {
    -ms-overflow-style: none;
    margin: 0;
}

.plugins-container #pluginControlHeaderTabs > ul , #bf-custom-tabs > ul {
    justify-content: center;
}

#pluginControlHeaderTabs > ul , #bf-custom-tabs > ul {
    border-bottom: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
    vertical-align: bottom;
}

#pluginControlHeaderTabs > ul > li, #bf-custom-tabs > ul > li {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    /* margin-right: -4px; */
    /* min-height: 48px; */
}

#pluginControlHeaderTabs uib-tab-heading, #bf-custom-tabs uib-tab-heading {
    display: flex;
    align-items: center;
    flex: auto;
}

#pluginControlHeaderTabs uib-tab-heading a, #bf-custom-tabs uib-tab-heading a {
    display: flex;
    align-items: center;
}

#pluginControlHeaderTabs uib-tab-heading .icon, #bf-custom-tabs uib-tab-heading .icon {
    margin-right: 4px;
    line-height: 20px;
}

#pluginControlHeaderTabs > ul > li > a, #bf-custom-tabs > ul > li > a {
    display: flex;
    margin: 0;
    /* border-right: solid 1px #dddddd; */
    min-height: 48px;
}

#pluginControlHeaderTabs > ul > .custom-tab a::before , #bf-custom-tabs > ul > .custom-tab a::before {
    content: "\e903";
    font-family: 'icomoon' !important;
    margin-right: 4px;
}

#pluginControlHeaderTabs > ul > .custom-tab a , #bf-custom-tabs > ul > .custom-tab a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#pluginControlHeaderTabs > ul > li:first-child > a, #bf-custom-tabs > ul > li:first-child > a {
    /* border-left: solid 1px #dddddd !important; */
}

#pluginControlHeaderTabs > ul > li > a > tab-heading > span.icon, #bf-custom-tabs > ul > li > a > tab-heading > span.icon{
    font-size: 12px;
    margin-right: 3px;
    font-weight: bold;
}

#pluginControlHeaderTabs > ul > li > a > tab-heading > span.icon.icon-shield-check , #bf-custom-tabs > ul > li > a > tab-heading > span.icon.icon-shield-check {
    font-size: 13px;
}

#pluginControlHeaderTabs > ul > li > a > tab-heading > span.icon.icon-tags,
#pluginControlHeaderTabs > ul > li > a > tab-heading > span.icon.icon-credit-card,
#bf-custom-tabs > ul > li > a > tab-heading > span.icon.icon-tags {
    font-size: 14px;
}

/* Tabs horizontal scroll */
.arrows-tabs-container {
    display: flex;
    align-items: center;
    margin: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.arrows-tabs-container #pluginControlHeaderTabs > ul{
    border-top: 0;
    border-bottom: 0;
}
.tab-arrow {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 1;
    position: absolute;
    width: 36px;
    z-index: 1;
    transition: opacity 0.3s linear;
}

.tab-arrow.fade-in.ng-hide {
    opacity: 0 !important;
}

.tab-arrow.fade-out.ng-hide {
    opacity: 0 !important;
}

.tab-arrow.tab-arrow.ng-hide {
    display: flex !important;
    z-index: -10;
}

.tab-arrow.icon-chevron-left {
    left: 0;
}

.tab-arrow.icon-chevron-right {
    right: 0;
}

.tab-arrow:hover {
    color: #09A3EE;
    cursor: pointer;
}
.tab-arrow.active {
    opacity: 1;
}
.tabs-scroll {
    overflow-x: auto;
    width: 100%;
}
/* End of Tabs horizontal scroll */

/* Custom tabs */
.has-custom-tabs #pluginControlHeaderTabs .nav-tabs > li {
    float: unset !important;
    display: inline-block;
}

.has-custom-tabs #pluginControlHeaderTabs > ul {
    display: inline-flex !important;
}

.has-custom-tabs #pluginControlHeaderTabs {
    white-space: nowrap;
    overflow-x: scroll;
    min-height: 30px;
    scrollbar-width: none;
}
/* End of Custom tabs */

.col-md-4-custom {
    width: 30%;
}

.col-md-8-custom {
    width: 70%;
}

/* Appearance */
.appearance .item{
    margin-top:40px!important;
    float: left;
    width: 100%;
}
.appearance .main-icon{
    position: relative;
    float: left;
    clear: left;
    width: 130px;
    height: 130px;
    border-radius: 4px!important;
    text-align: center;
    margin: 0 8px;
}
.appearance .main-icon.empty-state{
    background-color: #f2f2f2;
    line-height: 130px;
}
.appearance .main-icon.empty-state img{
    display: none;
}
.appearance .main-icon.empty-state span{
    font-size: 22px;
    color: #000000;
    opacity: 0.3;
}

.appearance .main-icon img{
    max-width: 130px;
    max-height: 130px;
}

.appearance .main-icon-label{
    float: left;
    margin-left: 32px;
    clear: right;
    line-height: 130px;
    color: #828282;
    font-size: 12px;
}

.appearance .input-name {
    float: left;
    clear: left;
    margin-top: 12px;
    width: 147px;
    height: 30px;
    border-radius: 4px;
    background-color: #ffffff;
    text-align: center;
}
.appearance .input-name-label{
    float: left;
    clear: right;
    margin-left: 32px;
    margin-top: 15px;
    color: #828282;
    font-size: 12px;
}
.appearance .custom-margin-top-8{
    margin-top:8px!important;
}
.appearance .custom-margin-top-32{
    margin-top:32px!important;
}
.appearance .labels span:not(.tip){
    font-size: 14px;
    color:black;
}
.appearance .screen label.secondary .tip{
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 4px;
}
.appearance .coloritem.col-md-6.pull-left.ng-scope {
    display: flex;
    align-items: center;
}
.appearance .colorgrid .coloritem a.img-thumbnail {
    padding: 6px;
    flex-shrink: 0;
}
.appearance .colorgrid.themegrid .coloritem label {
    top: 0;
}
.appearance .colorgrid .coloritem label {
    top: 0;
}
.appearance .table span.tip {
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: white;
}

.appearance .loading-screen-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 25rem;
    background: #e5f1ff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.appearance .app-icon-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 10rem;
    background: #e5f1ff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.appearance .app-icon-holder .loader {
    width: 40px;
    height: 40px;
    position: absolute;
}

.appearance .loading-screen-holder img,
.appearance .app-icon-holder img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}

.appearance .android-notification-icon-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    background: #e5f1ff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.appearance .android-notification-icon-holder .icon-container {
    background-color: var(--c-gray4);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.appearance .android-notification-icon-holder .icon-container img {
    width: 45%;
    object-fit: contain;
}

.appearance .android-notification-icon-holder .icon-container .loader {
    width: 25px;
    height: 25px;
    position: absolute;
}

.appearance .app-icon-helper-text{
    width: 10rem;
}

.appearance #statusBarColors .tooltip .tooltip-inner {
    min-height: 245px;
    width: 500px;
    text-align: left;
}

.appearance #statusBarColors .tooltip .tooltip-inner span {
   color: white;
}

.appearance #statusBarColors .tooltip .tooltip-inner img {
    padding: 5px 0;
}

.appearance.holder {
    max-height: calc(100vh - 82px);
    overflow: auto;
}

.branding-font-selector {
    background: #fff !important;
    border: 1px solid #ddd;
}

/* End of Appearance */

.active-plugins .item-holder {
    padding: 16px;
    height: 82px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #d8d8d8;
    margin-bottom: 8px;
    float: left;
    clear: both;
    width: 100%;
}

.active-plugins .item-holder:hover {
    cursor: pointer;
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
}

.active-plugins .item-holder .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.active-plugins .item-holder .item .pull-left {
    height: 50px;
    line-height: normal;
}

.active-plugins .item-holder .item .pull-left .media {
    float: left;
    clear: left;
    width: 50px;
    margin-right: 16px;
}

.active-plugins .item-holder .item .pull-left .plugin h4 {
    font-family: 'Inter_Regular';
    font-weight: bold;
    text-align: left;
    color: #000000;
    margin: 10px 16px 2px;
    font-size: 14px;
}

.active-plugins .item-holder .item .pull-left .plugin p {
    font-family: 'Inter_Regular';
    text-align: left;
    color: #6d6d6d;
    margin-left: 16px;
    font-size: 12px;
    width: 100%;
}

.active-plugins .item-holder .item .plugin-detail {
    width: 75%;
}

.active-plugins .item-holder .item .pull-right a {
    float: right;
    color: black;
}

.active-plugins .item-holder .item .pull-right .icon-pencil3 {
    font-size: 20px;
    margin-right: 24px;
}

.active-plugins .item-holder .item .pull-right .icon-cross2 {
    font-size: 16px;
    line-height: 20px;
}
.active-plugins a.item-list-button {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.active-plugins a.item-list-button:hover .icon-cross2{
    color: #f04d61 !important;
}

.active-plugins a.item-list-button:hover .icon-copy{
    color: #09A3EE !important;
}

/* .active-plugins .item-holder .item .pull-right .icon-cross2:hover,
.active-plugins .item-holder .item .pull-right .icon-cross2:hover span {
    color: #f04d61;
} */

.active-plugins .item-holder .item .pull-right .icon-copy {
    font-size: 17px;
}

/* .active-plugins .item-holder .item .pull-right .icon-copy:hover,
.active-plugins .item-holder .item .pull-right .icon-copy:hover span {
    color: #09A3EE;
} */

.active-plugins .item-holder .item .pull-right a span {
    font-family: 'Inter_Regular';
    font-size: 12px;
    text-align: left;
    color: black;
    margin: 0 0 0 8px;
    position: relative;
}

.active-plugins .item-holder .item .pull-right a.icon-cross2 span {
    top: -2px;
}

/* Marketplace */
.marketplace-loading-section{
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 300px;
    justify-content: center;
}
.marketplace-plugins {
    display: block;
    flex-flow: wrap;
    align-content: space-between;
    overflow-y: auto;
    min-height: 300px;
}

.marketplace-plugins .market-item {
    display: inline-block;
    width: 346px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 0 14px 14px 0;
    transition: all 0.2s;
}

.marketplace-plugins .market-item:nth-child(3n) {
    margin-right: 0;
}

.marketplace-items-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 24px;
}

.marketplace-plugins .market-item {
    width: auto !important;
    margin: 0;
}
.marketplace-plugins .market-item.market-itemAds-box {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marketplace-plugins .market-item.market-itemAds-box img {
    max-height: 100%;
}

@media (max-width: 1024px) {
    .modal-dialog .marketplace-plugins .market-item {
        height: auto;
    }
}

.marketplace-plugins .market-item .marketinner-holder {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    clear: both;
}

.marketplace-plugins .market-item .item {
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.marketplace-plugins .market-item .item .hr {
    border-top: 1px solid rgba(16, 16, 16, 0.20);
    margin: 20px 0;
}

.marketplace-plugins .market-item .item .card-body.main-marketplace {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.marketplace-plugins .market-item .item .icon-info-container {
    background-color: #f9f9f9;
    min-height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.promoted-plugins-slider .item .card-title-container,
.marketplace-plugins .market-item .item .card-title-container {
    gap: 14px;
}

.marketplace-plugins .market-item .item .card-title-container .card-details {
    flex: 1;
    min-width: 20%;
    width: 100%;
}

.marketplace-plugins .market-item .item .card-title-container .card-details .plugin-title {
    font-size: 15px;
}

.marketplace-plugins .market-item .marketinner-holder .item .card-title-container .card-details .author {
    color: #101010b3;
}

.promoted-plugins-slider .item .add-feature,
.marketplace-plugins .market-item .marketinner-holder .item .card-title-container .add-feature {
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 100%;
    min-width: 95px;
    padding: 8px 20px;
}

.marketplace-plugins .market-item .marketinner-holder .item .feature-icon {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 20px;
}

.marketplace-plugins .market-item .marketinner-holder .item .actions {
    max-width: none;
    flex: 0 0 auto;
    display: flex;
    border-top: 1px dashed #dddddd;
    align-items: center;
}

.marketplace-plugins .market-item .marketinner-holder .item .actions .btn-add {
    background-color: #ffffff;
    font-size: 20px;
    text-align: center;
    color: var(--c-primary);
    margin-left: auto;
    transition: background-color 0.3s ease-in-out !important;
}

.marketplace-plugins .market-item .marketinner-holder .item .actions .btn-add .try-text {
    font-size: 14px;
}

.marketplace-plugins .market-item .marketinner-holder .item .actions .btn-add .ladda-label {
    transition: all 0.1s ease-in-out !important;
}

.marketplace-plugins .market-item .marketinner-holder .item .actions .button {
    margin-left: auto;
}

.marketplace-plugins .market-item .marketinner-holder .item .actions .btn-add:hover,
.marketplace-plugins .market-item .marketinner-holder .item .actions .btn-add:focus {
    background-color: var(--c-primary);
    color: #ffffff;
}

.marketplace-plugins .market-item .marketinner-holder .item .actions label {
    width: auto;
    height: 23px;
    line-height: 24px;
    margin-top: 9px;
    font-size: 13px;
    text-align: center;
}

.marketplace-plugins .market-item .marketinner-holder .item .plugin {
    max-width: 266px;
}

.marketplace-plugins .market-item .marketinner-holder .item .plugin h4 {
    font-family: 'Inter_Medium';
    font-size: 16px;
    text-align: left;
    color: #000000;
    margin: 0;
    word-break: break-word;
}

.marketplace-plugins .market-item .marketinner-holder .item .top-content span {
    font-family: 'Inter_Regular';
    font-size: 12px;
    text-align: center;
    color: #6f6f6f;
    display: block;
    text-align: center;
}

.marketplace-plugins .market-item .marketinner-holder .item .description-min {
    align-items: center;
    clear: both;
    color: rgba(16, 16, 16, 0.70);
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.14px;
    line-height: 1.25em;
    margin-top: 20px;
    min-height: 65px;
}

/* Marketplace custom CSS */

.marketplace-popup {
    background-color: #F5F5F5;
}
.add-plugin.holder .devInfo,
.marketplace-popup .devInfo {
    padding-top: 7px
}

.add-plugin.holder .block-with-text,
.marketplace-popup .block-with-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.add-plugin .container-top .border-success {
    color: #101010;
}

.add-plugin .container-top .border-success:hover {
    color: #fff;
    background-color: #101010;
}

@media (max-width: 1400px) {
    .add-plugin .container-top .border-success .icon-plus {
        display: none;
    }
}

.add-plugin.holder .dropdown-toggle.btn-info {
    border: 1px solid #000;
    color: #000;
}

.add-plugin.holder .dropdown-toggle.btn-info:hover,
.marketplace-popup .dropdown-toggle.btn-info:hover {
    /* background-color: #3c3c3c; */
    background-color: transparent;
    color: #5f5f5f;
    /* border: 1px solid #3c3c3c; */
}

.add-plugin .open > .dropdown-toggle.btn-info,
.marketplace-popup .open > .dropdown-toggle.btn-info {
    background-color: transparent;
    color: #5f5f5f;
}

.add-plugin.holder .dropdown-full-height .dropdown-menu,
.marketplace-popup .dropdown-full-height .dropdown-menu {
    max-height: inherit !important;
}

.add-plugin.holder .constrained {
    height: 500px;
    overflow-y: scroll;
}

.add-plugin .plugin-types-container {
    min-width: 250px;
    max-width: unset;
}

.add-plugin .search-container, .add-plugin .header-links {
    max-width: calc(100% - 250px);
}

.add-plugin.holder .row.container-top {
    display: flex;
}

@media (max-width: 1400px) {
    .add-plugin .dropdown .caret {
        display: none;
    }
}
/* Suggested Searches Container Marketplace */
.suggested-searches-container {
    background-color: #f9f9f9;
}
/* End Of Suggested Searches Container Marketplace */

/* Promoted features dashboard */
.promoted-features-dashboard .slides, .layoutgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 14px;
    padding: 0 24px;
}
.promoted-features-dashboard.promoted-plugins-slider .item .description-min {
    display: none;
}

.promoted-plugins-slider .item .card-title-container img {
    width: 100%;
    height: 100%;
}

.promoted-features-dashboard.promoted-plugins-slider .item {
    width: unset;
    display: block;
}

.promoted-features-dashboard.promoted-plugins-slider .items-list,
.promoted-features-dashboard.promoted-plugins-slider .items-list:first-of-type,
.promoted-features-dashboard.promoted-plugins-slider .items-list:last-of-type{
    padding: 0;
    min-width: 0;
    min-height: 0;
}
@media(min-width:1400px) {
    .largeWidth .promoted-features-dashboard.promoted-plugins-slider .item .description-min {
        display: flex;
    }
}
/* End of Promoted features dashboard */

/* Promoted Plugins Slider */
.promoted-plugins-slider {
    position: relative;
    margin-right: 30px;
    margin-bottom: 16px;
    overflow: hidden;
}
.promoted-plugins-slider .slides {
    min-width: 100%;
}
.promoted-plugins-slider h5 {
    padding-left: 24px;
}
.promoted-plugins-slider .btn-slider{
    position: absolute;
    background-color: rgba(9, 163, 238, .4);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    z-index: 1;
}
.promoted-plugins-slider .btn-slider:hover{
    background-color: rgba(9, 163, 238, 1);
}
.promoted-plugins-slider .btn-slider .icon{
    color: #fff;
    font-size: 24px;
}
.promoted-plugins-slider .btn-slider.prev{
    left: 0;
}
.promoted-plugins-slider .btn-slider.next{
    right: 0;
}
.promoted-plugins-slider .items-list{
    display: inline-block;
    padding: 0 10px;
}
.promoted-plugins-slider .items-list:first-of-type {
    padding-left: 24px;
}
.promoted-plugins-slider .items-list:last-of-type {
    padding-right: 24px;
}
.promoted-plugins-slider .items-list:only-of-type {
    padding-right: 0;
}
.promoted-plugins-slider .item{
    width: 358.66px;
}
@media(max-width:1400px) {
    .promoted-plugins-slider .item{
        width: 309px;
    }
}
.promoted-plugins-slider .item{
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 14px 0;
    transition: all 0.2s;
}
.promoted-plugins-slider .item:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.promoted-plugins-slider .item .icon-info-container {
    gap: 14px;
}
.promoted-plugins-slider .item .top-content span {
    color: rgba(16, 16, 16, 0.70);
    display: block;
    font-family: 'Inter_Regular';
    font-size: 12px;
    letter-spacing: -0.12px;
}
.promoted-plugins-slider .item .actions {
    max-width: none;
    flex: 0 0 auto;
    display: flex;
    border-top: 1px dashed #dddddd;
    align-items: center;
}
.promoted-plugins-slider .item .description-min {
    clear: both;
    color: rgba(16, 16, 16, 0.70);
    font-size: 14px;
    line-height: 1.25em;
    margin-top: 20px;
    min-height: 100px;
    white-space: normal;
}
.promoted-plugins-slider .item .actions .btn-add {
    background-color: #ffffff;
    font-size: 20px;
    text-align: center;
    color: var(--c-primary);
    margin-left: auto;
    transition: background-color 0.3s ease-in-out !important;
}
.promoted-plugins-slider .item .actions .btn-add .try-text {
    font-size: 14px;
}
.promoted-plugins-slider .item .actions .btn-add:hover,
.promoted-plugins-slider .item .actions .btn-add:focus {
    background-color: var(--c-primary);
    color: #ffffff;
}
.promoted-plugins-slider .item .feature-icon {
    border-radius: 5px;
    height: 35px;
    overflow: hidden;
    width: 35px;
}
.promoted-plugins-slider .item .top-content {
    flex: 1;
}
.promoted-plugins-slider .item .top-content {
    min-width: 0;
}
.promoted-plugins-slider .item .top-content h4 {
    font-family: 'Inter_Medium';
    font-size: 15px;
    text-align: left;
    color: var(--c-success);
    margin: 0;
    word-break: break-word;
}
/* End Of Promoted Plugins Slider */

/* Marketplace popup custom CSS */
.marketplace-popup .pluginInstances-items-scroll {
    overflow-y: auto;
    height: 51vh;
    overflow-x: auto;
}

@media (min-width: 1024px) {
    .marketplace-popup .col-sm-10.col-xs-8 {
        width: 83.33333333% !important;
    }
}

@media (max-width: 1023px) {
    .marketplace-popup .col-sm-10.col-xs-8 {
        width: 66.66666667% !important;
    }
}

@media (min-width: 1024px) {
    .marketplace-popup .col-sm-2.col-xs-4 {
        width: 16.66666667% !important;
    }
}

.marketplace-popup .search-categories-container .input-group {
    flex: auto;
    display: flex;
    margin-right: 16px;
}

.marketplace-popup .search-categories-container .input-group-btn {
    width: auto;
    display: block;
}

/* Plugin details popup custom CSS */
.plugin-details-popup {
    /* min-height: 616px; */
    /* height: 68vh; */
}

.plugin-details-popup .close-modal {
    font-size: 16px;
    font-weight: bold;
}

.plugin-details-popup .header-hr {
    margin: 0 -30px 20px -30px;
}

/* @media (max-height: 780px) {
	.plugin-details-popup {
		min-height: unset;
	}
} */
.plugin-details-popup .button-sizing {
    padding: 14px 40px;
}

.plugin-details-popup .popup-scroll {
    max-height: calc(100vh - 344px);
    overflow: hidden auto;
    /* max-height: calc(100vh - 338px); */
    /* max-height: calc(100vh - 306px); */
    /* height: 63vh; */
}

.plugin-details-popup .plugin-support {
    background: #F5F5F5;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 85%;
    padding: 25px;
}

.plugin-details-popup .plugin-dates,
.plugin-details-popup .plugin-description {
    height: auto;
    margin: 0 auto;
    max-height: unset;
    max-width: 80%;
    overflow: unset;
}

.plugin-details-popup .action-wrapper {
    display: flex;
    margin-bottom: 25px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

.plugin-details-popup .action-wrapper-grey {
    background-color: #DFF8E9;
}

.plugin-details-popup .img-container {
    min-height: 270px;
    /* min-height: 30vh; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.plugin-details-popup .plugin-img {
    display: block;
    margin: 0 auto;
    /* max-width: 50%; */
    max-width: 480px;
    max-height: 270px;
}

.plugin-details-popup .plugin-detail-header .feature-icon {
    width: 35px;
}

/* Plugins Page ///////////////////////////////////////////////////////////////////////////////////////// */
.pluginPage > .holder-scroll{
    padding-bottom: 0;
}
.pluginPage .holder-scroll .arrows-tabs-container{
    flex-shrink: 0;
}
.pluginPage > .holder-scroll > #pluginControlTabsContent{
    height: calc(100vh - 125px);
    overflow-y: auto;
}
.pluginPage > .holder-scroll > #pluginControlHeader ~ #pluginControlTabsContent{
    height: calc(100vh - 422px);
}
.pluginPage .holder-scroll #controlIFrame{
    height: calc(100vh - 150px);
    min-height: auto;
}
.pluginPage > .holder-scroll > #pluginControlHeader ~ #pluginControlTabsContent #controlIFrame{
    height: calc(100vh - 150px);
    min-height: auto;
}

.pluginPage .plugin-menu-actions .dropdown-menu > li > a:hover,
.pluginPage .plugin-menu-actions .dropdown-menu > li > a:focus {
    padding-left:18px !important;
    padding-right:12px !important;
    color: #09A3EE !important;
    background: none !important;
}

.pluginPage .plugin-menu-actions .dropdown-menu > li.delete-link > a:hover,
.pluginPage .plugin-menu-actions .dropdown-menu > li.delete-link > a:focus {
    color: #f04d61 !important;
}
/* End Plugins Page ///////////////////////////////////////////////////////////////////////////////////////// */

/* @media (max-height: 840px) {
	.plugin-details-popup .plugin-img {
		max-height: 26vh;
	}
}
/* @media (max-height: 780px) {
	.plugin-details-popup .plugin-img {
	max-height: 20vh;
	}
} */
/* .plugin-details-popup .plugin-description {
	max-height: 14vh !important;
} */
/* @media (max-height: 800px) {
	.plugin-details-popup .plugin-description {
		max-height: 10vh !important;
	}
} */
.plugin-details-popup .modal-dialog .plugin-description {
    /* padding-bottom: 24px; */
    /* max-height: auto; */
    /* overflow-y: auto; */
    /* margin-bottom: 32px; */
}

.plugin-details-popup .plugin-detail-header .plugin-header-icon {
    flex-shrink: 0;
    min-height: 35px;
}

.plugin-details-popup .plugin-detail-header .plugin-header-icon .feature-icon {
    border-radius: 5px;
    overflow: hidden;
}

/* WL and System Admin feature popup */
.feature-top-details {
    display: flex;
    align-items: center;
}
.feature-top-details .media-holder {
    width: 63px;
}
/* End of WL and System Admin feature popup */

/* App Templates draggable list */
.app-templates-draggable .d-item {
    display: flex;
    align-items: center;
}
.app-templates-draggable .btn-icon {
    width: 40px;
    height: 40px;
    color: #000;
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 0 !important;
}
.app-templates-draggable .btn-icon:hover .delete-icon,
.app-templates-draggable .btn-icon:active .delete-icon,
.app-templates-draggable .btn-icon:hover .icon-cross2,
.app-templates-draggable .btn-icon:active .icon-cross2 {
    color: #ed4b4b;
}
.app-templates-draggable .btn-icon:hover .icon-pencil3,
.app-templates-draggable .btn-icon:active .icon-pencil3,
.app-templates-draggable .btn-icon:hover .icon-copy,
.app-templates-draggable .btn-icon:active .icon-copy {
    color: #09A3EE;
}
.app-templates-draggable .d-item-actions {
    display: flex;
    align-items: center;
}
.app-templates-draggable .d-item span.icon {
    top: 0;
    margin-right: 0;
}
.app-templates-draggable .d-item span.icon {
    font-size: 20px;
}
.app-templates-draggable .d-item p {
    margin-bottom: 0;
}
.app-templates-draggable .d-item .drag-icon-container {
    display: flex;
    justify-content: center;
}
.app-templates-draggable .d-item .app-templates-actions {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}
.app-templates-draggable .d-item .number-value {
    width: 124px;
}
/* End of App Templates draggable list */

/* PREREQUISITED CSS STYLES FOR LORY.JS */
.plugin-details-popup .details-carousel .frame {
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.plugin-details-popup .details-carousel .slides {
    display: inline-block;
}

.plugin-details-popup .details-carousel .slides.js_slides {
    height: 100%;
}

.details-carousel li {
    position: relative;
    display: inline-block;
}

/* CUSTOM CSS STYLES FOR THE PEN AND THE SLIDER */
.plugin-details-popup .details-carousel {
    /* min-height: 32vh; */
    min-height: 301px;
}

.plugin-details-popup .details-carousel .slider {
    position: relative;
    margin: 0 15px 20px;
}

.plugin-details-popup .details-carousel .frame {
    /* background-color: #2E435A; */
    width: 480px;
    height: 270px;
    margin: 0 auto;
}

.plugin-details-popup .details-carousel .slides {
    text-align: center;
}

.plugin-details-popup .details-carousel .slides .js_slide {
    color: #fff;
    width: 480px;
    height: 100%;
    font-size: 16px;
    line-height: 125px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.plugin-details-popup .details-carousel .js_slide img {
    /* object-fit: cover; */
    /* width: 100%; */
    /* height: 100%; */
    max-width: 480px;
    max-height: 270px;
    /* text-align: center; */
    vertical-align: middle;
}

.plugin-details-popup .details-carousel .iframe-container {
    height: 100%;
    width: 100%;
}

.plugin-details-popup .details-carousel .js_prev,
.plugin-details-popup .details-carousel .js_next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    cursor: pointer;
    height: 30px;
    z-index: 11;
    font-size: 20px;
    font-weight: 700;
    color: rgba(16, 16, 16, 0.30);
}

.plugin-details-popup .details-carousel .js_prev:hover,
.plugin-details-popup .details-carousel .js_next:hover {
    color: #09A3EE;
}

.plugin-details-popup .details-carousel .js_prev {
    left: 0;
}

.plugin-details-popup .details-carousel .js_next {
    right: 0;
}

.plugin-details-popup .details-carousel .slider_navigation_dots {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.plugin-details-popup .details-carousel .slider_navigation_dots li {
    background-color: #ddd;
    border-radius: 5px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    cursor: pointer;
}

.plugin-details-popup .details-carousel .slider_navigation_dots li.active {
    background-color: #000;
}

/* Payment in Progress loader */
.loader,
.payment-message-popup .loader{
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #09A3EE;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.delete-icon, .edit-icon {
    font-size: 16px !important;
    top: 0 !important;
    font-weight: bold !important;
    color: black !important;
    float: right !important;
    margin-right: 0 !important;
}

.delete-icon:hover,
.delete-icon:focus {
    color: red !important;
}

.edit-icon:hover,
.edit-icon:focus {
    color: #09A3EE !important;
}

.borderless td,
.borderless th {
    border: none !important;
    margin-top: 0;
    padding-top: 0 !important;
}

.notification-type {
    min-height: 124px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px rgba(16, 16, 16, 0.15);
    padding: 19px 40px;
    float: left;
    clear: both;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 40px;
}

.notification-type span {
    font-size: 15px;
    font-weight: 700;
    color: black;
    line-height: 92px;
}

.notification-type img {
    width: 92px;
    height: 92px;
    margin: 0 24px;
}

.notification-type div {
    flex: 0 1 auto;
}

.notification-type div h3 {
    margin: 0;
    font-family: 'Inter_Medium';
    text-align: left;
    color: #000000;
    font-size: 16px;
}

.notification-center table p,
.notification-type div p {
    font-family: 'Inter_Regular';
    font-size: 15px;
    color: rgba(16, 16, 16, 0.70);
    line-height: 150%;
    letter-spacing: -0.15px;
    margin: 8px 0 0;
}

.app-settings .panel-group {
    margin-bottom: 0;
}

#container .bf-alert {
    top: 82px;
    min-height: 40px;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 18.57px 0 #0000001a;
    display: flex !important;
    border-radius: 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
    left: 50%;
    transform: translate(-50%);
    width: max-content;
    max-width: 85%;
}

#container .bf-alert.alert-warning {
    border: 1px #CD9E41 solid;
}

#container .bf-alert.alert-info {
    background-color: #fff;
    color: #000;
}

#container .bf-alert a {
    color: #000;
    text-decoration: underline;
}

#container .bf-alert .close {
    margin-left: 30px;
}

/** ng-scroller covers **/
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools:not(.mCSB_scrollTools_onDrag),
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools:not(.mCSB_scrollTools_onDrag),
.mCustomScrollBox:hover > .mCSB_scrollTools:not(.mCSB_scrollTools_onDrag),
.mCustomScrollBox:hover ~ .mCSB_scrollTools:not(.mCSB_scrollTools_onDrag) {
    opacity: 0
}

/** accordion cover **/
.settings-accordion .panel.panel-default {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eef0f0;
    margin-bottom: 2px;
    margin-top: 0;
}

.settings-accordion .panel-title {
    border: none;
}

.accordion-header {
    padding: 15px 30px;
    color: white;
    font-size: 9px;
    line-height: 15px;
    font-family: 'Inter_Medium';
    position: relative;
    border-radius: 4px 4px 0 0;
    max-height: 90px;
    color: black;
    background: white;
    border: none;
}

.accordion-header h4 {
    margin: 0;
    font-size: 15px;
    transition: all 0.3s ease-out;
}

.settings-accordion .panel-collapse {
    margin-top: 2px;
    border-radius: 0;
}

.settings-accordion .panel-collapse.in {
    border-top: 2px solid #00a1f1;
    border-bottom: 2px solid #00a1f1;
}

.settings-accordion .panel .panel-body {
    padding: 15px 25px;
}

.settings-accordion .panel a .slider {
    height: 2px;
    background-color: #00a1f1;
    width: 0%;
    margin: 0;
    padding: 0;
    float: left;
    transition: width 0.3s ease-in;
}

.settings-accordion .panel a:hover .slider {
    width: 100%;
}

.settings-accordion .panel a:hover div,
.settings-accordion .panel a:active div {
    /*-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);*/
    /*-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);*/
}

.homescreen-custom {
    /*width: 450px!important;*/
    position: relative !important;
}

.homescreen-custom .screens {
    width: 50px !important;
}

.homescreen-custom .screens .screen {
    width: 50px !important;
}

.homescreen-custom .screens .screen a {
    width: 53px !important;
    line-height: initial !important;
    height: 53px !important;
    background-color: #eef0f0 !important;
    padding: 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homescreen-custom .screens .screen a.padding-zero {
    padding: 0 !important;
}

.homescreen-custom .plugin-title {
    margin-top: -3px !important;
}

.homescreen-custom .plugin-title input {
    line-height: 13px !important;
    height: 30px !important;
    margin-top: 3px !important;
    border-radius: 3px !important;
    margin-left: 20px;
    min-width: 200px;
    max-width: 285px;
    background: #EDF0F0;
}

.homescreen-custom .label-folder {
    color: #a5e1ff !important;
    margin-left: 20px;
    font-family: 'Inter_Regular' !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 8px;
    height: 20px;
    max-width: 300px;
    line-height: 1.5;
}
.homescreen-custom .label-folder p,
.homescreen-custom .label-folder span:not(.icon){
    line-height: 1.5;
}
.homescreen-custom .label-folder .icon{
    font-size: 17px;
    margin-right: 8px;
    color: #fff;
    width: 20px;
    height: 20px;
}
.homescreen-custom .label-folder .home-screen-label{
    color: #fff !important;
    opacity: 1 !important;
    padding-right: 8px;
    flex-shrink: 0;
}
.homescreen-custom .select-indicator{
    width: 6px;
    height: 6px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-bottom:  3px solid transparent;
    margin-left: 8px;
    transform: rotate(225deg) translateY(4px);
}
.feature-type-label{
    display: flex;
    align-items: center;
}
.feature-type-label p{
    padding: 0;
    line-height: 1.5;
    margin: 0 !important;
}
.pluginPage .header{
    display: flex;
    align-items: center;
    padding: 16px 24px;
}
.pluginPage .header .dropdown-menu{
    max-width: auto !important;
    width: auto !important;
}

.pluginPage .disable-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.pluginPage .preset-section {
    background-color: #F5F5F5;
    padding: 30px 50px;
    text-align: center;
    color: var(--c-info);
}

.pluginPage .preset-section .detach-btn {
    border: 1px solid rgba(16, 16, 16, 0.20);
    background-color: var(--c-white);
}

.pluginPage .preset-section .goto-preset-btn {
    background-color: #47C3FF;
}

.pluginPage .preset-section .goto-preset-btn,
.pluginPage .preset-section .detach-btn {
    padding: 10px 20px;
}

.pluginPage .convert-to-preset-col {
    min-height: 42px;
}

.homescreen-custom .label-image {
    color: #a5e1ff !important;
    width: 200px !important;
    margin-top: -5px !important;
    font-size: 12px !important;
    clear: both !important;
    float: left !important;
    margin-left: -10px !important;
    font-family: 'Inter_Regular' !important;
}

.lighter-disabled {
    color: #bcbcbc !important;
}

.lighter-disabled-note {
    color: #c4c4c4 !important;
}

.current-app .app-name {
    float: left;
    max-width: 125px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.searchable-dropdown .dropdown-menu li a {
    display: block;
    padding: 6px 12px;
    clear: both;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #5f5f5f;
    /* white-space: nowrap; */
}

.searchable-dropdown .dropdown-menu li a:hover,
.searchable-dropdown .dropdown-menu li a:focus {
    text-decoration: none;
    background-color: #eef0f0;
    padding-left: 18px;
    padding-right: 12px;
}

/************* ghost drip dopamine ***********/
.ghost {
    margin-top: -20px;
    opacity: 0.7;
    background-color: green !important;
    color: white !important;
    margin-left: 20px;
    animation: ghost-fade 3s ease-in;
    z-index: 9999999;
}

@keyframes ghost-fade {
    0% {
        margin-top: 10px;
        opacity: 0
    }
    30% {
        margin-top: -20px;
        opacity: 0.7
    }
}

/************* END: ghost drip dopamine ***********/

/*


			User Login Custom Page CSS


*/

/**
     * The dnd-list should always have a min-height,
     * otherwise you can't drop to it once it's empty
     */
.user-login-custom-page div[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.user-login-custom-page div[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.user-login-custom-page div[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.user-login-custom-page div[dnd-list].dndDragover {
    background: rgba(0, 122, 193, 0.35);
}

.user-login-custom-page .custom-form-control-item {
    position: relative;
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #d8d8d8;
    border-radius: 4px;
}

.user-login-custom-page .custom-form-control-item:hover {
    cursor: pointer;
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
}

.user-login-custom-page .custom-form-control-item .left-side {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    justify-content: center;
    min-width: 54px;

}

.user-login-custom-page .custom-form-control-item .drag-icon {
    font-size: 24px;
    color: #999;
    margin: auto;
    transform: translateY(-50%);
}

.user-login-custom-page .custom-form-control-item .form-control-icon .icon,
.terms-notes-container .left-side .icon {
    font-size: 18px;
    color: #000;
}

.user-login-custom-page .reg-form-options {
    padding: 16px 24px 16px 16px;
    flex: auto;
    position: relative;
}

.user-login-custom-page .custom-form-control-item.inactive .reg-form-options:after {
    content: ' ';
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    cursor: not-allowed;
}

.user-login-custom-page .custom-form-control-item .reg-form-options .form-options-errors {
    color: #ffb23e;
}

.user-login-custom-page .custom-form-control-item .reg-form-options .form-options-errors input {
    border-color: #ffb23e;
}

.user-login-custom-page .reg-form-options .has-error .control-label {
    color: #ed4b4b;
}

.user-login-custom-page .reg-form-options .has-error input {
    border-color: #ed4b4b !important;
}

.user-login-custom-page .custom-form-control-item .form-section-header {
    font-weight: bold;
    font-size: 14px;
}

.user-login-custom-page .custom-form-control-item .reg-form-settings {
    background: #eeeeee;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
    flex-shrink: 0;
    border-radius: 0 4px 4px 0;
}

.user-login-custom-page .custom-form-control-item .reg-form-settings .button-switch > label::before {
    height: 19px;
    width: 37px;
}

.user-login-custom-page .custom-form-control-item .reg-form-settings .button-switch > label::after {
    width: 17px;
    height: 17px;
}

.user-login-custom-page .custom-form-control-item .reg-form-settings .reg-form-settings-bottom,
.user-login-custom-page .custom-form-control-item .reg-form-settings .reg-form-settings-top {
    /*padding: 16px;*/
    padding: 12px;
}

.user-login-custom-page .custom-form-control-item .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
}

.user-login-custom-page .disabled .mce-content-body {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.user-login-custom-page .custom-form-control-item .reg-form-settings-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.2em;
}

.user-login-custom-page .reg-form-settings-item .button-switch {
    margin-top: 6px;
}

.user-login-custom-page .custom-form-control-item .reg-form-settings-item .radio-inline {
    margin: 0;
}

.user-login-custom-page .custom-form-control-item .reg-form-settings-item.radio-list {
    display: block;
}

.user-login-custom-page .custom-form-control-item .reg-form-settings-item .radio-inline label {
    padding: 0 32px 0 0;
}

.user-login-custom-page .reg-form-settings .radio label::before {
    margin-left: 0;
    right: 0;
    left: auto;
}

.user-login-custom-page .reg-form-settings .radio label::after {
    right: 3px;
    left: auto;
}

.user-login-custom-page .custom-form-control-item .form-flex {
    display: flex;
}

.user-login-custom-page .custom-form-control-item .form-title {
    display: block;
    /*margin-bottom: 8px;*/
}

.user-login-custom-page .custom-form-control-item .form-group .control-label {
    line-height: 1.33em;
    padding-top: 0;
    padding-left: 0;
    text-align: left;
}

.user-login-custom-page .form-horizontal .form-group:not(.top-align) {
    display: flex;
    align-items: center;
}

.user-login-custom-page .has-info-icon span.tip {
    top: 0;
}

.user-login-custom-page .terms-notes-container {
    background-color: #f9f9f9;
    padding: 0 40px 40px 0;
    display: flex;
}

.user-login-custom-page .terms-text-checkbox {
    padding-top: 48px;
}

.user-login-custom-page .terms-text-checkbox p {
    font-family: 'Inter_Regular';
    line-height: 1.33;
    text-align: left;
    color: #000;
    margin-bottom: 16px;
}

.user-login-custom-page .terms-notes-container .checkbox {
    color: #000;
}

.user-login-custom-page .btn-stretch {
    min-width: 92px;
}

.user-login-custom-page .custom-form-control-item label.has-info-icon {
    display: flex;
}

.custom-form-control-item span.tip {
    top: 0;
    flex-shrink: 0;
}

.user-login-custom-page .date-dropdown-group {
    display: flex;
    justify-content: flex-end;
    margin-right: 12px;
}

.user-login-custom-page .date-dropdown-group .reg-form-settings-item {
    margin-right: 8px;
}

.user-login-custom-page .dropdown.inline-dropdown {
    display: inline-block;
    width: auto !important;
    flex-shrink: 0;
}

.user-login-custom-page .dropdown.inline-dropdown .btn.dropdown-toggle {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 4px 6px;
}

.user-login-custom-page .dropdown-toggle span.chevron {
    top: 0;
}

.user-login-custom-page .dropdown.age-dropdown-picker button {
    padding: 6px 8px;
}

.user-login-custom-page input[type="number"] {
    width: 50px;
    display: inline-block;
}

.user-login-custom-page input[type="number"] {
    font-family: 'Inter_Regular', 'Helvetica', 'Sans-Serif', 'Arial';
    padding: 4px;
    /*border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    outline: 0;
    transition: border ease-in-out .1s;
}

.user-login-custom-page input[type="number"]:hover,
.user-login-custom-page input[type="number"]:focus,
.user-login-custom-page input[type="number"]:active {
    /*border: 1px solid #05acf0;*/
}

.user-login-custom-page .age-label-btn-switch {
    display: flex;
}

.user-login-custom-page .age-required-label {
    line-height: 1.2em;
}

.user-login-custom-page .inline-dropdown .dropdown-menu {
    min-width: 88px;
    height: 84px;
}

.user-login-custom-page .inline-dropdown ul {
    max-height: 200px;
    overflow-y: auto;
}

.user-login-custom-page .info.password-note {
    width: calc(100% - 15px);
    margin-bottom: 12px;
}

.user-login-custom-page .info.password-note span {
    color: #000;
}

#userLoginDesign {
    max-height: calc(100vh - 82px);
    overflow: auto;
}

@media (max-width: 1024px) {
    .user-login-custom-page .custom-form-control-item .form-group .control-label {
        float: none !important;
        text-align: left !important;
        padding: 0 !important;
        margin-bottom: 8px;
        width: 100% !important;
    }

    .user-login-custom-page .form-group .col-md-8 {
        width: 100% !important;
        padding: 0 !important;
    }

    .user-login-custom-page .form-group {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .user-login-custom-page .custom-form-control-item .form-title {
        padding: 0 16px !important;
        margin: 16px 0 8px 0 !important;
        display: block;
    }

    .user-login-custom-page .custom-form-control-item label.has-info-icon {
        display: flex;
        align-items: center;
        top: 0;
    }

    .user-login-custom-page .custom-form-control-item label.has-info-icon span.tip {
        top: 0;
        margin-left: 12px;
        flex-shrink: 0;
    }

    .user-login-custom-page .form-horizontal .form-group:not(.top-align) {
        display: block;
    }

    .user-login-custom-page .margin-left-zero-xs {
        margin-left: 0;
    }
    .add-plugin .plugin-types-container {
        max-width: 150px;
        min-width: 100px;
    }
    .add-plugin .search-container {
        max-width: calc(100% - 150px);
    }
    .add-plugin .header-links {
        max-width: calc(100% - 120px);
    }
    .add-plugin .plugins-container .marketplace-container {
        max-width: calc(100% - 150px);
    }

    .add-plugin .marketplace-loading-section {
        min-height: 125px;
    }
}

@media (max-width: 1400px) {
    .user-login-custom-page .custom-form-control-item label.has-info-icon span.tip {
        margin-left: 8px;
    }

    .user-login-custom-page .date-dropdown-group {
        display: block;
    }

    .user-login-custom-page .date-format-item {
        display: inline-block !important;
    }

    .user-login-custom-page .date-dropdown-group {
        margin-right: 0;
    }

    .user-login-custom-page .date-dropdown-group .reg-form-settings-item {
        margin-bottom: 10px;
    }

    .user-login-custom-page .age-label-btn-switch {
        margin-top: 12px;
    }

    .user-login-custom-page .custom-form-control-item .reg-form-settings-item.item-age-block {
        display: block;
    }

    .user-login-custom-page .custom-form-control-item .reg-form-settings-item.age-counter {
        display: block;
    }
}

/*


		##### END of User Login Custom Page CSS


*/
/* Emulator scroll CP */
.emulator-scroll .wrapper {
    display: inline-flex !important;
    justify-content: flex-start !important;
}
@media (max-width: 1240px), (max-height: 712px) {
    .emulator-scroll .emulator-section {
    }
}
@media (max-width: 1240px), (max-height: 712px) {
    .emulator-scroll .emulator-container {
        position: relative !important;
        flex-shrink: 0 !important;
    }
}
/* End of Emulator scroll CP */

/* Start of User Search UI */

.user-search .tags-container.popup-tags-container {
	min-width: 180px;
	max-width: 180px;
}
@media (min-width: 1024px) {
	.user-search .tags-container.popup-tags-container {
		min-width: 400px;
		max-width: 400px;
	}
}

.user-search .not-popup{
    min-width: 540px;
    max-width: 540px;
}
@media (max-width: 1400px) {
    .user-search .not-popup {
        min-width: 456px;
        max-width: 456px;
    }
}
.user-search .users-dropdown-tags {
    display: flex;
    align-items: center;
}
.user-search .dropdowns-tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-search .dropdowns-container {
    display: flex;
}
/* End of User Search UI */
/*File upload drag-overlay*/
.file-upload-drag-over:before {
    text-align: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px dashed #4e4e4e;
    background: rgba(241, 241, 241, 0.87);
    vertical-align: middle;
    box-sizing: border-box;
    z-index: 10;
}

.file-upload-drag-over:after {
    text-align: center;
    content: "Drop file here";
    font-size: 40px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 11;
}

/*
	##### File upload drag-overlay
*/

/* Data Tracer UI */
.data-tracer .custom-input {
    flex: auto;
}
.data-tracer .current-app .dropdown-menu {
    top: 38px;
}
/* Read Only State UI */
.data-tracer input[type="text"][readonly] {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}
.data-tracer input:active[type="text"][readonly],
.data-tracer input:focus[type="text"][readonly] {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}
/* End Of Read Only State UI */

/* Input error message and tooltip */
.data-tracer .error-msg {
    display: flex;
    align-items: center;
    margin-top: 4px;
    color: #a94442;
}
.data-tracer .error-msg p {
    margin-bottom: 0;
    font-size: 12px;
}
.data-tracer .error-msg span.tip{
    top: auto;
    margin-right: 8px;
    margin-left: 14px;
}
.data-tracer .dropdown-error {
    border: 1px solid #a94442;
}
/* End Of Input error message and tooltip */

/* In app purchases */
/* .purchase-settings .tip.btn-primary{
    position: absolute !important;
    left: -16px;
    top: 4px;
} */
.purchase-settings span.tip {
    margin-left: 0 !important;
    margin-bottom: 0.1rem
}

.purchase-settings .labels {
    padding: .5rem 0;
}

.purchase-settings .draggable-list-view .d-item{
    display: flex;
    align-items: center;
    padding: 12px;
}
.purchase-settings .draggable-list-view .d-item span.icon,
.purchase-settings .draggable-list-view .d-item .copy,
.purchase-settings .draggable-list-view .d-item span.title{
    top: 0;
}
.purchase-settings .draggable-list-view .d-item .copy,
.purchase-settings .draggable-list-view .d-item .copy .pull-right{
    display: flex;
    align-items: center;
    top: 0 !important;
}
.purchase-settings .draggable-list-view .d-item .media-holder{
    flex-shrink: 0;
}
.purchase-settings .draggable-list-view .d-item .copy{
    flex: auto;
    width: auto;
    max-width: none;
    overflow: hidden;
}
.purchase-settings .draggable-list-view .d-item .copy .pull-right{
    margin-left: auto;
}


/* Align Mode Option */
.data-tracer .mode-option-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* End Of Input Align Mode Option */

.alert-cp-style {
    position: fixed !important;
    bottom: 30px !important;
    right: 80px !important;
    top: auto !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    min-width: 134px;
    left: auto !important;
    width: 100%;
}

.alert-cp-style-emulator {
    position: absolute !important;
    left: 50% !important;
    top: 30px !important;
    transform: translate(-50%, -50%);
    min-width: 134px;
}

.toast-action-button {
    background: transparent;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    color: black;
    margin-left: 24px;
}

.toast-action-button.info {
    color: #00a1f1;
}

.toast-text {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
}

.alert-cp-style, .alert-cp-style-emulator {
    display: flex;
    justify-content: space-between;
    text-align: center !important;
    border-radius: 5px;
    z-index: 11 !important;
}

.alert-success {
    background-color: #EDF9FF !important;
    color: #47C3FF;
}

.alert-danger {
    background-color: var(--c-danger) !important;
}

/* Compass UI */
.data-tracer .custom-compass {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.data-tracer .compass-row {
    display: flex;
    align-items: flex-start;
}
.data-tracer .custom-compass > .compass-row {
    padding: 4px;
}
.data-tracer .custom-compass .btn-default {
    padding: 2px 8px;
}
.data-tracer .custom-compass textarea,
.data-tracer .custom-compass input {
    resize: none;
    flex: auto;
    border: 0;
    /* background-color: gray; */
}
.data-tracer .custom-compass .ace-chrome .ace_marker-layer .ace_active-line{
    background-color: #fff;
}
.data-tracer .custom-compass .form-control {
    border: 0;
}
/* End Of Compass UI */

/* Pill UI */
.data-tracer .pill {
    margin-right: 8px;
    padding: 2px 8px;
    background-color: #D8D8D8;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    flex-shrink: 0;
    min-width: 60px;
    text-align: center;
}
.data-tracer .pill-error {
    background-color: #ed4b4b;
}
/* End Of Pill UI */

/* Width for buttons */
.data-tracer .right-col-stretch {
    min-width: 180px;
}
/* End Of Width for buttons */

/* Search results UI */
.data-tracer .result-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 40px;
    margin: 16px 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.data-tracer .result-card .json-formatter-row .url {
    word-break: break-word;
    white-space: normal;
}
.data-tracer .json-formatter-row .string {
    word-break: break-word;
    white-space: normal;
}
/* End Of Search results UI */

/* Responsive input */
.data-tracer .label-info-button {
    display: flex;
    align-items: flex-start;
}
.data-tracer .label-info-button .btn-primary {
    justify-content: center;
    display: flex;
}
/* End Of Responsive input */

/* End of Data Tracer UI */

/* Whitelabel Admin */
.appmanagement-wl .app-states,
.canceledApps-wl .app-states {
    display: flex;
    align-items: center;
}

.appmanagement-wl .paid-active-state,
.appmanagement-wl .trial-active-state,
.canceledApps-wl .paid-active-state,
.canceledApps-wl .trial-active-state {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #14CB5D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appmanagement-wl .paid-active-state::after,
.canceledApps-wl .paid-active-state::after {
    content: '$';
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.appmanagement-wl .paid-inactive-state,
.appmanagement-wl .trial-inactive-state,
.canceledApps-wl .paid-inactive-state,
.canceledApps-wl .trial-inactive-state {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appmanagement-wl .paid-inactive-state::after,
.canceledApps-wl .paid-inactive-state::after {
    content: '$';
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #5F5F5F;
}

.appmanagement-wl .app-name-align,
.canceledApps-wl .app-name-align {
    display: flex;
    align-items: center;
}

.appmanagement-wl .progress-numbers,
.canceledApps-wl .progress-numbers {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.appmanagement-wl .progress,
.canceledApps-wl .progress {
    height: 8px;
}

.wlmanagement-wl .table-options-dropdown,
.appmanagement-wl .table-options-dropdown,
.canceledApps-wl .table-options-dropdown,
.revokedApps-wl .table-options-dropdown,
.appTemplates .table-options-dropdown,
.plans-wl .table-options-dropdown,
.buildqueue-wl .table-options-dropdown {
    border: 1px solid transparent;
}

.wlmanagement-wl .dropdown-menu .icon-open,
.appmanagement-wl .dropdown-menu .icon-open,
.buildqueue-wl .dropdown-menu .icon-open {
    border-radius: 0 !important;
    max-width: 12px !important;
    margin-top: 2px;
}

.canceledApps-wl .constrained-scroll,
.revokedApps-wl .constrained-scroll,
.appTemplates .constrained-scroll {
    max-height: calc(100vh - 415px);
    overflow: auto;
}

.canceledApps-wl .fixed-table.loaded,
.revokedApps-wl .fixed-table.loaded,
.appTemplates .fixed-table.loaded,
.manager-user .fixed-table.loaded {
    padding-top: 51px;
}

.canceledApps-wl .fixed-table .table-container,
.revokedApps-wl .fixed-table .table-container {
    padding-top: 0;
    padding-bottom: 70px;
}

.appTemplates .fixed-table .table-container {
    padding-top: 0;
    padding-bottom: 15px;
}

.canceledApps-wl table,
.revokedApps-wl table,
.appTemplates table,
.manager-user table {
    table-layout: fixed;
}

.canceledApps-wl .status:first-letter,
.revokedApps-wl .status:first-letter {
    text-transform: capitalize;
}

.canceledApps-wl .fixed-table .table-header [class*="col-"],
.revokedApps-wl .fixed-table .table-header [class*="col-"],
.appTemplates .fixed-table .table-header [class*="col-"],
.manager-user .fixed-table .table-header [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.table-header {
    transition: all 0.2s ease-in-out;
}

.canceledApps-wl .fixed-table .dropdown-menu.actions,
.revokedApps-wl .fixed-table .dropdown-menu.actions,
.appTemplates .fixed-table .dropdown-menu.actions {
    min-width: unset;
    width: 130px !important;
}

.manage-bf-scroll {
    position: relative;
    overflow: auto;
    max-height: 68vh;
    min-height: 46vh;
}
@media (max-height: 670px) {
    .manage-bf-scroll {
        max-height: 60vh;
        min-height: 40vh;
    }
}

/* Onboarding Slides */
.onboarding-d-list .d-item{
    display: flex;
    align-items: center;
    padding: 8px 12px;
}
.onboarding-d-list .d-item span.icon{
    top: 0;
}
.onboarding-d-list .d-item button span.icon{
    top: auto;
    margin: 0;
    font-size: 20px;
    color: #000;
}
.onboarding-d-list .d-item.double-line .copy{
    top: auto;
    width: auto;
    flex: auto;
    max-width: none;
    color: #000;
}
.onboarding-d-list .d-item.double-line .main{
    margin-left: 16px;
    flex-shrink: 0;
    display: flex;
}
.onboarding-d-list .d-item.double-line .main .btn-icon{
    margin-left: 8px;
}
/* # Whitelabel Admin */

/* Two Factor Authentication */

.two-factor-auth-container {
    min-height: 340px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.two-factor-auth-container .twoFA-steps .twoFA-steps__step-item .twoFA-steps__step-item__content .code-verification-input {
    text-align: center;
    font-size: 16px;
    letter-spacing: 16px;
    width: 14em;
    margin: 0 auto;
}

.two-factor-auth-container .twoFA-steps .twoFA-steps__step-item .twoFA-steps__step-item__content .code-verification-input::placeholder {
    letter-spacing: normal !important;
}

.two-factor-auth-container .twoFA-steps__loading {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.two-factor-auth-container .twoFA-steps__loading .twoFA-steps__loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #09A3EE;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

.two-factor-auth-container .twoFA-steps__error-messages {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.two-factor-auth-container .radio-inline {
    padding-left: 0;
}

.two-factor-auth-container .radio-inline input[type="radio"] {
    display: none;
}

.two-factor-auth-container h3.icon-lock {
    width: 64px;
    height: 64px;
    background-color: #eef0f0;
    border-radius: 50%;
    margin: 0 auto 32px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.two-factor-auth-container .twoFA-steps__step-item__content__number label {
    font-variant-numeric: tabular-nums;
    min-width: 140px;
    font-size: 16px !important;
    letter-spacing: .05em;
}
/* Publishing Info */
.publishing-info-container{
    /* max-height: calc(100vh - 190px); */
    /* overflow: auto; */
}
.store-container{
    width: 50%;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    min-height: 180px;
}
.store-container.border-danger{
    border: 1px solid #ed4b4b;
}
.store-container:first-of-type{
    margin-right: 8px;
}
.store-container:last-of-type{
    margin-left: 8px;
}
.store-container .head{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.store-container .head .img-container{
    width: 64px;
    height: 64px;
    overflow: hidden;
    margin-right: 16px;
}
.store-container .head .img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.store-container .head .toggle-container{
    margin-left: auto;
}
.store-container .feedback-msg{
    margin-left: 80px;
}
.store-container .store-footer{
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.publishing-info-top-bar{
    padding: 16px 30px;
}
.publishing-info-top-bar .btn-icon{
    background-color: transparent;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-right: 16px;
}
.publishing-info-top-bar .btn-success{
    margin-left: auto;
    min-width: 80px;
}

.publishing-info-container .btn-success {
    min-width: 80px;
}

.publishing-info-top-bar .top-bar-title{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.publishing-info-steps {
    width: 400px;
    padding: 0 30px;
    flex-shrink: 0;
}
.publishing-info-steps li a {
    border-radius: 4px;
    color: #A0A0A0;
    border: 1px solid #A0A0A0;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
    cursor: pointer;
}
.publishing-info-steps li a.active,
.publishing-info-steps li a.active:hover{
    border: 1px solid #00a1f1;
    color: #00a1f1;
}
.publishing-info-steps .count{
    margin-right:4px;
    width: 24px;
}
.publishing-info-steps .checkmark-container,
.section-divider .completed-status .checkmark-container{
    width: 20px;
    height: 20px;
    background-color: #EFEFEF;
    border-radius: 50%;
    font-size: 12px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-divider .completed-status .checkmark-container{
    margin-left: 16px;
    color: #fff;
    background-color: #00a1f1;
}
.publishing-info-steps .checkmark-container.completed{
    background-color: #14cb5d;
    color: #fff;
}
.publishing-info-steps .checkmark-container.missing-info{
    background-color: #ed4b4b;
    color: #fff;
    position: relative;
}
.publishing-info-steps .checkmark-container.missing-info::after{
    content: '!';
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%) translateX(-50%);
}
.publishing-info-steps .checkmark-container.missing-info .icon-check{
    display: none;
}
.publishing-info-steps .checkmark-container .icon{
    display: none;
}
.publishing-info-steps .checkmark-container.completed .icon{
    display: block;
}
.publishing-info-steps li p{
    margin: 0;
}
.publishing-info-steps-container{
    display: flex;
}
.publishing-scrollable{
    overflow-y: auto;
    padding-right: 24px;
    padding-bottom: 40px;
    min-height: 280px;
    max-height: calc(100vh - 340px);
    flex: auto;
}
.publishing-scrollable .label-column{
    width: 360px;
    margin-right: 20px;
}
.publishing-scrollable .input-column{
    flex: auto;
}
.publishing-scrollable .input-column input[type="text"]{
    display: block;
}
.publishing-info-steps .ready-for-submission{
    background-color: #14cb5d;
    color: #fff;
    border-color: #14cb5d;
}
.publishing-info-steps .ready-for-submission .completed{
    background-color: #14cb5d;
}
.publishing-scrollable .app-information .icon-container{
    width: 120px;
    height: 120px;
    background: #e5f1ff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.publishing-scrollable .app-information .icon-container .loader{
    width: 34px;
    height: 34px;
    position: absolute;
}
.publishing-scrollable .app-information .icon-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.publishing-scrollable .app-information .label-column{
    width: 140px;
    flex-shrink: 0;
}
.publishing-scrollable .label-column.label-column-small{
    width: 160px;
    flex-shrink: 0;
}
.publishing-scrollable .caption{
    font-size: 12px;
    line-height: 1.5;
}
.publishing-scrollable .section-divider{
    align-items: center;
    display: flex;
}
.publishing-scrollable .section-divider .completed-status{
    color:#2483c9;
    margin-left: auto;
    flex-shrink: 0;
}
.publishing-scrollable .section-divider .tabs{
    display: flex;
    margin: 0 24px;
}
.publishing-scrollable .section-divider .tabs li{
    font-weight: bold;
    color: #000;
    padding: 8px 12px;
    cursor: pointer;
    position: relative;
}
.publishing-scrollable .section-divider .tabs li.active::after{
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00a1f1;
}
.publishing-scrollable .screenshot-carousel{
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.publishing-scrollable .screenshot-carousel .add-screenshot,
.publishing-scrollable .screenshot-carousel .screenshot-container{
    width: 125px;
    height: 236px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    background-color: #ebeaea;
    color: #14cb5d;
    flex-shrink: 0;
    overflow: hidden;
    font-size: 24px;
    margin-right: 16px;
}
.publishing-scrollable .screenshot-carousel .screenshot-container img{
    width: 100%;
    height: 100%;
}
.publishing-scrollable .well .app-store-icon{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.publishing-scrollable .well .app-store-icon img{
    width: 100%;
    height: 100%;
}
.publishing-scrollable textarea{
    resize: none;
}
.publishing-terms-list {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.publishing-terms-list .list-group-item{
    border: 0;
    display: flex;
    align-items: center;
}
.publishing-terms-list .list-group-item .btn-default{
    border: 0;
    color: #00a1f1;
    margin-left: auto;
    flex-shrink: 0;
}
/* Publishing Info End */

/* Action Builder Template & Expressions Builder Template */
.dialog-template-container {
    display: flex;
    height: calc(100vh - 140px)
}

.dialog-template-container .labels {
    padding: .5rem 0;
}

.dialog-template-container .dialog-template-options-list{
    width: 220px;
    flex-shrink: 0;
    z-index: 3;
    background-color: #fff;
    -webkit-box-shadow: 6px 0px 4px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 0px 4px -5px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 150px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom-left-radius: 15px;
}

.dialog-template-container .dialog-template-options-list.expressions-builder {
    z-index: unset;
    padding-bottom: 60px;
}

.dialog-template-container .dialog-template-options-list::-webkit-scrollbar {
    display: none;
}

.dialog-template-container .dialog-template-scrollable {
    overflow-y: auto;
    margin-bottom: 6.5rem;
    /* height: calc(100vh - 150px); */
    flex: auto;
}

#expressionsBuilderTemplate .expression-result-field {
    max-height: 30vh;
    height: 20vh;
    overflow-y: auto;
    background-color: var(--c-gray1);
}

.dialog-template-container .dialog-template-scrollable .section-image-container {
    display: flex;
    justify-content: center;
}

.dialog-template-container .dialog-template-scrollable .section-image-holder {
    margin-top: 1rem;
    width: 110px;
    border-radius: 4px;
    background-color: #e5f1ff;
    overflow: hidden;
}

.dialog-template-container .dialog-template-scrollable .section-image-holder img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.dialog-template-container .dialog-template-options-list li {
    padding: 14px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dialog-template-container .dialog-template-options-list .sub-items-wrapper {
    background-color: #F5F8FA;
}

.dialog-template-container .dialog-template-options-list .sub-items-wrapper li {
    padding: 5px 12px;
}

.dialog-template-container .dialog-template-options-list li:hover {
    background-color: #F5F8FA;
}

.dialog-template-container .dialog-template-options-list li h5 {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
}

.dialog-template-container .dialog-template-options-list li .body-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: auto;
}

.dialog-template-container .dialog-template-options-list li .img-holder {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #e5f1ff;
    overflow: hidden;
}

.dialog-template-container .dialog-template-options-list .sub-items-wrapper .empty-img-holder {
    margin-right: 12px;
    width: 40px;
    height: 40px;
}

.dialog-template-container .dialog-template-options-list li .img-holder img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.dialog-template-container .dialog-template-options-list li .text-holder {
    flex: auto;
}

.dialog-template-container .dialog-template-options-list .loader {
    width: 20px;
    height: 20px;
}

.dialog-template-container .dialog-template-options-list .action-dropdown {
    transition: transform 0.3s ease;
}

.dialog-template-container .dialog-template-options-list .action-dropdown.action-dropdown-opened {
    transform: rotate(180deg);
}


.dialog-template-container .bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
}

/* END Action Builder Template*/

/* Feature Grid List Container */

.features-grid-container {
    background: #f5f5f5;
    width: 100%;
    min-height: 50vh;
    padding: 0 25px;
}

.features-grid-container.full-height {
    min-height: calc(100vh - 175px);
}

.active-plugins .features-grid-container {
    max-height: calc(100vh - 157px);
    min-height: calc(100vh - 157px);
}

.features-grid-container .infinite-scroll-container {
    max-height: 40vh;
    overflow-y: auto;
    margin-top: 5px;
    padding-bottom: 1rem;
}

.features-grid-container.full-height .infinite-scroll-container {
    max-height: calc(100vh - 240px);
}

.active-plugins .features-grid-container.full-height .infinite-scroll-container {
    max-height: calc(100vh - 230px);
}

#addExistingFeatureDialog .features-grid-container.full-height {
    max-height: calc(100vh - 265px);
    min-height: calc(100vh - 265px);
}
#addExistingFeatureDialog .features-grid-container.full-height .infinite-scroll-container {
    max-height: calc(100vh - 360px);
}

.features-grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 10px;
}

.features-grid-list .disabled {
    opacity: 0.5;
    pointer-events: none;
}

.features-grid-list .loading-holder {
    grid-column-end: span 2;
}

.features-grid-list .feature-item {
    width: auto;
    min-width: 0;
    padding: 16px;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    cursor: pointer;
    position: relative;
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}

.dialog-template-container .features-grid-list .loading-holder {
    grid-column-end: span 2;
}

.features-grid-list .feature-item.selected {
    background-color: #C8EDFF;
}

.features-grid-list .feature-item .media-holder {
    width: 35px;
    height: 35px;
    min-width: 35px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5f1ff;
}
.features-grid-list .feature-item .media-holder img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.features-grid-list .feature-item .text-holder {
    margin-top: 1rem;
    padding: 0 10px;
    width: 85%;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 0;
}

.features-grid-list .feature-item .text-holder.plugin-text .tooltip.title-tooltip  {
    width: 109px !important;
}

.features-grid-list .feature-item .text-holder.plugin-text .tooltip.title-tooltip .tooltip-inner {
    width: 109px !important;
    text-align: center;
    word-break: break-word !important;
}

.text-holder.plugin-text .tooltip.title-tooltip .tooltip-inner {
    width: 109px !important;
    text-align: center;
    word-break: break-word !important;
}

.features-grid-list .feature-item .text-holder .sub-title {
    color: rgba(16, 16, 16, 0.70);
    font-size: 12px;
}

.features-grid-list .feature-item .actions {
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    width: calc(100% - 16px);
    padding: 0.5rem;
}

.features-grid-list .feature-item:hover .actions {
    opacity: 1;
    transition: all 0.3s;
}

.features-grid-list .feature-item .actions div {
    height: 26px;
    width: 26px;
}

.features-grid-list .feature-item .actions .clone-btn-div {
    flex: 1;
}

.features-grid-list .feature-item .actions .clone-btn,
.features-grid-list .feature-item .actions .delete-btn {
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 50%;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    width: 26px;
}

/* App permissions */

#appPermissionsPage .app-permissions-container {
    overflow: hidden;
}

#appPermissionsPage .app-permissions-steps-container {
    display: flex;
}

#appPermissionsPage .app-permissions-steps {
    width: 330px;
    padding-right: 2.5rem;
    padding: 2rem;
}

#appPermissionsPage .app-permissions-steps li a {
    border-radius: 4px;
    color: #000;
    border: 2px solid #d3d2d2;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
    cursor: pointer;
    justify-content: space-between;
}

#appPermissionsPage .app-permissions-steps li a.active,
#appPermissionsPage .app-permissions-steps li a.active:hover {
    border: 2px solid #00a1f1;
    color: #00a1f1;
}

#appPermissionsPage .app-permissions-steps li p {
    margin: 0;
}

#appPermissionsPage .app-permissions-steps .customized-container {
    font-size: 12px;
    color: #00a1f1;
}

#appPermissionsPage .app-permissions-scrollable {
    overflow-y: auto;
    height: calc(100vh - 218px);
    flex: auto;
}

#appPermissionsPage .app-permissions-scrollable .chips-container {
    padding: 1rem 1.5rem;
}

#appPermissionsPage .app-permissions-scrollable .chips-container .chip {
    background-color: #efefef;
    border-radius: 1.5rem;
    padding: .5rem 1rem;
    margin: 0 .25rem;
}

#appPermissionsPage .app-permissions-scrollable .image-holder {
    background-color: #efefef;
    width: 30rem;
    overflow: hidden;
}

#appPermissionsPage .app-permissions-scrollable .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}
#appPermissionsPage .app-permissions-scrollable #analyticsTrackingUserTags tags-input .tags{
    max-height: 80px;
    overflow: auto;
}
#appPermissionsPage .app-permissions-scrollable #analyticsTrackingUserTags .add-tag-btn{
    align-self: stretch;
    height: auto;
}

/* End App Permissions */


@media (max-width: 780px){
    .dialog-template-container .features-grid-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .dialog-template-container .features-grid-list .loading-holder {
        grid-column-end: span 3;
    }

}

@media (max-width: 780px) {
    .active-plugins .features-grid-list {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .active-plugins .features-grid-list .loading-holder {
        grid-column-end: span 4 !important;
    }
}

@media (max-width: 970px){
    .dialog-template-container .features-grid-list {
        grid-template-columns: repeat(4, 1fr);
    }
    #addExistingFeatureDialog .features-grid-list .loading-holder {
        grid-template-columns: repeat(1, 1fr);
    }

    .dialog-template-container .features-grid-list .loading-holder {
        grid-column-end: span 4;
    }
    #addExistingFeatureDialog .features-grid-list .loading-holder  {
        grid-column-end: span 1;
    }

}

@media (min-width: 971px) {
    #addExistingFeatureDialog .features-grid-list .loading-holder {
        grid-column-end: span 2;
    }
}

/* End Feature Grid List Container */
#sideMenuHeaderImage {
	height: 26px;
	width: 26px;
	vertical-align: middle;
	object-fit: cover;
	max-width: none;
}

/* Helper Classess for bootstrap columns */
.col-0-5 {
    max-width: 4.16666667% !important;
    width: 4.16666667% !important;
}

.col-1-5 {
    max-width: 12.5% !important;
    width: 12.5% !important;
}

.col-2-5 {
    max-width: 20.833333325% !important;
    width: 20.833333325% !important;
}

.col-3-5 {
    max-width: 29.166666655% !important;
    width: 29.166666655% !important;
}

.col-4-5 {
    max-width: 37.499999985% !important;
    width: 37.499999985% !important;
}

.col-5-5 {
    max-width: 45.833333315% !important;
    width: 45.833333315% !important;
}

.col-6-5 {
    max-width: 54.166666645% !important;
    width: 54.166666645% !important;
}

.col-7-5 {
    max-width: 62.499999975% !important;
    width: 62.499999975% !important;
}

.col-8-5 {
    max-width: 70.833333305% !important;
    width: 70.833333305% !important;
}

.col-9-5 {
    max-width: 79.166666635% !important;
    width: 79.166666635% !important;
}

.col-10-5 {
    max-width: 87.499999965% !important;
    width: 87.499999965% !important;
}

.col-11-5 {
    max-width: 95.8333333% !important;
    width: 95.8333333% !important;
}


/* Input Chips */
.chip {
    padding: 0 14px;
    padding-right: 8px;
    background-color: rgb(224, 224, 224);
    border-radius: 100px;
    display: inline-flex;
    margin: 0 5px;
    color: #808080;
    align-items: center;
    height: 28px;
    font-size: 12px;
    cursor: pointer;
    border: none;
    max-width: 260px;
    width: max-content;
}

.chip .icon {
    font-size: 16px;
    color: rgba(0, 0, 0, .54);
    width: 20px;
    text-align: center;
}

.chip .icon--leadind {
    margin: 2px 4px 0 -4px;
}

.chip .icon--trailing {
    margin: 2px -4px 0 4px;
}

.chips .chip.chip--active {
    color: rgb(17, 64, 92);
    background-color: rgba(17, 64, 92, 0.2);
}

.chips__filter .chip .chip--check {
    display: none;
}

.chips__filter .chip.chip--active .chip--check {
    display: block;
}

.chips .clear-filter-icon {
    margin-left: 8px;
}

.chips .clear-filter-icon::after {
    top: 10px !important;
    left: -0.5px !important;
}

.chips .clear-filter-icon {
    background-color: transparent !important;
    color: #afafaf !important;
}
.chips .clear-filter-icon:hover {
    background-color: transparent !important;
    color: #808080 !important;
}

.chips .clear-filter-icon:after {
    font-size: 13px !important;
}

.search-bar-container {
    position: relative;
}

.search-bar {
    display: flex;
    position: relative;
    align-items: center;
}

.search-bar .search-input {
    flex: auto;
    border-radius: 0.25rem 0 0 0.25rem;
}

.selected-filters {
    display: flex;
    align-items: center;
    padding: 0 .5rem 0 0;
}

.btn-info .search-icon {
    width: 1rem;
    height: 1rem;
    position: relative;
    display: block;
}

.btn-info .search-icon::before {
    display: block;
    content: '';
    border-radius: 50%;
    width: .75rem;
    height: .75rem;
    border: 1px solid #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.btn-info .search-icon::after {
    display: block;
    content: '';
    width: 1px;
    height: .5rem;
    background-color: #ffffff;
    transform: rotate(-45deg);
    top: .5rem;
    left: .75rem;
    position: absolute;
}

.btn-badge {
    border-radius: 1rem;
    background-color: #f2f2f2;
    color: #808080;
    font-size: .75rem;
    padding: .25rem .5rem;
    border: 0;
    box-shadow: 0;
    margin-right: .25rem;
}

.selected-filters .btn-badge{
    padding-right: 1.75rem;
    position: relative;
    cursor: pointer;
}

/* Search Bar Popup Filters */
.selected-filters .btn-badge::before,
.selected-filters .btn-badge::after {
    content: '';
    width: .75rem;
    height: 1px;
    background-color: #808080;
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%) rotate(45deg);
}

.selected-filters .btn-badge::after {
    transform: translateY(-50%) rotate(-45deg);
}

.selected-filters .btn-badge:hover::before,
.selected-filters .btn-badge:hover::after {
    background-color: #ed4b4b;
}

.selected-filters .caption:hover {
    color: #ed4b4b;
}

.search-bar .btn.btn-info {
    width: 48px;
    height: 34px;
    border-radius: 0 .5rem .5rem 0;
}

.search-bar .btn.btn-info span {
    font-size: 16px !important;
}

.filters-popup {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: .5rem;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 20%);
    width: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transform-origin: top;
    transition: all ease-in-out .1s;
    z-index: 10;
    left: 0;
    top: 40px;
}

.filters-popup .input-control.side-label label,
.filters-popup .input-control.side-label .label-wrap {
    width: 20%;
    font-size: .75rem;
    min-width: 7rem;
}

.search-bar-container .filters-popup.open {
    width: 100%;
    opacity: 1;
    pointer-events: all;
}

/* New loading spinner */
.loading-spinner {
    font-size: 10px;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    text-indent: -9999em;
    top: 3px;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #09A3EE;
    background: -moz-linear-gradient(left, #09A3EE 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #09A3EE 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #09A3EE 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #09A3EE 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #09A3EE 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loading-spinner:before {
    width: 50%;
    height: 50%;
    background: #09A3EE;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loading-spinner:after {
    background: #eef0f0;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

input[type="checkbox"][disabled] + label,
input[type="checkbox"][disabled] + label:after,
input[type="checkbox"][disabled] + label:before {
    cursor: not-allowed;
}

.not-allowed {
    cursor: not-allowed !important;
}

.custom-css-indicator {
    display: inline-block;
    position: absolute;
    right: -73px;
    background: #AFAFAF;
    border-radius: 0px 0px 4px 4px;
    transform: rotateZ(270deg);
    padding: 7px 15px;
    top: 60px;
    color: white;
}

/* Color picker */
.color-picker.color-picker-beside {
    top: 0px;
    left: 45px;
}

/* Status Circle */
.status-circle {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	-webkit-text-stroke: 0;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	height: 12px;
	width: 12px;
	border-radius: 50%;
}

/* Status Dropdowm */
.status-dropdown button {
	display: flex;
	align-items: center;
	text-align: left;
}

.status-dropdown button span:nth-child(2) {
	flex: 1;
}

.status-dropdown-menu {
	width: 160px;
}

/* Add Button */
.add-button span {
    font-size: 11px !important;
}

/* List Table */
.list-table {
    border: none;
}

.list-table thead th {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px !important;
    color: #000;
}

.list-table tbody th {
    vertical-align: middle;
}

.list-table thead th a {
    color: #000;
}

.list-table tbody tr {
    border: 1px solid #ddd;
}

.list-table tbody tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px !important;
    vertical-align: middle;
}

.list-table tbody tr td > a {
    color: var(--c-primary);
}

.list-table tbody td {
    color: #000;
}

.list-table span.sort-icon {
    font-size: 16px !important;
}

/* Image Helper */
.image-helper-text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
}

/* Scroll Section */
.scroll-section-overflow {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
}


/* start Layouts tab style */
.layouts-tab-container .layoutgrid .layout {
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    height: 0;
    padding-bottom: 214.2%;
    margin-bottom: 30px;
    max-height: 305px;
}

.layouts-tab-container .layout.active {
    border: 2px solid var(--c-primary);
}

.layouts-tab-container .selected-layout {
    width: 13rem;
    height: 29rem;
    margin-right: 1rem;
    margin-top: 1rem;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    border-radius: 0.25rem;

}

.layouts-tab-container .layout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}


.layouts-tab-container .layoutgrid .layout.custom-layout span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .5rem;
    color: var(--c-white);
    font-size: 1.5rem;
    z-index: 2;
    line-height: 1.5;
    word-break: break-word;
}

.layouts-tab-container .layoutgrid .layout.custom-layout::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(150,150,150,0.4) 20%, rgba(150,150,150,0) 100%);
    z-index: 1;
}

.layouts-tab-container .code-editor-container .loading-container{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.layouts-tab-container .code-editor-container  .inner-input-text {
    position: absolute;
    right: 1rem;
    top: .75rem;
    color: var(--c-gray4);
}

.colors-list-grid_css-injection{
    display:grid;
    grid-template-columns: minmax(35px,max-content) repeat(auto-fill,35%) 15%;
    grid-column-gap: 5px;
    padding: 5px;
}
/* Layouts tab styles ENDS here */

/* Tooltip */
.tooltip-max-content {
    width: max-content;
}

.square-image-override{
    width:96px !important;
    height:96px !important;
    max-width: unset !important;
    display: flex !important;
    align-items: center;
}

.unset-height-width{
    width:unset !important;
    height:unset !important;
}

/* generate AI images popup */

.generate-image-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 460px;
    height: 510px;
    background: var(--c-white);
    right: 30px;

    position: absolute;
    top: calc(50% - 5px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    border: 3px var(--c-gray1) solid;
    border-radius: 4px;
}

.generate-image-backdrop {
    width:100%;
    height:100%;
    opacity: 0.95;
    position: absolute;
    background: var(--c-white);
    z-index: 3;
}

.generate-image-popup .icons {
    width: 100%;
    position: absolute;
    right: 0;
    top: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    padding-right: 15px;
}

.generate-image-popup .icons span.icon {
    font-size: 18px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.generate-image-popup .icons span.icon.icon-repeat:hover {
    color: var(--c-primary);
    transition: 0.3s;
}

.generated-image {
    flex-direction: column;
    height: 504px;
    width: 454px;
}

.generated-image .ai-image-container {
    margin: auto;
}

.generated-image .ai-image-container img {
    max-height: 454px;
    max-width: 454px;
}

.generated-image .bottom {
    height: 50px;
    background: var(--c-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid var(--c-gray1);
    padding: 13px;
}
.generate-image-popup .generated-image .bottom .controls {
    width: 100px;
    height: 28px;
    display: flex;
    align-items: center;
}
.generate-image-popup .generated-image .bottom .controls span.icon{
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.generate-image-popup .generated-image .bottom .controls span.icon:hover{
    color: var(--c-primary);
    transition: 0.3s;
}

@keyframes animate {
    0% {
      background-position: -1000%;
    }
    100% {
      background-position: 1000%;
    }
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.ai-generate-form {
    height: 50px;
}

.ai-generate-form .input-group-addon {
    width: auto;
    padding: 6px;
    line-height: 20px;
}

.generate-image-popup span.disabled, .ai-generate-form span.disabled {
    pointer-events: none;
}

.language-settings-container .puzzle-box.textarea {
    display: flex !important;
    align-items: center;
    height: 80px;
}

.language-settings-container textarea.form-control {
    min-width: unset !important;
}

/* Icon Pack Settings */

.bi {
	line-height: 1 !important;
}
/* end Icon Pack Settings */


/* trend rider styles */
.trend-rider-ai-fab{
    width: 48px !important;
    height: 48px !important;
}

body.has-intercom-chat.has-trend-rider-bot .trend-rider-ai-fab{
    bottom: 85px !important;
}

body.has-intercom-chat.has-trend-rider-bot .trend-rider-ai-chat-window{
    bottom: 75px !important;
}

/* Hide the original image */
.trend-rider-ai-fab img.trend-rider-ai-fab-icon {
    display: none;
}

button.trend-rider-ai-fab {
    display: flex;
    flex-direction: column;
    z-index: 99;
}
/* Use CSS content to show a background image */
.trend-rider-ai-fab::before {
    content: url('/images/ai-chat-filled.svg');
    height: 28px;
}

/* end trend rider */

.pricing-plan .eye-icon {
    position: absolute;
    top: 8px;
    right: 35px;
    cursor: pointer;
    line-height: 16px;
}

/* customize tooltp style */
.tooltip-high-priority-wide {
	z-index: 100;
	max-width: 300px;
    word-break: break-all;
}

/*** Move Buttons on top bar (publish app etc.) to the far right ***/

.button-container {
    order: 3;
}


/** Hide language dropdown ***/

.googleLanguageDropdown {
    display: none;
}

/** temporary fix for the help button with question mark icon on the top bar / background image should be removed and use original image when dark top bar is deployed ***/

a.btn.btn-primary.margin-left-fifteen.padding-left-five.padding-right-five.padding-top-five.padding-bottom-five {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #101010;
    background-position: center;
    background-repeat: no-repeat;
    height: 34px;
    width: 34px;
}

a.btn.btn-primary.margin-left-fifteen.padding-left-five.padding-right-five.padding-top-five.padding-bottom-five:hover {
    background-color: var(--c-dark);
    background-position: center;
    background-repeat: no-repeat;
    height: 34px;
    width: 34px;
}

/*dropdown hamburger menu in top right corner of every plugin control*/

.first-funnel .second-funnel .third-funnel .plugin-menu-actions {
display: none;
}


/**** control tabs bottom border color ****/

.nav-tabs.nav-justified>li.active>a, .nav-tabs.nav-justified>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li>a:hover {
    border-bottom: 4px solid #47C3FF !important;
    color: var(--c-success) !important;
}

/***** Hide "Welcome to Buidlfire" message on one type of dashboard ********/

.db-main-heading {
    display:none;
}


/* UI theme customization */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #333;
    border-color: none;
}

@media(max-width: 860px) {
    .marketplace-items-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(min-width: 1280px) {
    .marketplace-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 1800px) {
    .marketplace-items-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .modal-dialog .marketplace-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 2000px) {
    .marketplace-items-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.db-content-post {
    justify-content: space-between;
}

@media(max-width: 1200px) {
    .dashboard-pre .db-content,
    .db-content-post {
        flex-direction: column;
    }
    .dashboard-pre .db-content .db-col-1,
    .db-content-post .db-col-1 {
        width: 100% !important;
        padding-right: 0 !important;
    }
    .dashboard-pre .db-content .db-col-2,
    .db-content-post .db-col-2 {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .dashboard-pre .db-content .db-col-1 {
        margin-top: 20px;
    }
    .dashboard-pre .db-content .db-col-2 {
        order: -1;
        padding-left: 10px;
    }
    .responsive-field {
        width: 100% !important;
    }
}

.custom-termsAndCondetions {
    max-height: calc(100vh - 67px);
    overflow: auto;
}

.cp-logo-width {
    width: 95px;
}

tags-input .tags .tag-item{
    font-family: 'Inter_Regular' !important;
}

tags-input .tags .input{
    font-family: 'Inter_Regular' !important;
}

tags-input .autocomplete{
    font-family: 'Inter_Regular' !important;
}

tags-input .autocomplete .suggestion-item em{
    font-family: 'Inter_Regular' !important;
}

tags-input .autocomplete .suggestion-item{
    font-family: 'Inter_Regular' !important;
}

/* Resizer styles */
.resizer {
    background-color: transparent;
    cursor: ew-resize;
    left: 12px;
    margin-left: -10px;
    min-width: 10px;
    z-index: 10;
}

.resizer::after {
    background-color: #ccc;
    border-radius: 15px;
    content: "";
    display: block;
    height: 78px;
    left: 3px;
    max-width: 4px;
    position: absolute;
    width: 100%;
}

.resizer::before {
    margin-right: 1px;
}

.plugin-iframe-container {
    overflow-y: auto;
}


table > tbody > tr > td.three-dots-menu {
    align-content: center;
    padding: 0;
    width: 75px;
}

.custom-dropdown .dropdown-toggle {
    height: 40px;
    background: unset;
    border: unset;
}

.plugin-item .options-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}
.plugin-item .options-container .plugin-category-icon{
    cursor: auto;
}

.custom-dropdown .options-menu {
    -webkit-user-select: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px #0000000d;
    color: #101010;
    font-size: 15px;
    list-style-type: none;
    min-width: 165px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 20px;
    user-select: none;
    z-index: 1;
}

.profile.custom-dropdown .options-menu {
    box-shadow: 0px 0px 20px #0000002d;
}

.custom-dropdown .options-menu.dropdown-menu {
    left: unset;
    float: unset;
    margin: 0;
    border: unset;
    max-height: unset;
}

.profile.custom-dropdown .options-menu.dropdown-menu {
    left: 56px;
}

.custom-dropdown .options-menu li {
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
}

.custom-dropdown .options-menu li:hover {
    background-color: rgba(16, 16, 16, 0.05);
}
  
.custom-dropdown .options-menu li.delete-item {
    color: #FF7438;
    text-decoration: underline;
}

.custom-dropdown .options-menu hr {
    margin: 2px 0;
}

#pluginContentContainer #pluginControlHeaderTabs li.plugin-nav-tab a {
    padding: 15px;
    font-size: 22px;
}

#pluginContentContainer #pluginControlHeaderTabs .nav-tabs.nav-justified>li.active.plugin-nav-tab>a {
    opacity: 1;
}

#pluginContentContainer #pluginControlHeaderTabs .nav-tabs.nav-justified>li.plugin-nav-tab>a {
    opacity: 0.5;
}

.nav-tabs.nav-justified>li.active.plugin-nav-tab>a, .nav-tabs.nav-justified>li.plugin-nav-tab>a:hover, .nav-tabs>li.active.plugin-nav-tab>a, .nav-tabs>li.plugin-nav-tab>a:hover {
    border-bottom: 4px solid #00a1f1 !important;
}

li.plugin-nav-tab uib-tab-heading .icon, #bf-custom-tabs li.plugin-nav-tab uib-tab-heading .icon {
    margin-right: 0;
}

.plugin-tabs-tooltip {
    width: max-content;
    right: 0;
}

.plugin-tabs-tooltip .tooltip-arrow {
    border-width: 0 !important; 
}

.plugin-tabs-tooltip .tooltip-inner {
    background-color: #343434;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    color: #fff;
    font-family: 'Inter_Regular' !important;
    font-size: 14px;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -0.14px !important;
    line-height: normal !important;
    padding: 10px 20px;
    user-select: none;
}

.add-plugins-tooltip .tooltip-inner {
    background-color:  #343434;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    color: #fff;
    padding: 10px;
}

.add-plugins-tooltip .tooltip-arrow {
    border-right-color: #343434;
}

.add-plugins-tooltip {
    filter: alpha(opacity=100);
    font-family: 'Inter_Medium','Helvetica','Sans-Serif','Arial';
    font-size: 14px;
    letter-spacing: -0.12px;
    opacity: 1;
    width: max-content;
}

.search-clear {
    bottom: 50%;
    position: absolute;
    right: 12px;
    top: calc(50% - 7px);
}

.modal-dialog-scrollable {
    height: 75vh;
    overflow-y: scroll;
}

.purchase-plugins-list {
    overflow-y: auto;
    max-height: 50vh; 
    margin-top: 8px
}

.purchase-plugins-list .purchase-plugin{
    display: flex; 
    align-items: center; 
    margin: 12px 12px 12px 0; 
    background-color: rgba(245, 245, 245, 1);
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.purchase-plugins-list .purchase-plugin img {
    width: 40px; 
    border-radius: 12px; 
    margin-right: 12px;
}

.purchase-plugins-list .purchase-plugin .plugin-name {
    font-size: 12px; 
    opacity: 0.5
}

.plugin-config-type-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 10px;
    border-radius: 1000px;
    gap: 10px;
}

.plugin-config-type-holder.premium {
    background-color: var(--c-white);
    color: var(--c-success);
    border: 1px solid #10101026;
}

.plugin-config-type-holder.professional {
    background-color: var(--c-gray2);
    color: var(--c-success);
}

.plugin-config-type-holder.enterprise {
    background-color: #47C3FF4D;
    color: #00486B;
}

/* secondary "gray" tooltip UI */
.bf-secondary-tooltip-container {
    display: inline-block;
}
.bf-secondary-tooltip-container .bf-secondary-tooltip {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: var(--c-gray6);
    border-radius: 100%;
    text-align: center;
    position: relative;
    top: 2px;
    cursor: help;
}
.bf-secondary-tooltip-container .bf-secondary-tooltip::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: var(--c-white);
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
}
.bf-secondary-tooltip-container .bf-secondary-tooltip::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 6px;
    background-color: var(--c-white);
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.bf-secondary-tooltip-container .bf-secondary-tooltip-content {
    position: absolute;
    padding-left: 10px;
    display: none;
    z-index: 10;
}

.bf-secondary-tooltip-container .bf-secondary-tooltip-content.bf-bottom-secondary-tooltip-content {
    right: 50%;
    top: 100%;
    padding-top: 15px;
}

.bf-secondary-tooltip-container .bf-secondary-tooltip-content:not(.bf-bottom-secondary-tooltip-content){
    left: 0;
    top: 100%;
    transform: translate(15px, -50%);
}

.bf-secondary-tooltip-container .bf-secondary-tooltip-content .bf-secondary-tooltip-text{
    width: 275px;
    padding: 12px 18px;
    background: var(--c-white);
    border-radius: 10px;
    border: 1px solid var(--c-gray3);
    font-size: 12px;
    color: var(--c-gray6);
    margin-top: -10px;
    display: block;
    box-shadow: 0px 0px 20px 0px #0000000D;
}

.bf-secondary-tooltip-container:hover .bf-secondary-tooltip-content,
.bf-secondary-tooltip-content:hover {
    display: block;
}

.bf-secondary-tooltip-container:hover .bf-secondary-tooltip-content.bf-bottom-secondary-tooltip-content,
.bf-secondary-tooltip-content.bf-bottom-secondary-tooltip-content:hover {
    transform: translateX(50%);
}
/* END: secondary "gray" tooltip UI */
.app-share-settings p.info, .pwa-settings p.info {
    color: #101010;
    background-color: #F5F5F5;
    line-height: 1.5;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}

.app-share-settings p.info a:hover, .pwa-settings p.info a:hover {
    color: #101010;
}

.info-with-icon {
    display: flex; 
    align-items: center ;
    justify-content: space-between;
    height: 43px;
    font-size: 15px;
    border-radius: 5px;
}

.info-with-icon .icon {
    color: var(--c-gray5);
    font-size: 25px;
}

.icon.icon-copy {
    cursor: pointer;
}

input.input-large {
    height: 43px;
    font-size: 15px;
    border-radius: 5px;
}
.input-group.input-group-large .input-group-btn {
    border-radius: 5px;
}
.input-group.input-group-large .icon {
    font-size: 25px;
    color: var(--c-gray5);
}

.pwa-settings textarea {
    height: 180px;
    font-size: 15px;
    resize: none;
}

.image-selector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 220px;
}

.image-selector .select-image-container {
    height: 115px;
    width: 220px;
    border: 1px solid #1010101A;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.image-selector .select-image-container .image-select {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.image-selector .select-image-container .add-icon {
    font-size: 20px;
}

.image-selector .select-image-container img {
    height: 100%;
    border-radius: 12px;
}

.image-selector-description {
    font-size: 12px;
    color: #1010104D;
    margin-top: 10px
}
.input-group-addon.input-group-primary {
    padding: 14px 27px;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    background: #09A3EE;
    border: unset;
    cursor: pointer;
}
.checkbox label.font-size-15 {
    font-size: 15px !important;
}
