/**
 * 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;
}
.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%;
}
.k-iddb-r1-c1-content-wrapper, .k-iddb-r1-c3-content-wrapper {
    background: #F4F4F4;
    padding: 12px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 264px;
    position: relative;
    overflow: hidden;
}
.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;
    position: absolute;
    right: 130px;
    top: 1px;
}
.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: 36px;
	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-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;
}
