/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.kanos-ssh-control-wrapper {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 60px;
	min-height: 700px
}
.k-scw-cp-old-command {
	min-height: 300px;
	max-height: 300px;
	overflow-y: scroll;
}
.k-terminal-main-command {
	color: #007b00;
	font-weight: 700;
}
.k-scw-col-1 {
	flex: 0 0 70%;
	max-width: 70%;
	padding: 24px;
}
.k-scw-col-2 {
	flex: 0 0 30%;
	max-width: 30%;
}
.k-remember-switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 01em;
}

.k-remember-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.k-remember-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff6a59;
  transition: 0.4s;
  border-radius: 30px;
}

.k-remember-slider:before {
  position: absolute;
  content: "✕";
  display: grid;
  text-align: center;
  vertical-align: middle;
  place-items: center;
  font-size: 1em;
  font-weight: 900;
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
  background-color: #ff3c00;
  border: 1px solid #ba0300;
  transition: 0.4s;
}

.k-remember-switch input:checked + .k-remember-slider {
  background-color: teal;
}

.k-remember-switch input:checked + .k-remember-slider:before {
  content: "\002713";
  color: teal;
  background: paleturquoise;
  border: 1px solid rgba(0, 128, 128, 0.514);
  transform: translate(1.75em, -50%) rotateZ(360deg);
}

.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 01em;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff6a59;
  transition: 0.4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "✕";
  display: grid;
  text-align: center;
  vertical-align: middle;
  place-items: center;
  font-size: 1em;
  font-weight: 900;
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
  background-color: #ff3c00;
  border: 1px solid #ba0300;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: teal;
}

.switch input:checked + .slider:before {
  content: "\002713";
  color: teal;
  background: paleturquoise;
  border: 1px solid rgba(0, 128, 128, 0.514);
  transform: translate(1.75em, -50%) rotateZ(360deg);
}
.k-scw-heading-wrapper {
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #7643c9;
}
.k-scw-login-panel-wrapper label {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #7643c9;
}
.k-scw-login-panel-wrapper > div {
	margin-bottom: 12px;
}
.k-scw-login-remember-wrapper {
	display: flex;
}
.k-scw-login-switcher-wrapper {
	display: flex;
	align-items: center;
	margin-right: 16px;
}
.k-scw-login-switcher-wrapper span {
	margin-right: 8px;
}
.k-scw-login-key {
	height: 30px !important;
	font-size: 26px;
	line-height: 26px;
	margin-top: 4px;
}
.k-scw-login-remember-wrapper {
	height: 50px;
}
.k-scw-login-button, .k-scw-login-button-v4 {
	height: 40px;
	width: 150px;
	background: #7643c9;
	border: 1px solid #7643c9;
	border-radius: 4px;
	color: #fff;
	display: flex; 
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.25s;
	position: relative;
	overflow: hidden;
}
.k-scw-login-button-v4:hover {
	background: #fff;
	color: #7643c9;
}
.k-scw-login-button:hover {
	background: #fff;
	color: #7643c9;
}
.k-scw-login-button-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.k-scw-login-button-v4.disabled {
	background: #00000029 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-login-button.disabled {
	background: #00000029 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-col-1-login-panel {
	padding: 0 20%;
}
.k-scw-login-key-wrapper {
	display: none;
}
.k-scw-cp-old-command {
	border: 1px solid #ff0000;
	padding: 8px;
	margin-bottom: 12px;
	border-radius: 4px;
}
.k-scw-cp-new-command {
	border: 1px solid green !important;
}
.k-scw-cp-old-command-ip-wrapper {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #7643c9;
	margin-bottom: 4px;
}
.k-scw-relogin-key-secret {
	border: 1px solid #7643c9 !important;
}
.k-scw-relogin-list-wrapper ul {
    list-style-type: none;
	display: flex;
	align-items: center;
	padding: 0 !important;
}
.k-scw-relogin-list-wrapper li {
	padding: 5px 10px;
	background: #7643c9;
	color: #fff;
	border: 1px solid #7643c9;
	border-radius: 4px;
	transition: all 0.25s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	margin-right: 12px;
	margin-bottom: 12px !important;
	position: relative;
	overflow: hidden;
}
.k-scw-relogin-list-wrapper li.disabled {
	background: #00000029 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-relogin-list-wrapper li:hover {
	color: #7643c9;
	background: #fff;
}
.k-scw-relogin-list-wrapper {
	display: none;
}
.k-scw-login-key-wrapper {
	width: 200px;
}
.k-scw-heading-wrapper {
	margin-bottom: 36px;
}
.k-scw-col-1-relogin-panel {
	display: none;
}
.k-scw-col-1-command-panel {
	display: none;
}
.k-scw-relogin-key-secret-wrapper {
	padding: 0 20%;
}
@keyframes ldio-yzaezf3dcmj {
  0% {
    top: 168px;
    left: 168px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 31.5px;
    left: 31.5px;
    width: 273px;
    height: 273px;
    opacity: 0;
  }
}
.ldio-yzaezf3dcmj div {
  position: absolute;
  border-width: 7px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-yzaezf3dcmj 1s cubic-bezier(0,0.2,0.8,1) infinite;
}.ldio-yzaezf3dcmj div:nth-child(1) {
  border-color: #6100ff;
  animation-delay: 0s;
}
.ldio-yzaezf3dcmj div:nth-child(2) {
  border-color: #ffc800;
  animation-delay: -0.5s;
}
.loadingio-spinner-ripple-2by998twmg8 {
  width: 350px;
  height: 350px;
  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-scw-cp-new-command-wrapper {
	position: relative;
	overflow: hidden;
}
.kanos-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.k-scw-cp-new-command.disabled {
	background: #00000029 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-csb-button {
	width: 150px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #7643c9;
	border: 1px solid #7643c9;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 12px;
	cursor: pointer;
	transition: all 0.25s;
}
.k-scw-csb-button:hover {
	background: #fff;
	color: #7643c9;
}
.k-scw-relogin-list-wrapper ul {
	display: flex;
	flex-wrap: wrap;
}
.k-scw-relogin-list-wrapper ul li {
	flex: 0 0 23%;
	max-width: 23%;
}
.k-scw-cp-new-command-wrapper {
	margin-bottom: 12px;
}
.k-scw-cp-command-button {
	width: 170px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #7643c9;
	border: 1px solid #7643c9;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 4px;
	transition: all 0.25s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 14px;
}
.k-scw-cp-command-button:hover {
	background: #fff;
	color: #7643c9;
}
.kanos-loading-button-command {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
}
.k-scw-cp-command-button.disabled {
	user-select: none;
	pointer-events: none;
	background: #00000029 !important;
}



.kanos-proxy-wrapper {
	width: 1200px;
	margin: auto;
}
.k-scw-cp-bandwidth-wrapper {
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}
.k-scw-command-panel-wrapper {
	margin-bottom: 24px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.k-scw-col-2 {
	border-left: 1px solid #00000021;
	padding: 24px;
}
.k-scw-cp-command-button-wrapper {
	position: relative;
}
.k-scw-cp-command-button-popup-inner {
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translate(-50%, 0%);
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	display: flex;
	width: 235px;
	padding: 12px;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
}
.k-scw-cp-command-button-popup-wrapper label {
	flex: 0 0 50%;
	max-width: 50%;
}
.k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-change-time-proxy {
	flex: 0 0 45%;
	max-width: 45%;
	height: 30px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7643c9;
	border: 1px solid #7643c9;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
    line-height: 12px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.25s;
}
.k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-change-time-proxy:hover {
	background: #fff;
	color: #7643c9;
}
.k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-change-time-proxy.disabled {
	background: #00000029 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-change-time-proxy.success {
	background: #71c943 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-change-time-proxy.fail {
	background: red !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-button-popup-wrapper select {
	height: 24px;
	font-size: 14px;
	line-height: 14px;
}
.k-scw-cp-command-button-popup-wrapper {
	display: none;
}
.k-scw-cp-command-button-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.k-scw-relogin-key-secret-error {
	color: red;
	font-size: 14px;
	line-height: 20px;
	margin-top: 12px;
}
.k-scw-command-panel-wrapper-v4 {
	margin-bottom: 24px;
}
.k-scw-cp-command-button-wrapper-v4 {
	margin-bottom: 24px;
	display: flex;
	gap: 20px;
}
.k-scw-cp-old-command-ip-wrapper-v4 {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #7643c9;
	margin-bottom: 12px;
}
.k-scw-relogin-list-wrapper-v4 ul {
    list-style-type: none;
	display: flex;
	align-items: center;
	padding: 0 !important;
}
.k-scw-relogin-list-wrapper-v4 li {
	padding: 5px 10px;
	background: #7643c9;
	color: #fff;
	border: 1px solid #7643c9;
	border-radius: 4px;
	transition: all 0.25s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	margin-right: 12px;
	margin-bottom: 12px !important;
	position: relative;
	overflow: hidden;
}
.k-scw-relogin-list-wrapper-v4 li.disabled {
	background: #00000029 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-relogin-list-wrapper-v4 li:hover {
	color: #7643c9;
	background: #fff;
}
.k-scw-relogin-list-wrapper-v4 {
	display: none;
}
.k-scw-cp-command-change-infor-button-wrapper .k-scw-cp-command-button-popup-inner {
	flex-direction: column;
}
.k-scw-cp-command-change-infor-button-wrapper .k-scw-cp-command-button-popup-inner {
	bottom: -220px;
}
.k-scw-cp-command-change-infor-button-wrapper .k-scw-cp-command-button-popup-wrapper label {
	flex: 0 0 100%;
	max-width: 100%;
}
.k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-change-info-proxy:hover {
    background: #fff;
    color: #7643c9;
}
.k-scw-cp-command-change-infor-button-wrapper .k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-change-info-proxy {
	flex: 0 0 100%;
	max-width: 100%;
	line-height: 30px;
	margin-top: 8px;
    height: 30px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7643c9;
    border: 1px solid #7643c9;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s;
}
.k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-change-info-proxy.disabled {
	background: #00000029 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-change-info-proxy.success {
	background: #71c943 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-change-info-proxy.fail {
	background: red !important;
	user-select: none;
	pointer-events: none;
}

.k-scw-cp-command-allow-deny-ip-button-wrapper .k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-allow-deny-ip-allow, .k-scw-cp-command-allow-deny-ip-button-wrapper .k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-allow-deny-ip-deny {
	flex: 0 0 48%;
	max-width: 48%;
	line-height: 30px;
	margin-top: 8px;
    height: 30px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7643c9;
    border: 1px solid #7643c9;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s;
}
.k-scw-cp-command-button-start-proxy-start,
.k-scw-cp-command-button-start-proxy-stop {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 8px;
    background-color: #7643C9; /* Màu tím */
    color: white;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.k-scw-cp-command-button-start-proxy-start:hover,
.k-scw-cp-command-button-start-proxy-stop:hover {
    background-color: #5e32a8; /* Màu tím đậm hơn khi hover */
    transform: scale(1.05); /* Hiệu ứng khi hover */
}

.k-scw-cp-command-button-start-proxy-start:active,
.k-scw-cp-command-button-start-proxy-stop:active {
    transform: scale(0.95); /* Hiệu ứng khi nhấn */
}


.k-scw-cp-command-allow-deny-ip-button-wrapper .k-scw-cp-command-button-allow-deny-ip-allow.disabled, .k-scw-cp-command-allow-deny-ip-button-wrapper .k-scw-cp-command-button-allow-deny-ip-deny.disabled, .k-scw-cp-command-change-infor-button-wrapper-v4 .k-scw-cp-command-button-popup-inner-v4 .k-scw-cp-command-button-change-info-proxy-v4.disabled, .k-scw-cp-command-button-change-port-button-v4.disabled, .k-scw-cp-command-button-allow-deny-ip-allow-v4.disabled, .k-scw-cp-command-button-allow-deny-ip-deny-v4.disabled {
	background: #00000029 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-change-port-button-wrapper.disabled .k-scw-cp-command-button {
	background: #00000029 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-allow-deny-ip-button-wrapper .k-scw-cp-command-button-allow-deny-ip-allow.success, .k-scw-cp-command-allow-deny-ip-button-wrapper .k-scw-cp-command-button-allow-deny-ip-deny.success, .k-scw-cp-command-change-infor-button-wrapper-v4 .k-scw-cp-command-button-popup-inner-v4 .k-scw-cp-command-button-change-info-proxy-v4.success, .k-scw-cp-command-button-change-port-button-v4.success, .k-scw-cp-command-button-allow-deny-ip-allow-v4.success, .k-scw-cp-command-button-allow-deny-ip-deny-v4.success {
	background: #71c943 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-change-port-button-wrapper.success .k-scw-cp-command-button {
	background: #71c943 !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-allow-deny-ip-button-wrapper .k-scw-cp-command-button-allow-deny-ip-allow.fail, .k-scw-cp-command-allow-deny-ip-button-wrapper .k-scw-cp-command-button-allow-deny-ip-deny.fail, .k-scw-cp-command-change-port-button-wrapper.fail, .k-scw-cp-command-change-infor-button-wrapper-v4 .k-scw-cp-command-button-popup-inner-v4 .k-scw-cp-command-button-change-info-proxy-v4.fail, .k-scw-cp-command-button-change-port-button-v4.fail, .k-scw-cp-command-button-allow-deny-ip-allow-v4.fail, .k-scw-cp-command-button-allow-deny-ip-deny-v4.fail {
	background: red !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-change-port-button-wrapper.fail .k-scw-cp-command-button {
	background: red !important;
	user-select: none;
	pointer-events: none;
}
.k-scw-cp-command-allow-deny-ip-button-wrapper .k-scw-cp-command-button-popup-inner {
	flex-wrap: wrap;
	bottom: -145px;
}
.k-scw-cp-command-allow-deny-ip-button-wrapper .k-scw-cp-command-button-popup-wrapper label {
    flex: 0 0 100%;
    max-width: 100%;
}
.k-scw-cp-command-button-popup-inner-v4 {
	position: absolute;
	bottom: -220px;
	left: 0%;
	transform: translate(-15%, 0%);
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	display: flex;
	width: 235px;
	padding: 12px;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
}
.k-scw-cp-command-change-infor-button-wrapper-v4 .k-scw-cp-command-button-popup-inner-v4 {
    flex-direction: column;
}
.k-scw-cp-command-change-infor-button-wrapper-v4 label {
    flex: 0 0 100%;
    max-width: 100%;
}
.k-scw-cp-command-change-infor-button-wrapper-v4 .k-scw-cp-command-button-popup-inner-v4 .k-scw-cp-command-button-change-info-proxy-v4 {
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 30px;
    margin-top: 8px;
    height: 30px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7643c9;
    border: 1px solid #7643c9;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s;
}
.k-scw-new-control-zone-wrapper {
	display: flex;
	gap: 20px;
	margin-bottom: 24px;
}
.k-scw-cp-command-allow-deny-ip-button-wrapper-v4 .k-scw-cp-command-button-popup-inner {
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    display: flex;
    width: 235px;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
}
.k-scw-cp-command-allow-deny-ip-button-wrapper-v4 .k-scw-cp-command-button-popup-wrapper label {
    flex: 0 0 100%;
    max-width: 100%;
}
.k-scw-cp-command-allow-deny-ip-button-wrapper-v4 .k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-allow-deny-ip-allow-v4, .k-scw-cp-command-allow-deny-ip-button-wrapper-v4 .k-scw-cp-command-button-popup-wrapper .k-scw-cp-command-button-allow-deny-ip-deny-v4 {
    flex: 0 0 48%;
    max-width: 48%;
    line-height: 30px;
    margin-top: 8px;
    height: 30px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7643c9;
    border: 1px solid #7643c9;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s;
}
.k-scw-cp-command-allow-deny-ip-button-wrapper-v4 .k-scw-cp-command-button-popup-inner {
	flex-wrap: wrap;
    bottom: -220px;
}

@media only screen and (max-width: 768px) {

    .kanos-ssh-control-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        align-items: center; 
        width: 100%; 
        padding: 20px; 
        box-sizing: border-box; 
        min-height: 100vh; 
    }

    .k-scw-col-1, .k-scw-col-2 {
        width: 100%; 
        max-width: 100%; 
        padding: 0; 
        margin: 0; 
    }

    .k-scw-login-panel-wrapper label {
        font-size: 14px; 
        text-align: left; 
        display: block;
        margin-bottom: 5px;
    }

    .k-scw-login-panel-wrapper input {
        width: 100%; 
        max-width: 100%; 
        padding: 12px; 
        font-size: 16px; 
        border: 1px solid #ccc; 
        border-radius: 5px; 
        box-sizing: border-box;
        margin-bottom: 15px; 
    }


    .k-scw-login-button {
        width: 100%; 
        max-width: 100%;
        padding: 15px; 
        font-size: 18px; 
        margin-bottom: 20px;
    }

    .k-scw-csb-button {
        width: 100%; 
        padding: 15px;
        font-size: 16px; 
        margin-bottom: 12px;
    }

    .k-scw-heading-wrapper {
        font-size: 24px; 
        text-align: center; 
        margin-bottom: 20px;
    }

    .k-remember-switch {
        width: 3em; 
        height: 1.5em;
    }

    .k-remember-slider:before {
        width: 1.5em;
        height: 1.5em;
        font-size: 12px;
    }

    .k-scw-cp-command-button-popup-inner {
        flex-direction: column; 
        width: 90%; /
        padding: 10px;
    }

    .k-scw-cp-command-button-popup-wrapper label {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .k-scw-cp-command-button {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}





