body{
	padding: 0px;
	margin: 0px;
	font-family: Nunito;
	margin: 0px;
	background: #f3f3f3;
	color: #2E384D;
	overflow: hidden;
}
.swal2-container{
	z-index: 1000000 !important;
}
.swal2-icon-content{
    color: white !important;
}
div{
	font-family: Nunito;
	color: white;
	box-sizing: border-box;
}	
.vt-m-t-30{
	margin-top: 30px;
}
.vt-m-b-10{
	margin-bottom: 10px;
}
.main{
	background: #f3f3f3;
} 
.header{
    height: 70px;
    background: #131734;
    box-sizing: border-box;
    margin: 0px;
    box-shadow: 0px 0px 5px #5d698d38;
    z-index: 9999;
    position: relative;
}
.header .header-main .header-logo {
	float: left;
	width: 250px;
	font-size: 24px;
    padding: 15px 20px;

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

.header .header-main .header-left {
	float: left;
	width: calc(100VW - 260px);
	text-align: right;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 70px;
}
.header-note{
	display: inline-block;
	margin: 0px;
	margin-right: 20px;
	float: right;
	margin-top: 5px;
}
.header-note-item{
	position: relative;
	list-style: none;
    display: inline;
    padding: 5px;
}
.header-note-icon{
    position: absolute;
    top: -5px;
    right: 5px;
    width: 8px;
    height: 8px;
    box-sizing: content-box;
    background: #5dd39f;
    border-radius: 50%;
    border: 3px solid white;
}
.header-note-item img{
	height: 25px;
}
.header-note-item:not(:last-child){
	/*border-right: 1px solid #e2dede;*/
	margin-right: 10px;
}
.header-note-item a:hover{
	text-decoration: none;
}

.header-nav{
	display: flex;
	margin: 0px;
	margin-right: 0px;
	align-items: center;
	justify-content: flex-start;
}
.header-nav a{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	color: white !important;
	text-decoration: none;
	word-break: break-all;
}
.header-nav-item:hover a{
	text-decoration: none;
	color: #00e38c !important;
}
.active-nav a{
	color: #00e38c !important;
}
.header-nav-item{
	list-style: none;
    padding: 10px;
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 0px 10px;
    position: relative;
    cursor: pointer;
    height: 70px;
}
.header-nav-item img{
	margin-right: 5px;
	height: 15px;
}
.header-nav-item svg{
	margin-right: 5px;
	height: 22px;
}
 
 .vt-nav-submenu-wrap:hover > a > svg.fill-ele path {
	fill: #00e38c;

 }
.vt-nav-submenu-item:hover svg.fill-ele path{
	fill: #00e38c;
}
.vt-nav-submenu-item:hover svg.stroke-ele path{
	stroke: #00e38c;
}


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

.dropbtn img{
	max-width: 32px;
	max-height: 32px;
}
.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 20px;
}
.dropdown:hover .dropbtn{
	color: #00e38c !important;
}

.vt-profile-btn-wrap{
    display: flex;
    font-size: 0px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #c5c5c5;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #131734;
  box-shadow: 0px 0px 5px 0px rgb(103 103 103 / 35%);
  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: #131734;
	top: -20px;
	right: 25px;

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

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

}
.dropdown-content a:hover {
	text-decoration: none;
	background: #191f3f !important;
}
.vt-profile-setting-item img{
	height: 20px;
}
.vt-profile-setting-item svg{
	height: 22px;
}
.vt-profile-setting-item{
	display: flex !important;
	grid-gap: 10px;
	align-items: center;
	justify-content: flex-start;
	color: white !important;
	padding: 20px;

}

.vt-profile-setting-item:hover svg.fill-ele path{
	fill: #00e38c;
}
.vt-profile-setting-item:hover svg.stroke-ele path{
	stroke: #00e38c;
}

.vt-profile-setting-item:hover {
	color: #00e38c !important;
}
#my_profile{
	border-bottom: 1px solid #1e2445; 
	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;}*/

.vt-modal, .vt-file-modal{
	display: none;
	margin: 0px auto;
	position: fixed;
	border: 1px solid #1b223f;
	border-radius: 5px;
	z-index: 10007;
	width: 800px;
	left: calc(50% - 400px);
	top: calc(50VH - 330px);
	bottom: calc(50VH - 330px);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #1b223f;
    max-height: 100VH;
    overflow: auto;
}
.vt-modal-inner{
    padding: 60px 120px;
    position: relative;
}
@media(max-width: 700px){
	.vt-modal-inner{
    	padding: 0px 10px;
	}

}
.vt-modal-header{
    height: 50px;
    background: #1b223f;
    text-align: center;
    padding: 0px;
   	text-align: left;
    border: 0px;
}
.vt-modal-header-title{
    text-align: center;
    padding: 0px;
    font-size: 24px;
}
.vt-modal-header-desc{
    text-align: center; 
    text-transform: uppercase; 
    font-size: 12px;
}
.vt-modal-close, .vt-file-modal-close{
	position: absolute;
    right: 10px;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #131734;
    border-radius: 50%;
    padding: 0px;
    color: white;
    font-size: 20px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    top: 10px;
    border: 1px solid #1b223f;
}
.vt-modal .vt-modal-content{
	padding: 0px;
	padding-top: 50px;
}

.vt-modal-wrap, .vt-file-modal-wrap{
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10006;
	background: #0000008f;
}
.vt-modal-wrap-1{
	z-index: 10008;
}


.vt-profile-wrap{
	display: grid;
	grid-template-columns: auto 200px;
	grid-gap: 30px;
}
.reward-download{
	position: relative;
}
.reward-download-icon{
	position: absolute;
	right: 12px;
	bottom: 10px;
}
.reward-download-icon img{
	width: 18px;
}
.vt-profile-image-wrap{
	background: #c5c5c5;
	width: 137px;
	height: 137px;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
}
.vt-profile-image{
	width: 100%;
}
.vt-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;
}
.vt-file-input{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
}
.vt-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.vt-flex-start{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.vt-flex-end{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-content{
	height: calc(100VH - 70px);
    background-color: #131734;
    overflow: auto;
    width: 100%;
    scrollbar-color: #00e38c #464d6a;
    scrollbar-width: thin;
}

.main-content::-webkit-scrollbar {
  width: 5px;
  background-color: #464d6a ; /* or add it to the track */
}
.main-content::-webkit-scrollbar-thumb {
    background: #00e38c ;
}

.vt-h-custom-scroll{
	scrollbar-color: #00e38c #464d6a;
    scrollbar-width: thin;
    overflow-x: hidden;
    overflow-y: auto;
}

.vt-h-custom-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #464d6a ; /* or add it to the track */
}
.vt-h-custom-scroll::-webkit-scrollbar-thumb {
    background: #00e38c ;
}

.vt-v-custom-scroll{
	scrollbar-color: #00e38c #464d6a;
    scrollbar-height: thin;
    overflow-y: hidden;
    overflow-x: auto;
}

.vt-v-custom-scroll::-webkit-scrollbar {
  height: 5px;
  background-color: #464d6a ; /* or add it to the track */
}
.vt-v-custom-scroll::-webkit-scrollbar-thumb {
    background: #00e38c ;
}



.vt-btn-success{
    background-color: #00e38c !important;
    color: white;
}
.vt-btn-success:hover {
    background-color: #03965e !important;
    color: white;
}

.vt-btn-danger{
    background-color: #b90303;
    color: white;
}
.vt-btn-danger:hover {
    background-color: #870404;
    color: white;
}

.vt-btn-defalut{
    background: #1b223f !important;
    color: white;
    border: 1px solid #515573 !important;
}

.vt-product-btn{
	width: 100%;
	border-radius: 5px;
}
.vt-btn-defalut:hover {
    background: #515573 !important;
    color: white;
    border: 1px solid #515573 !important;
}

.form-control{
    background-color: #1b223f !important;
    color: white !important;
    border-color: #303754 !important;
}
.form-control:focus{
    outline: none !important;
    box-shadow: none !important;
}
.vt-container{
	max-width: 1330px !important;
}
.vt-font-24{
	font-size: 24px;
}
.vt-margin-top-40{
	margin-top: 40px;
}
.vt-margin-top-30{
	margin-top: 30px;
}
.vt-margin-top-20{
	margin-top: 20px;
}
.vt-margin-top-10{
	margin-top: 10px;
}
.vt-width-150{
	width: 150px;
}
.vt-width-250{
	width: 250px;
}
.vt-width-300{
	width: 300px;
}
.vt-float-left{
	float: left;
}
.vt-divi-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.vt-divi-2-m{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

@media(max-width: 768px){
	.vt-divi-2-m{
	    display: flex;
	    flex-flow: column;
	    grid-gap: 10px;
	}	
}
.vt-selectbox-wrap {
    position: relative;
    width: 100%;
    display: table;
}
.vt-selectbox-wrap:after {
	content: '';
    font: 12px consolas,monospace;
    color: #c9cfde;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 11px;
    position: absolute;
    pointer-events: none;
    top: 10px;
    border-left: 1px solid #ccc;
    width: 12px;
    border-bottom: 1px solid #ccc;
    height: 12px;
}

.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #495057;
    border: 1px solid #303754;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border-radius: 5px;
}
.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1b223f;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
}
 
.styledSelect:active, .styledSelect.active {
    background-color:#1b223f;
}
.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 #303754;
    background-color:#131734;
    -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);
    color: white;
    max-height: 200px;
}
.options li {
    margin:0 0;
    padding:10px;
}
.options li:hover {
    background-color: #191f3f ;
    color: white;
}

.vt-tour-box{
	height: 300px;
	width: 100%;
	position: relative;
	background-color: #1b223f;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.vt-tour-box-wrap{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 20px;
    width: 100%;
    padding: 0px 20px;
}
.vt-tour-new-box-icon{
	background-color: #131734;
	width: 80px;
	height: 80px;
	color: #00e38c;
	font-size: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
 
.vt-tour-new-box-icon i{
	transition: all .2s;
	transform: rotate(0deg);
}
.vt-tour-new-box-icon:hover i{
	transform: rotate(90deg);
}
.vt-box-detail-wrap{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #1b223f;
	padding: 20px;
	width: 100%;
}
.vt-detail-title{
	color: white;
	font-size: 16px;
}
.vt-detail-desc{
	color: #8990ad;
	font-size: 12px;
}
.vt-detail-tool{
	display: grid;
	grid-template-columns: 40px 40px 40px auto 40px;
	margin-top: 20px;
}
.vt-detail-tool img{
	width: 24px;
}
.vt-detail-tool-item{
	cursor: pointer;
}
.vt-tour-upload-wrap{
    position: relative;
    width: 100%;
    height: 180px;
    border: 1px solid #4f5472;
    margin-top: 20px;
    background-color: #131734;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.vt-tour-upload-view{
	width: 100%;
    height: 100%;
    border: 1px dashed #4f5472;
    cursor: pointer;
}
.vt-tour-upload-icon{
	margin-top: 30px;
}
.vt-tour-upload-icon img{
	width: 70px;
}
.vt-tour-upload-desc{
    margin-top: 10px;
    color: #8990AD;
    max-width: 235px;
    margin: 10px auto;
}
.vt-tab-nav-wrap{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 20px;
}
.vt-tab-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #303754;
    padding: 0px;
    grid-gap: 20px;
}
.vt-tab-nav-item {
	padding-bottom: 5px;
	border-bottom: 2px solid #1b223f;
	cursor: pointer;
	list-style: none;
}
.vt-tab-nav-item.vt-tab-active {
	border-bottom: 2px solid #00e38c;
}
.vt-tab-content{
	display: none;
}
.vt-tab-content-active{
	display: block;
}
.vt-tour-image-wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	padding: 0px 20px;
	padding-top: 10px;

}
.vt-tour-image-item, .vt-tour-before-image-item{
    width: 100%;
    height: 120px;
    border: 1px solid #1b223f;
    background-position: top;
    background-size:auto 100%;
    background-repeat: no-repeat;
}

#vt_recent_imgage .vt-tour-image-item:nth-of-type(3) ~ .vt-tour-image-item {
    display: none;
}

#vt_recent_before_img .vt-tour-before-image-item:nth-of-type(3) ~ .vt-tour-before-image-item {
    display: none;
}

.vt-active-box{
	border: 1px solid #00e38c !important;
	position: relative;
}
.vt-active-box: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: #00e38c;
    color: white;
    font-size: 9px;
}
#vt_hotspot_icon_modal .vt-active-box:after{
    width: 14px;
    height: 14px;
    top: -6px;
    right: -6px;
}
#vt_more_imgage{
	height: 330px;
	overflow: auto;
}
#vt_more_imgage .mCSB_container{
    margin-right: 10px !important;
    padding-right: 10px !important;
}


#vt_more_before_imgage{
	height: 330px;
	overflow: auto;
}
#vt_more_before_imgage .mCSB_container{
    margin-right: 10px !important;
    padding-right: 10px !important;
}


.mCSB_draggerRail{
	background-color: #8990ad85 !important;
}
.mCSB_dragger_bar{
	background-color: #00e38c !important;
}
.vt-tour-image-content{
	margin: 0px -20px;
	margin-top: 10px;
}

.vt-search-wrap{
	width: 100%;
	height: 30px;
	display: flex;
    border: 1px solid #8990ad;
    border-radius: 20px;
    background-color: #424965;
    align-items: center;
    justify-content: center;

}
.vt-tour-img-search{
	position: absolute;
	right: 0px;
	width: 200px;
}
.vt-search-input{
    color: white;
    background-color: transparent;
    border: 0px;
    width: calc(100% - 30px);
}
.vt-search-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #888fab;
    font-size: 12px;
    color: #424965;
}
input:focus{
	outline: none !important;
}
.vt-error-wrap{
	color: red;
	display: none;
}

.vt-tour-image-no-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	padding-top: 10px;
}
.vt-tour-image-no-box{
	width: 100%;
    height: 100%;
    border: 1px solid #4f5472;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8990ad;
}

.vt-choose-file-wrap{
    display: grid;
    grid-template-columns: auto 36px;
    border: 1px solid #303754;
    border-radius: 5px;
    height: 40px;
    background-color: #252b4b;
    padding: 2px 10px;
    padding-right: 2px;
    cursor: pointer;
}
.vt-choose-file-text{
	display: block;
	align-items: center;
	justify-content: flex-start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 7px;
}
.vt-choose-file-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1b223f;
    border-radius: 50%;
}
.vt-choose-file-icon img{
	height: 16px;
}

.vt-file-wrap {
    border: 1px solid #303754;
    border-radius: 3px;
    height: 330px;
    overflow: auto;
}
.vt-file-window, .vt-file-window-1{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	color: #676e84;
	padding: 15px;
	padding-right: 10px;
}

.vt-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;
}
.vt-hotspot-icon-item:hover .vt-file-over-wrap, .vt-file-item:hover .vt-file-over-wrap{
	opacity: 1;
	display: flex;
}
.vt-hotspot-icon-item .vt-file-tool{
    font-size: 12px;
    width: 24px;
    height: 24px;
}

.vt-file-tool{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: white;
	color: #b90000;
}
.vt-file-item-desc{
    margin: 0px;
    text-transform: uppercase;
    color: white;
}

.vt-file-item{
	width: 100%;
    height: 115px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border: 1px solid #303754;
    border-radius: 5px;
    text-align: center;
    position: relative;
    word-break: break-all;
    background-color: #252b4b;
    cursor: pointer;
}
.vt-file-content-wrap{
	padding:20px 50px;
}
.vt-file-wrap .mCSB_container{
	margin-right: 8px !important;
}
.vt-file-error-wrap{
	color: red;
	display: none;
}
.vt-file-loader, .vt-icon-loader{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #ffffff30;
    display: none;
} 
.vt-load-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vt-more-btn-wrap{
    position: relative;
}
.vt-more-action-window{
    position: absolute;
    bottom: 35px;
    left: -70px;
    width: 180px;
    background-color: #131734;
    box-shadow: 0px 0px 3px #232a61;
    display: none;
    z-index: 1;
}
.vt-more-action-window:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-top-color: #131734;
    bottom: -20px;
    right: 70px;
}
.vt-more-action-window-item{
    padding: 10px 30px;
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none !important;
    color: white;
}
.vt-more-action-window-item a{
    color: white;
    text-decoration: none;
}
.vt-more-action-window-item:hover{
    background-color: #273159;
    color: #00e38C;
}

.vt-more-action-window-item:hover a{
    color: #00e38C;
    text-decoration: none;
}

.vt-copy-item-wrap{
    position: relative;
}
.vt-copy-item-btn{
    position: absolute;
    right: 9px;
    bottom: 9px;
    width: 20px;
    height: 20px;
    background-color: #99999c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.vt-copy-item-wrap:hover .vt-copy-item-btn{
    opacity: 1;
    visibility: visible;
}
.vt-rename-wrap{
    width: 300px;
    position: absolute;
    top: 45px;
    left: -55px;
    background-color: #1b223f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px #202758b0;
    z-index: 1;
    border-radius: 5px;
}
.vt-rename-wrap:after{
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #1b223f;
    top: -20px;
    left: 140px;
}
.vt-rename-btn{
    margin-left: 10px;
    border: 1px solid #00e38c;
    padding: 5px 10px;
    border-radius: 5px;
}
.vt-rename-btn:hover{
    color: #00e38c;
}

.vt-social-share-wrap{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.vt-social-item{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8990ad;
    padding: 10px;
    border-radius: 5px;
    background-color: #131734;
    cursor: pointer;
}
.vt-copy-url-wrap{
    display: grid;
    grid-template-columns: 120px auto 50px;
}
.vt-copy-url-title{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #303754;
    border-radius: 5px 0px 0px 5px;
    border-right: 0px;
    background-color: #131734;
}

.vt-copy-url-wrap .form-control{
    border-radius: 0px !important;
}
.vt-copy-url-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #303754;
    border-radius: 0px 5px 5px 0px;
    border-left: 0px;
    background-color: #131734;
    cursor: pointer;
}

.vt-scene-loader, .vt-plan-scene-loader{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #252b4b94;
}

.vt-create-loader-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #353a5a47;
    z-index: 10001;
}

.vt-floor-plan-wrap{
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000008f;
    z-index: 10000;
}

.vt-floor-plan-window{
    background-color: #1b223fe6;
    border-radius: 5px;
    position: relative;
    max-height: 100VH;
    overflow: auto;
}
.vt-floor-plan-window .mCSB_container{
    margin-right: 0px;
}
.vt-floor-plan-title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 40px;
}
.vt-floor-plan-desc{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #c9cfde;
}

.vt-floor-plan-sub-img-wrap{
    width: 150px;
    background-color: #131734;
    padding: 15px;
    height: 430px;
    padding-right: 0px;
    margin-right: 10px;
    height: 430px;


}

.vt-plan-img-remove{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 26px;
    height: 24px;
    background-color: #ff0000c7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.vt-floor-plan-sub-img-item:hover .vt-plan-img-remove{
    opacity: 1;
    visibility: visible;
}

.vt-floor-plan-main{
    padding: 20px;
}
.vt-floor-plan-sub-img-window{
}
.vt-floor-plan-img-add-btn{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1b223f;
    border-radius: 5px;
    font-size: 20px;
}
.vt-floor-plan-sub-img-item{
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #404867;
    overflow: hidden;
    position: relative;
}
.vt-floor-plan-sub-img-wrap .mCSB_container{
    margin-right: 15px !important;
}   
.vt-floor-plan-sub-img-wrap .mCSB_draggerContainer{
    left: 6px !important;
}
.vt-floor-plan-main-image-wrap{
    padding: 10px;
    border: 1px solid #404867;
    height: 430px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    min-width: 400px;
}
.vt-floor-plan-main-image-wrap img{
    max-height: 406px;
    max-width: 450px;
}
.vt-floor-plan-main-image-window{
    position: relative;
    overflow: hidden;
}
.vt-floor-plan-viewer-wrap{
    width: 600px;
    background-color: #131734;
    border: 1px solid #404867;
    padding: 10px;
}
.vt-floor-plan-main{
    display: flex;
}

.vt-floor-plan-sub-img-item img{
    width: 100%;
}
.vt-floor-plan-viewer{
    background-image: url('../image/loader.gif'), linear-gradient(#252B4B,#252B4B);
    height: 303px !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.vt-floor-plan-viewer-scene-window{
    width: 578px;
    height: 100px;
    background-color: #252b4b;
    margin-top: 5px;
}
.vt-floor-plan-viewer-scene-wrap{
    height: 100px;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px;
}
.vt-floor-plan-viewer-scene-wrap .vt-scene-choose-item{
    border: 2px solid #252b4b;
    margin-right: 10px;
    display: inline-block;
}
.vt-floor-plan-viewer-scene-window .mCSB_container{
    margin-bottom: 0px !important;
}
.vt-floor-plan-viewer-scene-window .mCSB_draggerContainer{
    top: 4px !important;
}
.vt-floor-plan-viewer-scene-wrap .vt-scene-choose-item img{
    height: 80px;
    width: unset;
}

.vt-floor-plan-sub-img-window .vt-active-box{
    border:2px solid #00e38c;
}
.vt-floor-plan-sub-img-window .vt-active-box:after{
    content: '';
    border: 0px;
    width: 0px;
    height: 0px;
}
.vt-floor-plan-viewer-scene-wrap .vt-active-box{
    border:2px solid #00e38c;
}
.vt-floor-plan-viewer-scene-wrap .vt-active-box:after{
    content: '';
    border: 0px;
    width: 0px;
    height: 0px;
}
.vt-floor-plan-close{
    position: absolute;
    right: 5px;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2a314c;
    border-radius: 50%;
    padding: 0px;
    color: white;
    font-size: 20px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    top: 10px;
    border: 1px solid #1b223f;

}

.vt-plan-spot{
    position: absolute;
    left: 130px;
    top: 130px;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00e38c;
}
.vt-plan-spot img{
    width: 20px !important;
}
.vt-plan-spot-remove{
    position: absolute;
    bottom: -3px;
    right: -8px;
    background-color: red;
    color: white;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.vt-plan-spot:hover .vt-plan-spot-remove{
    display: flex;
}
.vt-tour-images{
    display: none;
}

.vt-integrate-window{
            color: #2e3a64;
}
.vt-integrate-title{
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
}
.vt-integrate-desc{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}
.vt-app-title{
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.vt-app-wrap{
    height: calc(100VH - 300px);
    margin: 30px 0px;
    overflow: auto;
    padding: 20px 50px;
}
.vt-app-window{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 10px;
}
.vt-app-item{
    border: 1px solid #f3f3f3;
}
.vt-app-item-window{
    background: white;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #d3d6e0;
}
.vt-app-item-window img{
    width: 100%;
}
.vt-app-img-wrap{
    padding: 20px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    overflow: hidden;
}
.vt-app-item-title{
    padding: 5px 10px;
    border: 1px solid #edf0fe;
    border-top: 0px;
    color: #131734;
    border-top: 1px solid #e4e4e4;
}
.vt-active-app{
    border:1px solid #07b379;
    position: relative;
}

.vt-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: #07b379;
    color: white;
    font-size: 9px;
}

.vt-popup-wrap{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000008f;
    z-index: 100000;
}

.vt-popup-window{
    position: relative;
    max-height: calc(100VH - 50px);
    overflow: auto;
    background-color: #1b223f;
}
 
.vt-popup-close {
    position: absolute;
    right: 55px;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2a314c;
    border-radius: 50%;
    padding: 0px;
    color: white;
    font-size: 20px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    top: 40px;
    border: 1px solid #1b223f;
    
}
.vt-popup-window-title{
    font-size: 24px;
}
.vt-integrate-window{
    width: 100%;
    max-width: 1024px;
    background-color: #1b223f;
}
.vt-datatable-wrap{
    margin-top: 20px;
    background-color: #1b223f;
    padding: 40px;
}
table.dataTable tbody th, table.dataTable tbody td{
    padding: 10px 18px !important;
}
.vt-datatable-wrap table.dataTable tbody tr{
    background-color: #131734 !important;
}
.vt-datatable-wrap table.dataTable tbody tr.even{
    background-color: #1a1e3a !important;
}
.vt-datatable-wrap table.dataTable thead th{
    border-bottom: 1px solid #303754;
    font-weight: normal;
}
.vt-datatable-wrap .dataTables_length{
    display: none;
}
.vt-datatable-wrap .dataTables_filter{
    display: none;
}
.vt-datatable-window{
    border: 1px solid #303754;
    padding: 20px;
}
.vt-datatable-wrap .dataTables_info{
    color: #9f9fa0 !important;
}
.vt-datatable-wrap .paginate_button {
    background: #1b223f !important;
    padding: 3px 10px !important;
    color: white !important;
}
.vt-datatable-title{
    font-size: 24px;
    margin-bottom: 10px;
}
.vt-datatable-action-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0px;
    cursor: pointer;
}
.vt-datatable-length{
    max-width: 100px
}
.vt-datatable-export-btn{
    color: #8990ad !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8990ad;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none !important;
}
.vt-datatable-export-btn img{
    height: 16px;
    margin-left: 10px;
}
.vt-datatable-action{
    color: #8990ad !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8990ad;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none !important;
    position: relative;
    max-width: 120px;
    cursor: pointer;
}
.vt-datatable-action img{
    margin-left: 10px;
}
.vt-table-action-list{
    display: block;
    position: absolute;
    width: 150px;
    bottom: 38px;
    right: -5px;
    box-shadow: 0px 0px 3px 0px #ababab9c;
    z-index: 1;
    background-color: #131734;
}
.vt-table-action-list a{
    color: white !important;
    padding: 10px 20px;
    text-decoration: none !important;
}
.vt-table-action-list a:not(:first-child){
    border-top: 1px solid #303754;
}
.vt-radio-btn{
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
    padding: 0px !important;
}

.vt-datatable{
    width: 100%;
}
.richText-editor span{
    background-color: transparent !important;
}
.richText .richText-editor ul, .richText .richText-editor ol{
    margin: 5px 0px !important;
    padding-left: 15px !important;
}
.vt-business-item{
    margin-top: 10px;
    color: #b7b7b7;
}
.vt-business-item span{
    display: block;
    color: white;
}
.vt-google-map-wrap{
    width: 100%;
    height: 250px;
    margin-top: 10px;
}
#vt_business_table tbody tr{
    cursor: pointer;
}
.paginate_button{
    color: #9f9fa0 !important;
}

.vt-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #9f9fa0 !important;
}
.vt-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: white !important;
}

.vt-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    color: #9f9fa0 !important;
}
#vt_business_table_paginate{
    color: #9f9fa0 !important;
}

.vt-datatable-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border: 1px solid #9f9fa0 !important;
}
.swal2-popup {
    background-color:  #1b223fd9 !important;
}
.swal2-title{
    color: white !important;
    font-size: 32px !important;
    font-weight: 400 !important;
}
.swal2-html-container{
    color: white !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}
.swal2-icon{
    width: 60px !important;
    height: 60px !important;
    border-width: 2px !important;
}
.swal2-icon-content{
    font-size: 50px !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{
    top: 2.675em !important;
    left: .3125em !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{
    top: 2.175em !important;
    right: -0.25em !important;
}
#vt_lang_btn{
    cursor: pointer;
    position: relative;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.vt-lang-wrap{
    position: absolute;
    background-color: #131734;
    box-shadow: 0px 0px 5px 0px rgb(103 103 103 / 35%);
    z-index: 10005;
    right: 5px;
    border-radius: 5px;
    top: 45px;
    color: #495776;
}
.header-nav a.vt-lang-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 20px;
    width: 150px;
    border-bottom: 1px solid #1e2445;
    color: white !important;
}
.vt-lang img{
    border-radius: 2px;
    height: 15px;
    border: 1px solid #4e4e4e;
}
.no-create-account{
}
.vt-plan-upgrad-wrap{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #1b223f8a;
    z-index: 9998;
}
.vt-user-plan-wrap{
    background-color: #00e38c;
    text-align: center;
    padding: 1px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
    /*font-size: 18px;*/
}
.vt-user-plan-view-item{
    margin-top: 20px;
    /*max-width: 300px;*/
}
.vt-progress-wrap{
    width: 100%;
    padding: 2px 3px;
    border: 1px solid #424965;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    background-color: #131734;
}

.vt-progress-bar{
    width: 100%;
    height: 2px;
    background-color: #424965;
    position: relative;
}
.vt-progress-content{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 2px;
    background-color: #00e38c;
}
.vt-user-plan-view-wrap{
    padding: 20px;
    border: 1px solid #212844;
    padding-top: 0px;
    border-radius: 5px;
    background-color: #1317341f;
}
.vt-plan-item-label{
    margin-bottom: 5px;
}
.ui-datepicker{
    z-index: 1000000 !important;
}

#vt_download_btn{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vt-tab-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0px 30px;
	background-color: #1b223f;
	cursor: pointer;
}
.vt-tab-btn:first-child{
	border-radius: 10px 0px 0px 10px;
}
.vt-tab-btn:last-child{
	border-radius: 0px 10px 10px 0px;
}
.vt-tab-btn-active{
	background-color: #00e28c;
}

.vt-stats-box-wrap{
	width: 100%;
	padding: 20px;
	background-color: #1b223f;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 80px auto;
	grid-gap: 40px;
}
.vt-stats-box-icon{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #183545;
	border-radius: 5px;
}
.vt-stats-box-icon img{
	width: 40px;
}
.vt-stats-box-title{
	font-size: 16px;
}
.vt-stats-box-num{
	font-size: 30px;
	margin-top: 10px;
}
.vt-scene-table-img-wrap{
	grid-gap: 20px;
}
.vt-scene-table-img-wrap img{
	max-height: 40px;
	max-width: 70px;
}

.vt-analytics-date-content{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.vt-state-date{
    background-color: transparent;
    border: 1px solid #3e4561;
    width: 220px;
    border-radius: 5px;
    height: 40px;
    color: white;
    padding-left: 10px;
}
.vt-nav-submenu{
    position: absolute;
    right: 0px;
    top: 70px;
    box-shadow: 0px 0px 5px 0px rgb(103 103 103 / 35%);
    z-index: 10005;
    display: none;
}
.vt-nav-submenu:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #131734;
    top: -20px;
    right: 25px;
}
.vt-nav-submenu-item{
	display: grid !important;
	grid-template-columns: 24px auto;
	grid-gap: 5px;
	align-items: center;
	justify-content: flex-start;
    padding: 20px !important;
    background-color: #131734;
    width: 240px;
    color: white !important;
}
/*.header-nav-item.vt-nav-submenu-wrap:hover .vt-nav-submenu{
	display: block;
}*/

.header-nav-item.vt-nav-submenu-wrap{
	color: white !important;
}
.header-nav-item.vt-nav-submenu-wrap .vt-nav-submenu-item{
	color: white !important;
}
.header-nav-item.vt-nav-submenu-wrap .vt-nav-submenu-item:hover{
	color: #00e38c !important;
	background: #191f3f !important;
}
.vt-user-plan-check{
    width: 20px;
    height: 20px;
    background: #00e38c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.vt-user-plan-uncheck{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    color: red;
    font-size: 20px;
}

.vt-note-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #5e6166;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
    color: #b3b9ca;
    cursor: pointer;
}
.vt-note-num{
    position: absolute;
    right: -6px;
    top: -6px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    background-color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vt-note-item-wrap{
    position: absolute;
    right: 0px;
    top: 40px;
    background-color: #131734;
    box-shadow: 0px 0px 5px 0px rgb(103 103 103 / 35%);
    width: 240px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-flow: column;
    grid-gap: 20px;
    max-height: 400px;
    overflow: auto;
    scrollbar-color: #00e38c #464d6a;
    scrollbar-width: thin;
}
.vt-note-item-wrap::-webkit-scrollbar {
    width: 5px;
    background-color: #464d6a ; 
}
.vt-note-item-wrap::-webkit-scrollbar-thumb {
    background: #00e38c ;
}

.vt-note-item{
    border: 1px solid #1c2340;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    text-align: left;
    background-color: #1b223f;
    position: relative;
}
.vt-note-item-close{
    width: 16px;
    height: 16px;
    border: 1px solid #1b223f;
    position: absolute;
    right: -5px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #646d93;
    font-size: 8px;
}