/* Full Card Shortcode */
.vcw-wrapper {
    position: relative;
    width: 100%;
    margin: 30px 0;
    padding: 10px 15px;
    border-radius: 19px;
    box-shadow: 0 22px 65px -35px #18b8f3, 0 22px 56px -38px #41acf4, 0 33px 56px -35px #8595f7;
}

@media only screen and (max-width: 767px) {
    .vcw-wrapper {
        box-shadow: 0 16px 65px -17px #18b8f3, 0 12px 56px -28px #41acf4, 0 13px 56px -15px #8595f7;
    }
}

.vcw-wrapper::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient( 90deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
    background-image: -o-linear-gradient( 90deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
    background-image: linear-gradient( 90deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
    border-radius: 19px;
}

@media only screen and (max-width: 767px) {
    .vcw-wrapper::before {
        background-image: -webkit-linear-gradient( 0deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
        background-image: -o-linear-gradient( 0deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
        background-image: linear-gradient( 0deg, #00a5f7 0%, #00b3f5 16%, #04bef2 32%, #41acf4 48%, #4ea1f7 60%, #3b90ff 72%, #8c93f7 100%);
    }
}

.col-md-5th {
    position: relative;
    width: 20%;
    float: left;
}

.vcw.vcw-full-card {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 25px 10% 25px 30% !important;
    box-shadow: none !important;
}

.vcw.vcw-full-card:hover {
    box-shadow: none !important;
}

@media only screen and (min-width: 992px) {
    .vcw-wrapper .vcw.vcw-full-card::after {
        display: block;
        content: '';
        position: absolute;
        top: calc( 50% - 35px);
        right: 0;
        width: 1px;
        height: 70px;
        background-color: rgba(255, 255, 255, 0.15);
    }
}

.vcw-wrapper .last-column .vcw.vcw-full-card::after {
    display: none;
}

.vcw.vcw-white {
    background: transparent !important;
}

.vcw-wrapper .symbol-icon {
    position: absolute;
    top: calc( 50% - 30px);
    padding-left: 5%;
}

.vcw.vcw-full-card .vcw-symbol,
.vcw.vcw-full-card .vcw-divider,
.vcw.vcw-full-card .vcw-prices .vcw-price {
    display: none !important;
}

.vcw.vcw-full-card .vcw-prices .vcw-price:first-child {
    position: absolute;
    right: 10%;
    top: 25px;
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.vcw.vcw-full-card .vcw-name,
.vcw.vcw-full-card .vcw-prices .vcw-price .vcw-value,
.vcw.vcw-full-card .vcw-prices .vcw-price .vcw-currency {
    font-size: 15px !important;
    font-weight: normal !important;
    text-align: left !important;
}

.vcw.vcw-full-card .vcw-name {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left !important;
    font-family: 'Mukta Malar', 'Roboto Condensed', sans-serif !important;
}

.vcw.vcw-full-card .vcw-changes .vcw-change .vcw-title {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    text-align: left !important;
}

.vcw.vcw-full-card .vcw-changes .vcw-change .vcw-value {
    font-size: 13px !important;
    line-height: 20px !important;
    text-align: left !important;
    margin-top: 5px !important;
}

.vcw.vcw-full-card .vcw-header,
.vcw.vcw-full-card .vcw-name,
.vcw.vcw-full-card .vcw-changes .vcw-change .vcw-title,
.vcw.vcw-full-card .vcw-changes .vcw-change .vcw-value,
.vcw.vcw-full-card .vcw-text,
.vcw .vcw-around-color,
.vcw.vcw-full-card .vcw-changes .fa-caret-up::before,
.vcw.vcw-full-card .vcw-changes .fa-caret-down::before {
    color: #fff !important;
}

.vcw.vcw-full-card .vcw-changes .vcw-change .vcw-title,
.vcw.vcw-full-card .vcw-prices .vcw-price {
    opacity: 0.55;
}

.vcw.vcw-full-card .vcw-prices .vcw-price .vcw-value {
    padding-right: 5px !important;
}

.vcw.vcw-full-card .vcw-changes {
    margin-top: 20px !important;
}

.vcw.vcw-full-card .vcw-prices {
    height: auto !important;
}

.vcw.vcw-full-card .vcw-changes .fa-caret-up::before {
    content: "+";
}

.vcw.vcw-full-card .vcw-changes .fa-caret-down::before {
    content: "-";
}

.vcw.vcw-full-card .vcw-changes .vcw-change:last-child .vcw-title,
.vcw.vcw-full-card .vcw-changes .vcw-change:last-child .vcw-value {
    text-align: right !important;
}

@media (max-width: 1200px) {
    .col-md-5th {
        width: inherit;
    }
}


/* Convertor Shortcode */
#wrap .vcw.vcw-converter {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 7px !important;
	background: #fff !important;
	-webkit-box-shadow: 0 2px 9px -2px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 2px 9px -2px rgba(0, 0, 0, 0.1) !important;
}

#wrap .vcw.vcw-converter>.vcw-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 97px 5% !important;
	border-radius: 0 7px 7px 0;
	background-color: #fff !important;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15) !important;
}

#wrap .vcw.vcw-converter>.vcw-input:first-child {
	position: relative;
	margin-bottom: 0 !important;
	border-radius: 7px 0 0 7px;
}

#wrap .vcw.vcw-converter>.vcw-input:first-child::before {
	position: absolute;
	top: calc(50% - 9px);
	right: -8px;
	z-index: 100;
	content: "\e63f";
	font-size: 17px;
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#wrap .vcw.vcw-converter>.vcw-input:first-child::after {
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	top: calc(50% - 32px);
	right: -32px;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, right top, left top, from(rgb(0, 174, 255)), to(rgb(0, 242, 255)));
	background-image: -webkit-linear-gradient(right, rgb(0, 174, 255) 0%, rgb(0, 242, 255) 100%);
	background-image: -o-linear-gradient(right, rgb(0, 174, 255) 0%, rgb(0, 242, 255) 100%);
	background-image: linear-gradient(-90deg, rgb(0, 174, 255) 0%, rgb(0, 242, 255) 100%);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 218, 248, 0.4);
	box-shadow: 0 3px 4px 0 rgba(0, 218, 248, 0.4);
}

#wrap .vcw.vcw-converter .vcw-input .vcw-input-child {
	width: 90% !important;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	margin: 0 auto !important;
}

#wrap .vcw.vcw-converter .vcw-input .vcw-input-child:first-child {
	position: relative;
	margin-bottom: 45px !important;
}

#wrap .vcw.vcw-converter .vcw-input .vcw-input-child select,
#wrap .vcw.vcw-converter .vcw-input .vcw-input-child input {
	position: relative;
	width: 100% !important;
	padding-bottom: 5px !important;
	font-size: 28px !important;
	line-height: 32px !important;
	text-align: left !important;
	color: #000 !important;
	background: transparent !important;
	border: none !important;
	border-bottom: 2px solid #e4e4e4 !important;
	border-radius: 0 !important;
	z-index: 10;
}

#wrap .vcw.vcw-converter .vcw-input .vcw-input-child input:focus {
	border-bottom: 2px solid #00d1ef !important;
}

#wrap .vcw.vcw-converter .vcw-input .vcw-input-child input::-webkit-input-placeholder {
	color: #e0e0e0;
}

#wrap .vcw.vcw-converter .vcw-input .vcw-input-child input:-ms-input-placeholder {
	color: #e0e0e0;
}

#wrap .vcw.vcw-converter .vcw-input .vcw-input-child input::-ms-input-placeholder {
	color: #e0e0e0;
	opacity: 1;
}

#wrap .vcw.vcw-converter .vcw-input .vcw-input-child input::placeholder {
	color: #e0e0e0;
	opacity: 1;
}

#wrap .vcw.vcw-converter .vcw-input .vcw-input-child:first-child::after {
	position: absolute;
	display: block;
	content: "\e64b";
	right: 5px;
	top: 7px;
	font-size: 18px;
	text-align: center;
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #a5a5a5;
	z-index: 1;
}

@media (max-width: 768px) {
	#wrap .vcw.vcw-converter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#wrap .vcw.vcw-converter>.vcw-input:first-child::before {
		position: absolute;
		right: calc(50% - 9px);
		bottom: -8px;
		top: auto;
	}

	#wrap .vcw.vcw-converter>.vcw-input:first-child::after {
		right: calc(50% - 32px);
		bottom: -32px;
		top: auto;
	}
}