body{
	padding: 0px;
	margin: 0px;
	font-family: Nunito;
	margin: 0px;
	overflow: hidden;
	background: #f3f3f3;
}
div{
	font-family: Nunito;
}	

.main{
	background: #f3f3f3;
}

.header{
    height: 50px;
    background: white;
    box-sizing: border-box;
    margin: 0px;
    /*border-bottom: 1px solid #ccc;*/
    box-shadow: 0px 0px 10px #d8d8d8;
}
.header .header-main .header-logo {
	float: left;
	width: 350px;
	font-size: 24px;
    padding: 5px 20px;

}
.header .header-main .header-logo img{
	height: 25px;
}

.header .header-main .header-left {
	float: left;
	width: calc(100VW - 360px);
	text-align: right;
	padding-top: 10px;
	font-size: 14px;
}
.header-nav{
	display: inline-block;
	margin: 0px;
	margin-right: 100px;
	float: right;
	margin-top: 5px;
}
.header-nav-item{
	list-style: none;
    display: inline;
    padding: 10px;
    position: relative;

}
.header-nav-item a{
	color: #585D6D !important;
	font-size: 14px !important;
	font-weight: 400;
	cursor: pointer;
}
.header-nav-sub-wrap{
    background-color: white;
    position: absolute;
    top: 45px;
    left: -100px;
    width: 200px;
    box-shadow: 0px 0px 3px #ccc;
    z-index: 100000;
    display: none;
}
 
.header-nav-sub-item{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
}
.header-nav-sub-item:hover{
	background-color: #f5f5f5;
}
.header-nav-sub-item:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.header-nav-item:not(:last-child){
}
.header-nav-item a:hover{
	text-decoration: none;
	color: #3977FF !important;
}

.dropbtn {
  /*background-color: #4CAF50;*/
  color: white;
  /*padding: 16px;*/
  font-size: 16px;
  border: none;
  color: #3e3e3e;
  cursor: pointer;
}

.dropbtn img{
	width: 32px;
	height: 32px;
}
.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 20px;
}

.vp-profile-btn-wrap{
    display: flex;
    font-size: 0px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #c5c5c5;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 2px 2px 10px 2px rgb(191, 191, 191);
  z-index: 10005;
  right: -20px;
  border-radius: 5px;
  top: 45px;
  color: #495776;
  width: 300px;
}
.dropdown-content:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-bottom-color: white;
	top: -20px;
	right: 25px;

}
.vp-user-info-wrap{
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
	display: grid;
	grid-template-columns: 70px auto;
}
.vp-user-info-item-img{
	 text-align: center;
	 padding-top: 10px;
}
.vp-user-image{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c5c5c5;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}
.vp-user-info-item-img img{
	width: 50px;
	height: 50px;
}
.vp-user-info-item-name{
	padding-top: 5px;
}
.vp-user-info-item-name p{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.dropdown-content a {
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: left;
  color: #495776;

}
.dropdown-content a:hover {
	text-decoration: none;
	color: #495776 !important;
	background: white !important;
}
.vp-profile-setting-item img{
	height: 20px;
}
.vp-profile-setting-item{
	display: grid !important;
	grid-template-columns: 50px auto;
	grid-gap: 10px;
}
#my_profile{
	border-bottom: 1px solid #ccc; 
	padding: 22px 16px !important;
}
#loginModal{
	color:black;
}
.login-nav{
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
.login-nav li{
	padding: 0px;
	height: 35px;

}
.tab-content{
	/*width: */
}
.login_label{
	padding: 0px;
	text-align: left;
	margin: 0px;
}
.dropdown{
	color:white;
}
#error_window ul{
	margin: 0px;
	color:red;
}

.login-nav li:first-child{
	border-right: 2px solid #ccc;
}
.login-nav a{
	font-size: 30px;
	padding: 0px 20px;
}

.login-nav a.active{
	color:black;
}
.dropdown-content a:hover {background-color: #a09d9d; color: white; }

/*.dropdown:hover .dropdown-content {display: block;}*/

.main-content{
	clear: both;
	height: calc(100VH - 50px);
	position: relative;
	background: #ffffff00;
}
.main-content .sider-nav{
	float: left;
	width: 200px;
	border-right: 1px solid #ccc;
	height: 100%;
    background: #e8e8e8;

}

.main-content .content{
	float: left;
	width: calc(100VW - 202px);
	height: 100%;
	box-sizing: border-box;
	padding: 0px;
}
.vp-campaign-item-wrap{
	 margin-bottom: 40px;
}
.vp-campaign-item{
	display: flex;
    width: 100%;
    height: 350px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
    background-size: contain;
    background-position: 50% 0px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px #e0e0e0;
    background-repeat: no-repeat;
}

.vp-create-campaign{
	cursor: pointer;
    display: flex;
    width: 80px;
    height: 80px;
    background: #e2e6f0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 30px !important;
    color: #2e6fff !important;
}
.vp-create-campaign:hover{
	text-decoration: none;
}
.vp-create-campaign i{
	transition: all .2s;
	transform: rotate(0deg);
}
.vp-create-campaign:hover i{
	transform: rotate(90deg);
}

/*.vp-create-campaign:hover{
	color:blue !important;
}*/

.vp-modal{
	display: none;
	margin: 0px auto;
	width: 500px;
	left: calc(50% - 250px);
	top: calc(50VH - 320px);
	background: white;
	position: fixed;
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 10007;
}
.vp-modal-header{
    height: 50px;
    background: white;
    text-align: center;
    border-bottom: 1px solid #e2e1e1;
    padding: 0px;
   
}
.vp-modal-header-title{
    display: inline-block;
    padding-top: 12px;
    font-size: 16px;
}
.vp-modal-close{
	position: relative;
    float: right;
    width: 50px;
    height: 49px;
    background: white !important;
    border-radius: unset;
    left: 0px;
    top: 0px;
    color: #636c87;
    border-left: 1px solid #e2e1e1;
    padding-top: 8px;
}
.vp-modal-content{
	padding: 20px;
}
.vp-video-source-type-wrap{
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    margin-top: 50px;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.vp-video-upload-icon-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
    height: 60px;
    background: #f2f4f7;
    border-radius: 50%;
    margin-right: 10px;
}
.vp-video-upload-icon-wrap img{
	width: 25px;
}
.vp-video-upload-title-wrap p{
	padding: 0px;
	margin: 0px;
	text-align: left;

}
 
.vp-video-source-type-item{
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6ecff;
    border-radius: 5px;
    cursor: pointer;
}
.vp-video-source-type-item-icon{
	font-size: 30px;
}
.vp-video-source-type-item-title{
	font-size: 20px;
	margin: 0px;
}
.vp-source-type-active{
	background: #f5f7ff;
	border: 1px solid #2e5bff;
	position: relative;
}
.vp-source-type-active:after{
	content: '\2713';
	position: absolute;
	top: -8px;
	right: -8px;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #2e5bff;
	color: white;
	font-size: 9px;
}
.vp-source-type-active .vp-video-upload-icon-wrap{
	background: #e9edf7;
}

.vp-video-source-content-wrap{
	position: relative;
}
.vp-file-name-wrap{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 40px;
	display: grid;
	grid-template-columns: auto 80px;
}
.vp-btn-defalut{
	background: transparent;
	border: 1px solid #d7dbe6 !important;
}
.vp-btn-defalut:hover{
	border: 1px solid #0041d2 !important;
	color: #0041d2;
}
.vp-btn-defalut:focus{
	outline: none;
}
.vp-btn-success{
	border: 0px;
	color: white;
	background: #2e6fff;
}
.vp-btn-success:hover{
	background: #0041d2;
}
#vp_file_label{
	text-align: center;
    border-left: 1px solid #ccc;
    background: #eaeaea;
}
#vp_file_name_show{
	padding: 0px 10px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.vp-video-source-content-item{
	display: none;
	position: relative;
}
.vp-source-content-active{
	display: block;
}
.vp-upload-file{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0px;
	left: 0px;
}
.vp-error-msg-wrap{
	color: red;
}
.vp-modal-wrap{
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10006;
	background: #0000008f;
}
.vp-campaign-details{
	position: absolute;
	width: 100%;
	height: 130px;
	bottom: 0px;
	left: 0px;
	background: white;
	padding: 20px;
}
/*.vp-campaign-item:hover .vp-campaign-details{
	visibility: visible;
	opacity: 1;
}*/
.vp-campaign-details-title{
	text-align: left;
	font-size: 16px;
	color: #384366;
	font-weight: bold;
	margin: 0px;
}
.vp-campaign-date{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #7b8296;
}
.vp-campaign-btn-wrap{
    display: grid;
    grid-template-columns: 40px 43px 43px 40px   auto;
    color: black;
    margin-top: 22px;
}
.vp-campaign-btn-item{
	text-align: left;
	font-size: 14px;
	padding-top: 4px;
	cursor: pointer;
}
.vp-campaign-btn-icon img{
	height: 20px;
}
 
.vp-campaign-btn-item:hover{
	color: #c3c7ff;
}
.vp-campaign-btn-title{
	margin-top: -2px;
	margin-bottom: 0px;
	font-size: 10px;
	text-transform: uppercase;
}

.vp-share-btn-wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 20px;
	grid-gap: 20px;
}
.vp-share-btn-item{
	text-align: center;
}
.vp-share-btn-item a{
	color: white !important;
}
.btn-facebook{
	background: #3b5998;
}
.btn-facebook:hover{
	background: #243c6f;
}
.btn-pinterest{
	background: red;
}
.btn-pinterest:hover{
	background: #b10404;
}
.vp-share-copy-url-wrap{
	display: grid;
	grid-template-columns: 120px auto;
	padding: 20px;
}
.vp-share-copy-btn{
    background: #6f6f6f;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 5px 0px 0px 5px;
}
.vp-share-copy-url input{
	width: 100%;
    height: 40px;
    padding-left: 10px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #6f6f6f;
}

.vp-create-btn{
	width: 150px;
	height: 50px;
	border-radius: 5px;
	background: #2e6fff;
	color: white !important;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	cursor: pointer;
}
.vp-create-btn:hover{
	background: #0041d2;
}

.vp-modal{
	width: 800px;
	left: calc(50% - 400px);
	top: calc(50VH - 370px);
	padding: 40px 120px;
}
.vp-modal .vp-modal-header{
	text-align: left;
    border: 0px;
}
.vp-modal .vp-modal-header-title{
	padding: 0px;
    font-size: 24px;
}
.vp-modal .vp-modal-close{
	position: absolute;
    right: 55px;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c7cad3!important;
    border-radius: 50%;
    padding: 0px;
    color: white;
    font-size: 20px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    top: 40px;
}

.vp-modal .vp-modal-content{
	padding: 0px;
	padding-top: 50px;
}
.vp-campaign-more-btn-wrap{
	position: relative;
}
.vp-campaign-more-btn-window{
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: 180px;
    background: white;
    z-index: 100;
    box-shadow: 0px 0px 10px 0px #ababab;
    display: none;
}
.vp-campaign-more-btn-item{
	border-bottom: 1px solid #f0f3f9;
    font-size: 12px;
    line-height: 12px;
    padding: 20px !important;
    height: 50px;
    margin: 0px;
    text-decoration: none;
    display: block;
    color: black;
}
.vp-campaign-more-btn-item:hover{
    color: black;
	text-decoration: none;
}
.vp-campaign-more-btn-item a{
	color: inherit;
	text-decoration: none;
}
.vp-campaign-more-btn-item a:hover{
	color: inherit;
	text-decoration: none;
}

.vp-embed-width-wrap{
	display: grid;
	grid-template-columns: 80px 120px;
}
.vp-embed-width-content{
	position: relative;
}
#embed_width{
	border: 0px;
	height: 40px;
}
#embed_width:focus{
	outline: none !important;
}
.vp-embed-width-content{
	border: 1px solid #ced4e1;
    border-radius: 5px;
    height: 42px;
    box-sizing: border-box;
    padding: 0px 10px;
}
.vp-embed-width-spin-wrap{
    position: absolute;
    right: 7px;
    top: 5px;
    border: 1px solid #ced4e1;
    border-radius: 10px;
    padding: 3px;
    height: 30px;
}
.vp-embed-width-spin{
	height: 12px;
	color: #ced4e1;
	line-height: 12px;
}
.vp-integrate-window{
	color: #2e3a64;
}
.vp-integrate-title{
	text-align: center;
    font-size: 30px;
    padding-top: 40px;
}
.vp-integrate-desc{
	text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}
.vp-app-title{
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.vp-app-wrap{
	width: 100%;
 
}
.vp-app-item{
	border: 1px solid #f3f3f3;
}
.vp-app-item-window{
	background: white;
	width: 100%;
 	box-shadow: 0px 0px 10px 0px #d3d6e0;
}
.vp-app-item-window img{
	width: 100%;
}
.vp-app-img-wrap{
	border: 1px solid #c9cfde;
	padding: 20px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	overflow: hidden;
}
.vp-app-item-title{
	padding: 5px 10px;
	border: 1px solid #edf0fe;
	border-top: 0px;
}
.vp-active-app{
	border:1px solid #2e5bff;
	position: relative;
}

.vp-active-app:after{
	content: '\2713';
	position: absolute;
	top: -8px;
	right: -8px;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #2e5bff;
	color: white;
	font-size: 9px;
}

.vp-state-window{
	padding: 50px;
	color: #384366;
}
.vp-state-total-wrap{
	display: grid;
	grid-template-columns: 21% 21% 21% auto;
	grid-column-gap: 30px;
	grid-row-gap: 50px;

}
.vp-state-total-item{
	background: white;
	box-shadow: 0px 0px 10px 0px #e6eaf6;
	border: 1px solid #e6eaf6;
	width: 100%;
	padding: 20px;
}
.vp-state-total-item-title{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.vp-state-total-item-content{
	display: grid;
	grid-template-columns: 50px auto;
	grid-gap: 20px;
}
.vp-total-content-icon-wrap{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e2e6f0;
	border-radius: 50%;
}
.vp-total-content-icon-wrap img{
	width: 30px;
}
.vp-total-content-value{
	font-weight: bold;
	padding: 0px;
    font-size: 36px;
    display: flex;
    align-items: center;
    height: 50px;
}
.vp-state-date-wrap{
	display: grid;
	grid-template-columns: 120px auto;
}
.vp-state-date-label{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background: #e2e6f0;
	border: 1px solid #e0e7ff;
	border-radius: 5px 0px 0px 5px;
	border-right: 0px;

}
.vp-state-date-content{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background: #f8faff;
	border: 1px solid #e0e7ff;
	border-radius: 0px 5px 5px 0px;
	border-left: 0px;
}
.vp-state-date{
	border: 0px;
	background: transparent;
	width: 100%;
	padding: 10px;
}
.vp-state-date:focus{
	outline: none;
}
.vp-state-chart-wrap{
	display: grid;
	grid-gap: 30px;
	grid-template-columns: auto 31%;
	margin-top: 30px;
}
.vp-line-chart-wrap{
	background: white;
	box-shadow: 0px 0px 10px 0px #e6eaf6;
	border: 1px solid #e6eaf6;
	width: 100%;
	padding: 20px;	
	height: 500px;
	grid-column: 1 / span 3;
}
.vp-line-chart-content{
	height: 350px;
}
.vp-circle-pie-wrap{
	background: white;
	box-shadow: 0px 0px 10px 0px #e6eaf6;
	border: 1px solid #e6eaf6;
	width: 100%;
	padding: 20px;	
	height: 500px;
}
.vp-line-chart-wrap-title{
	padding-top: 10px;
	font-size: 18px;
	color: #8798ad;
}
.vp-line-chart-label{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 50px;
	margin-top: 10px;
	color: #8798ad;
	font-size: 14px;
}
.vp-line-chart-sign{
	display: inline-block; 
	background:#2e5bff; 
	width: 10px; 
	height: 10px;
	border-radius: 50%;
}
.vp-pie-chart-conten{
	width: 100%;
	overflow: hidden;
}
.vp-circle-pie-wrap{
	width: 100%;
	overflow: hidden;
}
#vp_line_chart{
	width: 100%;
	height: 350px;
}
#vp_pie_chart{
	height: 350px ;
	margin-top: 35px;
}
.vp-table-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	margin-top: 70px;
}
.vp-table-title{
	text-transform: uppercase;
	font-size: 20px;
	display: grid;
	grid-template-columns: 200px auto;
	margin-bottom: 20px;
}
.vp-table-window{
	position: relative;
}
.vp-table-window table{
	width: 100%;
}
.vp-table-window table img{
	width: 30px;
}

.dataTables_length{
	display: none !important;
}
.dataTables_filter{
	display: none !important; 
}
.vp-table-search-wrap{
	width: 250px;
	border: 1px solid #c9cfde;
	border-radius: 5px;
	background: white;
	display: flex;
	align-items: center;
	padding: 3px 10px;
	float: right;
}
.vp-table-search-wrap input{
	border: 0px;
	width: 200px;
	font-size: 14px;
}
.vp-table-search-wrap input:focus{
	outline: none;
}
.vp-table-search-wrap img{
	width: 30px;
	float: right;
}	

.vp-data-table{
	border-bottom: 0px !important; 
	box-shadow: 0px 0px 10px 0px #e6eaf6;

}
.vp-data-table thead tr{
	height: 70px !important;
	background: #f3f4fa !important;
}
.vp-data-table thead tr th{
	font-weight: 400 !important;
	border: 0px !important;
}
.vp-data-table tbody tr td{
	border: 0px;
	height: 50px;
	border-bottom: 1px solid #f0f3f9 !important;
	padding-left: 18px !important;
}
.vp-table-tool-alt{
    position: absolute;
    width: 100px;
    display: flex;
    text-align: center;
    background: #f3f5fc;
    text-transform: uppercase;
    border-radius: 10px;
    height: 25px;
    box-shadow: 0px 0px 10px 0px #ccc;
    align-items: center;
    justify-content: center;
    top: 20px;
    font-size: 12px;
    opacity: 0;
}

.vp-profile-wrap{
	display: grid;
	grid-template-columns: auto 200px;
	grid-gap: 30px;
}
.vp-profile-image-wrap{
	background: #c5c5c5;
	width: 137px;
	height: 137px;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	position: relative;
}
.vp-profile-image{
	width: 100%;
}
.vp-profile-image-over{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 55px;
	left: 28px;
	background: #10101040;
	color: white;
	border-radius: 5px;
}
.vp-file-input{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
}
.vp-ar-list-error{
	border: 1px solid #b90e0e;
    padding: 10px;
    margin-top: 10px;
    color: #b90e0e;
}

.vp-modal-1{
	display: none;
	margin: 0px auto;
	background: white;
	position: fixed;
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 10007;
	width: 800px;
	left: calc(50% - 400px);
	top: calc(50VH - 370px);
	bottom: calc(50VH - 370px);
	padding: 60px 120px;
	background-size: cover;
	background-repeat: no-repeat;

}
.vp-modal-1 .vp-modal-header{
    height: 50px;
    background: white;
    text-align: center;
    border-bottom: 0px;
    padding: 0px;
   	text-align: center;
}
.vp-modal-1 .vp-modal-header-title{
    /*display: inline-block;*/
  	padding: 0px;
    font-size: 24px;
}
.vp-modal-1 .vp-modal-close-1{
	position: absolute;
    right: 55px;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c7cad3!important;
    border-radius: 50%;
    padding: 0px;
    color: white;
    font-size: 20px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    top: 40px;
}
.vp-tab-wrap{
	background: white;
	width: 100%;
}
.vp-tab-nav-wrap{
    width: 100%;
    padding: 30px 0px;
    border-bottom: 3px solid #E6EAEE;
    text-align: center;
    padding-bottom: 0px;
    line-height: 0px;
}
.vp-tab-nav{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.vp-tab-nav-item{
	display: block;
	list-style: none;
	float: left;
	padding: 0px 20px;
	padding-bottom: 25px;
	font-size: 16px;
	position: relative;
	margin:0px 30px;
	cursor: pointer;
    padding: 0px !important;
    padding-bottom: 25px !important;
}
.vp-tab-nav-item:not(:last-child)::after{
	content: '';
    border-right: 1px solid #ccc;
    height: 20px;
    right: -30px;
    position: absolute;
    top: -10px;
}
.vp-tab-active{
	border-bottom: 3px solid #2e6fff;
}
.vp-tab-content{
	width: 100%;
	display: none;
}
.vp-tab-content-activ{
	display: block;
}
.vp-tab-content-wrap{
	padding: 30px 50px;
}
.vp-file-window, .vp-file-window-1{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}

.vp-file-wrap{
	border: 1px solid #efefef;
	border-radius: 3px;
	padding: 10px;
	height: 330px;
	overflow: auto;
}
.vp-file-item{
	width: 100%;
	height: 115px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-size: cover;
	border: 1px solid #f7f5f5;
	border-radius: 5px;
	text-align: center;
	position: relative;
	word-break: break-all;
}
#vp_objects_file_wrap .vp-file-item{
	background-position: center !important;
	background-size: contain !important;
}
.vp-file-over-wrap{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	display: none;
}
.vp-file-item:hover .vp-file-over-wrap{
	opacity: 1;
	display: flex;
}
.vp-file-tool{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: white;
	color: #b90000;
}

.vp-pan-active{
	border: 1px solid #2e6fff !important;
	position: relative;
}
.vp-pan-active:after{
	content: '\2713';
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #2e6fff;
	color: white;
	font-size: 9px;
}
.vp-file-error-wrap{
	color: red;
	display: none;
}
.vp-upload-image{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.vp-file-loader{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #ffffff30;
    display: none;
}
.vp-stock-search-icon-wrap{
	margin-left: -35px;
    background: #ced4da;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.vp-stock-search-wrap{
	display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.vp-modal-wrap-1{
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10006;
	background: #0000008f;
}
.vp-load-content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vp-load-content img{
	width: 100px;
}
.vp-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.vp-for-image .vp-image-none-file{
	display: none;
}

.vp-error-wrap{
	display: none;
	text-align: center;
	padding: 10px;
	text-align: center;
	color: red;
}
.vp-file-btn{
	cursor: pointer;
}


.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #495057;
    border: 1px solid #ced4e1;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border-radius: 5px;
}
.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
}

#vp_edit_content_wrap{
	min-height: 520px;
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    max-height: 240px;
    overflow: auto;
}
.options li {
    margin:0 0;
    padding:10px;
}
.options li:hover {
    background-color: #f7f9fb;
    color: #09bd6e;
}

.swal2-container{
	z-index: 100600 !important;
}

#vp_video_thumb_wrap{
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	z-index: 199;
}
.vp-rename-modal{
	position: absolute;
    width: 350px;
    display: grid;
    grid-template-columns: auto 80px;
    grid-gap: 20px;
    padding: 10px 20px;
    top: -70px;
    left: -90px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 3px black;
}
.vp-rename-modal:after{
	content: '';
	border: 10px solid transparent;
	position: absolute;
	bottom: -20px;
	border-top-color: white;
	left: 160px;
}
.vp-input{
    width: 100%;	
    border: 1px solid #c9cfde;
    height: 40px;
    border-radius: 3px;
    padding: 0px 10px;
    background: transparent;
}
.header-nav-sub .header-nav-sub-wrap .non-pro-nav{
	color: #ccc !important;
}