/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2026 | 16:00:32 */
.page-id-60 .cus_slider .et_pb_gallery_item img {
    height: 270px;
}

.cusbtns_new .cusbtns_new {
    justify-content: center;
    flex: 1;
}
.printer_drivers .newstep {
    display: none;
    background-color: #ffffff;
    padding: 30px 30px 35px;
    border-radius: 6px;
    border: 1px solid #fff;
    transition: all .4s ease;
	line-height: 1.4;
}
.printer_drivers .newstep.active {
    display: block;
}
.NewpopupModal.popupModal{
	max-width: 980px;
}
.cusrow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.cusrow .col6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}
.cusrow .col7 {
    flex: 0 0 58%;
    max-width: 58%;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}
.cusrow .col5 {
    flex: 0 0 42%;
    max-width: 42%;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}
.NewpopupModal h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 8px;
}
.NewpopupModal div>p {
    font-size: 15px;
    font-weight: 500;
}
.cusform .form-group {
    margin-bottom: 15px;
}
.cusform .form-group label {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
}
.cusform .form-group .input-group {
    position: relative;
}
.cusform .form-group input {
    font-weight: 500;
    font-size: 14px;
    height: 46px;
    border-radius: 7px;
    border: 1px solid #ddd;
    margin-bottom: 7px;
    display: block;
    width: 100%;
	padding: 10px 15px;
}
.cusform .suggestion-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    max-height: 190px;
    overflow: auto;
    margin-top: 5px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .14);
}
.cusform .suggestion-list.is-open {
    display: block;
}
.cusform .suggestion-list .suggestion-item {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #eef1f5;
    padding: 10px 12px;
    background: #fff;
    color: #1f2937;
    text-align: left;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.cusform .suggestion-item:hover, .cusform .suggestion-item.is-active {
    background: #f4f8fc;
    color: var(--theme);
}
.cusform .submitbtn .cusbtn {
    min-height: 48px;
    border-radius: 23px;
    background: var(--theme);
    border: 1px solid var(--theme);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 40px;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	transition: all .3s ease;
}
.cusform .submitbtn .cusbtn svg {
    height: 20px;
}
.cusform form {
    margin-top: 35px;
}
.help-card {
    display: grid;
    place-items: center;
    min-height: 250px;
    border-radius: 8px;
    background: #dff0ff;
	margin-top: 30px;
}
.help-card .help-card__paper {
    position: relative;
	width: 200px;
    height: 130px;
    border: 2px solid var(--theme);
    border-radius: 5px;
    background: #fff;
}
.help-card .help-card__paper .help-card__label {
    position: absolute;
    right: -24px;
    top: 44px;
    border: 1px solid #9ca3af;
    background: #fff;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 800;
}
.help-card .help-card__paper:before {
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 20px;
    border-radius: 4px 4px 0 0;
    background: var(--theme);
    content: "model";
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 0px !important;
    display: inline-block;
}
.newstep .header_title {
    border-bottom: 1px solid #e7e9ee;
    padding: 0px 0px 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    margin-top: -10px;
	margin-bottom: 16px;
}
.newstep .body_content>p {
    margin-bottom: 30px;
}
.installation_inner {
    min-height: 292px;
    border: 1px solid #20242c;
    border-radius: 8px;
    overflow: hidden;
    background: #090d14;
    color: #d6e4ff;
    box-shadow: 0 14px 30px rgba(9, 13, 20, .18);
}
.terminal__bar {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 34px;
    padding: 0 13px;
    background: #171d29;
}
.terminal__bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.dot.yellow {
    background: #febc2e;
}
.dot.red {
    background: #ff5f57;
}
.dot.green {
    background: #28c840;
}
.terminal__title {
    margin-left: 7px;
    color: #b9c4d5;
    font-size: 12px;
    font-weight: 700;
}
.terminal__log {
    height: 258px;
    margin: 0;
    padding: 15px;
    overflow: auto;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.6;
    white-space: pre-wrap;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.terminal__log::-webkit-scrollbar {
  display: none;
}
.terminal__line.is-ok {
    color: #54d18a;
}
.terminal__line.is-warn {
    color: #ffd166;
}
.terminal__line.is-error {
    color: #ff6b6b;
}
.status h3 {
    margin: 0 0 13px;
    font-size: 14px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 0;
}
.status-card {
    display: flex;
    gap: 12px;
    align-items: center;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    padding: 14px 15px;
    margin-bottom: 10px;
    background: #fafbfc;
	line-height: normal;
}
.status-card.is-running {
    border-color: #dbeafe;
    background: #f8fbff;
}
.status_icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e8edf5;
    color: #6b7280;
    font-weight: 900;
}
.status-card.is-running .status_icon {
    border: 3px solid #dbeafe;
    border-top-color: var(--theme);
    background: #fff;
    color: transparent;
    animation: bwSpin .85s linear infinite;
}
.status-card.is-error {
    border-color: #f6d2d2;
    background: #fff6f6;
}
.status-card.is-error .status_icon{
	background: #d71920;
	color: #fff;
}
@keyframes bwSpin{
	100% {
		transform: rotate(360deg);
	}
}
.status-title {
    margin: 0;
    color: #20242b;
    font-size: 15px;
    font-weight: 800;
}
.status-desc {
    margin: 2px 0 0;
    color: #666d78;
    font-size: 12px;
    font-weight: 600;
}
.error-visual {
    display: none;
    justify-items: center;
    text-align: center;
    padding: 12px 0 18px;
}
.error-visual.is-active{
	display: grid;
}
.installation_inner.is-hide{
	display: none;
}
.error-visual svg {
    width: 260px;
    max-width: 100%;
    height: 100px;
}
.error-cross {
    stroke: #d71920;
    stroke-width: 4;
    stroke-linecap: round;
}
.error-title {
    margin: 12px 0 3px;
    color: #101418 !important;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.2;
}
.error-code {
    margin: 0;
    color: #c70000;
    font-weight: 800 !important;
}
.warning-note {
    position: relative;
    max-width: 380px;
    margin: 14px auto 0;
    border: 1px solid #efb8b8;
    border-left: 4px solid #d71920;
    border-radius: 6px;
    padding: 10px 12px 10px 34px !important;
    background: linear-gradient(180deg, #fff6f6 0%, #fffafa 100%);
    color: #9f1239;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.45;
    text-align: left;
    box-shadow: 0 8px 18px rgba(215, 25, 32, .08);
}
.installation_box {
    line-height: normal;
}
.warning-note:before {
    position: absolute;
    left: 12px;
    top: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d71920;
    color: #fff;
    content: "!";
    font-size: 10px;
    font-weight: 800;
    line-height: 14px;
    text-align: center;
}
.foot_btn {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #eceef2;
    padding: 18px 30px 0px;
    background: #fbfcfe;
    margin: 30px -30px 0;
    align-items: center;
	margin-bottom: -10px;
}
.foot_btn .chat_inner {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-right: 30px;
}
.foot_btn .chat_inner .support-avatar {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #eef6ff;
	line-height: normal;
    color: var(--theme);
    box-shadow: inset 0 0 0 1px #dcecff;
}
.foot_btn .chat_inner .support-avatar svg {
    width: 22px;
    height: 22px;
    stroke: var(--theme);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.foot_btn .chat_inner .chat-meta .support-kicker {
    display: block;
    color: #69717d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
.foot_btn .chat_inner .chat-meta .online {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #08a84f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.foot_btn .chat_inner .chat-meta .online:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #08a84f;
    content: "";
}
.foot_btn button.btn {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 170px;
    min-height: 46px;
    border: 0;
    border-radius: 24px;
    background: var(--theme);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 26px rgb(30 59 95 / 24%);
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 32px;
	cursor: pointer;
	transition: all .3s ease;
}
.foot_btn button.btn:hover{
	transform: scale(1.02);
	background: var(--themedark);
}
.foot_btn button.btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    margin-top: 3px;
}
.bw-cursor {
    display: inline-block;
    width: 8px;
    height: 14px;
    margin-left: 3px;
    background: #d6e4ff;
    vertical-align: -2px;
    animation: bwBlink .8s steps(1) infinite;
}
@keyframes bwBlink{
	50% {
		opacity: 0;
	}
}
.cusform .form-group input.error {
    outline: none !important;
    border-color: rgb(234 134 143);
    box-shadow: 0 0 0 .25rem rgb(220 53 69 / 25%);
}
.cusform .form-group .error_msg {
    margin: 8px 0 0;
    color: #d71920;
    font-size: 12px;
    font-weight: 700;
}
.cusform .submitbtn {
    width: 100% !important;
    display: block !important;
}

/* CANON */
.canon .NewpopupModal h3,
.canon .newstep .header_title{
    color: var(--canon);
}
.canon .cusform .submitbtn .cusbtn{
	background: var(--canon);
    border-color: var(--canon);
}
.canon .cusform .submitbtn .cusbtn:hover {
    background: var(--canondark);
    border-color: var(--canondark);
}
.canon .status h3 {
    color: var(--theme);
}

/* HP */
.hp .NewpopupModal h3,
.hp .newstep .header_title{
    color: var(--hp);
}
.hp .cusform .submitbtn .cusbtn{
	background: var(--hp);
    border-color: var(--hp);
}
.hp .cusform .submitbtn .cusbtn:hover {
    background: var(--hpdark);
    border-color: var(--hpdark);
}
.hp .status h3 {
    color: var(--hp);
}



@media screen and (max-width:767px){
	.cusrow .col7,
	.cusrow .col5{
		flex: 0 0 100%;
		max-width: 100%;
	}
}