@import url('font.css');

body {
    background: #f0f3f5;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}
.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
a:focus,
a:visited,
a:hover,
a {
    text-decoration: none;
}
p{margin: 0}
label{
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
img{
    max-width: 100%;
}

h1{font-size: 24px;}
h2{font-size: 22px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{font-size: 14px;}

.pull-left{
    float: left !important;
}

/* Icon */
.fa-line-horizontal:before{
    content: '\2015';
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.fa-line-vertical:before{
    content: '\2759';
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

/* End icon */

/* Form */
.w30s-btn {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.14);
    display: inline-block;
    line-height: 27px;
    height: 27px;
    padding: 0 15px;
    text-align: center;
}
.w30s-btn:hover{
    background-color: #00aaaf;
    color: #fff;
    text-decoration: none;
}
.w30s-btn-radius{
    border-radius: 27px;
}

.w30s-btn-blue {
    background-color: #00aaaf;
    color: #fff;
}
.w30s-btn-blue:hover,
.w30s-btn-blue:focus{
    background-color: #00999d;
}
.w30s-btn-primary {
    background-color: #3899ec;
    color: #fff;
}
.w30s-btn-primary:focus,
.w30s-btn-primary:hover{
    background-color: #0089ff;
    /*opacity: 0.8;*/
    color: #fff;
    outline: none;
}

.w30s-noboder{border: none !important;box-shadow: none;}
.w30s-input-error{
    border-color: #dd4b39;
}
.w30s-error{
    font-size: 13px;
    color: #dd4b39;
    margin-top: 5px;
    display: block;
}
.w30s-error:before{
    content: '';
    clear: both;
    width: 100%;
    display: table;
}
.form-group:last-child{
    margin-bottom: 0;
}
/* End Form */

/* Fix modal */
.modal-backdrop.in{
    opacity: 0.03;
}
.w30s-modal .modal-body .w30s-fix-height-nofooter,
.w30s-modal .modal-body .w30s-fix-height{
    height: calc(100vh - 230px);
    min-height: 100px;
    overflow-x: hidden;
}
.w30s-modal .modal-body .w30s-fix-height-nofooter{
    height: calc(100vh - 170px);
}
.w30s-modal .modal-header{
    font-size: 16px;
    font-family: 'Source Sans Pro',sans-serif;
}
.w30s-modal .modal-header .close{
    background-color: #d3edff;
    color: #2b81cb;
    font-size: 18px;
    font-weight: normal;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    opacity: .9;
    text-shadow: none;
}
.w30s-modal .modal-header .close:hover{
    background-color: #d3edff;
    opacity: 1;
}
.w30s-modal .modal-content{
    /*box-shadow: 0 2px 3px rgba(0,0,0,.125);*/
    border-radius: 0;
    border: 0;
}
.w30s-modal .btn,
.w30s-page-actions .btn {
    border-radius: 0;
}
.w30s-modal .modal-size-400 {
    width: 400px;
}
.w30s-modal .modal-size-1100 {
    width: 1100px;
}
/* End fix modal */


/* Header */
header {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 48px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(22, 45, 61, 0.5);
}

header ul.w30s-header-actions{
    max-height: 48px;
    float: right;
}
header ul.w30s-header-actions > li{
    /*border-left: 1px solid rgba(22, 45, 61, 0.5);*/
    border-right: 1px solid rgba(192, 196, 199, 0.5);
    height: 48px;
    display: inline-block;
    float: left;
}
header ul.w30s-header-actions > li > a{
    display: block;
    line-height: 48px;
    padding: 0 10px;
    color: #2d4150;
    height: auto;
}
header ul.w30s-header-actions > li > a.w30s-btn-primary{
    color: #fff;
}

header ul.w30s-header-actions > li .dropdown-menu > li {
    float: none;
}
header ul.w30s-header-actions > li .dropdown-menu > li > a{
    color: #444444;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 13px;
}
header ul.w30s-header-actions > li .dropdown-menu > li > a:hover{
    background: #f4f4f4;
}

header ul.w30s-view-reponsive > li > a{
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 7px;
}
header ul.w30s-view-reponsive > li > a:first-child{
    margin-left: 15px;
}
header ul.w30s-view-reponsive > li > a:last-child{
    margin-right: 15px;
}
header ul.w30s-view-reponsive > li > a:hover,
header ul.w30s-view-reponsive > li > a.active{
    border-bottom: 3px solid #3899ec;
    color: #3899ec;
}
header ul.w30s-view-reponsive > li > a i.fa-desktop{
    font-size: 24px;
}
header ul.w30s-view-reponsive > li > a i.fa-tablet{
    font-size: 26px;
}
header ul.w30s-view-reponsive > li > a i.fa-mobile{
    font-size: 28px;
}
/* End Header */


/* main */
main {
    margin-bottom: 55px;
}
main.mobile_s {
    width: 355px;
}
main.mobile_l {
    width: 515px;
}
main.tablet {
    width: 803px;
}

main.mobile_s,
main.mobile_l,
main.tablet {
    position: relative;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 6px 0 rgba(22,45,61,.55);
    padding: 30px 10px;
    background-color: #eceff1;
    border-radius: 20px;
}
main.tablet:before,
main.mobile_s:before,
main.mobile_l:before {
    position: absolute;
    top: 10px;
    left: calc(50% - 25px);
    content: ' ';
    display: block;
    width: 50px;
    height: 12px;
    border-radius: 12px;
    background-color: #fff;
}

main.mobile_l .w30s-main-page,
main.mobile_s .w30s-main-page,
main.tablet .w30s-main-page{
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 150px);
}

main.mobile_l .w30s-editor-iframe {
    width: 480px;
}
main.mobile_s .w30s-editor-iframe {
    width: 320px;
}
main.tablet .w30s-editor-iframe{
    width: 768px;
}
/* End main */

/* Main page */
.w30s-main-page{
    position: relative;
    width: 100%;
}
/* End main page */

/*  Section */
.w30s-section{
    width: 100%;
    display: block;
    background: #fafafa;
    position: relative;
}
.w30s-container{
    height: 300px;
    width: 960px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.w30s-widget-item{
    position: absolute;
    overflow: hidden;
}
.w30s-widget-item > a{
    color: inherit;
    text-decoration: none;
}
.w30s-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End Section */

/* Editor */
.w30s-box-editor.w30s-main-page{
    padding-bottom: 200px;
}
.w30s-box-editor .w30s-section {
    border-bottom: 1px dashed rgb(6, 21, 40);
}
.w30s-box-editor .w30s-container{
    cursor: pointer;
    box-sizing: border-box;
    border: #000 dashed 1px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.w30s-box-editor .w30s-container.w30s-editor-active,
.w30s-box-editor .w30s-container.w30s-none-outline{
    outline: none;
    border: 1px solid transparent;
}
.w30s-box-editor .w30s-section-add{
    display: none;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1020;
}
.w30s-box-editor .w30s-section-empty .w30s-section-add{
    display: inline-block;
    top: 30%;
    left: 50%;
    position: fixed;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    transform: translate(-50%, 0);
}
.w30s-box-editor .w30s-editor-item{
   position: absolute;
    z-index: 5;
}
/* Editor */

/* Editor section*/
.w30s-section-list .w30s-section-item{
    position: relative;
    min-height: 100px;
    border: 1px solid transparent;
    margin-bottom: 15px;
}
.w30s-section-list .w30s-section-item img{
    width: 100%;
}
.w30s-section-list .w30s-section-item .w30s-action{
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate( 0%, -40%);
}
.w30s-section-list .w30s-section-item .w30s-action .w30s-btn{
    border-radius: 25px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}
.w30s-section-list .w30s-section-item .w30s-action .w30s-btn.w30s-btn-icon{
    padding: 0;
    width: 30px;
}
.w30s-section-list .w30s-section-item .w30s-action .w30s-btn:first-child {
    margin-left: 0;
}
.w30s-section-list .w30s-section-item .w30s-caption{
    display: none;
    position: absolute;
    bottom: -1px;
    background-color: rgba(204, 204, 204, 0.7);
    padding: 5px;
    width: 100%;
}
.w30s-section-list .w30s-section-item:hover{
    border: 1px solid #e5e5e5;
}
.w30s-section-list .w30s-section-item:hover:before{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}
.w30s-section-list .w30s-section-item:hover .w30s-caption,
.w30s-section-list .w30s-section-item:hover .w30s-action{
    display: block;
}

.w30s-section-list .list-empty{
    padding: 15px;
}

.w30s-content-body .w30s-section-list{
    margin: 15px 0;
}

[contenteditable]{
    z-index: 1005;
}
[contenteditable]:focus{
    outline: none !important;
}
span[contenteditable]{
    display: block;
}
/* End editor section */

/* End editor widget */
.w30s-modal .w30s-widget-type ul li {
    cursor: pointer;
    padding: 10px 5px 10px 5px;
    border-top: 1px dotted #ddd;
}
.w30s-modal .w30s-widget-type ul li:last-child {
    border-bottom: 1px dotted #ddd;
}
.w30s-modal .w30s-widget-type ul li:hover{
    background: #3899ec;
    color: #fff;
}
.w30s-modal .w30s-widget-type ul li .fa{
    width: 25px;
}

.w30s-list-widget li{
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.w30s-list-widget li .w30s-action{
    display: none;
    position: absolute;
    width: 120px;
    text-align: center;
    top: 0
}
.w30s-list-widget li .w30s-action .w30s-btn{
    border-radius: 25px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}
.w30s-list-widget li .w30s-action .w30s-btn.w30s-btn-icon{
    padding: 0;
    width: 30px;
}
.w30s-list-widget li .w30s-action .w30s-btn:first-child {
    margin-left: 0;
}
.w30s-list-widget li:hover{
    cursor: pointer;
    opacity: 0.75;
}
.w30s-list-widget li:hover .w30s-action{
    display: block;
}

.w30s-page-action-design .w30s-list-widget {
    padding: 15px;
}
.w30s-modal-parallelogram{
    transform: skew(10deg, -10deg) !important;
    opacity: 0.7;
    margin-left: 35%;
}
/* End editor section */

/* Editor border */
.w30s-box-editor .w30s-editor-item:not(.w30s-container){
    box-sizing: border-box;
    cursor: pointer;
}
/* End Editor border */

/* Editor actions */
.w30s-editor-actions{
    position: absolute;
    top: 20%;
    left: -100%;
    z-index: 1020;
    min-width: 100px;
    padding-left: 0;
    padding-right: 30px;
    margin: 0;
    list-style: none;
}
.w30s-editor-actions.w30s-vertical{
    min-width: 64px;
    width: 64px;
}
.w30s-editor-actions > li {
    position: relative;
    min-height: 32px;
    height: 32px;
    line-height: 32px !important;
    margin: 0 7px 0 0;
    text-align: center;
    display: inline-block;
    font-size: 13px !important;
    cursor: pointer;
    padding: 0 10px;
    color: #2d4150;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    box-shadow: 0 2px 6px 0 rgba(22, 45, 61, 0.55);
    border-radius: 16px;
}
.w30s-editor-actions > li.w30s-icon{
    width: 32px;
    padding: 0;
}
.w30s-editor-actions > li.w30s-bg-green{
    background: #00a5aa;
    color: #fff;
}
.w30s-editor-actions > li.w30s-icon .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
}
.w30s-editor-actions.w30s-vertical > li{
    margin-bottom: 5px;
}
.w30s-editor-actions > li:hover {
    color: #3899ec;
}
.w30s-editor-actions > li > span{
    line-height: 32px;
}
.w30s-editor-actions > li > span.fa,
.w30s-editor-actions > li > span > i{
    font-size: 14px;
}

.w30s-box-editor .w30s-section.w30s-section-actived .w30s-section-add{
    display: inline-block;
}
.w30s-box-editor .w30s-section.w30s-section-actived .w30s-container{
    border: 1px solid #318ede;
}

.w30s-widget-action {
    top: -40px;
    right: -30px;
    left: inherit;
    text-align: right;
    width: 260px;
}
.w30s-widget-action > li {
    min-height: 25px;
    height: 25px;
    line-height: 25px !important;
    margin: 0 0 0 7px;
}
.w30s-widget-action > li.w30s-icon{
    width: 25px
}
.w30s-widget-action > li.w30s-icon .fa {
    transform: translate(-45%, -50%);
}
/* End Editor actions */

/* Box drag horver  */
.w30s-box-resizable,
.w30s-box-draggable{
    display: none;
    position: absolute !important;
    /*border: 1px dashed rgba(94, 255, 255, 1);*/
    border: 1px dashed #318ede;
    z-index: 1000;
    cursor: pointer;
}
.w30s-box-resizable {
    z-index: 1001;
}
/* End Editor Box drag horver */

/* Resizable */
.w30s-box-resizable .w30s-w-h{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -25px;
    text-align: center;
    white-space: nowrap;
    color: #c4c5c6;
    font-size: 13px;
    width: 100px;
}
.ui-resizable-n,
.ui-resizable-s,
.ui-resizable-e,
.ui-resizable-w,
.ui-resizable-se,
.ui-resizable-sw,
.ui-resizable-nw,
.ui-resizable-ne {
    width: 8px;
    height: 8px;
    background-color: #318ede;
    border-radius: 100%;
    position: absolute;
}
.ui-resizable-n{
    cursor: n-resize;
    top: -4px;
    left: calc(50% - 3.4px);
}
.ui-resizable-s{
    cursor: s-resize;
    bottom: -4px;
    left: calc(50% - 3.4px);
}

.ui-resizable-e{
    cursor: e-resize;
    right:-4px;
    top: calc(50% - 3.4px);
}
.ui-resizable-w{
    cursor: w-resize;
    left:-5px;
    top: calc(50% - 3.4px);
}
.ui-resizable-se{
    cursor: se-resize;
    bottom: -4px;
    right:-4px;
}

.ui-resizable-sw{
    cursor: sw-resize;
    bottom: -4px;
    left: -4px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    left: -4px;
    top: -4px;
}
.ui-resizable-ne{
    cursor: ne-resize;
    top: -4px;
    right: -4px;
}

.w30s-resizable-section{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.w30s-resizable-section.ui-resizable{
    position: absolute;
}
.w30s-resizable-section .ui-resizable-s{
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #333;
    cursor: s-resize;
    bottom: -10px;
    left: calc(50% + 120px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    box-shadow: 0 2px 6px 0 rgba(22, 45, 61, 0.55);
}
.w30s-resizable-section .ui-resizable-s .fa {
    text-align: center;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 14px;
}

.w30s-box-editor .w30s-section.w30s-section-actived .w30s-resizable-section{
    display: block;
    z-index: 1;
}
/* End Resizable */

/* Loading */
.loader.is-active {
    /*background-color: rgba(0,0,0,0.07);*/
    background-color: transparent;
}
.loader-default:after{
    width: 32px;
    height: 32px;
    border: 4px solid #348edb;
    border-right-color: transparent;
}

.w30s-loading-progess {
    z-index: 9999999;
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
}
.w30s-loading-progess .progress-bar{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.progress-bar-red, .progress-bar-danger{
    background-color: #f35429;
}
.progress.xs, .progress-xs {
    height: 7px
}
/* End Loading*/

/* Tab vertical*/
.w30s-nav-vertical{
    /*margin: -15px;*/
    height: 100%;
    position: relative;
}
.w30s-nav-vertical .nav-tabs{
    border:none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 33.33333333%;
    /*width: 30%;*/
    color: #fff;
}
.w30s-nav-vertical .nav-tabs:after{
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border: 3px solid #00aaaf;
    border-radius: 5px 0 0 5px;
}
.w30s-nav-vertical .nav-tabs>li {
    width: 100%;
    margin: 4px 0;
}
.w30s-nav-vertical .nav-tabs>li a{
    margin-right: 0;
    border:none;
    color: #444;
    border-radius: 20px 0 0 20px;
}
.w30s-nav-vertical .nav-tabs>li>a:hover{
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.w30s-nav-vertical .nav-tabs>li>a.active:focus,
.w30s-nav-vertical .nav-tabs>li>a.active:hover,
.w30s-nav-vertical .nav-tabs>li.active>a {
    color: #fff;
    background-color: #00aaaf;
    border: none;
}
.w30s-nav-vertical .tab-content{
    width: 66.66666667%;
    /*width: 70%;*/
    margin-left: 33.33333333%;
    /*margin-left: 30%;*/
    padding-left: 15px;
}
/* End Tab vertical*/

/* Slider boostrap */
.slider-selection {
    background: #3899ec;
}
.slider-track{
    background: #d3edff;
    box-shadow: inset 0 1px 0 0 #c0e1f2;
}
.slider.slider-horizontal .slider-track{
    height: 8px;
}
.slider-handle {
    width: 16px;
    height: 16px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(52, 94, 151, 0.6);
}
.slider-handle:after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3899ec;
}

.w30s-box-slider{
    padding-right: 0;
}
.w30s-box-slider [type="number"]{
    border: 1px solid transparent;
    width: 50px;
    margin-left: 10px;
    text-align: center;
    padding: 1px
}
.w30s-box-slider [type="number"]:hover{
    border-color: #3899ec;
}
.w30s-box-slider [type="number"]:focus{
    border-color: #3899ec;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
/* End Slider boostrap */


/* Fix Pickr color */
.w30s-color-picker .input-group-addon{
    background-color: #f1f3f4;
}
.w30s-color-picker .input-group-addon .pickr .pcr-button{
    width: 20px;
    height: 20px;
}
.w30s-color-picker.input-group-sm > .input-group-addon{
    padding: 4px 7px;
}
.w30s-color-picker.input-group-sm .input-group-addon .pickr{
    line-height: 10px;
}
.w30s-color-picker.input-group-sm .input-group-addon .pickr .pcr-button{
    width: 18px;
    height: 18px;
}
/* End fix Pickr color */


/* Fix form boostrap */
.input-group-addon,
.form-control,
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn{
    border-radius: 0;
}
.w30s-dropdown .dropdown-toggle{
    width: 100%;
    display: block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
}
.w30s-dropdown .dropdown-toggle:hover{
    color: #333;
}
.w30s-dropdown .dropdown-toggle >span:first-child{
    display: inline-block;
    width: calc(100% - 10px);
    padding-right: 10px;
}
.w30s-dropdown .dropdown-menu{
    width: 100%;
}
.w30s-dropdown .dropdown-menu > li{
    cursor: pointer;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}
.w30s-dropdown .dropdown-menu >li.active,
.w30s-dropdown .dropdown-menu >li:hover{
    background-color: #d3edff;
}
.w30s-dropdown.dropdown-sm .dropdown-toggle{
    padding: 4px 10px;
}
.w30s-dropdown .border-style{
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.w30s-dropdown .border-style-solid{
    border-bottom: 1px solid #000;
}
.w30s-dropdown .border-style-dotted{
    border-bottom: 1px dotted #000;
}
.w30s-dropdown .border-style-dashed{
    border-bottom: 1px dashed #000;
}
.w30s-dropdown .dropdown-toggle .border-style {
    margin: 5px 0;
}
.w30s-dropdown .dropdown-menu >li>h1,
.w30s-dropdown .dropdown-menu >li>h2,
.w30s-dropdown .dropdown-menu >li>h3,
.w30s-dropdown .dropdown-menu >li>h4,
.w30s-dropdown .dropdown-menu >li>h5,
.w30s-dropdown .dropdown-menu >li>h6{
    min-height: 30px;
    line-height: 30px;
}
/* End Fix form boostrap */


/* Snap line drag */
.w30s-diver-line,
.w30s-snap-line{
    position: absolute;
    z-index: 1000;
}
.w30s-snap-line{
    z-index: 1;
}
.w30s-axis-x {
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dotted transparent;
}
.w30s-axis-y {
    height: 1px;
    width: 100%;
    border-top: 1px dotted transparent;
}

.w30s-diver-line.active{
    border-color: #fb7d33;
}
/* End Snap line drag */

/* Image display upload 2*/
.w30s-box-upload-image.w30s-upload-thumb{
    width: 100%;
}
.w30s-box-upload-image .w30s-box-image .w30s-preview-image {
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 75%;
    width: 100%;
    margin-top: 0;
}
.w30s-box-upload-image .w30s-box-image .w30s-preview-image img {
    width: 100%;
}
.w30s-box-upload-image .w30s-box-image .w30s-upload-btn {
    border: 2px dashed #3899ec;
    color: #3899ec;
    padding: 5px 0;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.w30s-box-upload-image .w30s-box-image .w30s-upload-btn:hover{
    color: #124769;
    text-decoration: none;
    background-color: #d3edff;
}
.w30s-box-upload-image .w30s-box-image .w30s-upload-btn .fa {
    font-size: 18px;
}

.w30s-box-upload-image .w30s-box-image > *:last-child {
    display: none;
    margin-top: 5px;
    border: 1px solid #d3edff;
}
/* End Image display upload 2*/


/* Page action */
.w30s-page-actions {
    z-index: 1021;
    position: fixed;
    left: 20px;
    top: 30px;
}
.w30s-page-actions>ul{
    display: inline-flex;
    flex-direction: column;
}
.w30s-page-actions>ul>li{
    text-align: center;
    cursor: pointer;
    color: #2d4150;
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(238,238,238,1) 100%);
    box-shadow: 0 2px 6px 0 rgba(22,45,61,.55);
    font-size: 14px;
    border-radius: 48px;
    height: 48px;
    min-width: 48px;
    padding: 0 10px;
    margin-bottom: 10px;
    position: relative;
    width: max-content;
    display: inline-flex;
}
.w30s-page-actions>ul>li > a{
    display: block;
    color: #fff;
}
.w30s-page-actions>ul>li>span {
    line-height: 48px;
}
.w30s-page-actions>ul>li>span.fa {
    font-size: 22px;
    min-width: 28px;
}
.w30s-page-actions>ul>li>span:nth-child(2) {
    display: none;
    font-size: 16px;
    margin:0 10px;
}
.w30s-page-actions>ul>li:hover{
    z-index: 2;
}
.w30s-page-actions>ul>li:hover>span:nth-child(2) {
    display: inline-block;
}
.w30s-page-actions>ul>li.active>span:nth-child(2) {
    display: none;
}
.w30s-page-actions>ul>li.active{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #00aaaf;
    color: #fff;
}
.w30s-page-actions>ul>li.active:before{
    content: ' ';
    position: absolute;
    width: 30px;
    height: 48px;
    left: 40px;
    top: 0;
    background: #00aaaf;
    z-index: 2;
}

.w30s-page-actions>ul>li ul.w30s-content-menu{
    position: relative;
}

.w30s-page-actions>ul>li ul.w30s-content-menu{
    display: none;
    padding: 15px;
    z-index: 1;
    position: fixed;
    top: 30px;
    left: 80px;
    min-width: 150px;
    text-align: left;
    border-radius: 7px 0 0 7px;
    box-shadow: 0 0 14px 0 rgba(22, 45, 61, 0.36);
    background: #00aaaf;
    color: #fff;
    height: calc(100vh - 100px);
    overflow-y: auto;
}
.w30s-page-actions>ul>li ul.w30s-content-menu li{
    position: relative;
    white-space: nowrap;
    border-radius: 25px;
    margin-bottom: 10px;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.11), inset 1px 1px 2px rgba(0, 0, 0, 0.15);
    min-height: 29px;
}
.w30s-page-actions>ul>li ul.w30s-content-menu li:hover{
    background-color: rgba(0, 0, 0, 0.2);
}
.w30s-page-actions>ul>li ul.w30s-content-menu li.active{
    background-color: rgba(185, 127, 109, 1);
}
.w30s-page-actions>ul>li ul.w30s-content-menu li .w30s-menu-item-actions{
    display: inline-block; position: absolute; right: 10px
}
.w30s-page-actions>ul>li ul.w30s-content-menu li .w30s-menu-item-actions > a{
    color: rgba(255, 255, 255, 0.8);
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.w30s-page-actions>ul>li ul.w30s-content-menu li .w30s-menu-item-actions > a.w30s-menu-item-action-delete{
    display: none;
    width: 20px;
}
.w30s-page-actions>ul>li ul.w30s-content-menu li:hover .w30s-menu-item-actions > a.w30s-menu-item-action-delete{
    display: inline-block;
}
.w30s-page-actions>ul>li ul.w30s-content-menu li .w30s-menu-item-actions > a:hover{
    color: rgba(255, 255, 255, 1);
}

.w30s-page-actions .w30s-content-update{
    display: none;
    position: fixed;
    top: 30px;
    left: 240px;
    width: 600px;
    overflow-y: auto;
    background-color: #f0f3f5;
    border-radius: 0 7px 7px 0;
    /*box-shadow: 5px 0 14px 0 rgba(22, 45, 61, 0.36);*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
    color: #1a1a1a;
}
.w30s-page-actions .w30s-content-update .w30s-content-header{
    position: relative;
    height: 48px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
}
.w30s-page-actions .w30s-content-update .w30s-content-header .w30s-header-title{
    height: 100%;
    line-height: 48px;
    padding: 0 10px;
    font-size: 16px;
}
.w30s-page-actions .w30s-content-update .w30s-content-update-close{
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    background-color: #d3edff;
    color: #2b81cb;
    font-size: 18px;
    font-weight: 400;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    opacity: .9;
    text-shadow: none;
}
.w30s-page-actions .w30s-content-update .w30s-content-body{
    height: calc(100vh - 196px);
    background-color: #f1f1f1;
}
.w30s-page-actions .w30s-content-update .w30s-content-body .nav-tabs-custom{
    margin-bottom: 0;
}
.w30s-page-actions .w30s-content-update .w30s-content-body .nav-tabs-custom>.nav-tabs{
    border-bottom-color: #e3e3e3;
}
.w30s-page-actions .w30s-content-update .w30s-content-body .nav-tabs-custom>.nav-tabs>li{
    border-top: none;
    background-color: #eaf7ff;
    margin-right: 0;
    margin-bottom: 0;
}
.w30s-page-actions .w30s-content-update .w30s-content-body .nav-tabs-custom>.nav-tabs>li.active:after{
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
}
.w30s-page-actions .w30s-content-update .w30s-content-body .nav-tabs-custom>.nav-tabs>li>a{
    border-left:1px solid #e3e3e3;
    color: rgba(43,86, 114, 0.9);
}
.w30s-page-actions .w30s-content-update .w30s-content-body .nav-tabs-custom>.nav-tabs>li:first-child>a{
    border-left: none;
}
.w30s-page-actions .w30s-content-update .w30s-content-body .nav-tabs-custom>.nav-tabs>li.active>a{
    color: #2b5672;
}
.w30s-page-actions .w30s-content-update .w30s-content-body .tab-content{
    padding: 15px;
    background-color: #fff;
}
.w30s-page-actions .w30s-content-update .w30s-content-body .w30s-content-block {
    padding: 15px 0;margin: 0;
}
.w30s-page-actions .w30s-content-update .w30s-content-body .w30s-content-block-title{
    font-size: 16px;
    margin-top: 0;
}
.w30s-page-actions .w30s-content-update .w30s-content-body .w30s-content-block-note{
    font-size: 13px;
    margin-top: 10px;
}
.w30s-page-actions .w30s-content-update .w30s-content-footer {
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
    text-align: right;
    color: #333;
    padding: 0 10px;
}
.w30s-page-actions .w30s-content-update .w30s-content-footer .w30s-btn+.w30s-btn {
    margin-left: 10px;
}
.w30s-page-actions .w30s-content-update label{
    font-weight: normal;
}

.w30s-page-actions>ul>li.active .w30s-content-menu{
    overflow-y: auto;
    display: block;
}

.w30s-content-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.w30s-page-action-design .w30s-list-section .w30s-content-box{
    margin: 5px 0px;
}
.w30s-input-error{
    border-color: #dd4b39;
}
.w30s-error{
    font-size: 13px;
    color: #dd4b39;
    margin-top: 5px;
    display: block;
}
.w30s-error:before{
    content: '';
    clear: both;
    width: 100%;
    display: table;
}
.form-group:last-child{
    margin-bottom: 0;
}
/* End page action */

/* Custom css show message */
.swal2-popup.swal2-toast{
    box-shadow: none !important;
}
body.swal2-toast-shown .swal2-container.swal2-top{
    z-index: 9999;
}
.swal2-popup .swal2-title{
    font-size: 13px !important;
    color: #fff !important;
    text-shadow: 0px 0px 1px #777;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line],
.swal2-icon.swal2-success [class^=swal2-success-line]{
    background-color: #fff !important;
}

.swal2-icon.swal2-error,
.swal2-icon.swal2-success .swal2-success-ring{
    border-color: #fff !important;
}
/* End Custom css show message */


/* img */
.w30s-img-website,
.w30s-img-16-9{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e4eff7;
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    margin-top: 0;
}
.w30s-img-website{
    padding-top: 121.62%;
}

.w30s-img-contain{
    background-size: contain;
}
/* End img */


/* Nav left */
.w30s-nav-left>li{
    padding: 5px 10px;
    cursor: pointer;
}
.w30s-nav-left>li.active,
.w30s-nav-left>li:hover{
    background-color: #d3edff;
    color: #124769;
}
/* End nav left */


.w30s-w-800 {
    width: 800px !important;
}
.w30s-widget-item a:hover,
.w30s-widget-item a{
    text-decoration: underline;
}