/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2026 | 14:15:33 */
.her_lft_col .et_pb_code {
    width: 100%;
}
.printer_drivers .steps {
    display: none;
    background-color: #ffffff;
    padding: 30px 30px 35px;
    border-radius: 6px;
    border: 1px solid #fff;
    transition: all .4s ease;
}
.printer_drivers .steps.active{
	display: block;
}
.printer_drivers h1 {
    font-size: 28px;
}
.printer_drivers h2 {
    font-size: 24px;
}
.printer_drivers h1, .printer_drivers h2 {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
}
.cusform_new .form-group {
    margin-bottom: 1em;
}
.cusform_new .form-group input {
    width: 100%;
    display: block;
    padding: 15px 16px;
    border-radius: 7px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
}
.cusform_new .form-group label {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
}
.cusform_new {
    padding-top: 1.4em;
}
.steps button.btn {
    background-color: var(--theme);
    border: 1px solid var(--theme);
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    padding: 11px 20px;
    cursor: pointer;
    transition: all .4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.steps button.btn:hover {
    background-color: #204ed8;
    border-color: #204ed8;
}
.steps .subheading {
    font-weight: bold;
    text-transform: uppercase;
    color: #595959;
    font-size: 20px;
}
.printer_drivers .steps ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.4em;
	margin-top: 10px;
}
.printer_drivers .steps ul li {
    padding: 16px 20px;
    background-color: #eff8fd;
    border-radius: 8px;
    border: 1px solid #10a6e624;
    margin-bottom: 13px;
}
.printer_drivers .steps ul li h4 {
    padding: 0;
    line-height: 1;
    font-weight: bold;
    color: #000;
    padding-top: 3px;
}
.printer_drivers .steps ul li p {
    font-size: 14px;
    font-weight: 500;
    opacity: .5;
    margin-bottom: 4px;
    line-height: normal;
}
.text-success {
    color: #0b810b !important;
}
.text-danger {
    color: #cb0808 !important;
}
.notice {
    background-color: #fefce8;
    color: #713f12;
    font-size: 13px;
    line-height: 1.4;
    padding: 11px .75rem;
    border-radius: 11px;
    margin-bottom: 15px;
    margin-top: 7px;
    font-weight: 600;
    border-left: 4px solid #eab30a;
}
.text-muted-foreground {
    color: #65758b;
    font-weight: 600;
}
.steps .progressbar {
    position: relative;
    height: 16px;
    width: 100%;
    display: block;
    border-radius: 40px;
    background-color: #f1f5f9;
    margin-bottom: 8px;
    overflow: hidden;
}
.steps .progressbar .progressbar_inner {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    width: 0%;
    height: 100%;
    background-color: var(--theme);
}
.progress_text {
    font-weight: 500;
}
.printer_drivers h2 svg {
    height: 32px;
    width: 32px;
    vertical-align: sub;
}
.step5 button.btn {
    margin-top: 28px;
}
.step5 h2 {
    margin-bottom: 10px;
}
@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate-fade-in {
    animation: fade-in .5s ease-out
}