@charset "UTF-8";
/*--------------------- Copyright (c) 2020 ----------------------- 
[Master Stylesheet] 
Project: ViidCloud
-------------------------------------------------------------------*/


/********************************************************
1. body start
 *******************************************************/
body {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #9ea1bd;
    background-image: url(../images/bodybg.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{
	color: #222222;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Manrope', sans-serif;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;
	text-transform:capitalize;
}
img {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
}
.table-responsive {
    overflow-x: hidden;
}
/* button css */
.vh_btn, .vh_btn:focus {
    min-width: 190px;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
	cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
	letter-spacing: 1px;
    box-shadow: 0px 18px 30px 0px var(--shadow-color);
    background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vh_btn:hover {
	--x: 100%;
	color: #ffffff;
}
button.vh_btn {
    border: none;
}
a:not([href]):not([tabindex]) {
    color: #ffffff;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #ffffff;
}
/* button css */

 /********************************************************
1. body end
 *******************************************************/
/* Dashboard css */
/* Side-bar css */
.vh_main_wrapper {
    position: relative;
}
.vh_sidebar_main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 110px;
    padding: 60px 0 0;
    background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 60px 0px rgba(236, 191, 197, 0.2);
    z-index: 9;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.vh_sidebar_main:after {
    position: absolute;
    content: "";
    top: 0;
    left: 105px;
    background-image: url(../images/left-top.svg);
    background-size: auto;
    padding: 50px;
    background-repeat: no-repeat;
    z-index: -1;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.vh_sidebar_main:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 105px;
    background-image: url(../images/left-bottom.svg);
    background-size: auto;
    padding: 60px 50px 0px;
    background-repeat: no-repeat;
    z-index: -1;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.open_menu .vh_sidebar_main:before, .open_menu .vh_sidebar_main:after {
    left: 245px;
}
.vh_sidebar_logos {
    height: 70px;
	text-align: center;
}
.vh_sidebar_manu {
    padding: 10px 0 200px 30px;
	height: 100vh;
}
.vh_open_store .vh_sidebar_manu {
    overflow: visible;
}
.vh_sidebar_manu::-webkit-scrollbar {
    width: 2px;
}
.vh_sidebar_manu::-webkit-scrollbar-track {
    background: #ffe8eb;
}
.vh_sidebar_manu::-webkit-scrollbar-thumb {
    background: var(--text-color);
}
.toggle-btn {
    display: none;
}

/* Shape css */
.open_menu .vh_sidebar_main {
    width: 260px;
}
.vh_sidebar_manu ul>li> a span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
	margin-top: 18px;
    margin-left: 35px;
}
.open_menu .vh_sidebar_main span {
    line-height: normal;
    opacity: 1;
    visibility: visible;
	white-space: nowrap;
}
.open_menu .vh_sidebar_main .vh_sidebar_manu ul>li {
    text-align: left;
}
/* Shape css */
/* logo css */
img.vh_logo_two {
    display: none;
	text-align: center;
	margin: 0px auto 0 30px;
}
.open_menu img.vh_logo_one {
    display: none;
}
img.vh_logo_one {
    width: 46px;
    max-height: 46px;
    object-fit: contain;
}
img.vh_logo_two {
    width: 175px;
    max-height: 46px;
    object-fit: contain;
}
.open_menu img.vh_logo_two {
    display: block;
}
/* logo css */
.vh_sidebar_manu ul>li {
	margin-bottom: 20px;
	position: relative;
}
.vh_sidebar_manu ul>li> a {
    border-radius: 16px;
    width: 54px;
    height: 54px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #bec3dd;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.vh_sidebar_manu ul>li>a:hover {
    color: var(--text-color);
}
.vh_sidebar_manu ul>li.active> a {
    box-shadow: 0px 18px 30px 0px var(--shadow-color);
    background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
    background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
    background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
}
.vh_sidebar_manu ul>li.active> a svg {
    fill: #ffffff;
}
.vh_sidebar_manu ul>li.active:hover a svg { 
     fill: #ffffff; 
} 
.vh_sidebar_manu ul>li>a:hover> svg { 
     fill: var(--text-color); 
} 
.vh_sidebar_manu ul>li>a>svg {
    fill: #bec3dd;    
	width: 20px;
    height: 20px;
	margin-top: 1px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/* submenu css */
.vh_sidebar_main ul.vh_submenu {
    text-align: left;
    position: absolute;
    top: 5px;
    left: 18px;
    background: #ffffff;
    padding: 0 20px 15px;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0px 6px 60px 0px rgb(239 209 213 / 60%);
}
.vh_sidebar_main ul.vh_submenu:after {
    position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #ffffff;
    top: 16px;
    left: -12px;
    transform: rotate(-90deg);
}
.open_menu .vh_sidebar_main ul.vh_submenu {
    margin-left: 85px;
    background: transparent;
    position: unset;
    padding: 0;
    box-shadow: none;
}
.open_menu .vh_sidebar_main ul.vh_submenu:after {
    display: none;
}
.vh_sidebar_main ul.vh_submenu li:after {
    display: none;
}
.open_menu .vh_sidebar_main ul.vh_submenu li:after {
    display: block;
}
.vh_sidebar_manu ul>li> a span i.fa.fa-angle-right {
	transform: rotate(90deg);
    position: absolute;
    top: 0;
	right: -50px;
    bottom: 0;
}
.vh_setting_submenu.vh_open_store i.fa.fa-angle-right {
    transform: rotate(90deg);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
ul.vh_submenu {
    margin-left: 55px;
	display: none;
}

ul.vh_submenu li {
    margin-bottom: -20px;
    position: relative;
}
ul.vh_submenu li a {
    width: max-content;
}
ul.vh_submenu li:after {
    position: absolute;
    content: "";
    background: #fd98a2;
    width: 4px;
    height: 4px;
    top: 23px;
    left: -15px;
    border-radius: 100px;
}
/* Side-bar css */

/* Edit Profile css */
.vh_edit_profile {
	max-width: 1272px;
    padding: 60px;
    border-radius: 20px;
    background-color: #ffffff;
	box-shadow: 0px 0px 60px 0px rgba(137, 164, 218, 0.1);
}
.vh_edit_profile .vh_change_profile {
    display: flex;
    align-items: center;
	margin: 0;
}
.vh_edit_profile .vh_profile_img {
    width: 126px;
    margin-right: 40px;
}
.vh_edit_profile .vh_profile_img span svg {
    fill: #ffffff;
    margin: -1px 0 0 -1px;
}
.vh_edit_profile .vh_profile_img input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -9999px;
}
.vh_edit_profile .vh_profile_img span {
    bottom: 8px;
}
.vh_edit_profile .vh_profile_detail {
    margin-top: 0;
    text-align: left;
}
.vh_profile_editbtn {
    flex: 1;
    text-align: right;
}
.vh_profile_editbtn a.vh_btn {
    text-transform: uppercase;
}
.vh_edit_profile .vh_profile_detail p {
    margin-bottom: 0;
}
.vh_edit_profile_form {
    margin-top: 30px;
}
.vh_edit_profile_form .vh_model_btn a.vh_btn {
    text-transform: uppercase;
}
.vh_edit_profile_form .vh_model_btn {
    margin-top: 0px;
}
.vh_edit_profile.vh_edit_profile_admin {
    margin-top: 100px;
    margin-left: 0px;
}
/* Edit Profile css */

/* user profile sidebar css */
.vh_main_structure {
    margin-left: 125px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.open_menu .vh_main_structure {
    margin-left: 230px;
    width: calc(100% - 30%);
}
.vh_nav_close {
    text-align: center;
    line-height: 55px;
    position: absolute;
    right: -30px;
    top: 50%;
    background-image: url(../images/close.svg);
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
    background-size: auto;
    padding: 100px;
    background-repeat: no-repeat;
    background-position: right;
}
.vh_nav_close i {
	color: var(--text-color);
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.open_menu .vh_sidebar_main .vh_nav_close i {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
}
.vh_editor_toggle {
    display: none;
}
.vh_structure_header {
    position: fixed;
    width: 385px;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 2;
    background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 60px 0px rgba(239, 209, 213, 0.2);
}
span.close_editor {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    border: solid 1px #dedede;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
}
span.close_editor:after, span.close_editor:before {
    position: absolute;
    content: "";
    width: 16px;
    background: #fd5464;
    height: 2px;
    transform: rotate(45deg);
	border-radius:10px;
    
}
span.close_editor:before {
    transform: rotate(-45deg);
}
.vh_structure_header:after {
    position: absolute;
    content: "";
    top: 0;
    left: -60px;
    background-image: url(../images/right-top.svg);
    background-size: auto;
    padding: 50px;
    background-repeat: no-repeat;
	z-index: -1;
}
.vh_structure_header:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -60px;
    background-image: url(../images/right-bottom.svg);
    background-size: auto;
    padding: 60px 50px 0px;
    background-repeat: no-repeat;
	z-index: -1;
}
.vh_right_sidebar {
    padding: 80px 50px;
	overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
}
.vh_right_sidebar::-webkit-scrollbar {
    width: 2px;
}
.vh_right_sidebar::-webkit-scrollbar-track {
    background: #ffe8eb;
}
.vh_right_sidebar::-webkit-scrollbar-thumb {
    background: var(--text-color);
}
.vh_st_toggle > ul > li:nth-child(1) {
    width: 97%;
    text-align: left;
}
.vh_st_toggle > ul > li {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #78849b;
    font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
}
.vh_st_toggle > ul > li > a {
    display: inline-block;
    text-align: right;
}
.vh_change_profile {
    text-align: center;
    margin-top: 60px;
}
.vh_profile_img {
    position: relative;
    display: inline-block;
}
.vh_profile_img.vh_profile_br_shape:after {
    display: none;
}
.vh_profile_img:after {
    position: absolute;
    content: "";
    border-bottom: solid 3px #ffffff;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border-right: 10px solid #00ffff00;
    background: transparent;
    border-left: 10px solid #0000ff00;
    border-top: 33px solid #ffffff00;
    left: 0;
    top: 20px;
    right: 0;
    margin: auto;
    z-index: 0;
}
.vh_profile_img img {
    border-radius: 100%;
    box-shadow: 0px 0px 0px 2px var(--text-color);
    padding: 8px;
	width: 128px;
    height: 126px;
    object-fit: cover;
}
.vh_profile_img span {
    position: absolute;
    bottom: -14px;
	cursor: pointer;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
	box-shadow: 0px 18px 30px 0px rgba(241, 136, 141, 0.3);
    display: inline-block;
    margin: auto;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
	border-radius: 100%;
	z-index: 1;
}
.vh_profile_detail {
    margin-top: 31px;
}
.vh_profile_detail h4 {
    font-size: 18px;
    color: #353d42;
    font-weight: 800;
    margin-bottom: 5px;
}
.vh_profile_detail p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}
.vh_profile_detail a.vh_btn {
    background: #fff1f3;
    color: var(--text-color) !important;
    font-weight: 700;
    min-width: 130px;
    box-shadow: none;
	padding: 0 20px;
}
.vh_profile_detail a.vh_btn>svg {
    fill: var(--text-color);
    margin: 0 7px 3px 0;
}
/* training tutorial css */
.vh_train_tutorial_main {
    text-align: center;
    margin-top: 90px;
}
.vh_train_tutorial {
    background: #ffe8eb;
    text-align: center;
    padding: 35px;
    border-radius: 20px;
    display: inline-block;
}
.vh_train_active {
    position: relative;
    margin-bottom: -27px;
}
.vh_train_active>a {
    box-shadow: 0px 18px 30px 0px rgba(241, 136, 141, 0.3);
	background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
    background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
    background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
    border-radius: 16px;
    width: 54px;
    height: 54px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}
.vh_train_active svg {
    fill: #ffffff;
}
.vh_train_tutorial h6 {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}
.vh_train_tutorial a.vh_btn {
    min-width: 140px;
}
/* training tutorial css */
/* admin toggle css */
.vh_profile_open.open_drop{
	opacity:1;
	visibility:visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.vh_profile_open {
    position: absolute;
    top: 120px;
    right: 15px;
    max-width: fit-content;
    min-width: 130px;
    padding: 10px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #dcddff;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vh_profile_open img {
    position: absolute;
    top: -13px;
    right: 40px;
}
.vh_profile_open ul li a {
    text-transform: capitalize;
    color: #929db2;
    display: inline-block;
}
.vh_profile_open ul li a i {
	margin-right:8px;
    position: relative;
    top: 1px;
	color: #929db2;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vh_profile_open ul li a:hover {
	color: var(--text-color);
}
.vh_profile_open ul li a:hover i {
	color: var(--text-color);
}
/* admin toggle css */

/* admin box css */
.vh_container_fluid {
    padding: 60px 63px 100px;
	position: relative;
}
.vh_welcome_back_main {
    max-width: none;
    margin: auto;
}
.vh_welcome_back {
    max-width: 1266px;
}
.vh_welcome_flex {
    display: flex;
    padding: 28px 80px 0px;
    align-items: center;
    border-radius: 20px;
    background-color: #ffe8eb;
    margin-bottom: 30px;
}
.vh_welcome_d {
    max-width: 740px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.vh_welcome_d h4 {
    font-size: 26px;
	color: var(--text-color);
    font-weight: 900;
    margin-bottom: 10px;
}
.vh_welcome_d p {
    color: #555555;
    font-size: 16px;
}
.vh_welcome_d p a {
    color: var(--text-color);
    font-weight: 600;
}
.vh_welcome_d span {
    font-weight: 600;
    color: #78849b;
}
.vh_david_work {
    flex: 1;
    text-align: right;
}
.vh_container_shadow {
	max-width: 1266px;
	box-shadow: 0px 6px 60px 0px rgba(239, 209, 213, 0.2);
}
.vh_flex_box {
    display: flex;
    align-items: center;
    align-self: center;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    background: url(../images/box1.png) #ff9391;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: color-dodge;
}
.vh_flex_box.vh_flex_box2 {
    background: url(../images/box1.png) #7480ff;
}
.vh_dashboard_box {
    width: 300px;
	margin-right: 20px;
}
.vh_dashboard_box h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
	margin-bottom: 4px;
}
.vh_dashboard_box p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.vh_user_box {
    flex: 1;
    text-align: center;
}
.vh_user_box a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgb(255 255 255 / 30%);
    box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 3%);
    display: inline-block;
    border-radius: 15px;
}
.vh_user_box a svg {
    fill: #ffffff;
}
.vh_welcome_back.vh_welcome_white_label {
    max-width: 1266px;
}
.vh_welcome_white_label .vh_welcome_flex {
    padding: 40px 30px;
}
.vh_welcome_white_label .vh_welcome_d {
    max-width: none;
    margin-right: 0;
    margin-bottom: 0;
}
.vh_welcome_white_label .vh_welcome_d h4 {
    font-size: 16px;
	color: #222222;
    font-weight: 600;
    margin: 5px 0px 20px;
    text-transform: lowercase;
}
.vh_welcome_white_label .vh_welcome_d h4:hover {
    color: var(--text-color);
}
/* admin select list css */
.vh_col_flex {
    display: flex;
}
.vh_col8 {
    max-width: 925px;
    margin-right: 30px;
}
.vh_select_box ul {
    margin: 30px 0 10px;
}
.vh_select_box ul li {
    display: inline-block;
    margin-right: 6px;
	margin-bottom: 10px;
    vertical-align: middle;
}
.vh_select_box ul li a.vh_btn {
    background: #353543;
    box-shadow: none;
}
.vh_select_box ul li a.vh_btn:hover {
    background: #47475a;
}
.vh_select_box .nice-select {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 236, 255);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #92a6b2;
    padding: 0 30px 0 20px;
	margin-bottom: 15px;
}
ul.list li {
    display: block;
}
.nice-select .option.selected {
    font-weight: 500;
}
.nice-select .option {
    margin: 0;
	color: #78849b;
}
.nice-select:after {
    border-bottom: 2px solid #92a6b2;
    border-right: 2px solid #92a6b2;
    right: 20px;
    width: 7px;
    height: 7px;
}
/* admin select list css */

/* admin box css */

/* Contests css */
.vh_main_background {
    padding: 50px 30px;
    border-radius: 20px 20px 0 0;
    background-color: #ffffff;
}
.vh_nice_select h4 {
	color: #353d42;
	font-size: 24px;
	font-weight: 900;
}
.vh_search_btn_flex {
    display: flex;
	align-items: center;
	justify-content: flex-end;
}
.vh_search_btn_flex .mt_search_box {
    width: 260px;
    margin-right: 10px;
}
.vh_search_box {
	position: relative;
}
.vh_search_box input {
    height: 45px;
    line-height: 45px;
    color: #a1a3ce;
    width: 275px;
    padding: 0 40px 0 20px;
    border: solid 1px #ebecff;
    border-radius: 5px;
}
.vh_search_box input::placeholder {
    color: #c9cbf0;
}
.vh_search_box span {
    position: absolute;
    top: 10px;
    right: 15px;
	color: #c9cbf0;
}
.vh_create_btn {
    margin-left: 10px;
}
.vh_create_btn>a>svg {
    fill: #ffffff;
    margin-right: 6px;
    margin-top: -4px;
}
/* notes css */
.vh_notes_section {
    text-align: center;
    padding: 50px 30px;
    background: #ffe8eb;
    border-radius: 0px 0px 20px 20px;
}
.vh_notes_section h6 { 
    color: #555555;
}
.vh_notes_section h6 i.fa.fa-info {
    margin-right: 5px;
    color: #f07282;
}
/* notes css */
/* Table css */
.vh_campaigns_table {
	text-align: left;
    background-color: #ffffff;
	border-radius: 0 0px 20px 20px;
}
.vh_campaigns_table .table {
    margin: 0;
}
.vh_campaigns_table .table thead th {
    vertical-align: middle;
    padding: 14px 30px;
    color: #8c8fac;
    font-weight: 600;
    background: #f7f9fe;
    border: none;
	text-transform: uppercase;
}
.vh_campaigns_table .table thead th:last-child {
    text-align: right;
}
.vh_campaigns_table .table td {
    padding: 14px 30px;
    border-bottom: 1px solid #f4f5fa;
    vertical-align: middle;
    color: #9ea1bd;
    font-weight: 500;
    border-top: none;
}
.vh_campaigns_table .table td:last-child {
    text-align: right;
}
a.vh_read_more {
    color: #fa889c;
    font-size: 12px;
}
.vh_action_icon ul li {
    display: inline-block;
}
.vh_action_icon ul li a {
    display: inline-block;
	margin-right: 25px;
	position: relative;
	cursor: pointer;
}
.vh_action_icon ul li:last-child a {
    margin: 0;
}
.vh_action_icon ul li a svg {
    fill: #bec3dd;
}
.vh_action_icon ul li a p {
    position: absolute;
    top: -32px;
    left: -23px;
    right: 0;
    margin: auto;
    font-size: 12px;
    display: flex;
    justify-content: center;
    background: #3d4853;
    color: #ffffff;
    border-radius: 5px;
    padding: 0px 30px;
    height: 25px;
    line-height: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}
.vh_action_icon ul li a:hover p {
	opacity: 1;
    visibility: visible;
}
.vh_action_icon ul li a p:after {
    position: absolute;
    content: "";
    border-top: solid 5px #3d4853;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}
.vh_pagination_flex {
    display: flex;
    align-items: center;
}
.vh_pagination_section {
    padding: 20px 60px;
    border-radius: 0 0 20px 20px;
    background-color: #ffffff;
}
.vh_pagination_show {
    flex: 1;
}
.vh_pagination {
    margin-right: -10px;
}
.vh_pagination ul li {
    display: inline-block;
    vertical-align: middle;
}
.vh_pagination ul li a, .vh_pagination ul li a:focus {
	display: inline-block;
    color: #a1a3ce;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	font-weight: 500;
}
.vh_pagination ul li a.active {
    color: #fff;
    border-radius: 5px;
	margin: 0 8px;
	background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
}
.dataTables_empty {
    text-align: center !important;
}
/* Table css */
/* Data Table css */
.vh_campaigns_table .col-sm-12 {
    padding-right: 0;
}
div.table-responsive>div.dataTables_wrapper>div.row {
    width: 101.2%;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
	display: none !important;
}
div.dataTables_wrapper div.dataTables_info {
    padding: 20px 30px !important;
}
.pagination {
    justify-content: flex-end;
    margin: 0 !important;
    padding: 20px 10px !important;
}
li.paginate_button.active a {
    color: #fff;
    border-radius: 5px;
    margin: 0 8px;
    background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
}
.pagination li a {
    display: inline-block; 
    color: #a1a3ce;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}
/* Data Table css */
/* Contests Model Add User css */
.modal-dialog {
    max-width: 505px;
    width: 100%;
}
.vh_modal_content .modal-content {
	border: none;
}
.vh_modal_content button.close {
    font-size: 32px;
    position: absolute;
	top: 10px;
    right: 20px;
}
.vh_modal_content .close {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
    line-height: normal;
    color: #9ea1bd;
    text-shadow: none;
    opacity: 1;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #9ea1bd;
    opacity: 1;
}
.vh_modal_content {
    background-color: #ffffff;
    padding: 52px 60px 60px;
    border-radius: 20px;
	width: 100%;
}
.modal-header {
    padding: 0px 0px 30px;
    border-bottom: none;
}
.modal-header p {
    font-size: 20px;
    font-weight: 900;
    color: #353d42;
	text-transform: capitalize;
}
.vh_md_input label {
    margin: 0 0 15px;
    color: #353d42;
    font-weight: 700;
	text-transform: capitalize;
}
.vh_md_input input {
    color: #353d42;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #e6e7ee;
    margin-bottom: 25px;
}
.vh_md_input input::placeholder {
	color: #c7c9db;
}
.vh_model_campaign select.form-control {
    height: 50px;
    color: #a1a3ce;
    background: #ffffff;
    width: 100%;
    padding: 0 20px;
    border: solid 1px #e6e7ee;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 25px;
}
.vh_model_btn {
    margin-top: 15px;
}
.vh_model_btn a.vh_btn, .vh_model_btn a.vh_btn:focus {
    min-width: 130px;
    margin-right: 10px;
}
.vh_md_input.vh_code_area {
    position: relative;
}
.vh_md_input.vh_code_area input {
    width: 250px;
    margin-right: 15px;
}
span.vh_copy_code {
    position: absolute;
}
span.vh_copy_code a.vh_btn, span.vh_copy_code a.vh_btn:focus {
    min-width: 118px;
    height: 48px;
    line-height: 48px;
}
/* Contests Model Add User css */

/* Delete Model css */
.modal-dialog.model_delete {
    max-width: 455px;
}
.vh_model_delete {
    text-align: center;
}
.vh_model_delete img {
    margin: 8px 0 30px;
}
.vh_model_delete h4 {
    font-size: 20px;
    font-weight: 700;
    color: #353d42;
    margin-bottom: 10px;
}
.vh_model_delete p {
    font-size: 16px;
	cursor: pointer;
}
.vh_model_delete p span {
    font-size: 26px;
    color: #ff5c7b;
    vertical-align: sub;
    font-weight: 700;
}
.vh_model_delete a.vh_btn {
    margin: 20px 0 25px;
    background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
    box-shadow: 0px 18px 30px 0px rgb(255 86 118 / 15%);
}
/* Delete Model css */

/* Select2 css */
.select2-container {
    width: 100% !important;
    margin-bottom: 20px !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #e6e7ee !important;
	height: 50px !important;
    overflow: auto !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 10px 0  !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 3px !important;
    margin-top: 12px !important;
	margin-bottom: 0px !important;
    background-color: #e8f0fe;
    border: 1px solid #e8e8e8;
}
.vh_select_box ul li {
    color: #353d42;
}
li.select2-search.select2-search--inline {
    display: none !important;
}
/* Select2 css */

/* Customers css */
/* checkbox start */
.vh_cm_input {
    position: relative;
}
.vh_md_input.vh_cm_input input {
    padding: 0 45px 0px 30px;
}
.vh_cm_input span {
    position: absolute;
    top: 50px;
    right: 20px;
	cursor: pointer;
}
.vh_autoresponder {
    margin: 0 0 32px;
}
.vh_autoresponder span>a { 
    color: #9ea1bd;
}
.vh_autoresponder span>a:hover {
    color: #9ea1bd;
}
.vh_autoresponder label input {
    display: none;
}
.vh_user_check {
    position: relative;
	cursor: pointer;
}
.vh_user_check span {
    width: 32px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50px;
    background: #dddddd;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin: 0;
}
.vh_user_check span:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #ffffff;
    position: absolute;
    border-radius: 100px;
    top: 3px;
    left: 3px;
    transition: all 0.3s;
}
.vh_autoresponder label input:checked ~ .vh_user_check span {
    background: #77e34d;
}
.vh_autoresponder label input:checked ~ .vh_user_check span::before {
    left: 15px;
    background: #ffffff;
}
.vh_autoresponder h5 {
    font-size: 16px;
    color: #9ea1bd;
    margin: 6px 0 0 47px;
	font-weight: 300;
	cursor: pointer;
}
/* checkbox end */
/* Customers css */

/* 5 tabs design */
.vh_settings_section {
    padding-top: 20px;
}
li.nav-item.camp_steps {
    margin-bottom: 10px;
}
.vh_settings_section .nav>li>a { 
    height: 50px;
    line-height: 50px;
    position: relative;
    display: block;
    padding: 0 10px 0 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #8c8fac;
    background: rgb(255, 255, 255);
	box-shadow: 0px 6px 60px 20px rgba(239, 209, 213, 0.2);
    margin-right: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
	border-radius: 6px;
	z-index: 1;
}
.open_menu .vh_settings_section .nav>li:last-child a {
    margin-left: 15px;
}
.vh_settings_section .nav>li:last-child a {
    margin-right: 0;
}
.vh_settings_section .nav>li>a:after {
    position: absolute;
    content: "";
    top: 6px;
    right: -16px;
    z-index: -1;
    background: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    transform: rotate(45deg);
}
.vh_settings_section .nav>li>a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -15px;
    z-index: -1;
    background-image: url(../images/tabs-shape.svg);
    padding: 25px;
    background-repeat: no-repeat;
}
.vh_settings_section .nav-link.vh_tab_shape, .vh_settings_section .nav-link {
    color: #ffffff;
    background: -moz-linear-gradient( 153deg, rgb(248,130,154) 0%, rgb(255,159,165) 100%);
    background: -webkit-linear-gradient( 153deg, rgb(248,130,154) 0%, rgb(255,159,165) 100%);
    background: -ms-linear-gradient( 153deg, rgb(248,130,154) 0%, rgb(255,159,165) 100%);
}
.vh_settings_section .nav>li> a.vh_tab_shape {
    color: #ffffff !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: inherit;
    background-color: #fff;
}
.vh_settings_section a.nav-link.vh_tab_shape:after {
    position: absolute;
    content: "";
    top: 6px;
    right: -16px;
    background: #f8829a;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    transform: rotate(45deg);
}
.vh_settings_section a.nav-link.vh_tab_shape:before {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    z-index: -1;
    background-image: url(../images/tabs-color.svg);
    padding: 25px;
    background-repeat: no-repeat;
}
.vh_settings_section a.nav-link.vh-before-none:first-child:before {
    display: none;
}
.vh_settings_section a.nav-link.vh-before-none:first-child {
    padding: 0 7px 0 20px;
}
/* 1 tabs css */
.vh_tab_main {
	max-width: 1253px;
	padding: 50px;
	border-radius: 20px;
	margin-top: 40px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 60px 0px rgba(239, 209, 213, 0.2);
}
.vh_tags_set.vh_add_campaign {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}
.vh_add_campaign .vh_model_btn {
    margin-top: 0;
    text-align: center;
}
.vh_first_tab {
    text-align: center;
	padding: 60px 0 0;
}
.vh_first_tab h4 {
    font-size: 24px;
    color: #353d42;
    font-weight: 900;
	margin-bottom: 30px;
}
.vh_first_tab>p {
    margin-bottom: 30px;
}
.vh_upload_img {
    max-width: 690px;
    margin: auto;
    border: dashed 1px #f9859b;
    padding: 50px;
    border-radius: 20px;
	background: #fffbfe;
}
.vh_upload_img p {
    color: #353d42;
    font-size: 15px;
    font-weight: 700;
    margin: 30px 0 10px;
}
.vh_btn_file {
    position: relative;
    display: inline-block;
}
.vh_btn_file label {
    width: 160px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    border-radius: 6px;
    letter-spacing: 1px;
    box-shadow: 0px 18px 30px 0px rgba(241, 136, 141, 0.3);
    margin: 0;
	background: linear-gradient(90deg, var(--btn-color-one), var(--btn-color-three) 51%, var(--btn-color-one)) var(--x, 0)/ 200%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vh_btn_file label:hover {
	--x: 100%;
	color: #ffffff;
}
.vh_btn_file label input[type="file"] {
    display: none;
}
.vh_upload_img span {
    display: block;
    margin-bottom: 20px;
    color: var(--text-color);
	font-weight: 700;
}
.vh_first_tabbtn {
    text-align: right;
    margin-top: 40px;
	padding-bottom: 0px;
}
.vh_first_tabbtn a.vh_btn {
    min-width: 170px;
}
/* 1 tabs css */

/* 2 tabs css */
.vh_set_thumbnail {
    display: flex;
}
.vh_set_thumbnail .vh_first_tab {
    max-width: 670px;
    width: 100%;
	padding: 0 0 0;
}
.vh_set_thumbnail .vh_first_tab h4 {
    margin-bottom: 22px;
    text-align: left;
}
.vh_set_thumbnail .vh_first_tab>p {
    text-align: left;
    margin-bottom: 20px;
}
.vh_set_thumbnail .vh_upload_img {
    max-width: 670px;
    margin: unset;
	padding: 10px 20px;
}
a.vh_previous_step {
    float: left;
    margin-top: 15px;
    letter-spacing: 1px;
    color: #8c8fac;
    font-weight: 600;
}
a.vh_previous_step svg {
    fill: #8c8fac;
    margin: -2px 6px 0 0px;
}
a.vh_previous_step:hover {
    color: var(--text-color);
}
a.vh_previous_step:hover svg {
    fill: #fb909e;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.vh_btn.vh_nextbtn svg {
    fill: #ffffff;
}
a.vh_btn.vh_nextbtn svg {
    fill: #ffffff;
    margin: -1px 0 0 6px;
}
/* Image Gif css */
.vh_images_section {
	max-width: 492px;
	flex: 1;
	margin-left: 25px;
	border-left: solid 1px #e6e7ee;
	padding: 0px 20px 50px 20px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 680px;
}
.vh_images_section::-webkit-scrollbar {
    width: 3px;
}
.vh_images_section::-webkit-scrollbar-track {
    background: #ffe8eb;
}
.vh_images_section::-webkit-scrollbar-thumb {
    background: var(--text-color);
}
.vh_heading_img h4 {
    font-size: 16px;
    color: #353d42;
    font-weight: 900;
	margin-bottom: 16px;
}
/* tooltip css */
.vh_tooltip_main {
    display: inline-block;
	margin-left: 5px;
	cursor: pointer;
	position: relative;
}
.vh_tooltip_main:hover .vh_tooltip_msg {
    opacity: 1;
    visibility: visible;
}
.vh_tooltip_msg {
    position: absolute;
    top: 28px;
    left: -20px;
    color: #ffffff;
    background: #3d4853;
    font-weight: 500;
    text-align: center;
    min-width: 200px;
	font-size: 12px;
    z-index: 1;
    padding: 8px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.vh_tooltip_msg:after {
    position: absolute;
    content: "\f0d8";
    font-family: 'FontAwesome';
    color: #3d4853;
    top: -17px;
    left: 20px;
    margin: auto;
    font-size: 22px;
}
.vh_tooltip_msg p {
    text-align: left;
    line-height: 1.5;
	display: inline-block;
}
/* tooltip css */
.mt_editor_tabs {
    background: #fcfdff;
    border-radius: 20px;
    border: solid 1px #e6e7ee;
}
.mt_search_two .mt_search_box {
    padding: 30px;
}
.mt_search_two .mt_search_box span {
    top: 44px;
    right: 50px;
}
.mt_search_box {
	position: relative;
}
.mt_search_box input {
    height: 50px;
    color: #a1a3ce;
	background: #ffffff;
    width: 100%;
    padding: 0 45px 0 20px;
    border: solid 1px #e6e7ee;
    border-radius: 5px;
}
.mt_search_box input::placeholder {
    color: #92a6b2;
}
.mt_search_box span {
    position: absolute;
	top: 14px;
    right: 20px;
	color: var(--text-color);
	cursor: pointer;
}
.mt_search_box span a {
	color: var(--text-color);
}
.mt_editor_tabs .nav-tabs {
    border-top: none;
    border-bottom: solid 1px #e6e7ee;
}
.mt_editor_tabs .nav-tabs .nav-item {
    margin-bottom: 0;
	text-align: center;
}
.mt_editor_tabs .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #9ea1bd;
	font-weight: 600;
    padding: 0px 22px;
    height: 60px;
    line-height: 65px;
}
.mt_editor_tabs .nav-tabs .nav-item.show .nav-link, .mt_editor_tabs .nav-tabs .nav-link.active {
	color: var(--text-color);
    background: #fcfdff;
    position: relative;
    border-radius: 20px;
}
.mt_editor_tabs a.nav-link.active:after {
    position: absolute;
    content: "";
    background-color: var(--text-color);
    height: 2px;
    width: 80px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1px;
}
.mt_tabs_pixabay {
    padding: 30px 20px 30px 30px;
    overflow-y: auto;
    overflow-x: hidden;
	max-height: 350px;
}
.mt_tabs_pixabay::-webkit-scrollbar {
    width: 4px;
}
.mt_tabs_pixabay::-webkit-scrollbar-track {
    background: #dfe0ef;
}
.mt_tabs_pixabay::-webkit-scrollbar-thumb {
    background: #fa8a9d;
}
.mt_tabs_pixabay .mt_search_box input {
    width: 100%;
}
.mt_photo_gallery {
    margin-top: 15px;
}
.mt_photo_gallery ul li {
    display: inline-block;
	margin: 5px 5px 0px 0px;
}
.mt_photo_gallery ul li:nth-child(odd) {
    margin: 5px 5px 0px 0px;
}
.mt_photo_gallery ul li a {
    display: inline-block;
}
.mt_photo_gallery ul li a img {
    width: 103px;
    height: 90px;
    object-fit: cover;
}
button.triggerSearch {
    display: flex;
    justify-content: center;
    margin: auto;
    min-width: 100px;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background: #ff9fa5;
    border: none;
    color: #ffffff;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
}
/* image seach css */
.vh_image_twotab {
    margin-top: 27px;
}
.vh_image_twotab .mt_search_box {
    margin-bottom: 17px;
}
/* image seach css */

/* set thumbnail css */
.vh_set_overlay {
    position: relative;
}
.vh_set_overlay video {
    width: 100%;
	height: auto;
    border-radius: 20px;
}
video::-webkit-media-controls-panel {
    /* background-image: linear-gradient(transparent, rgb(0 0 0 / 50%)) !important; */
   background-image: linear-gradient(transparent, transparent) !important;
}
.vh_overlay_ab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	display: flex;
}
.vh_overlay_ab .vh_bgopacity {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    /* background: rgb(55 68 85 / 70%); */
    z-index: 0;
}
.vh_overlay_ab>img {
    border-radius: 20px;
    width: 670px;
    height: auto;
    object-fit: cover;
	background: #000000;
}
.vh_over_texticon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 1;
	overflow: hidden;
}
/* overley two */
.vh_overley_btn2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 1;
	border-radius: 20px;
    /* background: rgb(55 68 85 / 70%); */
}
.vh_overley_btn2 span {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: solid 1px #ffffff;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vh_overley_btn2 span:after, .vh_overley_btn2 span:before {
    position: absolute;
    content: "";
    width: 15px;
    background: #fd5464;
    height: 2px;
    transform: rotate(45deg);
    border-radius:10px;
}
.vh_overley_btn2 span:before {
    transform: rotate(-45deg);
}
.vh_btn_overlay_inputbox input {
    color: #ffffff;
    background: transparent;
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #9c9c9c;
    margin-bottom: 15px;
}
.vh_btn_overlay_inputbox input::placeholder {
    color: #ffffff;
}
.vh_logo_btm2 {
    position: absolute;
    top: 20px;
    right: 20px;
}
.vh_logo_btm2 img {
    width: 46px;
}
.vh_video_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: -1;
	opacity: 0.5;
}
.vh_campaign_logo {
    position: absolute;
    top: 20px;
    right: 15px;
}
.vh_campaign_logo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
/* overley two */
.vh_over_abs a, .vh_over_abs a:focus {
    display: inline-block;
    background: #ff9fa5;
    box-shadow: none;
}
.vh_over_abs .vh_thumbnail_only_icon, .vh_over_abs .vh_thumbnail_only_icon:focusn {
    background: none;
}
.vh_over_abs .animate__animated.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    animation-iteration-count: infinite;
	    background: none;
}
.vh_over_abs  .animate__animated.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    animation-iteration-count: infinite;
	    background: none;
}
.vh_over_abs  .animate__animated.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    animation-iteration-count: infinite;
	    background: none;
}
.vh_over_abs .animate__animated.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    animation-iteration-count: infinite;
	    background: none;
}
.vh_over_abs .animate__animated.animate__swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    animation-iteration-count: infinite;
	    background: none;
}
.vh_over_abs p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    padding: 20px 15px;
	text-transform: capitalize;
	line-height: normal;
}
.vh_over_abs svg {
    fill: #ffffff;
    width: 60px;
    height: 60px;
}
/* video iframe css */
.vh_video_iframe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: #000000;
}
.vh_video_iframe .vh_set_overlay video {
    height: 100vh;
	border-radius: 0px;
}
.vh_video_iframe .vh_overlay_ab>img {
    width: 100%;
	height: auto;
	border-radius: 0px;
}
.vh_video_iframe .vh_over_texticon {
    /* background: rgb(0 0 0 / 50%); */
	border-radius: 0px;
}
.vh_video_iframe .vh_overlay_ab .vh_bgopacity {
    bottom: 0;
	border-radius: 0px;
}
.vh_video_iframe .vh_over_abs {
    text-align: center;
}
/* video iframe css */
/* set thumbnail css */

/* customize overlay css */
.vh_customize_overlay {
    padding: 30px;
    background: #fcfdff;
    border-radius: 10px;
    border: solid 1px #e6e7ee;
}
/* color picker css */
.vh_color_picker {
    display: flex;
    align-items: center;
}
.vh_color_picker label {
    margin: 0 20px 0 0px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
}
.vh_picker_input {
    border: solid 1px #ebecff;
    border-radius: 6px;
    width: 150px;
	background: #ffffff;
	margin: 0px 0 20px;
}
.vh_color_picker:focus-within {
	outline: none;
}
.vh_color_picker input[type="color"] {
    width: 54px;
    height: 34px;
    margin: -3px 0 0 6px;
    -webkit-appearance: none;
	border: solid 1px #e5e5e5;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 5px;
    overflow: hidden;
    border-right: none;
}
.vh_color_picker input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.vh_color_picker input[type="color"]::-webkit-color-swatch {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.vh_color_picker input {
	width: 80px;
    height: 45px;
    border: none;
    outline: 0;
    background: #fcfdff;
    color: #9ea1bd;
}
/* color picker css */

/* Range Slider css */
.vh_range_slider {
    display: flex;
    align-items: center;
	padding-top: 20px;
}
.vh_range_slider p {
    margin-right: 20px;
}
.price_range {
    margin: 0 15px 0 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ebecff;
    border-radius: 6px;
    color: #a1a3ce;
	background: #ffffff;
    padding: 0 30px 0 10px;
    position: relative;
}
.vh_range_slider .ui-widget.ui-widget-content {
	height: 3px;
    border: solid 1px #e6e6e6;
    background: #e6e6e6;
    width: 155px;
}
.vh_range_slider .ui-slider .ui-slider-range {
	background-color: #f68199;
    height: 3px;
}
.vh_range_slider .ui-state-default {
	border: 3px solid #ffffff;
    background: #f68199;
    outline: none;
    border-radius: 50%;
    top: -8px;
    cursor: pointer;
    width: 15px;
    height: 15px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 4, 0.15);
}
.vh_range_slider .ui-slider-horizontal .ui-slider-range {
    top: -2px;
}
.vh_range_slider .ui-state-default:nth-last-child(2) {
    display: none;
}
.vh_range_slider.vh_range_slider_video {
    display: block;
	padding: 0;
}
.vh_range_slider_video .ui-state-default:nth-last-child(2) {
    display: block;
}
.vh_range_slider_video p {
    margin: 0 0 20px;
}
.vh_range_slider_video input {
    border: none;
    color: #f68199;
    font-weight: 600;
}
.vh_range_slider_video .ui-widget.ui-widget-content {
    width: 100%;
}
.vh_btn_seconds {
    margin-top: 35px;
}
.vh_btn_seconds a.vh_btn {
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px;
	margin-right: 5px;
}
/* Range custom css */
.vh_range_box {
	height: 7px;
	border: solid 1px #e6e6e6;
	background: #e6e6e6;
	width: 100%;
	margin-top: 10px;
	border-radius: 100px;
	position: relative;
	display: none;
}
.vh_range_box .vh_range_filled {
	width: 62px;
	background: #f8869d;
	top: 0;
	left: 0px;
	bottom: 0;
	position: absolute;
	cursor: e-resize;
}
.vh_range_box .vh_range_filled:before,.vh_range_box .vh_range_filled:after {
	content: "";
	position: absolute;
	border: 3px solid #ffffff;
	background: #f68199;
	outline: none;
	border-radius: 50%;
	top: -5px;
	left: -9px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 4, 0.15);
}
.vh_range_box .vh_range_filled:after {
	left: auto;
	right: -9px;
}
/* Range Slider css */

/* Play icon css */
.vh_heading_pi h4 {
    margin-top: 30px;
}
.vh_play_icon {
    
}
.vh_play_icon ul li {
    display: inline-block;
    border: solid 1px #e6e7ee;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px;
	margin-right: 14px;
	margin-top: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.animate__animated.animate__rubberBand:hover {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    animation-iteration-count: infinite;
}
.animate__animated.animate__heartBeat:hover {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    animation-iteration-count: infinite;
}
.animate__animated.animate__jello:hover {
    -webkit-animation-name: jello;
    animation-name: jello;
    animation-iteration-count: infinite;
}
.animate__animated.animate__bounce:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    animation-iteration-count: infinite;
}
.animate__animated.animate__swing:hover {
    -webkit-animation-name: swing;
    animation-name: swing;
    animation-iteration-count: infinite;
}
.vh_play_icon ul li svg {
    fill: #f9869b;
	width: 22px;
    height: 22px;
	transition: 0.3s;
}
.vh_play_icon ul li:last-child {
    margin-right: 0px;
}
.vh_play_icon ul li:hover {
    background: var(--text-color);
    box-shadow: 0px 18px 30px 0px rgba(241, 136, 141, 0.3);
}
.vh_play_icon ul li:hover svg {
    fill: #ffffff;
}
/* Play icon css */

/* Play icon animation css */
.vh_animation_name .form-group {
    margin: 0;
	position: relative;
}
.vh_animation_name .form-group:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #a1a3ce;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    pointer-events: none;
    font-size: 20px;
}
.vh_animation_name select {
    height: 50px;
    color: #a1a3ce;
    background: #ffffff;
    width: 100%;
    padding: 0 40px 0 20px;
    border: solid 1px #e6e7ee;
    border-radius: 5px;
    cursor: pointer;
	font-size: 14px;
	appearance: none;
}
.vh_animation_name .form-control:focus {
    border-color: #e6e7ee;
}
/* Play icon animation css */

/* Text Options css */
.quantity_wrapper {
    display: flex;
    align-items: center;
	margin-top: 20px;
}
.quantity_wrapper.vh_quantity_space_bt {
    margin-bottom: 20px;
}
.quantity_wrapper label {
    margin: 0 37px 0 0px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
}
.quantity_wrapper .input-group {
    flex: 0;
}
.vh_text_options input {
    margin-bottom: 0px;
	padding: 0 20px 0 20px;
}
.quantity_wrapper input {
    width: 95px;
    height: 40px;
    border: solid 1px #ebecff;
    border-radius: 6px;
    color: #a1a3ce;
	background: #ffffff;
    padding: 0 30px 0 20px;
	font-size: 14px;
}
.quantity_wrapper input::-webkit-outer-spin-button,
.quantity_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity_wrapper input::placeholder {
	color: #a1a3ce;
}
.quantity_plus {
    position: absolute;
    right: 15px;
    top: 3px;
    cursor: pointer;
    transform: rotate(-185deg);
}
.quantity_minus {
    position: absolute;
    bottom: 0px;
    right: 15px;
    cursor: pointer;
    transform: rotate(180deg);
}
.quantity_minus:after {
    position: absolute;
    content: "";
    background: #dee4fa;
    width: 1px;
    height: 18px;
    top: 10px;
    left: 20px;
}
.nice-select.select_font_weight {
    width: 190px;
}
/* quantity css */
/* Text Options css */
/* customize overlay css */

/* Set Meta tags css */
.vh_set_meta_tag .vh_first_tab {
    max-width: 100%;
}
.vh_tags_tracking_main {
    display: flex;
}
.vh_tags_set {
    width: 50%;
    text-align: left;
    padding: 30px;
    background: #fcfdff;
    border-radius: 10px;
    border: solid 1px #e6e7ee;
	margin-right: 20px;
}
.vh_tags_set h5 {
    font-size: 18px;
    color: #353d42;
    font-weight: 900;
    margin-bottom: 30px;
}
.vh_md_input textarea {
    color: #353d42;
    width: 100%;
    font-size: 14px;
    padding: 20px;
    height: 100px;
    border-radius: 5px;
    border: solid 1px #e6e7ee;
    margin-bottom: 25px;
	resize: none;
	overflow-x: hidden;
}
.vh_md_input textarea::placeholder {
    color: #9ea1bd;
}
.vh_tags_set.vh_tags_code {
    margin-left: 20px;
    margin-right: 0;
}
.vh_tags_code textarea {
    height: 165px;
}
textarea.changeText {
    margin-bottom: 0;
}
textarea.temp_custom_from {
    margin-bottom: 0;
}
/* Set Meta tags css */

/* Choose Templates css */
.vh_first_tab.vh_choose_heading h4 {
    text-align: center;
    margin-bottom: 20px;
}
.vh_first_tab.vh_choose_heading p {
    text-align: center;
}
.vh_choose_template {
    padding: 50px 40px 30px;
    background: #fcfdff;
    border-radius: 10px;
    border: solid 1px #e6e7ee;
    max-width: 400px;
    margin: auto;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vh_choose_template.vh_template_dropdown {
    min-height: 370px;
}
.vh_choose_template ul {
    text-align: left;
}
.vh_choose_template ul li {
    position: relative;
}
.vh_choose_template ul li a {
    display: inline-block;
    padding: 15px 30px;
    color: #353d42;
    border: solid 1px #e6e7ee;
    width: 100%;
    border-radius: 5px;
}
.vh_choose_template ul li a i.fa.fa-angle-up {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vh_template_dropdown i.fa.fa-angle-up {
    transform: rotate(180deg);
}
.vh_tem_submenu ul {
    position: absolute;
    width: 295px;
    top: 130px;
	padding: 15px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(59, 74, 137, 0.1);
	border-radius: 10px;
	opacity: 0;
    visibility: hidden;
	-webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vh_template_dropdown .vh_tem_submenu ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.vh_tem_submenu ul:after {
    position: absolute;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -10px;
    right: 20px;
}
.vh_tem_submenu ul li a {
    border: none;
    padding: 15px 30px;
    color: #9ea1bd;
	border-radius: 0;
}
.vh_tem_submenu ul li a:hover {
    background: #fff5f7;
    color: #353d42;
    border-left: solid 3px #ff8fa2;
}
/* Select2 dropdown css */
.vh_choose_template .select2-container .select2-selection--single {
    height: 50px;
}
.vh_choose_template .select2-container--default .select2-selection--single {
    border: solid 1px #e6e7ee;
    border-radius: 5px;
}
.vh_choose_template .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.vh_choose_template .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 35px;
	text-align: left;
	text-transform: capitalize;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0;
    right: 10px;
}
.select2-container--open .select2-dropdown--below {
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(59, 74, 137, 0.1);
}
.select2-results__option {
    padding: 14px 20px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e8f0fe;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #fff5f7;
    color: #353d42;
    border-left: solid 3px #ff8fa2;
}
/* Select2 dropdown css */
.vh_select2_box.vh_choose_template {
    padding: 0;
    border: none;
    background: transparent;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e7ee;
}
/* Choose Templates css */
/* 4 tabs design */

/* Storage css */
.vh_container_storage {
    max-width: 1268px;
	margin-top: 40px;
}
.vh_choose_storage {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 60px 0px rgba(239, 209, 213, 0.2);
    max-width: 565px;
    text-align: center;
    margin: auto;
	padding: 60px
}
.vh_choose_storage h4 {
    color: #353d42;
    font-size: 22px;
    font-weight: 700;
	margin-bottom: 15px;
}
.vh_choose_storage>p {
    text-transform: capitalize;
}
.vh_default_one {
    margin-top: 35px;
}
.vh_default_one p {
    color: #8c8fac;
    font-weight: 500;
    text-transform: uppercase;
	text-align: left;
	margin-bottom: 14px;
	letter-spacing: 1px;
}
.vh_default {
    display: flex;
	align-items: center;
    padding: 25px;
    background: #fcfdff;
    border: solid 1px #eceef6;
    border-radius: 10px;
}
.vh_default h5 {
    font-size: 16px;
    color: #f7a80d;
    font-weight: 700;
    flex: 1;
    padding-left: 30px;
}
.vh_personal_two {
    margin-top: 40px;
}
.vh_personal_two p {
    color: #8c8fac;
    font-weight: 500;
    text-transform: uppercase;
	text-align: left;
	margin-bottom: 14px;
	letter-spacing: 1px;
}
.vh_personal {
    display: flex;
	align-items: center;
    padding: 30px 25px;
    background: #f2fff4;
    border: solid 1px #b7e3bd;
    border-radius: 10px;
	cursor: pointer;
}
.vh_personal h5 {
    font-size: 16px;
    color: #3bb54a;
    font-weight: 700;
    flex: 1;
    border-left: solid 1px #b7e3bd;
    margin-left: 35px;
    padding: 10px 0 10px;
}
.vh_choose_storage_btn {
    margin-top: 40px;
}
.vh_md_input .vh_animation_name {
    margin-bottom: 30px;
}
/* Storage css */

.int_credit_cart.int_credit_dark {
	padding: 25px;
	background: #fcfdff;
	border: solid 1px #eceef6;
	border-radius: 10px;
	cursor: pointer;
	text-align: left;
}
.int_credit_cart.int_credit_dark.active2 {
	border: solid 1px #b7e3bd;
	background-color: #f2fff4;
	border-radius: 10px;
}
.int_credit_cart.int_credit_dark ul li {
    display: inline-block;
    vertical-align: middle;
}
.int_credit_cart.int_credit_dark ul li h5 {
	margin-left: 30px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;
}
.vh_default .int_credit_cart.int_credit_dark h5 {
	color: #f7a80d;
}
.int_credit_cart.int_credit_dark.active2 h5 {
	color: #3bb54a;
	font-weight: 700;
}
 /* Storage New css  */
 .int_credit_cart > ul > li > input[type="radio"]{
	position: absolute;
	left: -9999px;
}
.int_credit_cart > ul > li > label{
	position: relative;
	top: -4px;
	margin: 0;
	padding-left: 35px;
	cursor: pointer;
}
.int_credit_cart > ul > li > label > span{
	margin-right: 10px;
	vertical-align: middle;
	text-transform: capitalize;
	color: #222222;
}
.int_credit_cart > ul > li > label:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #c8c8c8;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.int_credit_cart > ul > li > label:after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c8c8c8;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.int_credit_cart [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.int_credit_cart [type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cfd8e0;
    border-radius: 100%;
    background: #fff;
}
.int_credit_cart [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #3bb54a; 
    position: absolute;
    top: -6px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.int_credit_cart [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.int_credit_cart [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
 /* Storage New css  */

/* Templates css */

.vh_container_template .vh_choose_storage h4 {
    margin-bottom: 10px;
}
.vh_container_storage.vh_container_template p {
    font-size: 16px;
	font-weight: 500;
}
.vh_container_template .vh_choose_storage {
    max-width: none;
}
.vh_templates_flex {
    margin: 32px 0 40px;
	padding-right: 10px;
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}
.vh_templates_flex::-webkit-scrollbar {
    width: 3px;
}
.vh_templates_flex::-webkit-scrollbar-track {
    background: #ffe8eb;
}
.vh_templates_flex::-webkit-scrollbar-thumb {
    background: #f07282;
	border-radius: 100px;
}
.vh_templates_heading {
    position: relative;
	margin-top: 10px;
}
.vh_templates_heading span {
    position: absolute;
    top: -10px;
    right: -5px;
	opacity:0;
}
.vh_acitve_template.vh_templates_heading span {
	opacity:1;
}
.vh_templates_one {
    padding: 25px 15px;
    background: #f5f6f8;
    border-radius: 10px;
    border: solid 1px #eaecf4;
	cursor: pointer;
}
.vh_templates_one img {
    width: 222px;
    height: 425px;
    object-fit: contain;
}
.vh_acitve_template .vh_templates_one {
    background: #edfaef;
    border: solid 1px #3bb54a;
	cursor: pointer;
}
.vh_templates_heading.vh_acitve_template h6 {
    color: #3bb54a;
}
.vh_templates_heading h6 {
    color: #353d42;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
	margin-bottom: 30px;
}
/* Templates css */

/* AutoResponder css */
.vh_choose_storage.vh_choose_responder {
    max-width: 611px;
	padding-bottom: 38px;
}
.vh_autoresponder2 {
    margin-top: 45px;
}
.vh_autoresponder2 ul li {
    display: inline-block;
    margin: 0 28px 22px 0;
    vertical-align: middle;
}
.vh_autoresponder2 ul li:nth-child(even) {
    margin-right: 0;
}
.vh_autoresponder2 label input {
    display: none;
}
.vh_user_check2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ebecff;
	background: #fcfdff;
    border-radius: 10px;
    position: relative;
	width: 228px;
    height: 128px;
}
.vh_user_check2 span {
    width: 30px;
    height: 14px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 2em;
    border: solid 1px #c1c1d5;
    background: #f0f0f5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin: 0;
}
.vh_user_check2 span:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #c1c1d5;
    position: absolute;
    border-radius: 100px;
    top: -3px;
    left: -2px;
    transition: all 0.3s;
}
.vh_autoresponder2 label input:checked ~ .vh_user_check2 {
    border: solid 1px #50eb6a;
}
.vh_autoresponder2 label input:checked ~ .vh_user_check2 span {
    border-color: #28e8a2;
    background: transparent;
}
.vh_autoresponder2 label input:checked ~ .vh_user_check2 span::before {
    left: 12px;
    background: #28e8a2;
}
.vh_autoresponder2 .vh_switch_two img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.vh_user_check.active_check {
    border: solid 1px #50eb6a;
}
.vh_model_btn p a {
    margin: 0 0 10px;
    display: inline-block;
    font-weight: 700;
}
/* AutoResponder css */

/* toggle change css */
.tgl-group {
    position: absolute;
    top: 15px;
    left: 15px;
}
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
	outline: 0;
	display: block;
	width: 30px;
    height: 14px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 60%;
    height: 150%;
    top: -3px;
}
.tgl + .tgl-btn:after {
  left: -2px;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
	left: 40%;
	background: #28e8a2;
}
.tgl-light + .tgl-btn {
    border-radius: 2em;
	border: solid 1px #c1c1d5;
    background: #f0f0f5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	margin: 0;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #c1c1d5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
	background: #fefefe;
    border: solid 1px #28e8a2;
}
.vh_user_check2 a img {
    cursor: pointer;
}
/* switch btn css */
/* toggle change css */

/* Leads egency css */
.vh_main_background.vh_leads_angency {
    margin-top: 20px;
}
/* Leads egency css */

/* Template Customize css */
.vh_container_template {
    max-width: 1268px;
    margin-top: 40px;
}
.vh_template_customize {
    max-width: 675px;
    width: 100%;
    text-align: center;
    padding: 60px 0 0;
}
.vh_template_customize h4 {
	font-size: 24px;
    color: #353d42;
    font-weight: 900;
	margin-bottom: 8px;
}
.vh_template_customize p {
    font-size: 18px;
    color: #353d42;
    font-weight: 900;
    margin-bottom: 23px;
	word-break: break-word;
}
.vh_tem_btn a {
    background: #fcfdff;
    box-shadow: none;
    border: solid 1px #eceef6;
    font-size: 14px;
    color: #9ea1bd;
    min-width: 190px;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
	margin-bottom: 20px;
    display: inline-block;
	border-radius: 6px;
}
.vh_temp_head_left {
    text-align: left;
    margin-bottom: 20px;
}
.vh_container_template .vh_create_btn {
    margin: 0 0 25px;
    text-align: right;
}
/* template css editor */
.vh_template_admin_css .template_main_wraapper {
    margin: 0;
}
.vh_template_editor.vh_template_admin_css {
    background: #ebebeb;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
}
.vh_template_admin_css .vh_template_header a img {
    width: 103px;
    height: 29px;
    object-fit: contain;
}
.vh_template_admin_css .vh_template_banner {
	background-image: url(https://via.placeholder.com/485x225.png);
    padding: 75px 30px;
	cursor: pointer;
}
.vh_template_admin_css .vh_template_banner h4 {
    font-size: 18px;
    width: 250px;
	color: #ffffff;
	cursor: auto;
}
.vh_template_admin_css .vh_temp_btn a.vh_btn_tm {
    min-width: 80px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    box-shadow: none;
	background: var(--text-color);
}
.vh_temp_btn button.vh_btn_tm { 
    min-width: 80px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 3px;
    box-shadow: none;
	background: var(--text-color);
}
.vh_template_admin_css .vh_template_about {
    padding: 30px;
}
.vh_template_admin_css .vh_template_client {
	width: 200px;
}
.vh_template_admin_css .vh_template_client img {
    width: 209px;
    height: 180px;
	cursor: pointer;
}
.vh_template_admin_css .vh_template_plan h6 {
    font-size: 14px;
    width: 200px;
	margin: 0 0 10px;
	padding: 0;
}
.vh_template_admin_css .vh_template_plan p {
    font-size: 12px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #b0b0b0;
	word-break: break-word;
}
.vh_template_admin_css .vh_template_videos {
    padding: 0px 30px 30px;
}
.vh_template_admin_css .vh_template_videos iframe {
    width: 88%;
    height: 200px;
	border-radius: 5px;
}
.vh_template_admin_css .vh_temp_social_icon {
    padding: 30px;
}
.vh_template_admin_css .vh_temp_social_icon p {
    font-size: 14px;
    width: 200px;
}
.vh_template_admin_css .vh_temp_social_icon ul {
    margin-top: 10px;
}
.vh_temp_social_icon ul li {
    display: inline-block;
}
.vh_template_admin_css .vh_temp_social_icon ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
	border: none;
}
.vh_temp_social_icon ul li:nth-child(1) a {
    background: #3b5999;
}
.vh_temp_social_icon ul li:nth-child(2) a {
    background: #55acee;
}
.vh_temp_social_icon ul li:nth-child(3) a {
    background: #0077b5;
}
.vh_template_admin_css .vh_template_form_main {
    margin: 20px 0 0;
    padding: 0 0 30px;
}
.vh_template_admin_css .vh_template_form_main p {
    font-size: 14px;
    margin-bottom: 10px;
}
.vh_template_admin_css .vh_template_form {
    margin: 0px 30px 0;
    padding: 30px 20px 25px;
}
.vh_template_form p {
    text-align: center;
}
.vh_template_admin_css .vh_template_form .vh_md_input {
    margin: 0 10px;
}
.vh_template_admin_css .vh_template_form .vh_md_input input {
    margin-bottom: 10px;
	height: 35px;
    padding: 0px 20px;
    font-size: 12px;
}
.vh_template_admin_css .vh_template_form .vh_md_input textarea {
    font-size: 12px;
    padding: 10px 20px;
    height: 70px;
    margin-bottom: 14px;
}
.vh_template_admin_css .vh_template_form .vh_md_input label {
    font-size: 12px;
    margin-bottom: 5px;
}
.vh_template_admin_css .vh_template_form .vh_temp_btn {
    margin-left: 10px;
}
.vh_template_admin_css .vh_tem_footer {
    padding: 5px;
}
.vh_template_admin_css .vh_tem_footer>p {
    font-size: 10px;
    margin: 0;
    color: #ffffff;
}
/* template css editor */

/* template2 css editor */
.vh_template_editor.vh_template_admin_css.vh_template2 .vh_template_videos {
    padding: 30px 30px 5px;
}
.vh_template_admin_css .vh_temp_social_icon ul li a svg {
    fill: #ffffff;
}
.vh_template .vh_template_banner h4 {
    margin: 0 0 10px;
}
.vh_template2 .vh_template_banner h4 {
    margin: 0 0 10px;
}
.vh_template3 .vh_template_banner h4 {
    margin: 0 auto 10px;
}
.vh_template4 .vh_template_banner h4 {
    margin: 0 0 10px;
}
.vh_template6 .vh_template_videos {
    padding-top: 30px;
}
.vh_template6 .vh_temp_social_icon ul li a svg {
    fill: #8bc34a;
}
.vh_template6 .vh_temp_social_icon ul li:nth-child(1) a {
    background: transparent;
}
.vh_template6 .vh_temp_social_icon ul li:nth-child(2) a {
    background: transparent;
}
.vh_template6 .vh_temp_social_icon ul li:nth-child(3) a {
    background: transparent;
}
.vh_template7 .vh_template_banner h4 {
    margin: 0;
}
.vh_template7 .vh_template_banner h6 {
    margin: 0 0 10px;
    font-size: 16px;
}
.vh_template7 .vh_template_plan h6 {
    margin: 0;
    padding: 0 0 10px;
    border: none;
    line-height: normal;
}
.vh_template7 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #ffa4b2;
}
.vh_template7 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #ffa4b2;
}
.vh_template7 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #ffa4b2;
}
.vh_template8 .vh_template_banner h4 {
    font-size: 34px;
}
.vh_template8 .vh_template_videos {
    padding: 0 0 5px;
    margin: 30px 0 0;
}
.vh_template8 .vh_temp_social_icon>p {
    color: #ca3d26;
}
.vh_template8 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #ffdede;
}
.vh_template8 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #ffdede;
}
.vh_template8 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #ffdede;
}
.vh_template8 .vh_temp_social_icon ul li a svg {
    fill: #ca3d26;
}
.vh_template8 .vh_template_form_main p {
    color: #ca3d26;
}
.vh_template9 .vh_template_banner h4 {
    margin: 0;
}
.vh_template9 .vh_template_banner h6 {
    margin: 5px 0 10px;
    font-size: 16px;
}
.vh_template9 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #2a7d2e;
}
.vh_template9 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #2a7d2e;
}
.vh_template9 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #2a7d2e;
}
.vh_template10 .vh_template_banner h4 {
    margin: 0;
}
.vh_template10 .vh_template_banner h6 {
    margin: 5px 0 10px;
    font-size: 16px;
}
.vh_template10 .vh_temp_social_icon>p {
    color: #ffffff;
}
.vh_template10 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #ffffff;
}
.vh_template10 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #ffffff;
}
.vh_template10 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #ffffff;
}
.vh_template10 .vh_temp_social_icon ul li a svg {
    fill: #f93042;
}
.vh_template11 .vh_template_banner h4 {
    margin: 0 auto 5px;
    width: auto;
}
.vh_template11 .vh_template_banner h6 {
    margin: 0 auto 10px;
    font-size: 16px;
    width: auto;
}
.vh_template11 .vh_template_videos {
    padding: 0 0 5px;
    margin: 30px 0 0;
}
.vh_template11 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #028bfd;
}
.vh_template11 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #028bfd;
}
.vh_template11 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #028bfd;
}
.vh_template12 .vh_template_banner_box {
    width: auto;
    padding: 20px;
}
.vh_template12 .vh_template_banner h6 {
    font-size: 16px;
    margin: 15px 0;
}
.vh_template12 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #b1c940;
}
.vh_template12 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #b1c940;
}
.vh_template12 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #b1c940;
}
.vh_template13 .vh_template_banner h4 {
    margin: 0 0 10px;
}
.vh_template13 .vh_template_videos {
    padding: 30px 20px 5px;
}
.vh_template13 .vh_temp_social_icon>p {
    color: #e1a667;
}
.vh_template13 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #e1a667;
}
.vh_template13 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #e1a667;
}
.vh_template13 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #e1a667;
}
.vh_template13 .vh_template_form_main p {
    color: #e1a667;
}
.vh_template14 .vh_template_banner h4 {
    margin: 0 0 10px;
}
.vh_template14 .vh_template_plan h6 {
    width: auto;
    margin: 0 0 15px;
}
.vh_template14 .vh_template_plan h6 {
    padding-left: 15px;
	color: #180000;
}
.vh_template14 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #f7a836;
}
.vh_template14 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #f7a836;
}
.vh_template14 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #f7a836;
}
.vh_template15 .vh_template_banner h4 {
    margin: 0 0 10px;
}
.vh_template15 .vh_template_plan h6 {
    width: auto;
    margin: 0 0 10px;
}
.vh_template15 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #eef6ff;
}
.vh_template15 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #eef6ff;
}
.vh_template15 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #eef6ff;
}
.vh_template15 .vh_temp_social_icon ul li a svg {
    fill: #1b3453;
}
.vh_template15 .vh_md_input input, .vh_template15 .vh_md_input textarea {
    border: solid 1px #1b3453;
}
.vh_template15 .vh_temp_social_icon p {
    color: #26476f;
}
.vh_template15 .vh_template_form_main p {
    color: #26476f;
}
.vh_template16 .vh_template_banner h6 {
    font-size: 15px;
}
.vh_template16 .vh_template_videos {
    padding: 30px 20px 5px;
}
.vh_template16 .vh_temp_social_icon>p {
    color: #ffffff;
}
.vh_template16 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #ffffff;
}
.vh_template16 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #ffffff;
}
.vh_template16 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #ffffff;
}
.vh_template16 .vh_temp_social_icon ul li a svg {
    fill: #e2c445;
}
.vh_template17 .vh_template_banner h6 {
    font-size: 14px;
    margin: 10px 0 20px;
}
.vh_template17 .vh_template_banner h4 {
    color: #f99200;
}
.vh_template17 .vh_temp_social_icon>p {
    color: #ffffff;
}
.vh_template17 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #ffffff;
}
.vh_template17 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #ffffff;
}
.vh_template17 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #ffffff;
}
.vh_template17 .vh_temp_social_icon ul li a svg {
    fill: #0e1021;
}
.vh_template17 .vh_template_form_main p {
    color: #0e1021;
}
.vh_template17 .vh_md_input input, .vh_template17 .vh_md_input textarea {
    border: solid 1px #0e1021;
}
.vh_template18 .vh_template_banner h4 {
    margin: 0 auto 5px;
    width: auto;
}
.vh_template18 .vh_template_banner h6 {
    margin: 0 auto 10px;
    font-size: 16px;
    width: auto;
}
.vh_template18 .vh_temp_social_icon>p {
    color: #ffffff;
}
.vh_template18 .vh_template_client {
    margin-right: 20px;
}
.vh_template19 .vh_template_banner h4 {
    width: 370px;
}
.vh_template19 .vh_template_banner h6 {
    font-size: 16px;
    width: auto;
    margin: 10px auto;
}
.vh_template19 .vh_template_plan h6 {
    width: auto;
	padding-left: 15px;
}
.vh_template20 .vh_template_banner h4 {
    margin: 0 0 10px;
}
.vh_template20 .vh_template_videos {
    padding: 30px 20px 5px;
}
.vh_template20 .vh_temp_social_icon>p {
    color: #ffffff;
}
.vh_template21 .vh_template_banner h4 {
    margin: 0 0 10px;
}
.vh_template21 .vh_template_videos {
    padding: 30px 20px 5px;
}
.vh_template21 .vh_temp_social_icon>p {
    color: #ffffff;
}
.vh_template22 .vh_template_videos {
    padding-top: 30px;
}
.vh_template22 .vh_temp_social_icon ul li a svg {
    fill: #00c6ff;
}
.vh_template22 .vh_temp_social_icon ul li:nth-child(1) a {
    background: transparent;
}
.vh_template22 .vh_temp_social_icon ul li:nth-child(2) a {
    background: transparent;
}
.vh_template22 .vh_temp_social_icon ul li:nth-child(3) a {
    background: transparent;
}
.vh_template23 .vh_template_banner h4 {
    margin: 0 auto 5px;
    width: auto;
}
.vh_template23 .vh_template_banner h6 {
    margin: 0 auto 10px;
    font-size: 16px;
    width: auto;
}
.vh_template23 .vh_temp_social_icon>p {
    color: #ffffff;
}
.vh_template23 .vh_template_client {
    margin-right: 20px;
}


.vh_template24 .vh_template_client {
    margin-right: 15px;
}
.vh_template24 .vh_temp_social_icon:after {
    height: 30px;
    top: 140px;
}
.vh_template24 .vh_temp_social_icon p {
    color: #ffffff;
}
.vh_template24 .vh_template_videos {
    padding: 40px 30px 0px;
}

.vh_template25 .vh_template_plan h6 {
    width: auto;
}
.vh_template25 .vh_template_banner h6 {
    width: auto;
}
.vh_template25 .vh_template_client {
    margin-left: 15px;
}
.vh_template25 .vh_temp_social_icon:after {
    height: 30px;
    top: 140px;
}
.vh_template25 .vh_temp_social_icon p {
    color: #ffffff;
}
.vh_template25 .vh_template_form_main {
    margin: 40px 0 0;
    padding: 0 0 0;
}
.vh_template25 .vh_template_videos {
    padding: 40px 30px;
}

.vh_template26 .vh_template_plan h6 {
    width: auto;
}
.vh_template26 .vh_template_banner h6 {
    width: auto;
}
.vh_template26 .vh_template_client {
    margin-left: 15px;
}
.vh_template26 .vh_temp_social_icon p {
    color: #ffffff;
}

.vh_template27 .vh_template_banner h4 {
    margin: 0;
}
.vh_template27 .vh_template_banner h6 {
    width: 320px;
}
.vh_template27 .vh_temp_social_icon p {
    color: #ffffff;
}
.vh_template27 .vh_template_videos {
    padding: 30px 30px 0px;
}
.vh_template27 .vh_temp_social_icon ul li a svg {
    fill: #01cae4;
}
.vh_template27 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #ffffff;
}
.vh_template27 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #ffffff;
}
.vh_template27 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #ffffff;
}


.vh_template28 .vh_template_client {
    margin-right: 15px;
}
.vh_template28 .vh_temp_social_icon:after {
    height: 30px;
    top: 140px;
}
.vh_template28 .vh_temp_social_icon p {
    color: #ffffff;
}
.vh_template28 .vh_template_videos {
    padding: 40px 30px 0px;
}

.vh_template29 .vh_template_banner h4 {
    width: 280px;
    margin: 0;
}
.vh_template29 .vh_template_banner h6 {
    width: 380px;
}
.vh_template29 .vh_template_client {
    margin-right: 15px;
}
.vh_template29 .vh_temp_social_icon p {
    color: #ffffff;
}
.vh_template29 .vh_temp_social_icon ul li a svg {
    fill: #3694eb;
}
.vh_template29 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #ffffff;
}
.vh_template29 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #ffffff;
}
.vh_template29 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #ffffff;
}


.vh_template30 .vh_template_plan h6 {
    width: auto;
}
.vh_template30 .vh_template_client {
    margin-left: 15px;
}
.vh_template30 .vh_temp_social_icon p {
    color: #ffffff;
}
.vh_template30 .vh_template_videos {
    padding: 30px 30px 0px;
}
.vh_template30 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #382722;
}
.vh_template30 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #382722;
}
.vh_template30 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #382722;
}


.vh_template31 .vh_template_banner h4 {
    width: 280px;
    margin: 0;
}
.vh_template31 .vh_template_banner h6 {
    width: 380px;
}
.vh_template31 .vh_template_client {
    margin-right: 15px;
}
.vh_template31 .vh_template_client img {
    box-shadow: -45px 0px 0px -30px #de3241;
}
.vh_template31 .vh_temp_social_icon p {
    color: #ffffff;
}
.vh_template31 .vh_temp_social_icon ul li a svg {
    fill: #de3242;
}
.vh_template31 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #ffffff;
}
.vh_template31 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #ffffff;
}
.vh_template31 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #ffffff;
}


.vh_template32 .vh_template_banner h4 {
    width: 350px;
    margin: 0;
}
.vh_template32 .vh_template_banner h6 {
    margin: 10px 0 20px;
    width: 380px;
}
.vh_template32 .vh_template_client {
    margin-left: 15px;
}
.vh_template32 .vh_temp_social_icon p {
    color: #ffffff;
}
.vh_template32 .vh_temp_social_icon ul li a svg {
    fill: #69c6ce;
}
.vh_template32 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #ffffff;
}
.vh_template32 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #ffffff;
}
.vh_template32 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #ffffff;
}


.vh_template33 .vh_template_banner h6 {
    width: 400px;
    margin: 15px auto;
}
.vh_template33 .vh_template_client {
    margin-left: 15px;
}
.vh_template33 .vh_temp_social_icon p {
    color: #ffffff;
}
.vh_template33 .vh_template_videos {
    padding: 30px 30px 0px;
}
.vh_template33 .vh_temp_social_icon ul li a svg {
    fill: #20d0be;
}
.vh_template33 .vh_temp_social_icon ul li:nth-child(1) a {
    background: #ffffff;
}
.vh_template33 .vh_temp_social_icon ul li:nth-child(2) a {
    background: #ffffff;
}
.vh_template33 .vh_temp_social_icon ul li:nth-child(3) a {
    background: #ffffff;
}
/* template2 css editor */

/* Template Sidebar css */
.vh_template_name2 {
    max-width: 492px;
    flex: 1;
    margin-left: 30px;
    border-left: solid 1px #e6e7ee;
    padding: 10px 20px 0 30px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 1767px;
}
.vh_template_name2::-webkit-scrollbar {
    width: 3px;
}
.vh_template_name2::-webkit-scrollbar-track {
    background: #ffe8eb;
}
.vh_template_name2::-webkit-scrollbar-thumb {
    background: #f07282;
}
.vh_text_options.vh_md_input {
    position: relative;
	margin-bottom: 20px;
}
.vh_customize_texts .vh_text_options.vh_md_input { 
    margin-bottom: 0;
}
.vh_temp_sidebar .vh_text_options input {
    margin-bottom: 0;
}
.vh_text_options.vh_md_input span {
    display: flex;
    justify-content: flex-end;
    color: var(--text-color);
}
.vh_heading_img.vh_heading_temp {
    margin-top: 30px;
}
.vh_heading_img.vh_heading_temp p {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
    line-height: 1.6;
}
.mt_search_temp {
    margin-bottom: 16px;
}
.vh_temp_url {
    position: relative;
	padding: 30px 30px 0;
}
.vh_temp_url input {
    font-size: 14px;
    padding: 0 20px 0 75px;
	margin: 0;
}
.vh_temp_url span {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0;
    font-size: 14px;
    width: 55px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #92a6b2;
    background: #f1f3f7;
    border: 1px solid #e6e7ee;
    border-radius: 6px 0px 0px 6px;
}
.vh_customize_texts input {
    margin-bottom: 0;
}
.vh_customize_texts select {
    height: 40px;
    width: 175px;
    margin-right: 15px;
}
.quantity_wrapper .vh_animation_name .form-group:after {
    top: 5px;
    right: 30px;
}
.vh_customize_texts .vh_color_picker {
    margin-top: 20px;
}
.vh_color_picker.vh_button_input {
    margin-bottom: 20px;
}
.vh_color_picker.vh_button_input input {
    width: 100%;
	height: 50px;
    border: solid 1px #e6e7ee;
    background: #ffffff;
    padding: 0 20px 0 70px;
	margin-bottom: 0;
}
.vh_color_picker.vh_button_input.vh_button_input2 input {
    padding: 0 20px;
}
.vh_md_input.vh_button_relative {
    position: relative;
}
.vh_md_input.vh_button_relative span {
    position: absolute;
    top: 0px;
    left: 0;
    padding: 0;
    font-size: 18px;
    width: 55px;
    height: 50px;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #92a6b2;
    background: #f1f3f7;
    border: 1px solid #e6e7ee;
    border-radius: 6px 0px 0px 6px;
}
.vh_md_input.vh_button_relative span svg {
    fill: #92a6b2;
}
.vh_color_picker.vh_btn_picker {
    margin-bottom: 20px;
}
.vh_temp_social_icon.vh_sidebar_social_icon {
    padding: 0;
    background: transparent;
    margin-bottom: 40px;
}
.vh_sidebar_social_icon ul {
    margin-bottom: 40px;
}
.vh_sidebar_social_icon ul li {
    display: inline-block;
    vertical-align: middle;
}
.vh_sidebar_social_icon ul li a {
    width: 50px;
	height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 14px;
    margin: 0 10px 0 0;
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}
.vh_sidebar_social_icon ul li:nth-child(1) a {
    background: #3b5999;
	opacity: 0.4;
	box-shadow: 0px 10px 24px 0px rgb(59 89 153 / 50%);
}
.vh_sidebar_social_icon ul li:nth-child(2) a {
    background: rgb(85, 172, 238);
	opacity: 0.4;
	box-shadow: 0px 10px 24px 0px rgba(85, 172, 238, 0.5);
}
.vh_sidebar_social_icon ul li:nth-child(3) a {
    background: rgb(0, 119, 181);
	opacity: 0.4;
	box-shadow: 0px 10px 24px 0px rgba(56, 162, 217, 0.5);
}
.vh_sidebar_social_icon ul li:hover:nth-child(1) a, .vh_sidebar_social_icon ul li:hover:nth-child(2) a, .vh_sidebar_social_icon ul li:hover:nth-child(3) a {
	opacity: 1;
}
.vh_color_picker.vh_button_input.vh_button_inputw {
    margin: 0;
}
.vh_color_picker.vh_button_input.vh_button_inputw input {
    width: 100%;
}
.vh_sidebar_form {
    padding: 30px 30px 5px;
}
.vh_sidebar_form .vh_md_input textarea {
    height: 80px;
}

/* Radio button css */
.vh_autoresponder2.vh_autoresponder_three {
    margin: 0 0 10px;
}
.vh_autoresponder_three .vh_user_check2 {
	width: 100px;
    height: 80px;
}
.vh_autoresponder2.vh_autoresponder_three ul li {
    margin: 0 10px 10px 0;
}
.vh_autoresponder2.vh_autoresponder_three ul li:nth-child(3n+3) {
    margin-right: 0;
}
.vh_autoresponder_three .vh_user_check2 img {
    width: 70px;
    height: auto;
	margin-top: 10px;
}
.vh_user_radio {
    position: absolute;
    top: 0;
    left: 10px;
}
.vh_user_radio > input[type="radio"]{
	position: absolute;
	left: -9999px;
}
.vh_user_radio > label {
    position: absolute;
    margin: 0;
    cursor: pointer;
    width: 100px;
    height: 80px;
    top: 15px;
    left: -3px;
}
.vh_user_radio > label:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #c8c8c8;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.vh_user_radio > label:after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c8c8c8;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.vh_user_radio [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.vh_user_radio [type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
	top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #e6e7ee;
    border-radius: 100%;
    background: #fff;
}
.vh_user_radio [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
	width: 8px;
    height: 8px;
    background: #50eb6a;
    position: absolute;
	top: -4px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.vh_user_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.vh_user_radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vh_user_radio [type="radio"]:checked + label:before {
	border-color: #50eb6a;
}
/* Radio button css */
/* Template Sidebar css */
/* Template Customize css */


/* checkbox css */
.vh_checkbox_select2 {
	margin-bottom: 15px;
}
.vh_checkbox_select2 > input{
	position:absolute;
	left:-999999px;
}
.vh_checkbox_select2 > label {
    position: relative;
    cursor: pointer;
	font-size: 16px;
    color: #9ea1bd;
    font-weight: 300;
}
.vh_checkbox_select2 > label:last-child {
	margin-bottom: 0;
}
.vh_checkbox_select2 > label:before {
    content: "";
    top: 4px;
    left: -15px;
    width: 18px;
    height: 18px;
    border: solid 1px #d3d4f3;
    background: #f7f7fb;
    border-radius: 3px;
    display: inline-block;
    margin-right: 14px;
    vertical-align: text-top;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(2px);
    transition: 0.3s;
}
.vh_checkbox_select2 > label:after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 11px;
    height: 6px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.vh_checkbox_select2 > input:checked ~ label:after {
    opacity: 1;
    visibility: visible;
}
.vh_checkbox_select2 > input:checked ~ label:before {
    background-color: var(--text-color);
    border: solid 1px var(--text-color);
}
/* checkbox end */


/* Player css */
.vh_main_player_wrapper {
    padding: 50px 20px;
}
.vh_main_player_heading {
    text-align: center;
    width: 600px;
    margin: auto;
    padding: 0 0 30px;
}
.vh_main_player_heading>a>img {
    width: 175px;
    max-height: 60px;
    object-fit: contain;
}
.vh_main_player_heading h4 {
    color: #353d42;
    font-size: 22px;
    font-weight: 900;
    margin: 20px 0 0;
    line-height: 1.6;
}
.vh_player_section {
    display: flex;
    max-width: 1450px;
    margin: auto;
    background: #ffffff;
    padding: 50px 40px 30px;
    border-radius: 20px;
    box-shadow: 0px 6px 60px 0px rgba(239, 209, 213, 0.2);
}
.vh_video_controller {
    flex: none;
    max-width: 710px;
    margin-right: 30px;
}
/* Range custom css */
.vh_player_box {
    position: relative;
}
.vh_player_control {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 44%);
    height: 60px;
    z-index: 9999;
}
.vh_range_box2 {
    height: 3px;
    background: #e6e6e6;
    width: 100%;
    position: relative;
}
.vh_range_box2 .vh_range_filled2 {
	width: 50%;
	background: #f8869d;
	top: 0;
	left: 0px;
	bottom: 0;
	position: absolute;
	display: flex;
}
.vh_range_flex2 {
    display: flex;
    align-items: center;
	padding: 20px 40px;
}
.vh_range_box2 .vh_range_filled2:before {
    content: "";
    position: absolute;
    background: #f68199;
    border-radius: 50%;
    top: -4px;
    left: 100%;
    cursor: pointer;
    width: 10px;
    height: 10px;
}
.vh_range_box2 .vh_range_filled2:after {
	display: none;
}
.vh_player_icon {
    flex: 1;
}
.vh_player_icon ul li {
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
	position: relative;
	cursor: pointer;
}
.vh_player_icon ul li i {
    color: #ffffff;
    font-size: 18px;
}
.vh_player_icon.vh_player_icon2 {
    text-align: right;
}
.vh_player_icon.vh_player_icon2 ul li {
    margin-right: 0px;
    margin-left: 20px;
}
/* player share */
.vh_player_share {
    position: absolute;
    bottom: 42px;
    right: -20px;
    background: rgb(0 0 0 / 60%);
    padding: 20px 15px;
    min-width: 300px;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 20px);
}
.vh_player_share:after {
    position: absolute;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid rgb(0 0 0 / 60%);
    bottom: -15px;
    right: 18px;
    transform: rotate(180deg);
}
.vh_player_icon ul li:hover .vh_player_share {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}
.vh_player_share>ul>li {
    margin: 0px 15px 0px 0 !important;
}
.vh_player_share>ul>li:last-child {
    margin: 0 !important;
}
.vh_player_share>ul>li>a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: #3b3e41;
    display: inline-block;
    border-radius: 100px;
}
.vh_player_share>ul>li>a>i {
    font-size: 14px;
	transition: 0.3s;
}
.vh_player_share>ul>li>a:hover i {
    color: #fb8d9e;
}
.vh_fullscreen_icon {
    position: absolute;
    bottom: 50px;
    right: 25px;
}
.vh_fullscreen_icon a i.fa.fa-arrows-alt {
    color: #ffffff;
}
.vh_video_iframe video::-webkit-media-controls-fullscreen-button {
    opacity: 0;
}
/* player share */

/* player setting */
.vh_player_setting {
    position: absolute;
    bottom: 42px;
    right: -20px;
    background: rgb(0 0 0 / 60%);
    padding: 20px 15px;
    min-width: 100px;
    text-align: left;
	transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 20px);
}
.vh_player_setting:after {
    position: absolute;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid rgb(0 0 0 / 60%);
    bottom: -15px;
    right: 18px;
    transform: rotate(180deg);
}
.vh_player_icon ul li:hover .vh_player_setting {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}
.vh_player_setting [type="radio"]:checked + label:before, .vh_player_setting [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #cfd8e0;
    border-radius: 100%;
    background: #000;
}
.vh_player_setting [type="radio"]:checked + label:after, .vh_player_setting [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #ffffff;
    position: absolute;
    top: 8px;
    left: -17px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.vh_player_setting label {
    font-size: 12px;
    cursor: pointer;
}
/* player setting */

.vh_player_input_cp {
    margin-top: 20px;
}
.vh_player_input_cp input {
    background: #37393e;
    border: none;
    padding: 10px 0 10px 20px;
    border-radius: 5px;
    color: #ffffff;
	width: 75%;
}
.vh_player_input_cp input::placeholder {
    color: #ffffff;
}
.vh_player_input_cp button {
    text-transform: capitalize;
    background: #37393e;
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: #fb8d9e;
	margin-left: -10px;
	cursor: pointer;
}
/* Range Slider css */
.vh_player_detail h4 {
    font-size: 20px;
    color: #353d42;
    font-weight: 700;
    margin: 30px 0 20px;
}
.vh_player_detail ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 15px;
}
/* .vh_player_detail ul li:first-child svg { */
    /* width: 27px; */
    /* height: 27px; */
    /* vertical-align: middle; */
    /* margin-top: -5px; */
/* } */
.vh_player_detail ul li svg {
    fill: #9ea1bd;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: baseline;
    margin-bottom: -2px;
}
.vh_video_list {
    flex: 1;
    max-height: 480px;
    overflow: auto;
}
.vh_video_list::-webkit-scrollbar {
    width: 2px;
}
.vh_video_list::-webkit-scrollbar-track {
    background: #ffe8eb;
}
.vh_video_list::-webkit-scrollbar-thumb {
    background: #f07282;
}

.vh_video_flex {
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.vh_video_img {
    flex: none;
    max-width: 300px;
    margin-right: 20px;
}
.vh_video_img img {
    width: 250px;
    height: 150px;
    background: #000000;
    object-fit: cover;
}
.vh_video_info h5 {
    font-size: 16px;
    font-weight: 700;
    color: #353d42;
    margin-bottom: 10px;
}
.vh_video_info p {
    margin-bottom: 10px;
	color: #9ea1bd;
}
.vh_video_info p svg {
    fill: #9ea1bd;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: baseline;
    margin-bottom: -3px;
}
.vh_player_mini_footer {
    width: 650px;
    margin: auto;
    text-align: center;
    padding: 30px 0 0;
}
.vh_player_mini_footer p {
    text-transform: capitalize;
    color: #353d42;
    font-weight: 500;
}
/* Player css */


.modal-dialog.vh_large_modal {
    max-width: 850px;
}
.vh_animation_name.vh_div_space {
    margin-bottom: 15px;
}
.vh_dropzone_tc {
    text-align: center;
    padding: 0px;
    margin: 30px 20px;
}
.vh_dropzone_tc .vh_upload_img {
    padding: 30px;
}
/* camp new css */
.vh_first_tab.vh_first_tab_camp2 {
    padding: 0;
}
.vh_first_tab.vh_first_tab_camp2 h4 {
    margin-bottom: 20px;
}
.vh_add_pass_camp {
    margin: 30px 0 0px;
}
.vh_add_pass_camp>h4 {
    margin-bottom: 10px;
}
.vh_add_pass_camp p {
    margin-bottom: 20px;
}
.vh_add_pass_camp .vh_search_btn_flex {
    justify-content: center;
}
.vh_add_pass_camp .vh_create_btn {
    margin-left: 0;
}
.vh_add_pass_camp .vh_create_btn a.vh_btn {
    min-width: 100px;
}
.vh_add_pass_camp .mt_search_box span {
    color: #9ea1bd;
}
/* camp new css */



/* loader css */
.loader {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
.loader img {
	width: 80px;
}
/* loader css */

/* loader2 css */
.loader3 {
    width: 50px;
    height: 50px;
    display: flex;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: auto;
	z-index: 999;
}
.loader3 span {
   position:absolute;
   display:inline-block;
   width:50px;
   height:50px;
   border-radius:100%;
   background: var(--text-color);
   -webkit-animation:loader3 1.5s linear infinite;
   animation:loader3 1.5s linear infinite;
}
.loader3 span:last-child {
   animation-delay:-0.9s;
   -webkit-animation-delay:-0.9s;
}
@keyframes loader3 {
   0% {transform: scale(0, 0);opacity:0.8;}
   100% {transform: scale(1, 1);opacity:0;}
}
@-webkit-keyframes loader3 {
   0% {-webkit-transform: scale(0, 0);opacity:0.8;}
   100% {-webkit-transform: scale(1, 1);opacity:0;}
}
/* loader2 css */

/* success msg */
.vh_success_msg {
    position: fixed;
    right: 45px;
    bottom: 50px;
    border-radius: 25px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 30px 0px rgba(205, 211, 223, 0.2);
    padding: 30px;
	z-index: 111;
}
.vh_success_msg:after {
    position: absolute;
    content: "";
    border-left: solid 4px #57e6b6;
    height: 57px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.vh_success_flex {
    display: flex;
	align-items: center;
}
.vh_happy_img {
    width: 70px;
}
.vh_yeah p {
    color: #98a4bf;
	text-transform: capitalize;
}
.vh_yeah p span {
    color: #57e6b6;
	font-weight: 600;
}
.vh_error_msg {
    position: fixed;
    right: 45px;
    bottom: 50px;
    border-radius: 25px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 30px 0px rgb(205 211 223 / 50%);
    padding: 30px;
	z-index: 111;
}
.vh_error_msg:after {
    position: absolute;
    content: "";
    border-left: solid 4px #ff605f;
    height: 57px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.vh_error_msg .vh_yeah p span {
    color: #ff605f;
	font-weight: 600;
}
.vh_hide{
	display: none;
}
/* success msg */

/* error msg */
.vh_response {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    padding: 10px 25px;
    border-radius: 10px;
	display: none;
    font-weight: 500;
	background-color: #3e3c55;
	color: #ffffff;
    animation: zoom 0.1s linear;
}
.vh_response.mt_error {
    background-color: #ff3a3a;
    color: #ffffff;
	display: block;
}
.vh_response.mt_success {
    background-color: #47aa4b;
    color: #ffffff;
	display: block;
}
/* error msg */
/* error and success page css */
.vh_success_main_center {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/bodybg.png);
    overflow: auto;
    background-size: cover;
}
.vh_success_main_center .vh_choose_storage {
    padding: 60px 120px;
}
.vh_choose_success img {
    margin: 0px 0 30px;
}
/* error and success page css */

.vh_color_picker.vh_button_input.vh_button_input_campn {
    display: block;
}
.vh_profile_detail h5 {
    font-size: 16px;
    color: #353d42;
    font-weight: 800;
    margin-bottom: 10px;
}
.vh_profile_detail ul {
    text-align: center;
    padding: 0px 0 20px;
}
.vh_profile_detail ul li {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
	font-size: 13px;
}
.mt_search_box h6 {
    text-align: right;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 5px;
    font-family: italic;
}

.vh_editor_border {
    border: solid 1px #486ee9;
}
.vh_editor_border2 {
	min-height: 30px;
    border: solid 1px #e0e6f9;
}
.modal-backdrop.show {
    opacity: 1;
    background: rgb(28 29 33 / 30%);
	z-index: 110;
}

.vh_active_img {
    position: relative;
}
.vh_active_img>span {
	display: none;
}
.vh_active_img.vh_acitve_template {
	cursor: pointer;
}
.vh_active_img.vh_acitve_template>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dataTables_processing {
    text-align: center;
    margin-top: 10px;
}
/* responsive css */
@media(max-width: 1899px){
.vh_structure_header {
    width: 320px;	
}
.vh_st_toggle > ul > li:nth-child(1) {
    width: 89%;
}
.vh_fullscreen_icon {
    bottom: 48px;
    right: 35px;
}
.vh_fullscreen_icon a i.fa.fa-arrows-alt {
    font-size: 20px;
}
}

@media(max-width: 1799px){
.vh_container_fluid {
    padding: 80px 50px 100px;
}
.vh_container_fluid.vh_container_fluid2 {
    padding: 60px 35px 100px 33px;
}
.vh_main_background {
    margin-top: 30px;
}
.open_menu .vh_main_structure {
    width: auto;
}
.vh_edit_profile.vh_edit_profile_admin {
    margin-top: 60px;
    margin-left: 0px;
}
/* Editor css */
.vh_structure_header {
	opacity: 0;
    visibility: hidden;
    right: -400px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}
.vh_structure_header.open_editor {
    visibility: visible;
    opacity: 1;
	right: 0;
}
.vh_sidebar_editor {
	opacity: 0;
    visibility: hidden;
}
.vh_editor_toggle {
    display: block;
	position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
	z-index: 1;
}
.vh_editor_toggle span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #ff9ea4;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgb(255 232 235);
    animation: pulse4 2s infinite;
}
@keyframes pulse4 {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgb(248 132 155);
	  box-shadow: 0 0 0 0 rgb(249 132 155);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(254, 192, 7, 0);
		box-shadow: 0 0 0 10px rgba(254, 192, 7, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(254, 192, 7, 0);
		box-shadow: 0 0 0 0 rgba(254, 192, 7, 0);
	}
}
.vh_editor_toggle span svg {
    width: 20px;
    fill: #ffffff;
}
.vh_sidebar_editor.open_editor {
    opacity: 1;
    visibility: visible;
}
span.close_editor {
    display: flex;
}
/* Editor css */
}
	

@media(max-width: 1600px){
.vh_right_sidebar {
    padding: 80px 30px;
}
.vh_structure_header {
    width: 290px;
}
.vh_edit_profile {
	margin: 30px 0 0 0px;
}
.vh_settings_section .nav>li>a:before, .vh_settings_section .nav>li>a:after {
    display: none;
}
.vh_settings_section .nav>li>a {
	margin-right: 10px;
    padding: 0 15px;
}
.vh_settings_section a.nav-link.vh-before-none:first-child {
    padding: 0 20px;
}
.vh_edit_profile.vh_edit_profile_admin {
    margin-left: 0;
}
.table-responsive {
    overflow-x: auto;
}
}


@media(max-width: 1499px){
.vh_autoresponder2.vh_autoresponder_three ul li {
    margin: 0px 0px 3px 0px;
}
.vh_welcome_back {
    margin: 30px 0 0;
}
.vh_container_shadow {
    max-width: 100%;
}
.vh_images_section {
    flex: auto;
}
.vh_action_icon ul li a {
    margin-right: 10px;
}
}


@media(max-width: 1440px){
.vh_fullscreen_icon {
    bottom: 42px;
    right: 30px;
}
.vh_fullscreen_icon a i.fa.fa-arrows-alt {
    font-size: 16px;
}
}


@media(max-width: 1399px){
.vh_editor_toggle span {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.vh_editor_toggle span svg {
    width: 16px;
}
.vh_container_template .vh_tab_main {
    padding: 40px 15px;
    margin-top: 0px;
}
.vh_template_editor.vh_template_admin_css {
    padding: 0;
}
.vh_template_name2 {
    margin-left: 20px;
}
.vh_container_template { 
    margin-top: 30px;
}
.vh_images_section {
    margin-left: 20px;
    padding: 0px 10px 50px 20px;
}
.vh_video_info {
    margin-top: 20px;
}
.vh_video_flex {
    display: block;
    margin-bottom: 30px;
}
.vh_video_img {
    margin-right: 0;
}
}


@media(max-width: 1199px){
.open_menu .vh_main_structure {
    margin-left: 0;
}
.vh_main_structure {
    margin-left: 0;
}
.vh_container_fluid {
    padding: 80px 20px 100px;
}
/* toggle-btn css */
.vh_nav_close {
    display: none;
}
.toggle-btn {
    position: absolute;
    top: 31px;
    left: 20px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: block;
	z-index: 2;
}
.toggle-btn span {
    width: 25px;
    height: 3px;
    background: var(--text-color);
    display: block;
    margin-top: 5px;
    transition: 0.3s ease;
}
.toggle-btn span:nth-child(2) {
    width: 17px;
}
.vh_sidebar_main {
	width: 270px;
    left: -270px;
}
.vh_sidebar_main.admin_open {
	padding: 60px 0 0;
    left: 0;
	box-shadow: 10px 0px 20px 0px rgba(205, 188, 255, 0.07);
}
.vh_sidebar_manu {
    padding: 30px 0 200px;
}
.vh_sidebar_main .toggle-btn {
	top: 20px;
    left: 10px;
}
.vh_sidebar_main span {
  position: absolute;
}
.vh_sidebar_main span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
}
.vh_sidebar_main span:nth-child(2) {
	opacity: 1;
	width: auto;
	visibility: visible;
}
.vh_sidebar_main span:nth-child(3) {
  transform: rotate(-45deg);
}
.vh_sidebar_main ul>li> a span {
	margin-left: 35px;
    display: inline-block;
	margin-top: 3px;
	text-align: left;
}
.mt_profile_open {
    top: 90px;
    right: 25px;
}
.vh_sidebar_main ul>li {
    display: block;
	text-align: left;
	padding-left: 30px;
}

.vh_sidebar_main ul.vh_submenu {
    right: 40px;
    left: auto;
}
ul.vh_submenu li {
	text-align: left;
    margin-left: 0;
    padding: 0;
}
/* toggle-btn css */
.vh_welcome_flex {
    display: block;
    padding: 50px 50px 0;
    text-align: center;
}
.vh_david_work {
    text-align: center;
	margin-top: 30px;
}
.vh_welcome_d {
    margin: auto;
}
.vh_player_section {
    padding: 40px 15px 20px;
}
}


@media(max-width: 991px){
.vh_sidebar_main:after, .vh_sidebar_main:before, .vh_structure_header:after, .vh_structure_header:before {
    display: none;
}
.vh_st_toggle > ul > li:nth-child(1) {
    width: 97%;
}
.vh_edit_profile .vh_change_profile {
    display: block;
    text-align: center;
    margin: 0;
}
.vh_edit_profile .vh_profile_img {
    margin-right: 0;
}
.vh_edit_profile .vh_profile_detail {
    margin-top: 20px;
    text-align: center;
}
.vh_first_tab h4 {
    margin-bottom: 30px;
}
.vh_profile_editbtn {
    margin-top: 20px;
    text-align: center;
}
.vh_edit_profile_form {
    margin-top: 50px;
}
.vh_tab_main {
    padding: 0px 30px;
}
.vh_set_thumbnail .vh_first_tab {
    padding: 40px 0 0;
}
.vh_first_tabbtn {
    margin-top: 40px;
    padding-bottom: 40px;
}
.vh_tags_tracking_main {
    display: block;
}
.vh_tags_set {
    width: 100%;
    margin-right: 0;
}
.vh_tags_set.vh_tags_code {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}
.vh_set_thumbnail {
    display: block;
}
.vh_images_section {
    max-width: 100%;
    margin-left: 0;
    border-left: none;
    padding: 0px 10px 50px 0px;
}
.vh_template_customize {
    max-width: none;
    padding: 50px 0 0;
}
.vh_template_name2 {
    margin-left: 0;
    padding: 50px 10px 60px 0px;
    max-width: none;
    border: none;
}
.vh_main_background {
    padding: 50px 30px;
}
.vh_container_storage {
    margin-top: 30px;
}
.vh_choose_storage {
    padding: 40px 10px;
}
.vh_templates_flex {
    margin: 32px 0 40px;
}
.vh_templates_one {
    padding: 15px;
    margin: 0 10px;
}
.vh_profile_open img {
    right: 20px;
}
.vh_customize_texts select {
    width: 180px;
}
.vh_first_tab.vh_first_tab_camp2 {
    padding: 40px 0 0;
}
.vh_video_controller .vh_player_box_iframe iframe {
    width: 100%;
}
.vh_player_section {
    display: block;
	padding: 30px 20px;
}
.vh_video_controller {
    margin-right: 0;
}
.vh_video_list {
    margin-top: 20px;
}
}


@media(max-width: 767px){
.vh_nice_select h4 {
    text-align: center;
    margin-bottom: 30px;
}
.vh_search_btn_flex {
    justify-content: center;
}
.vh_pagination_flex {
    display: block;
    text-align: center;
}
.vh_pagination {
    margin-right: 0;
    margin-top: 20px;
}
.vh_templates_flex {
    display: block;
}
.vh_templates_heading h6 {
    margin-top: 10px;
    margin-bottom: 40px;
}
.vh_templates_one img {
    width: 100%;
}
.vh_search_btn_flex .mt_search_box {
    width: 50%;
    margin-right: 0;
}
/* template css */
.vh_template_admin_css .vh_template_client {
    margin: 0 auto;
}
.vh_template_admin_css .vh_template_plan {
    margin-right: 0;
    text-align: center;
}
.vh_template_admin_css .vh_template_plan h6 {
    width: auto;
}
.vh_template2 .vh_template_plan .vh_temp_btn {
    text-align: center;
}
.vh_temp_head_left {
    text-align: center;
    margin-bottom: 20px;
}
.vh_container_template .vh_create_btn {
    margin: 0 0 10px;
    text-align: center;
}
.vh_template_videos iframe { 
    width: 100%;
    height: 250px;
}
/* template css */
.vh_range_flex2 {
    padding: 20px;
}
.vh_main_player_heading {
    width: auto;
}
.vh_player_mini_footer {
    width: auto;
}

}


@media(max-width: 575px){
.vh_search_btn_flex {
    display: block;
    text-align: center;
}
.vh_search_btn_flex .mt_search_box {
    width: 100%;
    margin-bottom: 20px;
}
.vh_edit_profile {
    padding: 30px;
}
.vh_welcome_flex {
    padding: 40px 30px 0;
}
.pagination {
    justify-content: center;
    padding: 10px 60px 30px !important;
}
.vh_default_one p, .vh_personal_two p {
    text-align: center;
}
.vh_default {
    display: block;
    text-align: center;
}
.vh_default h5 {
    padding-left: 0;
    margin-top: 20px;
}
.vh_personal {
    display: block;
    text-align: center;
}
.vh_personal h5 {
    border-left: none;
    margin-left: 0;
    padding: 20px 0 0px;
}
div.dataTables_wrapper div.dataTables_info {
    padding: 15px 20px !important;
    text-align: center;
}
/* template css */
.vh_template_customize {
    padding: 30px 0 0;
}
.vh_template_name2 {
    padding: 50px 0px 30px 0px;
}
.vh_template_admin_css .vh_template_banner h4 {
    font-size: 20px;
    width: auto;
}
.vh_template_admin_css .vh_template_about {
    padding: 20px 10px;
}
.vh_template_admin_css .vh_template_plan h6 {
    width: auto;
}
.vh_template_admin_css .vh_template_videos {
    padding: 0px 0px 20px;
}
.vh_template_admin_css .vh_temp_social_icon {
    padding: 20px 15px;
}
.vh_template_admin_css .vh_template_form {
    margin: 0;
    padding: 20px 10px 15px;
}
/* template css */
/* template sidebar css */
.vh_customize_overlay {
    padding: 20px;
}
.vh_color_picker.vh_button_input input {
    width: 100%;
}
.vh_customize_texts select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.quantity_wrapper {
    display: block;
}
.quantity_wrapper input {
    width: 100%;
}
.vh_color_picker {
    display: block;
}
.vh_color_picker label {
    margin: 0 0 10px 0px;
}
.vh_sidebar_form {
    padding: 20px 20px 0;
}
/* template sidebar css */
.vh_modal_content {
    padding: 52px 20px 60px;
}
.vh_autoresponder2 ul li {
    margin: 0 0 10px 0;
}
.modal-header {
    padding: 0px 0px 20px;
}
.vh_md_input.vh_code_area {
    margin-top: 20px;
}
.vh_md_input.vh_code_area input {
    width: 100%;
    margin-right: 0;
}
span.vh_copy_code {
    position: unset;
}

.modal-dialog {
    margin: auto;
}
.vh_choose_template {
    padding: 40px 15px 20px;
}

.vh_range_flex2 {
    display: block;
    text-align: center;
}

.vh_player_control {
    height: 90px;
}
.vh_player_icon {
    padding-bottom: 10px;
}
.vh_player_icon.vh_player_icon2 {
    text-align: center;
}
.vh_player_icon.vh_player_icon2 ul li {
    margin-right: 10px;
    margin-left: 10px;
}
.vh_player_icon ul li {
    margin: 0 10px;
}
.vh_video_flex {
    display: block;
    margin-bottom: 30px;
}
.vh_video_controller .vh_player_box_iframe iframe {
    height: 300px;
}
}


@media(max-width: 420px){
a.vh_previous_step {
    float: none;
    padding-right: 20px;
}
.vh_first_tabbtn {
    text-align: center;
}
.vh_first_tabbtn a.vh_btn {
    margin-top: 15px;
}
.vh_play_icon ul li {
    margin-right: 3px;
}
.vh_container_template .vh_tab_main { 
    padding: 0px 15px
}
.vh_model_btn a.vh_btn, .vh_model_btn a.vh_btn:focus {
    min-width: 100px;
    margin-right: 0;
}
.vh_over_abs svg {
    width: 40px;
    height: 40px;
}
.vh_video_controller .vh_player_box_iframe iframe {
    height: 220px;
}
}

@media(max-width: 380px){
.vh_tab_main {
    padding: 0px 10px;
}
.vh_create_btn>a>svg {
    display: none;
}
.vh_main_background {
    padding: 50px 20px;
}
.vh_sidebar_social_icon ul li a {
    margin: 0 5px 0 0;
}
}

/* responsive css */