/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 .k-idrac-control-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.k-idrac-vnc-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.k-iddb-r1-c1-heading-wrapper, .k-iddb-r1-c3-heading-wrapper {
    background: #004035;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.k-iddb-r1-c1-heading-wrapper img, .k-iddb-r1-c3-heading-wrapper img {
    height: 20px;
    width: 20px;
    margin-right: 6px;
}
.k-iddb-r1-wrapper {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.k-iddb-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.k-iddb-r1-c1-wrapper, .k-iddb-r1-c2-wrapper, .k-iddb-r1-c3-wrapper {
    flex: 0 0 32%;
    max-width: 32%;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
}
.k-iddb-r1-c1-content-wrapper {
    background: #F4F4F4;
    padding: 12px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 264px;
    position: relative;
    overflow: hidden;
}
.k-iddb-r1-c3-content-wrapper {
    background: #F4F4F4;
    padding: 12px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 264px;
    position: relative;
    overflow: hidden;
	text-align: center;
	font-weight: 700;
}
.k-iddb-heading-wrapper {
	text-align: center;
	color: #004035;
	padding: 24px 0;
}
.k-iddb-r1-c1-content-detail span {
    font-weight: 500;
}
.power-state-detail {
    font-weight: 700;
    text-transform: uppercase;;
}
.power-state-detail-icon {
    height: 24px;
    width: 24px;
	margin-bottom: -6px;
}
.power-state-detail-icon path {
    fill: green;
}
.k-power-state-wrapper {
    position: relative;
}
.k-iddb-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@keyframes ldio-yzaezf3dcmj {
	0% {
		top: 96px;
		left: 96px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 18px;
		left: 18px;
		width: 156px;
		height: 156px;
		opacity: 0;
	}
}
.ldio-yzaezf3dcmj div {
	position: absolute;
	border-width: 4px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	animation: ldio-yzaezf3dcmj 1.3157894736842106s cubic-bezier(0,0.2,0.8,1) infinite;
}
.ldio-yzaezf3dcmj div:nth-child(1) {
	border-color: #004035;
	animation-delay: 0s;
}
.ldio-yzaezf3dcmj div:nth-child(2) {
	border-color: #13a538;
	animation-delay: -0.6578947368421053s;
}
.loadingio-spinner-ripple-2by998twmg8 {
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	background: none;
}
.ldio-yzaezf3dcmj {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
}
.ldio-yzaezf3dcmj div { 
	box-sizing: content-box; 
}
.k-iddb-r1-c1-content-inner {
    display: none;
}
.k-iddb-r1-c2-r1-content-inner {
    background: #F4F4F4;
    padding: 12px;
}
.k-iddb-r1-c2-r1-content-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.k-iddb-control-button-wrapper {
    flex: 0 0 47%;
    max-width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.k-iddb-button-custom {
	position: relative;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	padding-block: 4px;
	padding-inline: 10px;
	background-color: #004035;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffff;
	gap: 4px;
	font-weight: bold;
	border: 3px solid #ffffff4d;
	outline: none;
	overflow: hidden;
	font-size: 15px;
	line-height: 15px;
	user-select: none;
	height: 38px;
}

.custom-button-icon {
	width: 24px;
	height: 24px;
	transition: all 0.3s ease-in-out;
}

.k-iddb-button-custom:hover {
	transform: scale(1.05);
	border-color: #fff9;
	background-color: #13A538 !important;
}

.k-iddb-button-custom:hover .custom-button-icon {
	transform: translate(4px);
}

.k-iddb-button-custom:hover::before {
	animation: shine 1.5s ease-out infinite;
}

.k-iddb-button-custom::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0) 30%,
		rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0) 70%
	);
	top: 0;
	left: -100px;
	opacity: 0.6;
}

@keyframes shine {
	0% {
		left: -100px;
	}

	60% {
		left: 100%;
	}

	to {
		left: 100%;
	}
}
.k-pus-pc-action-inner .k-iddb-button-custom, .k-pus-pc-confirm-wrapper .k-iddb-button-custom, .k-pus-mc-confirm-wrapper .k-iddb-button-custom {
	width: 136px;
}
.k-pus-pc-heading {
	background: #004035;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.k-pus-pc-inner, .k-pus-mc-inner {
	width: 320px;
}
.k-pus-pc-heading img {
	margin-right: 6px;
}
.k-pus-pc-action-inner, .k-pus-pc-confirm-inner, .k-pus-mc-confirm-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 12px;
}
.k-pus-pc-description-wrapper {
	margin-bottom: 12px;
	font-weight: 700;
}
.k-pus-pc-content-wrapper, .k-pus-mc-content-wrapper {
	padding: 16px;
	background: #F4F4F4;
}
.k-pus-pc-action-wrapper {
	margin-bottom: 24px;
	margin-top: 24px;
}
.k-iddb-cancel-button .k-iddb-button-custom {
	background-color: rgb(185, 0, 0);
}
.k-iddb-cancel-button .k-iddb-button-custom:hover {
	background-color: red !important;
}
.k-iddb-confirm-button.disabled .k-iddb-button-custom {
	background-color: #a5a5a5 !important;
	user-select: none;
	cursor: not-allowed; 
	pointer-events: none;
}
.k-pus-pc-input-confirm-wrapper {
	margin-bottom: 24px;
	display: none;
}
.k-pus-power-control-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
	z-index: 1000;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.k-pus-mount-control-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
	z-index: 1000;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.k-pus-pc-action-inner .k-iddb-control-button-wrapper.active {
	transform: scale(1.05);
	border-color: #fff9;
	background-color: #13A538 !important;
	border-radius: 8px;
}

.k-pus-pc-action-inner .k-iddb-control-button-wrapper.active .k-iddb-button-custom {
	transform: scale(1.05);
	border-color: #fff9;
	background-color: #13A538 !important;
}

.k-pus-pc-action-inner .k-iddb-control-button-wrapper.active .k-iddb-button-custom .custom-button-icon {
	transform: translate(4px);
}

.k-pus-pc-action-inner .k-iddb-control-button-wrapper.active .k-iddb-button-custom:before {
	animation: shine 1.5s ease-out infinite;
}
.k-pus-pc-action-inner .k-iddb-control-button-wrapper.disabled .k-iddb-button-custom, .k-iddb-r1-c2-r1-content-inner .k-iddb-control-button-wrapper.disabled .k-iddb-button-custom {
	background-color: #a5a5a5 !important;
	user-select: none;
	cursor: not-allowed; 
	pointer-events: none;
}
.k-pus-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	backdrop-filter: blur(10px);
  	background-color: rgba(0, 0, 0, 0.1);
	display: none;
}
.k-iddb-r1-c2-r1-wrapper {
	margin-bottom: 24px;
}
.k-iddb-r1-c2-r2-content-inner {
	background: #F4F4F4;
    padding: 12px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
	max-height: 137px;
	overflow-y: auto;
	min-height: 137px;
}
.k-iddb-r1-c2-r2-log-wrapper {
	border-bottom: 1px solid #0000002e;
	font-size: 12px;
	line-height: 21px;
}
.k-pus-mc-content-inner {
	margin-bottom: 24px;
}
.k-iddb-capture-image {
	scale: 1.1;
}
.k-iddb-r1-c3-heading-wrapper {
	position: relative;
}
.k-ddb-r1-c3-connect-now-wrapper {
	position: absolute;
	top: 0;
	right: 8px;
	transform: translate(0, 50%);
	z-index: 1;
}
.k-ddb-r1-c3-connect-now-wrapper a {
	color: #fff !important;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}
.k-iddb-cature-vnc-link {
	cursor: pointer;
}
.kanos-restrist-section {
	width: 1200px;
    margin: auto;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.k-restrist-inner {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
    align-items: center;
}
.kanos-login-error {
	text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin-top: 24px;
	color: #fff;

}
#kanos-idrac-loginform .login-submit {
	text-align: center;
}
#kanos-idrac-loginform p {
	margin-bottom: 12px !important;
}
.kanos-error-wrapper {
	width: 1200px;
	margin: 0 auto;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
}

.kanos-my-services-page {
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}

.k-msp-inner {
	display: flex;
	justify-content: space-between;
}
.k-msp-side-bar-wrapper {
	flex: 0 0 20%;
	max-width: 20%;
}
.k-msp-content-wrapper {
	flex: 0 0 75%;
	max-width: 75%;
}
.k-msp-sb-heading-wrapper {
	display: flex;
	padding: 10px;
	background: #004035;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
}
.k-msp-sb-sl-item-wrapper {
	display: flex;
	padding: 6px;
	background: #979797;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.25s;
}
.k-msp-sb-sl-item-wrapper:hover {
	background: #464646;
	color: #fff;
}
.k-msp-sb-sl-item-wrapper.active {
	background: #464646;
	color: #fff;
}
.k-msp-content-item-main-heading-wrapper {
	padding-bottom: 12px;
	text-align: center;
	color:#004035;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	flex: 0 0 100%;
	max-width: 100%;
}
.k-msp-content-item-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.k-msp-content-item-list-wrapper, .k-msp-content-item-list-item-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex: 0 0 100%;
	max-width: 100%;
}
.k-msp-content-item-list-wrapper {
	padding: 24px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #00000030;
}
.k-msp-content-item-list-heading-left-wrapper, .k-msp-content-item-list-item-left-wrapper {
	flex: 0 0 70%;
	max-width: 70%;
}
.k-msp-content-item-list-heading-right-wrapper, .k-msp-content-item-list-item-right-wrapper {
	flex: 0 0 30%;
	max-width: 30%;
	text-align: center;
}
.k-msp-content-item-list-heading-left-wrapper, .k-msp-content-item-list-heading-right-wrapper {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}
.k-msp-content-item-list-heading-left-wrapper, .k-msp-content-item-list-heading-right-wrapper {
	margin-top: 8px;
	margin-bottom: 8px;
}
.k-msp-content-item-list-item-wrapper {
	padding: 12px 0;
	border-bottom: 1px solid #a5a5a5;
}

.k-msp-content-item-wrapper[service-id="server"], .k-msp-content-item-wrapper[service-id="vps"], .k-msp-content-item-wrapper[service-id="hosting"], .k-msp-content-item-wrapper[service-id="edit-infor"], .k-msp-content-item-wrapper[service-id="edit-password"], .k-msp-content-item-wrapper[service-id="add-service"], .k-msp-content-item-wrapper[service-id="default-credentials"] {
	display: none;
}
input:disabled {
    background-color: #e3e3e3;
    cursor: not-allowed;
}
.kanos-import-server-page {
	width: 1200px;
	margin: 0 auto;
}
.k-isp-heading-wrapper {
	text-align: center;
	color: #004035;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	padding: 40px 0;
	text-transform: uppercase;
}
.k-isp-left-wrapper, .k-isp-right-wrapper {
	flex: 0 0 48%;
	max-width: 48%;
}
.k-isp-select-user-wrapper {
	margin-bottom: 24px;
}
.k-isp-select-server-type-wrapper, .k-isp-ip-wrapper, .k-isp-user-wrapper, .k-isp-password-wrapper, .k-isp-vnc-port-wrapper, .k-isp-vnc-password-wrapper, .k-isp-name-wrapper, .k-isp-cuf-create-user-wrapper > div, .k-isp-service-ip-wrapper, .k-isp-service-user-wrapper, .k-isp-service-password-wrapper {
	margin-bottom: 24px;
}
.k-isp-select-server-type-wrapper label {
	margin-right: 12px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	text-transform: none;
	letter-spacing: normal;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.k-isp-select-server-type-wrapper input[type="radio"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	accent-color: #004035;
}
.select2-container--default .select2-selection--single {
	height: auto;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.select2-container--default.select2-container--focus .select2-selection--single {
	border-color: #004035;
	box-shadow: 0 4px 12px rgba(0, 64, 53, 0.15);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.5;
	padding: 0;
	color: #333;
	font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 12px;
}
.k-isp-default-credentials-wrapper label {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	text-transform: none;
	letter-spacing: normal;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.k-isp-default-credentials-wrapper input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	accent-color: #004035;
}
.k-isp-select-user-wrapper label,
.k-isp-ip-wrapper label,
.k-isp-user-wrapper label,
.k-isp-password-wrapper label,
.k-isp-vnc-port-wrapper label,
.k-isp-vnc-password-wrapper label,
.k-isp-name-wrapper label,
.k-isp-cuf-user-email-wrapper label,
.k-isp-cuf-user-fullname-wrapper label,
.k-isp-cuf-user-phone-wrapper label,
.k-isp-cuf-user-address-wrapper label,
.k-isp-cuf-user-company-wrapper label,
.k-isp-service-ip-wrapper label,
.k-isp-service-user-wrapper label,
.k-isp-service-password-wrapper label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #004035;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.k-isp-select-user,
.k-isp-ip,
.k-isp-user,
.k-isp-password,
.k-isp-vnc-port,
.k-isp-vnc-password,
.k-isp-name,
.k-isp-cuf-user-email,
.k-isp-cuf-user-fullname,
.k-isp-cuf-user-phone,
.k-isp-cuf-user-address,
.k-isp-cuf-user-company,
.k-isp-service-ip,
.k-isp-service-user,
.k-isp-service-password {
	width: 100%;
	padding: 14px 18px;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
	background: #ffffff;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	outline: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.k-isp-select-user:focus,
.k-isp-ip:focus,
.k-isp-user:focus,
.k-isp-password:focus,
.k-isp-vnc-port:focus,
.k-isp-vnc-password:focus,
.k-isp-name:focus,
.k-isp-cuf-user-email:focus,
.k-isp-cuf-user-fullname:focus,
.k-isp-cuf-user-phone:focus,
.k-isp-cuf-user-address:focus,
.k-isp-cuf-user-company:focus,
.k-isp-service-ip:focus,
.k-isp-service-user:focus,
.k-isp-service-password:focus {
	border-color: #004035;
	box-shadow: 0 4px 12px rgba(0, 64, 53, 0.15);
	transform: translateY(-1px);
	background: #ffffff;
}
.k-isp-select-user:disabled,
.k-isp-ip:disabled,
.k-isp-user:disabled,
.k-isp-password:disabled,
.k-isp-vnc-port:disabled,
.k-isp-vnc-password:disabled,
.k-isp-name:disabled,
.k-isp-cuf-user-email:disabled,
.k-isp-cuf-user-fullname:disabled,
.k-isp-cuf-user-phone:disabled,
.k-isp-cuf-user-address:disabled,
.k-isp-cuf-user-company:disabled,
.k-isp-service-ip:disabled,
.k-isp-service-user:disabled,
.k-isp-service-password:disabled {
	background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
	color: #999;
	cursor: not-allowed;
	border-color: #d0d0d0;
}
.k-isp-vnc-information {
	display: none;
}
.k-isp-submit-wrapper, .k-isp-cuf-user-submit-wrapper, .k-isp-service-submit-wrapper {
	margin-top: 32px;
	text-align: center;
	position: relative;
}
.k-epp-save-button,
.k-isp-cuf-user-save-button,
.k-isp-service-save-button {
	padding: 10px 24px;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	background: linear-gradient(135deg, #004035 0%, #006b5a 100%);
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 16px rgba(0, 64, 53, 0.3);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	overflow: hidden;
}
.k-epp-save-button::before,
.k-isp-cuf-user-save-button::before,
.k-isp-service-save-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
}
.k-epp-save-button:hover::before,
.k-isp-cuf-user-save-button:hover::before,
.k-isp-service-save-button:hover::before {
	left: 100%;
}
.k-epp-save-button:hover,
.k-isp-cuf-user-save-button:hover,
.k-isp-service-save-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(0, 64, 53, 0.4);
	background: linear-gradient(135deg, #006b5a 0%, #004035 100%);
}
.k-epp-save-button:active,
.k-isp-cuf-user-save-button:active,
.k-isp-service-save-button:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(0, 64, 53, 0.3);
}
.k-epp-save-button.disabled,
.k-isp-cuf-user-save-button.disabled,
.k-isp-service-save-button.disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}
.k-isp-default-credentials-wrapper {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.k-mu-list-user-inner {
	display: flex;
	flex-wrap: wrap;
}
.k-mu-lu-item-wrapper {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 12px 0;
    border-bottom: 1px solid #b4b4b4;
}
.k-mu-lu-item-inner, .k-mu-list-user-heading-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.k-mu-list-user-heading-wrapper {
	padding: 12px 0;
}
.k-mu-list-user-heading:nth-child(1), .k-mu-lu-item-inner .k-mu-lu-item-name-wrapper {
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}
.k-mu-list-user-heading:nth-child(2), .k-mu-lu-item-inner .k-mu-lu-item-email-wrapper {
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}
.k-mu-list-user-heading:nth-child(3), .k-mu-lu-item-inner .k-mu-lu-item-phone-wrapper {
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}
.k-mu-list-user-heading:nth-child(4), .k-mu-lu-item-inner .k-mu-lu-item-action-wrapper {
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}
.k-mu-lu-item-inner .k-mu-lu-item-action-wrapper  {
	display: flex;
	justify-content: center;
	align-items: center;
}
.k-mu-list-user-heading {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
.k-mu-lu-item, .k-udpr-service-item-action {
	transition: all 0.25s;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    margin: 0 4px;
    width: 80px;
    text-align: center;
    height: 30px;
    width: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.k-mu-lu-item[user-action="edit"], .k-udpr-service-item-action[service-action="edit"], .k-ms-ls-item[service-action="control"] {
	background: green;
	border: 1px solid green;
}
.k-mu-lu-item[user-action="edit"]:hover svg path {
	fill: green;
}
.k-udpr-service-item-action[service-action="edit"]:hover svg path {
	fill: green;
}
.k-mu-lu-item[user-action="reset"] {
	background: #a08600;
	border: 1px solid #a08600;
}
.k-mu-lu-item[user-action="reset"]:hover svg path {
	fill: #a08600;
}
.k-mu-lu-item[user-action="delete"], .k-udpr-service-item-action[service-action="remove"] {
	background: #c00000;
	border: 1px solid #c00000;
}
.k-udpr-service-item-action[service-action="remove"]:hover svg path {
	fill: #c00000;
}
.k-mu-lu-item:hover, .k-udpr-service-item-action:hover {
	background: #fff;
	color: #000;
}
.k-udp-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.k-udp-left-wrapper, .k-udp-right-wrapper {
	flex: 0 0 49%;
	max-width: 49%;
}
.k-udpr-service-list-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.k-udpr-service-list-heading-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.k-udpr-service-item-wrapper, .k-udpr-service-list-heading {
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.k-udpr-service-item-wrapper{
	padding: 12px 0;
    border-bottom: 1px solid #8b8b8b;
}
.k-udp-left-heading-wrapper, .k-udp-right-heading-wrapper, .k-sdp-left-heading-wrapper, .k-sdp-right-heading-wrapper {
	background: #004035;
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}
.k-udp-left-content-wrapper, .k-udpr-content-wrapper {
	padding: 24px;
    background: #f3f3f3;
    border-radius: 0 0 8px 8px;
	min-height: 444px;
	position: relative;
}
.k-sdp-left-content-wrapper {
	padding: 24px;
    background: #f3f3f3;
    border-radius: 0 0 8px 8px;
	position: relative;
}
.k-isp-euf-user-submit-wrapper, .k-esf-submit-wrapper, .k-isp-euf-password-submit-wrapper {
	text-align: center;
    margin-top: 24px;
	position: relative;
	overflow: hidden;
}
.k-udpr-service-item-action-wrapper {
	position: relative;
	display: flex;
}
.k-mu-lu-rpu-confirm-wrapper {
	margin-top: 12px;
}
.k-mu-lu-item-action-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
}
.k-ms-list-service-heading-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 12px 0;
}
.k-ms-list-service-heading {
    flex: 0 0 35%;
    max-width: 35%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.k-ms-list-service-heading:nth-child(2) {
    flex: 0 0 13%;
    max-width: 13%;
}
.k-ms-list-service-heading:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
}
.k-ms-list-service-heading:nth-child(4) {
    flex: 0 0 25%;
    max-width: 25%;
}
.k-ms-ls-item-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #b4b4b4;
}
.k-ms-ls-item-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.k-ms-ls-item-name-wrapper {
    flex: 0 0 35%;
    max-width: 35%;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.k-ms-ls-item-type-wrapper {
    flex: 0 0 13%;
    max-width: 13%;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.k-ms-ls-item-manager-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.k-ms-ls-item-manager-wrapper a {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}
.k-ms-ls-item-action-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.k-ms-ls-item {
    transition: all 0.25s;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    margin: 0 4px;
    text-align: center;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.k-ms-ls-item[service-action="edit"] {
    background: #a08600;
    border: 1px solid #a08600;
}
.k-ms-ls-item[service-action="delete"] {
    background: #c00000;
    border: 1px solid #c00000;
}
.k-ms-ls-item[service-action="edit"]:hover {
    background: #fff;
    color: green;
}
.k-ms-ls-item[service-action="edit"]:hover svg path {
    fill: #a08600;
}
.k-ms-ls-item[service-action="control"]:hover {
    background: #fff;
    color: green;
}
.k-ms-ls-item[service-action="control"]:hover svg path {
    fill: green;
}
.k-ms-ls-item[service-action="delete"]:hover {
    background: #fff;
    color: #c00000;
}
.k-ms-ls-item[service-action="deactivate"] {
    background: #c00000;
    border: 1px solid #c00000;
}
.k-ms-ls-item[service-action="deactivate"]:hover {
    background: #fff !important;
    color: #c00000 !important;
}
.k-ms-ls-item[service-action="deactivate"]:hover svg path {
    fill: #c00000 !important;
}
.k-ms-ls-item[service-action="activate"] {
    background: green;
    border: 1px solid green;
}
.k-ms-ls-item[service-action="activate"]:hover {
    background: #fff !important;
    color: green !important;
}
.k-ms-ls-item[service-action="activate"]:hover svg path {
    fill: green !important;
}
.k-sdp-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.k-sdp-left-wrapper, .k-sdp-right-wrapper {
	flex: 0 0 49%;
	max-width: 49%;
}
.kanos-service-details-page {
	max-width: 1200px;
	margin: auto;
}
.k-esf-service-status-action {
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    user-select: none;
    width: 100px;
    text-align: center;
	transition: all 0.25s;
}

.k-esf-service-status-action[service-action="activate"] {
    background: green;
    border: 1px solid green;
}

.k-esf-service-status-action[service-action="activate"]:hover {
    background: #fff !important;
    color: green !important;
}

.k-esf-service-status-action[service-action="deactivate"] {
    background: #c00000;
    border: 1px solid #c00000;
}

.k-esf-service-status-action[service-action="deactivate"]:hover {
    background: #fff !important;
    color: #c00000 !important;
}
.k-esf-service-status {
	position: absolute;
	bottom: 24px;
	left: 24px;
	overflow: hidden;
}

.k-udp-user-status-action {
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    user-select: none;
    width: 100px;
    text-align: center;
	transition: all 0.25s;
	overflow: hidden;
}

.k-udp-user-status-action[user-action="activate"] {
    background: green;
    border: 1px solid green;
}

.k-udp-user-status-action[user-action="activate"]:hover {
    background: #fff !important;
    color: green !important;
}

.k-udp-user-status-action[user-action="deactivate"] {
    background: #c00000;
    border: 1px solid #c00000;
}

.k-udp-user-status-action[user-action="deactivate"]:hover {
    background: #fff !important;
    color: #c00000 !important;
}
.k-udp-user-status {
	position: absolute;
	bottom: 24px;
	left: 24px;
	overflow: hidden;
}
.k-sdp-right-content-wrapper {
	padding: 24px;
    background: #f3f3f3;
    border-radius: 0 0 8px 8px;
    position: relative;
}
.k-sdp-ml-heading-wrapper {
	display: flex;
	justify-content: space-between;
}
.k-sdp-ml-heading-wrapper div {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}
.k-sdp-ml-item-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
    border-bottom: 1px solid #8b8b8b;
}
.k-sdp-ml-ir-action-remove {
	transition: all 0.25s;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    user-select: none;
	background: #c00000;
    border: 1px solid #c00000;
}
.k-sdp-ml-ir-action-remove:hover {
	color:#c00000;
	background: #fff;
}
.k-sdp-right-add-user-wrapper {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(0, -50%);
	cursor: pointer;
}
.k-sdp-right-add-user-wrapper svg {
	height: 24px;
	width: 24px
}
.k-sdp-pau-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1000;
	width: 460px;
}
.k-sdp-pau-content-wrapper {
	padding: 24px;
	background: #f3f3f3;
    border-radius: 0 0 8px 8px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.k-sdp-pau-heading-wrapper {
	background: #004035;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.k-sdp-pau-select-list-submit {
	padding: 8px 24px;
	background: #004035;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #004035;
	transition: all 0.25s;
	font-weight: 500;
}
.k-sdp-pau-select-list-submit:hover {
	background: #fff;
	color: #004035;
}
.k-sdp-pau-select-list-submit-wrapper {
	margin-top: 24px;
	text-align: center;
}
.k-sdp-overlay-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(3px);
	z-index: 999;
	display: none;
}
.k-sdp-popup-add-user-wrapper {
	position: relative;
	z-index: 1000;
	display: none;
}
.k-udp-pas-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1000;
	width: 460px;
}
.k-udp-pas-content-wrapper {
	padding: 24px;
	background: #f3f3f3;
    border-radius: 0 0 8px 8px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.k-udp-pas-heading-wrapper {
	background: #004035;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.k-udp-pas-select-list-submit {
	padding: 8px 24px;
	background: #004035;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #004035;
	transition: all 0.25s;
	font-weight: 500;
}
.k-udp-pas-select-list-submit:hover {
	background: #fff;
	color: #004035;
}
.k-udp-pas-select-list-submit-wrapper {
	margin-top: 24px;
	text-align: center;
}
.k-udp-overlay-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(3px);
	z-index: 999;
	display: none;
}
.k-udp-popup-add-service-wrapper {
	position: relative;
	z-index: 1000;
	display: none;
}
.k-udp-right-heading-wrapper {
	position: relative;
}
.k-udp-add-service-wrapper {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(0, -50%);
	z-index: 2;
	cursor: pointer;
}
.k-udp-add-service-wrapper svg {
	width: 24px;
	height: 24px;
}
.k-sdp-pau-select-desc-wrapper, .k-udp-pas-select-desc-wrapper {
	margin-bottom: 12px;
}
#kanos-import-server-form .select2-container {
	width: 100% !important;
}


@media ( max-width: 1025px ) {
	.k-iddb-r1-wrapper {
		padding: 0 12px;
	}
	.k-iddb-r1-c1-wrapper, .k-iddb-r1-c2-wrapper, .k-iddb-r1-c3-wrapper {
		flex: 0 0 48%;
		max-width: 48%;
		margin-bottom: 24px;
	}
	.k-iddb-button-custom {
		font-size: 14px;
		line-height: 14px;
	}
	.kanos-restrist-section { 
		max-width: 600px;
	}
}
@media ( max-width: 767px ) {
	.k-iddb-r1-c1-wrapper, .k-iddb-r1-c2-wrapper, .k-iddb-r1-c3-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}
	.kanos-restrist-section { 
		max-width: 95%;
		display: flex;
		flex-direction: column;
	}
	.kanos-restrist-heading-wrapper {
		text-align: center;
		font-size: 18px;
		line-height: 24px;
	}
	.k-iddb-button-custom {
		font-size: 12px;
		line-height: 12px;
	}
}
.k-udp-reset-password .k-udp-reset-password-action span {
	padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    user-select: none;
    margin: 24px auto 0;
    width: 100px;
    text-align: center;
    transition: all 0.25s;
	background: #a08600;
}
.k-udp-reset-password {
	position: absolute;
    bottom: 28px;
    right: 24px;
}

.k-udp-change-password {
	margin-top: 16px;
	padding-bottom: 60px;
}
.k-udp-change-password-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.k-udp-change-password-input {
	flex: 1;
	max-width: 60%;
	margin-right: 8px;
}
.k-udp-change-password-random,
.k-udp-change-password-update {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 12px;
	margin-left: 4px;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	transition: all 0.25s;
}
.k-udp-change-password-random {
	background: #a08600;
	border: 1px solid #a08600;
}
.k-udp-change-password-random:hover {
	background: #fff;
	color: #a08600;
}
.k-udp-change-password-update {
	background: #004035;
	border: 1px solid #004035;
}
.k-udp-change-password-update:hover {
	background: #fff;
	color: #004035;
}
.k-msp-content-edit-infor-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	/* padding: 40px; */
    border-radius: 16px;
    transition: all 0.3s ease;
}
#kanos-my-service-edit-user-form,
#kanos-my-service-edit-password-form {
	width: 100%;
	max-width: 500px;
}
.k-isp-euf-edit-user-wrapper,
.k-isp-euf-edit-password-wrapper {
	width: 100%;
}
.k-isp-euf-user-email-wrapper,
.k-isp-euf-user-fullname-wrapper,
.k-isp-euf-user-phone-wrapper,
.k-isp-euf-user-address-wrapper,
.k-isp-euf-user-company-wrapper,
.k-isp-euf-current-password-wrapper,
.k-isp-euf-new-password-wrapper,
.k-isp-euf-confirm-password-wrapper, .k-hap-cuf-col div {
	margin-bottom: 12px;
	position: relative;
}
.k-isp-euf-user-email-wrapper label,
.k-isp-euf-user-fullname-wrapper label,
.k-isp-euf-user-phone-wrapper label,
.k-isp-euf-user-address-wrapper label,
.k-isp-euf-user-company-wrapper label,
.k-isp-euf-current-password-wrapper label,
.k-isp-euf-new-password-wrapper label,
.k-isp-euf-confirm-password-wrapper label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #004035;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.k-isp-euf-user-email,
.k-isp-euf-user-fullname,
.k-isp-euf-user-phone,
.k-isp-euf-user-address,
.k-isp-euf-user-company,
.k-isp-euf-current-password,
.k-isp-euf-new-password,
.k-isp-euf-confirm-password {
	width: 100%;
	padding: 14px 18px;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
	background: #ffffff;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	outline: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.k-isp-euf-user-email:focus,
.k-isp-euf-user-fullname:focus,
.k-isp-euf-user-phone:focus,
.k-isp-euf-user-address:focus,
.k-isp-euf-user-company:focus,
.k-isp-euf-current-password:focus,
.k-isp-euf-new-password:focus,
.k-isp-euf-confirm-password:focus {
	border-color: #004035;
	box-shadow: 0 4px 12px rgba(0, 64, 53, 0.15);
	transform: translateY(-1px);
	background: #ffffff;
}
.k-isp-euf-user-email:disabled {
	background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
	color: #999;
	cursor: not-allowed;
	border-color: #d0d0d0;
}
.k-isp-euf-user-submit-wrapper,
.k-isp-euf-password-submit-wrapper {
	margin-top: 32px;
	text-align: center;
}
.k-isp-euf-user-save-button,
.k-isp-euf-password-save-button {
	padding: 10px 24px;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	background: linear-gradient(135deg, #004035 0%, #006b5a 100%);
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 16px rgba(0, 64, 53, 0.3);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	overflow: hidden;
}
.k-isp-euf-user-save-button::before,
.k-isp-euf-password-save-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
}
.k-isp-euf-user-save-button:hover::before,
.k-isp-euf-password-save-button:hover::before {
	left: 100%;
}
.k-isp-euf-user-save-button:hover,
.k-isp-euf-password-save-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(0, 64, 53, 0.4);
	background: linear-gradient(135deg, #006b5a 0%, #004035 100%);
}
.k-isp-euf-user-save-button:active,
.k-isp-euf-password-save-button:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(0, 64, 53, 0.3);
}
.k-isp-euf-user-save-button.disabled,
.k-isp-euf-password-save-button.disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}
.kanos-notification-bubble-section {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-end;
}
.k-nbs-wrapper {
	position: relative;
	border-radius: 6px;
	transform: translateX(120%);
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease-in-out;
	opacity: 0;
	min-width: 350px;
	will-change: transform, opacity;
}
.k-nbs-wrapper.show {
	transform: translateX(0);
	opacity: 1;
}
.k-nbs-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 8px;
	width: 350px
}
.k-nbs-icon-wrapper {
	flex: 0 0 50px;
	max-width: 50px;
	margin-right: 8px;
}
.k-nbs-wrapper.success {
	background: green;
}
.k-nbs-wrapper.warning {
	background: #a08600;
}
.k-nbs-wrapper.fail {
	background: #c00000;
}
.k-nbs-icon-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.k-nbs-icon {
	display: none;
}
.k-nbs-wrapper.success .k-nbs-icon-success-wrapper {
	display: block;
}
.k-nbs-wrapper.warning .k-nbs-icon-warning-wrapper {
	display: block;
}
.k-nbs-wrapper.fail .k-nbs-icon-fail-wrapper {
	display: block;
}
.k-nbs-content-wrapper {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.kanos-loading-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: wait;
	display: none;
	z-index: 10000;
}
.k-esf-service-status-action.disabled, .k-ms-ls-item-status-action.disabled, .k-udp-user-status-action.disabled, .k-mu-lu-rpu-confirm-wrapper.disabled, .k-isp-euf-user-save-button.disabled {
	background: #c3c3c3 !important;
	pointer-events: none !important;
	cursor: wait !important;
}
.k-ms-ls-item-name-open-wrapper, .k-mu-lu-item-name-open-wrapper {
	display: none;
}
.k-isp-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.k-isp-side-bar-wrapper {
	flex: 0 0 20%;
	max-width: 20%;
}
.k-isp-main-content-wrapper {
	flex: 0 0 78%;
	max-width: 78%;
}
.k-isp-main-content-wrapper .k-msp-content-item-list-wrapper {
	justify-content: center;
}
#kanos-create-user-form, #kanos-import-server-form, #kanos-set-new-credentials {
	max-width: 900px;
}
.k-msp-sb-sl-item-wrapper a, .k-msp-sb-sl-item-wrapper a:hover {
	color: #fff !important;
}
.kanos-search-page {
	max-width: 1200px;
	margin: auto;
	margin-top: 40px;
}

@media ( max-width: 1025px ) {
	.k-ms-list-service-heading:nth-child(2) {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.k-ms-ls-item-type-wrapper {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.k-ms-ls-item-name-wrapper {
		flex: 0 0 35%;
		max-width: 35%;
	}
	.k-ms-list-service-heading:nth-child(1) {
		flex: 0 0 35%;
		max-width: 35%;
	}
	.k-ms-ls-item-manager-wrapper, .k-ms-list-service-heading:nth-child(3) {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.k-sdp-inner {
		padding: 0 12px
	}
	.k-esf-submit-button {
		width: 120px;
		padding: 4px;
		font-size: 14px;
		line-height: 14px;
	}
	.k-isp-euf-user-save-button {
		width: 120px;
		padding: 6px;
		font-size: 12px;
		line-height: 12px;
	}
	.k-esf-service-status-action, .k-udp-user-status-action {
		padding: 6px 10px;
		width: 80px;
		font-size: 12px;
		line-height: 12px;
	}
	.kanos-manage-user-page {
		width: 100%;
		padding: 0 12px;
	}
	.kanos-user-details-page {
		width: 100%;
		padding: 0 12px
	}
	.k-udp-reset-password .k-udp-reset-password-action span {
		padding: 6px 10px;
		margin: 0;
		font-size: 12px;
		line-height: 12px;
	}
	.k-udp-reset-password {
		bottom: 26px;
	}
	.kanos-import-server-page {
		width: 100%;
		padding: 0 12px;
	}
	.k-isp-side-bar-wrapper {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.k-isp-main-content-wrapper {
		flex: 0 0 68%;
		max-width: 68%;
	}
	.kanos-my-services-page {
		width: 100%;
		padding: 0 12px;
	}
}
@media ( max-width: 767px ) {
	.k-ms-ls-item-inner {
		flex-direction: column;
	}
	.k-ms-ls-item-name-wrapper, .k-ms-ls-item-type-wrapper, .k-ms-ls-item-manager-wrapper, .k-ms-ls-item-action-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.k-ms-ls-item-type-wrapper, .k-ms-ls-item-manager-wrapper, .k-ms-ls-item-action-wrapper {
		display: none;
		margin-bottom: 8px;
	}
	.k-ms-ls-item-type-wrapper {
		margin-top: 8px;
	}
	.k-mu-lu-item-email-wrapper {
		position: relative;
	}
	.k-ms-ls-item-name-open-wrapper, .k-mu-lu-item-name-open-wrapper {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		height: 22px;
        width: 22px;
		transform: translate(0, -50%);
	}
	.k-ms-ls-item-name-open-wrapper svg, .k-mu-lu-item-name-open-wrapper svg {
		height: 22px;
		width: 22px;
	}
	.k-ms-list-service-heading-wrapper, .k-mu-list-user-heading-wrapper {
		display: none;
	}
	.k-ms-list-service-wrapper {
		margin-top: 24px;
	}
	.k-nbs-icon-wrapper {
		flex: 0 0 25px;
		max-width: 25px;
	}
	.k-nbs-inner {
		width: 250px;
	}
	.k-nbs-content-wrapper {
		font-size: 14px;
		line-height: 19px;
	}
	.k-sdp-inner {
		flex-wrap: wrap;
	}
	.k-sdp-left-wrapper, .k-sdp-right-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.k-sdp-inner {
		padding: 24px 12px
	}
	.k-mu-lu-item-inner {
		flex-direction: column;
	}
	.k-mu-lu-item-email-wrapper, .k-mu-lu-item-name-wrapper, .k-mu-lu-item-phone-wrapper, .k-mu-lu-item-action-wrapper {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.k-mu-lu-item-name-wrapper, .k-mu-lu-item-phone-wrapper, .k-mu-lu-item-action-wrapper {
		margin-bottom: 8px;
		display: none;
	}
	.k-mu-lu-item-name-wrapper {
		margin-top: 8px;
	}
	.k-udp-inner {
		flex-wrap: wrap;
	}
	.k-udp-left-wrapper, .k-udp-right-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.k-udp-left-content-wrapper, .k-udpr-content-wrapper {
		padding: 12px
	}
	.k-isp-side-bar-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.k-isp-main-content-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.k-isp-inner {
		flex-wrap: wrap;
	}
	.k-isp-side-bar-wrapper {
		margin-bottom: 24px;
	}
	#kanos-import-server-form {
		width: 100%;
	}
	.k-msp-content-item-list-wrapper {
		padding: 12px
	}
	.k-isp-submit-wrapper {
		text-align: right;
	}
	.k-msp-inner {
		flex-wrap: wrap;
	}
	.k-msp-side-bar-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.k-msp-content-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 24px;
	}
	.k-msp-content-item-list-item-right-wrapper span {
		font-size: 12px !important;
		line-height: 12px !important;
		padding: 4px 6px !important;
	}
}
.k-sp-ss-sc-inner {
	background: #fff;
	padding: 24px;
	width: 50%;
	margin: auto;
	border-radius: 4px;
	box-shadow: 0 2px 16px 0 rgba(60,60,100,0.18);
}
.k-sp-ss-sc-heading-wrapper {
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 24px;
	color: #004035;
	font-weight: 700;
	text-transform: uppercase;
}
.k-sp-ss-sc-sf-inner {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
}
.k-sp-ss-sc-cf-value-wrapper {
	position: relative;
}
.k-sp-ss-sc-cf-button-wrapper{
	position: absolute;
	top: 50%;
	right: 1px;
	transform: translate(0, -50%);
	overflow: hidden;
}
.k-sp-ss-sc-cf-value {
	padding-right: 80px !important;
	width: 300px !important;
	height: 32px !important;
}
.k-sp-ss-sc-cf-button {
	background: #FFA500;
	color: #004035;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
	border-radius: 0 2px 2px 0;
	border: 1px solid #FFA500 !important;
	cursor: pointer;
}
.k-sp-ss-sc-cf-button.disabled {
	background: #dcdcdc;
    color: #a3a3a3;
}
.k-sp-ss-sc-cf-value:hover, .k-sp-ss-sc-sf-type-select:hover {
    border: 1px solid #004035 !important;
}
.k-sp-ss-sc-cf-value:focus, .k-sp-ss-sc-sf-type-select:focus {
    border: 1px solid #004035 !important;
}
.k-sp-ss-sc-cf-value, .k-sp-ss-sc-sf-type-select {
    border: 1px solid #004035 !important;
}
.k-sp-ss-sc-cf-value:focus, .k-sp-ss-sc-sf-type-select:focus {
    border: 1px solid #004035 !important;
}
.k-sp-ss-sc-sf-type-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.k-sp-ss-search-result-wrapper {
	margin-top: 48px;
	padding: 24px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #00000030;
}
.kanos-search-page .k-ms-list-service-wrapper, .kanos-search-page .k-mu-list-user-wrapper {
	padding: 0;
	margin-top: 0;
	background-color: unset;
	border-radius: unset;
	border: unset;
}
.kanos-manage-user-page .k-sp-ss-sc-cf-value {
	padding-left: 12px !important;
}
@media ( max-width: 1025px ) {
	.k-msp-sc-inner {
		width: 80%;
	}
	.k-mu-list-user-heading:nth-child(3), .k-mu-lu-item-inner .k-mu-lu-item-phone-wrapper {
		flex: 0 0 17%;
		max-width: 17%;
	}
	.k-mu-list-user-heading:nth-child(2), .k-mu-lu-item-inner .k-mu-lu-item-email-wrapper {
		flex: 0 0 33%;
		max-width: 33%;
	}
}
@media ( max-width: 767px ) {
	.k-sp-ss-sc-heading-wrapper {
		font-size: 24px;
		line-height: 24px;
	}
	.k-msp-sc-inner {
		width: 100%;
		padding: 16px;
	}
	.k-sp-ss-sc-cf-value-wrapper .k-sp-ss-sc-cf-value, .k-sp-ss-sc-cf-value-wrapper {
		width: 100% !important;
	} 
}
.k-hls-inner {
	position: relative;
	z-index: 2;
	display: flex;
	max-width: 1200px;
	margin: auto;
	height: 100%;
}
.k-hls-background-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.k-hls-wrapper {
	height: 95vh;
    background-image: url('/wp-content/uploads/2025/06/mgc-bg-2-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden; 
}
.k-hls-wrapper::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
}
.k-hls-left-wrapper {
	flex: 0 0 100%;
	max-width: 100%;
}
.k-hls-right-wrapper {
	flex: 0 0 0;
	max-width: 0;
}
.k-hls-left-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.kanos-idrac-login-form {
	width: 40%;
    padding: 36px 36px 48px;
    background: #45454594;
    border: 1px solid #0CA138;
    border-radius: 4px;
	backdrop-filter: blur(8px);
}
.k-hls-heading-wrapper {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
}
#kanos-idrac-loginform label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#kanos-idrac-loginform input[type="text"],
#kanos-idrac-loginform input[type="password"] {
    color: #fff !important;
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    line-height: 1.5;
    background: rgba(0,0,0,0.5);
    border: 2px solid #0CA138;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
}
#kanos-idrac-loginform input[type="text"]:focus,
#kanos-idrac-loginform input[type="password"]:focus {
    border-color: #0CA138;
    box-shadow: 0 4px 12px rgba(12, 161, 56, 0.3);
    transform: translateY(-1px);
    background: rgba(0,0,0,0.6);
}

#kanos-idrac-loginform input::placeholder {
    color: #fff !important;
    opacity: 0.8;
}
#kanos-idrac-loginform p.login-remember {
	margin: 16px 0;
}
#kanos-idrac-loginform p.login-remember label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	margin-bottom: 0;
}
#kanos-idrac-loginform input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.5);
	border: 2px solid #0CA138;
	border-radius: 4px;
	cursor: pointer;
	accent-color: #0CA138;
	flex-shrink: 0;
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}
#kanos-idrac-loginform input[type="checkbox"]:checked {
	background: #0CA138;
	border-color: #0CA138;
}
#kanos-idrac-loginform input[type="checkbox"]:focus {
	outline: 2px solid rgba(12, 161, 56, 0.5);
	outline-offset: 2px;
}
#kanos-idrac-loginform input[type="submit"] {
    width: 100%;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #0CA138 0%, #0a8a2e 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(12, 161, 56, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}
#kanos-idrac-loginform input[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}
#kanos-idrac-loginform input[type="submit"]:hover::before {
    left: 100%;
}
#kanos-idrac-loginform input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(12, 161, 56, 0.4);
    background: linear-gradient(135deg, #0a8a2e 0%, #0CA138 100%);
}
#kanos-idrac-loginform input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(12, 161, 56, 0.3);
}
#kanos-idrac-loginform p.login-submit {
	margin-bottom: 0 !important;
	position: relative;
	margin-top: 24px;
}
#kanos-idrac-loginform p.login-submit:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% - 40px), -50%);
	width: 18px;
	height: 18px;
	background-image: url('/wp-content/uploads/2025/06/lock-open-3.svg');
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
@media ( max-width: 1025px ) {
	.kanos-idrac-login-form {
		width: 50%;
	}
}
@media ( max-width: 767px ) {
	.kanos-idrac-login-form {
		width: 90%;
	}
}
.k-ms-ls-item-action-wrapper svg, .k-mu-lu-item-action-wrapper svg, .k-udpr-service-item-action svg {
	width: 20px;
	height: 20px;
}
.k-ms-ls-item-action-wrapper svg path, .k-mu-lu-item-action-wrapper svg path, .k-udpr-service-item-action svg path {
	transition: all 0.25s;
}
.k-iddb-heading-wrapper h2 {
	text-transform: uppercase;
	color: #004035;
}

.k-hop2-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.k-hop2-main-content-wrapper {
	flex: 0 0 75%;
	max-width: 75%;
}
.kanos-side-bar {
	flex: 0 0 300px;
	max-width: 300px;
}
.k-asb-wrapper {
	padding: 24px;
	height: 100vh;
	box-shadow: 4px 0 16px -4px rgba(0, 0, 0, 0.10);
}

.k-asb-item-inner {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	color: #64748b;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
	margin: 12px 0;
	background: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.k-asb-item-icon-wrapper {
	width: 32px;
    height: 32px;
    background: #e8e6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.k-hdb-sb-item-title-wrapper {
	font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    user-select: none;
}
.k-asb-item-wrapper.active .k-asb-item-inner {
	font-weight: 700;
    background: #004035;
    color: white;
    box-shadow: 0 3px 10px rgba(88, 86, 214, 0.3);
}
.k-user-side-bar-wrapper {
	flex: 0 0 300px;
	max-width: 300px;
}
.k-usb-wrapper {
	padding: 24px;
	height: 100vh;
	box-shadow: 4px 0 16px -4px rgba(0, 0, 0, 0.10);
}
.k-usb-item-inner {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	color: #64748b;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
	margin: 12px 0;
	background: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.k-usb-item-icon-wrapper {
	width: 32px;
    height: 32px;
    background: #e8e6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.k-usb-item-heading-wrapper {
	font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    user-select: none;
}
.k-usb-item-wrapper.active .k-usb-item-inner {
	font-weight: 700;
    background: #004035;
    color: white;
    box-shadow: 0 3px 10px rgba(88, 86, 214, 0.3);
}
.k-usb-item-wrapper:not(.active):hover .k-usb-item-inner {
	background: #f5f5f5;
    color: #004035;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.k-usb-item-wrapper.k-usb-item-logout .k-usb-item-inner {
	background: #c00000;
    color: white;
}
.k-usb-item-wrapper.k-usb-item-logout:hover .k-usb-item-inner {
	background: #a00000;
    color: white;
    box-shadow: 0 2px 6px rgba(192, 0, 0, 0.3);
}
.k-usb-item-wrapper.k-usb-item-logout .k-usb-item-icon-wrapper {
	background: #e8e6ff;
}
.k-usb-item-wrapper.k-usb-item-logout a {
	text-decoration: none;
	color: inherit;
}
.k-msep-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.k-page-main-content-wrapper {
	flex: 1;
	max-width: 100%;
}
.k-pmac-heading-wrapper {
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #004035;
	text-align: center;
}
.k-page-main-content-wrapper {
	padding: 36px;
}
.k-pmac-content-item-wrapper {
	padding: 24px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e9ff;
    margin-bottom: 24px;
}
.k-pmac-content-item-heading-wrapper h3 {
	font-size: 20px;
    line-height: 28px;
	text-transform: uppercase;
	color: #004035;
	position: relative;
	padding-left: 12px;
}
.k-pmac-content-item-heading-wrapper {
	position: relative;
	margin-bottom: 24px;
}
.k-pmac-content-item-heading-wrapper:before {
	display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 30px;
    background: #0CA138;
    border-radius: 2px;
    z-index: 2;
}
.k-pmac-cic-sl-heading-wrapper {
	display: flex;
	width: 100%;
	background: #e8f5f3;
	padding: 12px;
	border-bottom: 2px solid #00403557;
}
.k-pmac-cic-si-heading-item-wrapper {
	font-weight: 600;
	font-size: 16px;
	color: #004035;
	text-transform: uppercase;
}
.k-pmac-cic-si-heading-item-wrapper:nth-child(1) {
	width: 40%;
}
.k-pmac-cic-si-heading-item-wrapper:nth-child(2) {
	width: 15%;
	text-align: center;
}
.k-pmac-cic-si-heading-item-wrapper:nth-child(3) {
	width: 30%;
	text-align: center;
}
.k-pmac-cic-si-heading-item-wrapper:nth-child(4) {
	width: 15%;
	text-align: center;
}
.k-pmac-cic-service-list-wrapper {
	width: 100%;
}
.k-pmac-cic-si-item-wrapper {
	display: flex;
	width: 100%;
	padding: 10px;
	border-bottom: 2px solid #00403531;
}
.k-hap-mc-item-content-wrapper .k-pmac-cic-si-item-wrapper, .k-hap-mc-item-content-wrapper .k-pmac-cic-sl-heading-wrapper {
	justify-content: space-between;
}
.k-hap-mc-item-content-wrapper {
	margin-top: 24px;
}
.k-hap-mc-item-wrapper[select-action="my-services"] .k-hap-mc-item-content-wrapper,
.k-hap-mc-item-wrapper[select-action="my-account"] .k-hap-mc-item-content-wrapper {
	display: none;
	margin-top: 24px;
}
.k-hap-mc-item-heading-wrapper {
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
}
.k-hap-mc-item-icon {
	display: inline-flex;
	align-items: center;
	transition: transform 0.3s ease;
}
.k-hap-mc-item-inner.active .k-hap-mc-item-icon {
	transform: rotate(180deg);
}
.k-pmac-cic-si-item-wrapper:last-child {
	border-bottom: none;
}
.k-pmac-cic-si-item-col-wrapper {
	display: flex;
	align-items: center;
}
.k-pmac-cic-si-item-col-wrapper:nth-child(1) {
	width: 40%;
}
.k-pmac-cic-si-item-col-wrapper:nth-child(2) {
	width: 15%;
	justify-content: center;
}
.k-pmac-cic-si-item-col-wrapper:nth-child(3) {
	width: 30%;
	justify-content: center;
}
.k-pmac-cic-si-item-col-wrapper:nth-child(4) {
	width: 15%;
	justify-content: center;
}
.k-pmac-cic-si-item-col-inner {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}
.k-pmac-cic-si-item-col-wrapper:nth-child(2) .k-pmac-cic-si-item-col-inner,
.k-pmac-cic-si-item-col-wrapper:nth-child(3) .k-pmac-cic-si-item-col-inner,
.k-pmac-cic-si-item-col-wrapper:nth-child(4) .k-pmac-cic-si-item-col-inner {
	text-align: center;
}
.k-pmac-cic-si-item-col-wrapper .k-ms-ls-item-action-wrapper {
	flex: none;
	max-width: none;
	justify-content: center;
}
.k-hap-inner, .k-udt-inner {
	display: flex;
	flex-wrap: nowrap;
}
.k-hap-main-content, .k-udt-main-content {
	flex: 1;
	max-width: 100%;
}
.k-hap-mc-wrapper {
	padding: 36px;
}
.k-hap-mc-item-wrapper {
	display: none;
	transition: all 0.3s ease;
}
.k-hap-mc-item-wrapper.active {
	display: block;
}
.k-hap-mc-item-heading-wrapper {
	position: relative;
	font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #004035;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.k-hap-mc-item-heading-wrapper:before {
	content: '';
    width: 4px;
    height: 30px;
    background: #13A538;
    border-radius: 2px;
    z-index: 2;
}
.k-hap-mc-item-heading-wrapper h4 {
	margin-bottom: 0 !important;
	font-size: 20px;
    line-height: 28px;
	text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.k-hap-mc-item-inner {
	overflow: hidden;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e9ff;
    margin-bottom: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
	background-color: #fff;
}
.k-isp-cuf-create-user-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.k-hap-cuf-col {
	flex: 0 0 48%;
	max-width: 48%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 12px !important;
    color: #2f3640;
}
.select2-container--default .select2-selection--single {
    height: 40px !important;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    right: 4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	right: 12px;
}
.k-msp-search-control-wrapper {
	position: absolute;
	top: 0;
	right: 0;
}