/* SVG ICONS */
.fonticon_wordpress,
.fonticon_magento,
.fonticon_windows,
.fonticon_centos,
.fonticon_vpc,
.fonticon_coreos,
.fonticon_cpanel,
.fonticon_debian,
.fonticon_django,
.fonticon_docker,
.fonticon_drupal,
.fonticon_fedora,
.fonticon_fedora-coreos,
.fonticon_freebsd,
.fonticon_gitlab,
.fonticon_joomla,
.fonticon_lamp,
.fonticon_lemp,
.fonticon_mediawiki,
.fonticon_minecraft,
.fonticon_nextcloud,
.fonticon_openlitespeed,
.fonticon_openvpn,
.fonticon_owncloud,
.fonticon_openbsd,
.fonticon_plesk,
.fonticon_plesk,
.fonticon_plesk_webadmin,
.fonticon_plesk_webpro,
.fonticon_plesk_webhost,
.fonticon_prestashop,
.fonticon_ubuntu,
.fonticon_webmin,
.fonticon_script,
.fonticon_ssh,
.fonticon_add,
.fonticon_iso,
.fonticon_kubernetes,
.fonticon_backup,
.fonticon_server,
.fonticon_jitsi,
.fonticon_directadmin,
.fonticon_nodejs,
.fonticon_centos-webpanel,
.fonticon_pritunl,
.fonticon_wordpress,
.fonticon_snapshot,
.fonticon_compute,
.fonticon_flex-compute,
.fonticon_high-frequency,
.fonticon_marketplace_app,
.fonticon_almalinux,
.fonticon_rockylinux,
.fonticon_jenkins,
.fonticon_fortios,
.fonticon_vzlinux {
	display: inline-block;
	height: 48px;
	width: 48px;
	background-size: cover;
	background-repeat: no-repeat;
	/*filter: blur(3px);*/

}

.responsivetable .fonticon_wordpress,
.responsivetable .fonticon_magento,
.responsivetable .fonticon_windows,
.responsivetable .fonticon_centos,
.responsivetable .fonticon_coreos,
.responsivetable .fonticon_debian,
.responsivetable .fonticon_django,
.responsivetable .fonticon_docker,
.responsivetable .fonticon_drupal,
.responsivetable .fonticon_fedora,
.responsivetable .fonticon_fedora-coreos,
.responsivetable .fonticon_freebsd,
.responsivetable .fonticon_gitlab,
.responsivetable .fonticon_joomla,
.responsivetable .fonticon_lamp,
.responsivetable .fonticon_lemp,
.responsivetable .fonticon_mediawiki,
.responsivetable .fonticon_minecraft,
.responsivetable .fonticon_openlitespeed,
.responsivetable .fonticon_openvpn,
.responsivetable .fonticon_openbsd,
.responsivetable .fonticon_plesk,
.responsivetable .fonticon_plesk,
.responsivetable .fonticon_plesk_webadmin,
.responsivetable .fonticon_plesk_webpro,
.responsivetable .fonticon_plesk_webhost,
.responsivetable .fonticon_prestashop,
.responsivetable .fonticon_jitsi,
.responsivetable .fonticon_directadmin,
.responsivetable .fonticon_nodejs,
.responsivetable .fonticon_centos-webpanel,
.responsivetable .fonticon_pritunl,
.responsivetable .fonticon_webmin,
.responsivetable .fonticon_backup,
.responsivetable .fonticon_server,
.responsivetable .fonticon_snapshot,
.responsivetable .fonticon_almalinux,
.responsivetable .fonticon_rockylinux,
.responsivetable .fonticon_vzlinux,
.responsivetable .fonticon_jenkins,
.responsivetable .fonticon_fortios,
table .fonticon_wordpress,
table .fonticon_magento,
table .fonticon_windows,
table .fonticon_centos,
table .fonticon_coreos,
table .fonticon_debian,
table .fonticon_django,
table .fonticon_docker,
table .fonticon_drupal,
table .fonticon_fedora,
table .fonticon_fedora-coreos,
table .fonticon_freebsd,
table .fonticon_gitlab,
table .fonticon_joomla,
table .fonticon_lamp,
table .fonticon_lemp,
table .fonticon_mediawiki,
table .fonticon_minecraft,
table .fonticon_openlitespeed,
table .fonticon_openvpn,
table .fonticon_openbsd,
table .fonticon_plesk,
table .fonticon_plesk,
table .fonticon_plesk_webadmin,
table .fonticon_plesk_webpro,
table .fonticon_plesk_webhost,
table .fonticon_prestashop,
table .fonticon_jitsi,
table .fonticon_directadmin,
table .fonticon_nodejs,
table .fonticon_centos-webpanel,
table .fonticon_pritunl,
table .fonticon_webmin,
table .fonticon_backup,
table .fonticon_server,
table .fonticon_snapshot,
table .fonticon_almalinux,
table .fonticon_rockylinux,
table .fonticon_vzlinu,
table .fonticon_iso,
table .fonticon_jenkins,
table .fonticon_fortios,
table .fonticon_vpc {
	height: 28px;
	width: 28px;
}

h4 span[class*="fonticon_"] {
	height: 28px;
	width: 28px;
}

.responsivetable .fonticon_ubuntu,
table .fonticon_ubuntu {
	height: 30px;
	width: 28px;
	background-size: cover;
}

.responsivetable .fonticon_cpanel,
table .fonticon_cpanel {
	height: 28px;
	width: 31px;
	background-size: cover;
}

.responsivetable .fonticon_marketplace_app,
table .fonticon_marketplace_app {
	height: 31px;
	width: 31px;
	background-size: cover;
}

.responsivetable .fonticon_nextcloud,
.responsivetable .fonticon_owncloud,
table .fonticon_nextcloud,
table .fonticon_owncloud {
	height: 28px;
	width: 34px;
	background-size: cover;
}

/* Operating Systems */
.fonticon_centos {
	background: url(icons/os/icon-centos.svg);
}

.fonticon_coreos,
.fonticon_fedora-coreos {
	background: url(icons/os/icon-coreos.svg);
}

.fonticon_debian {
	background: url(icons/os/icon-debian.svg);
}

.fonticon_fedora {
	background: url(icons/os/icon-fedora.svg);
}

.fonticon_freebsd {
	background: url(icons/os/icon-freebsd.svg);
}

.fonticon_openbsd {
	background: url(icons/os/icon-openbsd.svg);
}

.fonticon_vpc {
	background: url(icons/os/icon_vpc.svg);
	filter: opacity(70%);
}

.fonticon_ubuntu {
	height: 50px;
	background: url(icons/os/icon-ubuntu.svg);
}

.fonticon_windows {
	background: url(icons/os/icon-windows.svg);
}

/* Applications */
.fonticon_cpanel {
	width: 52px;
	background: url(icons/os/icon-cpanel.svg);
}

.fonticon_django {
	background: url(icons/os/icon-django.svg);
	filter: opacity(70%);
}

.fonticon_docker {
	background: url(icons/os/icon-docker.svg);
}

.fonticon_drupal {
	background: url(icons/os/icon-drupal.svg);
}

.fonticon_gitlab {
	background: url(icons/os/icon-gitlab.svg);
}

.fonticon_joomla {
	background: url(icons/os/icon-joomla.svg);
}

.fonticon_lamp {
	background: url(icons/os/icon-lamp.svg);
}

.fonticon_lemp {
	background: url(icons/os/icon-lemp.svg);
}

.fonticon_magento {
	background: url(icons/os/icon-magento.svg);
}

.fonticon_mediawiki {
	background: url(icons/os/icon-mediawiki.svg);
}

.fonticon_minecraft {
	background: url(icons/os/icon-minecraft.svg);
}

.fonticon_nextcloud {
	width: 58px;
	background: url(icons/os/icon-nextcloud.svg);
}

.fonticon_openlitespeed {
	background: url(icons/os/icon-openlitespeed.svg?v=2);
}

.fonticon_openvpn {
	background: url(icons/os/icon-openvpn.svg);
}

.fonticon_owncloud {
	width: 52px;
	background: url(icons/os/icon-owncloud.svg);
}

.fonticon_openbsd {
	width: 52px;
	background: url(icons/os/icon-openbsd.svg);
}

.fonticon_jitsi {
	background: url(icons/os/icon-jitsi.svg) no-repeat;
}

.fonticon_directadmin {
	background: url(icons/os/icon-directadmin.svg);
}

.fonticon_centos-webpanel {
	background: url(icons/os/icon-cwp.svg);
}

.fonticon_pritunl {
	background: url(icons/os/icon-pritunl.svg);
}

.fonticon_nodejs {
	background: url(icons/os/icon-nodejs.svg);
	filter: opacity(70%);

}

.fonticon_plesk,
.fonticon_plesk,
.fonticon_plesk_webadmin,
.fonticon_plesk_webpro,
.fonticon_plesk_webhost {
	background: url(icons/os/icon-plesk.svg);
}

.fonticon_prestashop {
	background: url(icons/os/icon-prestashop.svg);
}

.fonticon_webmin {
	background: url(icons/os/icon-webmin.svg);
}

.fonticon_wordpress {
	background: url(icons/os/icon-wordpress.svg);
}

.fonticon_script {
	background: url(icons/os/icon-startup.svg);
}

.fonticon_ssh {
	background: url(icons/os/icon-ssh.svg);
	filter: opacity(70%);
}

.fonticon_snapshot {
	background: url(icons/os/icon-snapshot-deploy.svg);
	filter: opacity(70%);

}

.fonticon_add {
	background: url(icons/os/icon-add.svg);
}

.fonticon_iso {
	background: url(icons/os/icon-iso.svg);
	filter: opacity(70%);

}

.fonticon_kubernetes {
	background: url(icons/os/icon-kubernetes.svg);
}

.fonticon_almalinux {
	background: url(icons/os/icon-alma.svg);
}

.fonticon_rockylinux {
	background: url(icons/os/icon-rockylinux.svg);
}

.fonticon_vzlinux {
	background: url(icons/os/icon-vzlinux.svg);
}
.fonticon_fortios {
	background: url(icons/os/icon-fortios.svg); 
}

.fonticon_jenkins {
	background: url(icons/os/icon-jenkins_color.svg); 
}

.fonticon_backup,
.fonticon_server {
	background: url(icons/os/icon-backup.svg);
	filter: opacity(70%);

}

.servertype_section .fonticon_snapshot {
	background: url(icons/os/icon-snapshot-deploy.svg);
}


span[class*="fonticon_"] {
	background-repeat: no-repeat;
	vertical-align: middle;
}

@font-face {
	font-family: 'Material-Design-Iconic-Font';
	src: url("../fonts/Material-Design-Iconic-Font.woff2") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icons';
	src: url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icons_2';
	src: url("../fonts/icons_2.eot");
	src: url("../fonts/icons_2.eot") format("embedded-opentype"), url("../fonts/icons_2.ttf") format("truetype"), url("../fonts/icons_2.woff") format("woff"), url("../fonts/icons_2.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Material-Design-Iconic-Font;
	src: url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"), url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"), url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype");
}

input.deploy_checkbox {
	display: none;
}

input.deploy_checkbox+label {
	display: grid;
	height: 100%;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	border: 1px solid #e6e9eb;
	border-radius: 3px;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
}


.deploy_checkbox_icon {
	position: absolute;
	top: 45px;
	left: 15px;
	margin-top: -24px;
	font-size: 48px;
	line-height: 48px;
	width: 48px;
	transition: opacity ease-in .25s;
}

/*.deploy_checkbox_checkmark										{display:block;position:absolute;top:50%;left:16px;margin-top:-24px;background-color:#9caebf;width:48px;min-width:48px;height:48px;line-height:48px;border-radius:24px;text-align:center;opacity:0;transition:opacity ease-in .25s;}
.deploy_checkbox_checkmark::before								{ font-size:24px; color:#ffffff; content:"\f046"; font-family: FontAwesome; position:relative; bottom:2px; }
*/
.deploy_checkbox_line1 {
	display: block;
	width: 156px;
	overflow: hidden;
	word-wrap: break-word;
	white-space: normal;
	font-size: 15px;
	padding-top: 2px;
	line-height: 23px;
	color: #363b40;
	font-weight: bold;
	max-height: 72px;
}

.deploy_checkbox_line2 {
	display: block;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	opacity: .8;
}

input.deploy_checkbox+label:hover {
	/*border: 1px solid #1e88e5 !important;*/
	/* background-color: #f1faff !important; */

}

input.deploy_checkbox:checked+label {
	/*background: linear-gradient(45deg, #FBFBFB 1%, #fff 64%, #F0FAFF 97%);*/
	/*border: 1px solid #1e88e5 !important;*/
	box-shadow: -2px 5px 10px 5px rgb(37 45 51 / 8%), 5px -3px 18px 5px rgb(37 45 51 / 8%);
	border:1px solid #3498db !important;
    
	/*background-color: #f1faff !important;*/
	/*box-shadow: 0 5px 5px -5px rgba(37,45,51, .5);*/
     
}
input.deploy_checkbox:checked+label .child:nth-child(1){
	/*background: linear-gradient(45deg, #FBFBFB 1%, #fff 64%, #F0FAFF 97%);*/
	/*border: 1px solid #1e88e5 !important;*/
	/* box-shadow: -2px 5px 10px 5px rgb(37 45 51 / 8%), 5px -3px 18px 5px rgb(37 45 51 / 8%);
	border:2px solid #3498db !important; */
    display: block;
	/*background-color: #f1faff !important;*/
	/*box-shadow: 0 5px 5px -5px rgba(37,45,51, .5);*/
     
} 

 
/*input.deploy_checkbox:checked + label .deploy_checkbox_icon		{ opacity:0; }
*/
input.deploy_checkbox:checked+label .deploy_checkbox_checkmark {
	opacity: 1;
}

input.deploy_checkbox:checked+label .deploy_checkbox_line1 {
	color: #000;
}

input.deploy_checkbox:checked+label .deploy_checkbox_line2 {
	color: #000;
	opacity: .8;
}

input.deploy_checkbox:disabled+label {
	display: none;
}

@media all and (min-width:0px) and (max-width:767px) {
	input.deploy_checkbox+label {
		width: 100%;
	}

	.deploy_checkbox_line1 {
		width: 100%;
	}

	.deploy_checkbox_line2 {
		width: 100%;
	}
}


.deploy_linkbox {
	position: relative;
	vertical-align: top;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 89px;
	padding: 0px 0px 0px 80px;
	margin: 0px 16px 23px 0px;
	border: 1px dashed #e7e7e7;
	border-radius: 3px;
	cursor: pointer;
	white-space: nowrap;
}

.deploy_linkbox .deploy_checkbox_icon {
	color: #9da2a6;
}


.deploy_linkbox_line1 {
	display: block;
	width: 166px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: 23px;
	color: #9da2a6;
	font-weight: bold;
}

.deploy_linkbox:hover {
	border-color: #1e88e5;
}

@media all and (min-width:0px) and (max-width:767px) {
	.deploy_linkbox {
		width: 100%;
	}

	.deploy_linkbox_line1 {
		width: 100%;
	}
}

.deploy_osversionselector {
	display: block;
	padding: 4px 0px;
}

.deploy_osversionselector:hover {
	color: #1e88e5;
}

.deploy_osversioncontainer {
	display: none;
	padding: 20px 0px 10px 0px;
	width: 100%;
}


input.deploylocationsoldout+label {
	background-color: #f8f8f8;
	opacity: .75;
}

div.deploylocationsoldoutmsg {
	display: none;
}

input.deploylocationsoldout+label div.deploylocationsoldoutmsg {
	display: block;
}

#deployosnote {
	display: none;
	opacity: .7;
	font-size: 13px;
	padding-left: 6px;
	position: relative;
	top: -8px;
}

input.deployplan {
	display: none;
}

input.deployplan+label {
	display: -webkit-grid;
	display: grid;
	justify-content: center;
	padding: 15px 0px;
	border: 1px solid #e6e9eb;
	color: #363b40;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	box-shadow: 1px 0px 5px #f3f3f3;
}

input.deployplan+label> :nth-child(1) {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 9px;
}

input.deployplan+label> :nth-child(2) {
	color: #3b509f;
	;
	font-size: 18px;
}

input.deployplan+label> :nth-child(3) {
	opacity: .6;
}

input.deployplan+label> :nth-child(4) {
	display: block;
	width: 100%;
	height: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e9eb;
}

input.deployplan+label> :nth-child(5) {
	font-size: 14px;
	padding-bottom: 1px;
	opacity: .7;
}

input.deployplan+label> :nth-child(6) {
	font-size: 14px;
	padding-bottom: 1px;
	opacity: .7;
}

input.deployplan+label> :nth-child(7) {
	font-size: 14px;
	padding-bottom: 1px;
	opacity: .7;
}

input.deployplan_bm+label> :nth-child(8) {
	font-size: 14px;
	padding-bottom: 1px;
	opacity: .7;
}

input.deployplan:checked+label {
	/*background:linear-gradient(45deg, #EFF7FF 1%, #fff 64%, #C1D6E1 97%);*/
	border: 1px solid #1e88e5;
	/*box-shadow: 0 5px 5px -5px rgba(37,45,51, .5);*/
}

input.deployplan+label:hover {
	border: 1px solid #6056c0;
	box-shadow: 1px 1px 9px 6px #f3f3f3;
}


.deploy_dsselector:hover {
	color: #1e88e5;
}

.deploy_dsselector {
	display: block;
	padding: 4px 0px;
}

.billingcycleselectmultiple {
	font-size: 14px;
	color: #1e88e5 !important;
	display: block;
	border-top: 1px solid #e6e9eb;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 0px;
}

.deploy_billingcyclecontainer {
	padding-top: 10px;
}

.deploy_billingcyclecontainer .deploy_dsselector {
	color: #51835c;
	font-size: 14px;
}

input.deployplan:checked+label> :nth-child(2) {
	color: #5c86c5;
}

/*input.deployplan:checked + label > :nth-child(4)    { border-color:#1669b5; }
*/
input.deployplan:disabled+label {
	display: none;
}

input.deployplan.discount+label>*:nth-child(2) {
	color: #fca426;
}

input.deployplan.discount:checked+label>*:nth-child(2) {
	color: #ffffff;
}


.deployplansoldouttag {
	display: none;
}

input.deployplansoldout+label {
	background-color: #f8f8f8;
	opacity: .75;
}

input.deployplansoldout+label .deployplansoldouttag {
	display: block;
	position: absolute;
	left: 0px;
	top: -9px;
	width: 100%;
	z-index: 1;
	text-align: center;
	padding: 0px;
	font-size: 0px;
}

input.deployplansoldout+label .deployplansoldouttag>span {
	display: inline-block;
	background-color: #8f8f8f;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	height: 17px;
	line-height: 17px;
	padding: 0px 20px;
}


@media all and (min-width:0px) and (max-width:767px) {
	input.deployplan+label {
		width: 100%;
	}
}

input.deployplan+label .discount_tag {
	position: absolute;
	display: block;
	left: 0px;
	top: -9px;
	width: 100%;
	z-index: 1;
	text-align: center;
	padding: 0px;
	font-size: 0px;
}

input.deployplan+label .discount_tag>span {
	display: inline-block;
	background-color: #fca426;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	height: 17px;
	line-height: 17px;
	padding: 0px 20px;
}


label.deployplan_perf {
	background-image: url(/_images/order/sataperf.png);
	background-repeat: no-repeat;
}

/*label.deployplan_sale20				{ background-image:url(/_images/order/pricing_note_sale20.png); background-repeat:no-repeat; }*/

#deploy_ordersummary {
	position: fixed;
	bottom: 0px;
	left: 111px;
	right: 0px;
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0 0 40px -10px rgba(37, 45, 51, .3);
	z-index: 10;
}

@media all and (min-width:0px) and (max-width:767px) {
	#deploy_ordersummary {
		left: 0px;
	}
}

button.instanceCountButton {
	display: block;
	width: 34px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	text-align: center;
	font-size: 16px;
	color: #9da2a6;
	font-family: Material-Design-Iconic-Font;
}

button.instanceCountButton:hover {
	color: #1e88e5;
}

.fonticon_au,
.fonticon_de,
.fonticon_fr,
.fonticon_gb,
.fonticon_jp,
.fonticon_nl,
.fonticon_sg,
.fonticon_us,
.fonticon_in {
	display: inline-block;
	height: 36px;
	width: 54px;
	border-radius: 3px;
	vertical-align: middle;
}

.fonticon_au {
	background-image: url(../img/flag_au.png);
}

.fonticon_de {
	background-image: url(../img/flag_de.png);
}

.fonticon_fr {
	background-image: url(../img/flag_fr.png);
}

.fonticon_gb {
	background-image: url(../img/flag_gb.png);
}

.fonticon_jp {
	background-image: url(../img/flag_jp.png);
}

.fonticon_nl {
	background-image: url(../img/flag_nl.png);
}

.fonticon_sg {
	background-image: url(../img/flag_sg.png);
}

.fonticon_us {
	background-image: url(../img/flag_us.png);
}

.fonticon_in {
	background-image: url(../img/flag_in.png);
}



.icon-xs {
	font-size: 18px;
}

.icon-sm {
	font-size: 28px;
}

.icon-lg {
	font-size: 100px;
}

.icon-xlg {
	font-size: 120px;
	height: 139px;
	text-align: center;
}

.icon-os {
	color: #1e88e5;
}

.fcolor-707ddb {
	color: #707ddb;

}



/*input.resizeplan                                    { display:none; }*/
input.resizeplan:checked {
	/*background:linear-gradient(45deg, #EFF7FF 1%, #fff 64%, #C1D6E1 97%);*/
	border: 1px solid #1e88e5;
	/*box-shadow: 0 5px 5px -5px rgba(37,45,51, .5);*/
}

input.resizeplan:hover {
	border: 1px solid #6056c0;
	box-shadow: 1px 1px 9px 6px #f3f3f3;
}

.selectedplan {
	box-shadow: 0px 0px 0px 1px #435fda;
	background: #5266fc1a !important
}

.selecteddplan {
	box-shadow: 0px 0px 0px 1px #435fda;
	background: #5266fc1a !important
}

.ramonlyplan:hover {
	box-shadow: 0px 0px 0px 1px #435fda;
}

.fullplan:hover {
	box-shadow: 0px 0px 0px 1px #435fda;
}

input.fullplan,
input.ramcpuplan {
	display: none;
}



input.resizesplan {
	display: none;
}

input.resizesplan+label {
	display: -webkit-grid;
	display: grid;
	justify-content: center;
	padding: 15px 0px;
	border: 1px solid #e6e9eb;
	color: #363b40;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	box-shadow: 1px 0px 5px #f3f3f3;
}

input.resizesplan:checked+label {
	/*background:linear-gradient(45deg, #EFF7FF 1%, #fff 64%, #C1D6E1 97%);*/
	border: 1px solid #1e88e5;
	/*box-shadow: 0 5px 5px -5px rgba(37,45,51, .5);*/
}

input.resizesplan+label:hover {
	border: 1px solid #6056c0;
	box-shadow: 1px 1px 9px 6px #f3f3f3;
}


/*
.deploy_checkbox_checkmark {
	display: block;
	position: absolute;
	right: 15px;
	width: 34px;
	height: 34px;
	background: url(icons/os/deploy_checkmark.svg) no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 0.2s ease-in;
}
*/

.click_btn {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0px;
	border-top: 1px solid #ebebeb;
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0 8px 16px 0px rgba(21, 37, 124, 0.04), 0px 8px 64px 0px rgba(21, 37, 124, 0.08);
	z-index: 1;
}

.deploy_summary {
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 380px 20px 302px;
	margin: 0 auto;
	width: 100%;
	display: inline-block;
}

@media all and (min-width:0px) and (max-width:767px) {
	.deploy_summary {
		padding: 5px 5px 5px 0px;
		width: 100%;
		display: inline-block;
	}
}

.deploy_btn {
	background: #15257C;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 35px;
	color: #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	transition: all ease-in-out .3s;
	float: right;
	border: 1px solid #15257C;
}

.deploy_btn:hover {
	color: #15257C;
	background-color: #f5f8ff;
	border: 1px solid #15257C;
}

.deploy_block input {
	padding: 15px;
	margin-right: 10px;
	width: calc(50% - 13px);
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.block_1318 {
	position: relative;
	max-width: 1318px;
	min-width: 320px;
	height: auto;
	margin: 0px 300px 65px 100px;
	overflow: unset !important;
}

.deploy_block {
	position: relative;
}

.deploy_block input {
	padding: 15px;
	margin-right: 10px;
	width: calc(50% - 13px);
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.deploy_block input:last-child,
#new_chq input:last-child,
.deploy_block input:last-child {
	margin-right: 0;
}

.deploy_block input:focus {
	outline: 1px solid rgba(48, 73, 204, 0.40);
}

#order_total {
	display: inline-block;
	color: #485dae;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

#deploy-summary-price-label {
	color: #485dae;
	font-size: 15px;
}

#order_total_hr,
#order_total_hrlabel {
	display: inline-block;
	color: #9da2a6;
	font-size: 13px;
}

.cal_inp {
	background: #fff !important;
	border: 1px solid #e0dada !important;
	width: 55px !important;
	color: #485dae !important;
	display: inline !important;
	line-height: 1rem !important;
}

.small_link {
	font-weight: 100;
	font-size: 1rem;
	text-decoration: underline;
}

.deploy_osversioncontainer_selects {
	margin-bottom: -200px !important;
	z-index: 100 !important;
	background: #fff;
}

input.supportselect+label {
	padding: 10px 10px 10px 10px !important;
	justify-content: left;
}


#overlay {
	transform: scale(1);
	background-color: rgba(2, 2, 2, 0);
	color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 66px;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 25%;
	opacity: .70;
}


#google_translate_element select {
	background: #27273a;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 10px 25px
}

.goog-logo-link {
	display: none !important;
}

.goog-te-gadget {
	color: transparent !important;
}

.goog-te-banner-frame {
	display: none !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
	display: none !important;
}

.goog-text-highlight {
	background: none !important;
	box-shadow: none !important;
}

/*modify new design custom */

.card {
  /*box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);*/
  box-shadow:0 1px 3px rgb(3 0 71 / 9%);
}

body {
  background-color: #edf2f9;
}

#kt_content{
	padding-bottom: 5rem;
}

.pagination {
    display: inline-block;
  }

  .pagination li {
    color: black;
    float: left;
    /*padding: 8px 16px;*/
	padding: 0px 0px;
    text-decoration: none;
  }

  .pagination li.active {
    background-color: #009EF7;
    color: white;
    border-radius: 5px;
  }

  .pagination li:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
  }

	/**
	 * ==============================================
	 * Dot Floating
	 * ==============================================
	 */
	.dot-floating {
	  position: relative;
	  width: 10px;
	  height: 10px;
	  border-radius: 5px;
	  background-color: #9880ff;
	  color: #9880ff;
	  animation: dotFloating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
	}

	.dot-floating::before, .dot-floating::after {
	  content: '';
	  display: inline-block;
	  position: absolute;
	  top: 0;
	}

	.dot-floating::before {
	  left: -12px;
	  width: 10px;
	  height: 10px;
	  border-radius: 5px;
	  background-color: #9880ff;
	  color: #9880ff;
	  animation: dotFloatingBefore 3s infinite ease-in-out;
	}

	.dot-floating::after {
	  left: -24px;
	  width: 10px;
	  height: 10px;
	  border-radius: 5px;
	  background-color: #9880ff;
	  color: #9880ff;
	  animation: dotFloatingAfter 3s infinite cubic-bezier(0.4, 0, 1, 1);
	}

	@keyframes dotFloating {
	  0% {
	    left: calc(-50% - 5px);
	  }
	  75% {
	    left: calc(50% + 105px);
	  }
	  100% {
	    left: calc(50% + 105px);
	  }
	}

	@keyframes dotFloatingBefore {
	  0% {
	    left: -50px;
	  }
	  50% {
	    left: -12px;
	  }
	  75% {
	    left: -50px;
	  }
	  100% {
	    left: -50px;
	  }
	}

	@keyframes dotFloatingAfter {
	  0% {
	    left: -100px;
	  }
	  50% {
	    left: -24px;
	  }
	  75% {
	    left: -100px;
	  }
	  100% {
	    left: -100px;
	  }
	}
	#ticket-messages pre
	{
		font-size: 13px!important;
    	font-weight: 400;
    	font-family: Poppins,Helvetica,sans-serif;
	}
