/*//CONTENT*/
.wplp-content {
    width: 100%;
}

#wpfooter {
    display: none;
}

.ju-main-wrapper .ju-right-panel {
    background-color: transparent !important;
}

/*HEADER SETTINGS*/
.wplp-content .wplp-widget-header {
    width: 100%;
    display: inline-block;
    padding: 30px 0 30px 0;
}

.wplp-content .wplp-widget-header .title {
    width: auto;
    height: 40px;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.7px;
    text-align: left;
    color: #404852;
    float: left;
}

.wplp-content .wplp-widget-header .action-field,
.float-right{
    float: right;
    text-align: right;
}

.float-left {
    float : left;
}

.wplp-content .wplp-widget-header .action-button {
    width: 180px;
    height: 45px;
    color : #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.wplp-content .wplp-widget-header .action-button:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.wplp-content .wplp-widget-header .action-button:focus {
    outline: none;
}

.wplp-content .wplp-widget-header .action-button.draft-button {
    border-radius: 5px;
    border: solid 1px #5e76ff;
    color: #5e76ff;
    background-color: transparent;
    margin-bottom: 10px;
}

.wplp-content .wplp-widget-header .action-button.public-button {
    border-radius: 5px;
    border: solid 1px transparent;
    background-image: linear-gradient(311deg, #87a2ff, #5ed0f7) !important;
    margin-left: 40px;
}

/*CONTAINER*/
.wplp-content .wplp-widget-container {
    width: 100%;
}

.wplp-content .wplp-widget-container .widget-section {
    width: 100%;
}

.wplp-content .wplp-widget-container .widget-section .title-section-field {
    background-color: #ffffff;
    margin-top: 15px;
}

.settings-box h4 {
    margin-bottom: 20px;
}

.widget-title-content,
.wplp-source-content-selector label{
    opacity: 0.7;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-aligwidget-title-contentn: left;
    color: #788492;
}

.content-selector {
    color: #6d95fe !important;
}

.title-color {
    color : #404852 !important;
}

.wplp-content .wplp-widget-container .widget-section .wplp-widget-title:placeholder-shown {
    width: 100%;
    height: 22px;
    opacity: 0.7;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: left;
    color: #404852;
}

.widget-aside-field {
    display: flex;
    flex-wrap: wrap;
}

.wplp-content .wplp-widget-container .widget-aside-field select {
    width: 100%;
    height: 47px !important;
    line-height: normal !important;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    padding: 10px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
}
.wplp-content .wplp-widget-container .widget-aside-field select:focus,
.wplp-content .wplp-widget-container .widget-aside-field .public-date:focus,
.wplp-content .wplp-widget-container .widget-aside-field .date-time-box input:focus,
.tab-content .settings-wrapper .settings-wrapper-field select:focus,
.tab-content .settings-wrapper .settings-wrapper-field input[type=date]:focus,
.tab-content .settings-wrapper input[type=text]:focus,
#password-visibility input:focus,
.wplp-multi-language .content-language-select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #ff8726;
    box-shadow: none;
}

.wplp-content .wplp-widget-container .widget-aside-field .aside-box {
    margin: 30px 0;
    flex-grow: 1;
}

.widget-aside-field .short-code-box {
    width: 100%;
}

.widget-aside-field .status-box {
    width: calc(50% - 20px);
    margin-right: 40px !important;
}

.widget-aside-field .visible-box {
    width: calc(50% - 20px);
}

.widget-aside-field .public-box {
    width: calc(50% - 20px);
    margin-right: 40px !important;
}

.widget-aside-field .date-time-box {
    width: calc(50% - 20px);
}

#post-date {
    width: 100%;
}

.wplp-content .wplp-widget-container .widget-aside-field .date-time-box .date,
.wplp-content .wplp-widget-container .widget-aside-field .date-time-box .time
{
    width: auto;
    float: left;
}

.wplp-content .wplp-widget-container .widget-aside-field .date-time-box .date {
    padding-right: 10px;
}

.wplp-content .wplp-widget-container .widget-aside-field .date-time-box input {
    max-width: 60px;
    text-align: center;
    height: 47px !important;
}

.wplp-content .wplp-widget-container .widget-aside-field .public-date,
.wplp-content .wplp-widget-container .widget-aside-field .date-time-box input{
    height: 50px;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    padding: 10px;
}

.ju-content-wrapper .ju-top-tabs {
    overflow: inherit;
}

.ju-content-wrapper .wplp-top-bar {
    background-color: #ffffff;
}

.ju-content-wrapper .wplp-top-bar .tab a {
    font-size: 14px !important;
}

.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab {
    opacity: 0.4;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    text-transform : uppercase;
    color: #404852 !important;
}

.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab:hover {
    color: #6d95fe !important;
}

.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab.active {
    color: #6d95fe !important;
    opacity: 1;
}

.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs .indicator {
    background-color: #6d95fe !important;
}

.ju-content-wrapper .tab-content {
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 4px;
}

.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs {
    width: 100% !important;
}

.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab {
    position: relative;
    overflow: unset;
    width: 20% !important;
    min-width: unset;
}

.ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab.active:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    display: block;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/*TAB CONTENT*/
.tab-content .settings-wrapper {
    padding: 20px 25px;
}

.tab-content .settings-wrapper h4 {
    margin-bottom: 35px;
    font-size: 18px;
}

.tab-content .settings-wrapper .settings-wrapper-field {
    margin-top: 30px;
    margin-bottom: 10px;
}

.tab-content .settings-wrapper .settings-wrapper-field .float{
    float : left;
    margin-right: 50px;
    margin-bottom: 20px;
}

.tab-content .settings-wrapper .settings-wrapper-field .half-width {
    width: 50%;
    margin: 0;
}

.tab-content .settings-wrapper .settings-wrapper-field .half-width input {
    width: 60%;
}

.tab-content .settings-wrapper .settings-wrapper-field select,
.tab-content .settings-wrapper .settings-wrapper-field input[type=date],
.wplp-multi-language .content-language-select{
    width: 100%;
    max-width: 100%;
    height: 47px !important;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    padding: 10px;
}

.tab-content .settings-wrapper hr {
    margin-top: 20px;
    opacity: 0.5;
}
.tab-content .settings-wrapper .settings-wrapper-title,
.wplp-wrapper-title {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: left;
    color: #262b36;
    margin-bottom: 25px;
    display: block;
    text-transform: lowercase;
}

.tab-content .settings-wrapper .settings-wrapper-title:first-letter,
.wplp-wrapper-title:first-letter {
    text-transform: uppercase;
}

.settings-wrapper-subtitle {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: left;
    margin-bottom: 25px;
    display: block;
    text-transform: lowercase;
}

.settings-wrapper-subtitle:first-letter {
    text-transform: uppercase;
}

.tab-content .settings-wrapper ul li label {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: left;
    color: #404852;
    vertical-align: baseline;
}

.tab-content .settings-wrapper ul li {
    margin: 0;
    padding: 0;
}

.tab-content .settings-wrapper ul.craft li {
    border-radius: 4px;
    border: solid 1px #EEF1F6;
    min-width: 100px;
    float: left;
    padding: 14px 14px 10px 14px;
    margin: 0 15px 10px 0;
    text-align: center;
}

.tab-content .settings-wrapper ul.un-craft li {
    float: left;
    margin: 0 20px 10px 0;
}


.tab-content .settings-wrapper ul.craft li input[type=checkbox] {
    vertical-align: text-bottom;
}

.tab-content .settings-wrapper ul.show-time-field li {
    width: 20%;
    margin-left: 5px;
}

.tab-content .settings-wrapper ul li input.show-time {
    min-width: 30px;
    width: 45%;
    height: 47px;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    padding: 10px;
}

.wplp-short-text {
    width: auto;
    height: 47px;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    padding: 10px;
}

.date-format a {
    height: 47px;
    text-decoration: none;
    background-color: #F0F3FC;
    font-size: 13px;
    padding: 15px;
}
.date-format a:hover, .date-format a:focus,.date-format a:active{
    outline: none;
    color: #ff8726;
    border : 1px solid #ff8726;
    box-shadow: none;
}

.phpCodeInsert {
    width: 100%;
    background-color: #FFFFFF;
    height: 75px;
    padding: 10px;
}

.wplp-font-style,
.ju-notice-success{
    font-weight: 600;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
}

.tab-content .settings-wrapper .image-fit-label,
.white-content .ju-setting-label{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.8px;
    color: #788492;
    width: 30%;
}

.white-content .ju-setting-label {
    width: 100%;
}

.tab-content .settings-wrapper .fit-block {
    display: inline-block;
    width: 100%;
}

.tab-content .settings-wrapper .animation-action .fit-block,
.tab-content .settings-wrapper .touch-action .fit-block {
    width: 49%;
}

.tab-content .settings-wrapper .fit-block .ju-switch-button {
    float: none;
}

.tab-content .settings-wrapper .ju-switch-button .slider {
    background-image: unset !important;
}

.tab-content .settings-wrapper .width_height_input {
    width: 80px;
    text-align: center;
}

.tab-content .settings-wrapper .margin-block {
    margin-bottom: 23px !important;
}

.settings-wrapper-field .overlay-background {
    width: 40%;
}

#margin_sliders .margin-slider,
.settings-wrapper-field .overlay-tranparancy .overlay-slider,
.settings-wrapper-field .overlay-background .overlay-slider {
    display: inline-block;
    width: 50%;
    font-size: 1em;
    margin-right: 10px;
    background: url(uniform/images/slider.png) center repeat-x;
}

#margin_sliders input {
    width: 15%;
    text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #5DCA70;
    border: 1px solid #5DCA70;
}

.tab-content .settings-wrapper .select-background-color .color-list-box ul li {
    width: 11%;
    height: 50px;
    border-radius: 4px;
    background-color: #0a60bd;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.tab-content .settings-wrapper .select-background-color .color-list-box ul li.color-selected:before {
    content: '\f147';
    font-family: 'dashicons';
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -15px;
}

#colorPicker .colorPicker-text {
    float : left;
}

#colorPicker .wp-picker-container {
    margin-left: 10px;
    border: transparent 1px solid;
    border-radius: 5px;
}

#colorPicker .wp-picker-container button {
    margin: 0 !important;
}

#colorPicker .wp-picker-container .wp-color-result.button {
    width: 180px;
    height: 45px;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px transparent;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

#colorPicker .wp-picker-container .wp-color-result.button:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#colorPicker .wp-picker-container .wp-color-result-text {
    font-weight: 600;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    background: transparent;
    color: #ffffff;
    border: none;
}

.settings-wrapper .settings-wrapper-field .wplp-theme-preview {
    width: 100%;
    background-color: #f5f6f8;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.settings-wrapper .settings-wrapper-field .wplp-theme-preview img {
    width:80%;
    height:100%;
    padding : 10px;
    object-fit: contain;
}

.settings-wrapper .theme-image-position ul li, .settings-wrapper .theme-text-align ul li {
    margin-right: 70px !important;
}

.settings-wrapper .wplp-pick-color .wp-color-result.button {
    position: relative;
    width: 47px;
    height: 47px;
    padding: 0;
    box-shadow: none;
    border: solid 1px #777777;
 }

.settings-wrapper .wplp-pick-color .wp-color-result.button:before {
    content: '\f147';
    font-family: 'dashicons';
    font-size: 24px;
    vertical-align: middle;
    color: #ffffff;
}

.settings-wrapper .wplp-pick-color .wp-color-result .wp-color-result-text {
    position: absolute;
    top: 0;
    left: 55px;
    border: none;
    width: auto;
    height: 47px;
    line-height: 47px;
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.9px;
    color: #0942ff;
    background-color: #F0F3FC;
    padding: 0 15px;
}

.wplp-icons-wrap {
    margin-top: 10px;
}

.wplp-addon-icon-styles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border: #ddd 1px solid;
    border-radius: 4px;
}

.wplp-addon-icon-style {
    width: 40%;
    margin: 10px 0;
    flex-grow: 1;
}

.settings-wrapper .settings-wrapper-field #verlay-icon-box,
.settings-wrapper .settings-wrapper-field #masonry-category-icon-box,
.settings-wrapper .settings-wrapper-field #material-icon-box {
    float: left;
    width: 47px;
    height: 47px;
    border-radius: 4px;
    border: solid 1px #777777;
    padding: 0;
    margin: 0 6px 6px 0;
    position: relative;
}

.settings-wrapper .settings-wrapper-field #material-icon-box {
    font-size: 30px;
    padding: 8.5px;

}

.settings-wrapper .settings-wrapper-field #verlay-icon-box:before,
.settings-wrapper .settings-wrapper-field #masonry-category-icon-box:before {
    font-size: 30px;
    vertical-align: middle;
    color: #000000;
    position: absolute;
    top: 9px;
    left: 8px;
}

.settings-wrapper .settings-wrapper-field .verlay-icon-box:before ,
.settings-wrapper .settings-wrapper-field .masonry-category-icon-box:before{
    content: attr(data-before);
    font-family: 'dashicons';
    top: 15px !important;
}
.settings-wrapper .settings-wrapper-field .material-icon-box:before {
    content: attr(data-before);
    font-family: 'Material Icons';
}

.overlay-icon-select-btn,
.wplp_choose_icon_btn,
.wplp_remove_icon_btn
{
    border: none;
    width: auto;
    height: 47px;
    line-height: 47px;
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.9px;
    color: #0942ff;
    background-color: #F0F3FC;
    padding: 0 10px;
    float: left;
    text-transform: capitalize;
    border-radius: 4px;
    cursor: pointer;
}

.wplp_remove_icon_btn {
    background: #ddd;
}

#wplp_choose_icon_btn,#overlayIcon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#iconlist,#overlayIconList {
    display: none;
    width: 100%;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    padding: 8px 0;
    position: fixed;
    z-index: 99;
    top: calc(5% + 16px);
    max-width: 800px;
    height: 90%;
    overflow: auto;
}

#iconlist:after,#overlayIconList:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid;
    border-color: #555 transparent transparent transparent;
}

#wplp_choose_icon_btn .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.popUp .dashicons {
    font-family: dashicons !important;
    position: relative;
    box-sizing: content-box;
    padding: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.popUp .material-icons {
    position: relative;
    box-sizing: content-box;
    padding: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.popUp .dashicons:hover {
    color: #2196F3;
}

#iconlist h4,#overlayIconList h4{
    margin-left: 20px;
    font-size: 15px;
    text-transform: uppercase;
}
#overlayIconList h4 {
    margin: 20px 10px;
    background-color: #555555;
    color : #fff;
}
.wplp-close,.wplp-overlay-close {
    font-size: 30px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.wplp-close:hover,.wplp-overlay-close:hover {
    color: #2196F3;
}

.dropify-wrapper .dropify-preview .dropify-render img {
    background-color: transparent !important;
}

.dropify-wrapper .dropify-preview {
    background-color: #ddd !important;
}

.on_icon_selector .iconselect .dropify-wrapper {
    padding-left: 0;
    padding-right: 0;
    height: 100px;
}

ul.col-li-2 li {
    width: 50%;
    margin: 0 !important;
}

ul.col-li-3 li {
    width: 30%;
    margin: 0 !important;
}

ul.col-li-4 li {
    width: 25%;
    margin: 0 !important;
}

.settings-wrapper-field .width-50 {
    width: 50%;
    margin: 0 !important;
    padding: 0 !important;
}

.width-30 {
    width: 30% !important;
}

.wplp-short-input {
    width: 50% !important;
}

.transition-radio {
    width: 130px !important;
    height: 130px !important;
    border-radius: 4px !important;
    box-shadow: none;
}

.transition-label {
    position: absolute;
    bottom : 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.settings-wrapper .list-animation li {
    float: left;
    margin-right: 20px !important;
    position: relative;
    margin-bottom: 20px !important;
}

.settings-wrapper .list-animation-transition li:before {
    content: url(svg/slide-blue-icon.svg);
}

.settings-wrapper .list-animation-transition li.autoanimation_trans1:before {
    content: url(svg/slide-white-icon.svg);
}

.settings-wrapper .list-animation-transition li:first-child:before {
    content: url(svg/fade-blue-icon.svg);
}

.settings-wrapper .list-animation-transition li.autoanimation_trans0:before {
    content: url(svg/fade-white-icon.svg);
}

.settings-wrapper .list-slide-transition li:before {
    content: url(svg/vertical-blue-icon.svg);
}

.settings-wrapper .list-slide-transition li.autoanimation_slidedir1:before {
    content: url(svg/vertical-white-icon.svg);
}

.settings-wrapper .list-slide-transition li:last-child:before {
    content: url(svg/horizontal-blue-icon.svg);
}

.settings-wrapper .list-slide-transition li.autoanimation_slidedir0:before {
    content: url(svg/horizontal-white-icon.svg);
}


.settings-wrapper .list-animation li:before {
    width: 40px;
    height: 40px;
    border-radius: unset;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px;
    cursor: pointer;
}

.settings-wrapper .list-animation li label.transition-label-checked {
    color : #ffffff !important;

}

.settings-wrapper .list-animation li input[type=radio]:checked:before {
    display: none;
}

.settings-wrapper .list-animation li input[type=radio]:checked {
    background-color: #49bf88 !important;
    border-color:  #49bf88 !important;
}

.wplp-disabled-field {
    opacity: 0.2;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

#password-visibility {
    display: none;
    margin: 15px 0;
}

#password-visibility label{
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: left;
    color: #788492;
    margin-bottom: 13px;
    display: block;
}

#password-visibility input {
    width: 100%;
    height: 47px;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    padding: 10px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
}

input.wplp_datepicker {
    background-image: url(svg/calendar-icon.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
}

ul#customposttypetab li {
    margin-bottom: 20px;
}

.wplp-multi-language {
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
}

.menu-advanced-icon {
    width: 26px;
    height: 26px;
    vertical-align: sub;
    position: relative;
    margin-right: -2px;
    margin-left: -2px;
    object-fit: contain;
}

.date-style-button {
    border: none !important;
    color : #0942ff !important;
}

a.date-style-button:hover {
    color : #6b91e8 !important;
}

hr {
    border-top:1px dashed #d6dce3;
}

.dropify-wrapper {
    border-radius: 4px;
    border: 1px dashed #d6dce3;
}

.use-image ul li.column-img-source {
    margin-right: 50px !important;
}

.width_height_settings {
    margin-left: 20px;
    display: inline-block;
}

.number-element .float {
    margin-right: 40px !important;
}

.center-text {
    text-align: center;
}

#content-source .tabs.ju-top-tabs li.tab a.link-tab:before {
    content : 'panorama_fish_eye';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 21px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: sub;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

#content-source .tabs.ju-top-tabs li.tab a.link-tab.active:before {
    content : 'adjust';
}

/*Card addon*/
/* dashboard */
.wplp_notification{
    width: 99%;
    float: left;
    margin: 30px auto 0;
}

.wplp_notification h1 {
    padding: 10px 0 10px 20px
}

.wplp_notification .dashboard_noti_title {
    font-weight: 100;
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin: 10px 0 15px 0;
    float: left;
}

.wplp_notification .msg{
    font-size: 14px !important;
    width: 100%;
    margin-bottom: 14px;
}

.wplp_notification .wplp_dashboard_widgets_content{
    width: 100%;
    float: left;
    margin: 10px;
}

.wplp_notification .dashboard-title {
    color: #fff !important;
}

.wplp_notification .wplp_close_notification {
    font-size: 14px !important;
    font-weight: 100;
    cursor: pointer;
}

.wplp_notification .panel-body {
    padding: 0;
}

.wplp_notification .panel-body .row {
    margin: 0;
}

.wplp_notification .dashboard-card {
    background: #6468e3;
}

.wplp_notification .panel {
    min-height: 140px !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.more-info{
    float: left;
    color: #fff !important;
    font-size: 14px !important;
    margin-right: 20px;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 1px
}

.more-info:hover{
    color: #fff;
}

.white-content {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    display: none;
}

.content-search-field {
    width: 70%;
    margin: 5px auto 10px;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #e1e1e1;
}

.content-search-field.focused {
    border : 1px solid #ff8726;
}

.content-search-field .search-input {
    display: inline-block;
    width: calc(100% - 30px);
    border: none;
    box-shadow: none;
    background-color: inherit;
    font-size: 16px;
}

.content-search-field input:focus {
    border : none !important;
}

.content-search-field .material-icons {
    font-size: 16px;
    vertical-align: middle;
}

.wplp-acf-field {
    margin-bottom: 15px;
}

/*Back list block*/
.back-menu-tabs {
    display: block;
    background-color: transparent;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 20px 0 0;
    white-space: nowrap;
    width: 100%;
}

.back-menu-tabs li.tab {
    float: none;
    width: auto;
    height: auto;
    text-align: left;
    position: relative;
    line-height: normal;
    background-color: transparent;
    flex-grow: 1;
    display: block;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.8px;
    min-width: 80px;
}

.back-menu-tabs li.tab a.link-tab {
    padding: 20px;
    opacity: 0.7;
    background-color: transparent;
}

.back-menu-tabs li.tab a.link-tab:hover::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.12;
    pointer-events: none;
}

.back-menu-tabs li.tab a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.back-menu-tabs li.tab .menu-tab-icon {
    font-size: 22px;
    vertical-align: sub;
}

.back-menu-tabs li.tab .tab-title {
    font-size: 16px;
    margin-left: 5px;
    display: inline-block;
    max-width: 75%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: text-bottom;
}

.ju-main-wrapper .ju-left-panel .tabs.ju-menu-tabs {
    margin-top: 0 !important;
}

.ju-main-wrapper .ju-left-panel .ju-menu-search .ju-menu-search-input {
    max-width: 200px;
}

.picker__date-display {
    background-color: #FF8723;
}
.picker__weekday-display {
    background-color: #f97100;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background-color: #FF8723;
}
.picker__day.picker__day--today {
    color: #FF8723;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #ffffff url("svg/baseline-keyboard_arrow_down-24px.svg") no-repeat center right 5px;
}

.custom_fields_select_field_multitple {
    background: none !important;
    height: auto !important;
    max-height: 200px;
    overflow: auto;
}

.wplp-shortcode-copy {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px;
    cursor: pointer;
    width: 20px;
}

/** Snackbars */
.wplp-snackbar-wrapper {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 10000000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.wplp-snackbar {
    background: #3a3a3a;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: transform 0.2s ease-in-out, all 0.4s ease-in-out;
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    position: relative;
}

.wplp-snackbar .wplp-snackbar-content {
    flex-grow: 1;
    margin-right: 10px;
    line-height: 28px;

}

.wplp-snackbar .wplp-snackbar-undo {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 10px 0 0;
    text-decoration: none;
    line-height: 28px;
}

.wplp-snackbar [class^=wplp-snackbar-]:focus {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.wplp-snackbar .wplp-snackbar-close {
    line-height: 15px;
}

.wplp-snackbar .wplp-snackbar-close .material-icons {
    font-size: 28px;
}

.wplp-snackbar.wplp-snackbar-hidden {
    transform: translateY(-200%);
}

.date-time-box {
    display: flex;
    flex-wrap: wrap;
}

.date-time-box .date,
.date-time-box .time {
    width: 30%;
    flex-grow: 1;
}

.toplevel_page_wplp-widget .ju-main-wrapper .ju-left-panel .tabs li a[href="#content-source"] ~ ul {
    display: none !important;
}

.toplevel_page_wplp-widget .ju-main-wrapper .ju-left-panel .tabs li a[href="#content-source"]:after {
    content: '' !important;
}

@media screen and (max-width: 960px) {
    .ju-main-wrapper .ju-right-panel .tabs.ju-top-tabs li.tab a.link-tab.active {
        color: #fff !important;
        background: #6573E4 !important;
    }
}

@media screen and (max-width: 782px) {
    input.ju-radiobox:checked:before {
        margin: 6.5px !important;
    }

    .tab-content .settings-wrapper ul li input[type="checkbox"] ~ label {
        vertical-align: text-bottom;
        line-height: 1.5625rem;
        margin: 0 5px;
    }

    #margin_sliders input {
        width: 25%;
    }

    .widget-list-action-btn {
        float: right !important;
        margin: 0 0 10px 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .settings-wrapper-field,
    .tab-content .settings-wrapper .settings-wrapper-field select,
    .tab-content .settings-wrapper .settings-wrapper-field input[type=date],
    .wplp-multi-language .content-language-select,
    .widget-aside-field .aside-box {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .tab-content .settings-wrapper ul.show-time-field li {
        width: 40%;
        margin: 5px;
    }
}


@media screen and (max-width: 400px) {
    .tab-content .settings-wrapper ul.show-time-field li {
        width: 45%;
    }
}

#wplp-publish-date.tab-content,
#wplp-publish-date.tab-content hr,
#number-news-settings.tab-content,
#number-news-settings.tab-content hr {
    margin-top: 0;
}

#wplp-publish-date.tab-content .settings-wrapper,
#number-news-settings.tab-content .settings-wrapper {
    padding-top: 0;
}

.wplp-load-more {
    text-decoration: underline;
    cursor: pointer;
    border: none!important;
}

/*tooltip*/
.wplp-content .tooltip {
    text-decoration: underline 2.5px dotted #e1e1e1;
}

/*add post link*/
.wplp-content .add-post-link-item .ju-setting-label {
    font-size: 18px;
    color: #262b36;
    font-weight: 700;
}