﻿/* Text inputs, textarea, and select */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
.input-form {
    width: 100%;
    padding: 0.5rem 0.75rem;
    /*border: 1px solid #ced4da;*/
    border: 1px solid #588c2b;
    border-radius: 0.4rem;
    background-color: #f8f9fa;
    font-size: 1rem;
    color: #212529;
    transition: all 0.2s ease;
    height: calc(1.25rem + 0.75rem);
    box-sizing: border-box;
}

.file {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #588c2b;
    border-radius: 0.5rem;
    background-color: #f8f9fa;
    font-size: 0.8rem;
    color: #212529;
    transition: all 0.2s ease;
    height: calc(1.85rem + 0.75rem);
    box-sizing: border-box;
}

select, .form-select {
    width: 100%;
    padding: 0.3rem 0.75rem;
    margin-top: 0px;
    border: 1px solid #588c2b;
    border-radius: 0.5rem;
    background-color: #f8f9fa;
    font-size: 1rem;
    color: #212529;
    transition: all 0.2s ease;
    height: calc(1.25rem + 0.75rem);
    box-sizing: border-box;
}

textarea {
    height: auto;
    min-height: 100px;
    resize: vertical;
    border: 1px solid #588c2b !important;
}

textarea-sm {
    height: auto;
    min-height: 50px;
    resize: vertical;
    border: 1px solid #588c2b !important;
}


/* Focus state */
input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus {
    background-color: #fff;
    border-color: #198754;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

/* Placeholder text */
/*::placeholder {
    color: #6c757d;
    opacity: 0.8;
}*/

/* Checkbox & radio */
input[type="checkbox"],
input[type="radio"] {
    accent-color: #198754;
    width: 1.01rem;
    height: 1.01rem;
    margin-right: 4px;
    /*    margin-bottom: 10px;
*/
}

.form-check-label {
    font-size: 0.95rem;
    cursor: pointer;
}

/* Hidden textarea */
.hidden-textarea {
    display: none;
}

/* Labels */
.label-text {
    width: 120px;
    text-align: right;
    padding-right: 10px;
    font-weight: 500;
}

.label-text1 {
    width: 100%;
    font-weight: bold;
    padding-right: 10px;
}

.form-label {
    font-weight: bold;
}

/* Links */
.text-green {
    color: green;
    text-decoration: none;
}

    .text-green:hover {
        color: brown;
    }

/* Titles */
.form-title {
    color: green;
    font-weight: 500;
}
/* 09 Sep */
.quoteright_heading {
    color: green;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
/* Containers */
.contactback {
    background-color: #f8f9fa;
    border: 1px solid #d3d3d3;
    padding: 16px;
    /*margin-top: 40px;*/
    font-size: 1.1em;
}

    .contactback:hover {
        background: rgba(47, 169, 47, 0.12);
    }

/* Warning message */
.warning {
    background: url("../../images/warning.gif") left no-repeat;
    background-color: #FFF8A7;
    background-position: 14px center;
    padding: 8px 3px 8px 48px;
    border: 1px dotted #E5D200;
    margin: 0px 0px 13px 0px;
    width: auto;
    text-align: left;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    height: auto;
}

    .warning ul {
        margin-top: 5px;
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

/* Headers */
.form-header {
    background: #4fb547;
    color: #fff;
    padding: 3px 25px;
}

/* Panel header */
.cana {
    padding: 5px;
    background-color: #4fb547;
    color: #fff;
    border: 1px solid #d3d3d3;
    font-weight: bold;
    margin-bottom: 20px;
}

.cana_1 {
    padding: 5px;
    background-color: #4fb547;
    color: #fff;
    border: 1px solid #d3d3d3;
    font-weight: bold;
}

.canb {
    background-color: #eff8ef;
    border: 1px solid #d3d3d3;
    padding: 8px 0px;
}


.boxborder {
    background-color: #ffff;
    margin: 0px 0px 2px 0px;
    border: 1px solid #d3d3d3;
}

.captionxtrgt {
    font-weight: bolder;
    text-align: right;
    font-size: 12px; /* 31 Oct */
    padding-right: 10px;
}

/* On mobile (max-width: 767px) → left align */
@media (max-width: 767px) {
    .captionxtrgt {
        text-align: left;
        padding-right: 0; /* optional: remove right padding on mobile */
        padding-left: 10px; /* optional: add left padding if needed */
    }
}

.red {
    color: red;
    padding-left: 1px;
}

.red-imp {
    color: red;
    font-size: 15px;
}

/*.quotfor {
    background-color: #f0f0f0;
    border: 3px dotted #d3d3d3;
    margin-bottom: 20px;
    padding-top: 10px;
}

    .quotfor:hover {
        border: 3px solid green;
        background-color: rgba(47, 169, 47, 0.12);
        border-radius: 5px;
    }*/
.quotfor {
    background-color: #fafafa;
    border: 2px dotted #c5c5c5;
    border-radius: 6px;
    padding-top: 10px;
    margin-bottom: 24px;
    /*    transition: all 0.3s ease;
*/ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

    .quotfor:hover {
        border-color: #2fa92f;
        background-color: rgba(47, 169, 47, 0.08);
        box-shadow: 0 4px 10px rgba(47, 169, 47, 0.1);
        /*        transform: translateY(-2px);
*/
    }

.alertimg {
    background-color: #FEBD2D;
    padding: 6px;
    border-radius: 10px 0px 10px 0px;
    margin-right: 6px;
    width: 38px;
}

.quote_information {
    display: inline-table;
    width: 100%;
    height: 190px;
    border: 1px solid #e2e1e1;
    background-color: #eff8ef;
    padding-top: 10px;
    padding-left: 20px;
    float: left;
}

.online_orderbtn {
    float: left;
    width: 100%;
    height: 41px;
    margin: 0px;
    padding: 0px;
}

.innerpanel {
    margin-bottom: 20px;
    background-color: #fff;
}

.cana_head {
    background-color: #4fb547;
    color: #fff;
    border: 1px solid #d3d3d3;
    font-weight: bold;
}

.sequence-length {
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
    color: yellow;
}

.right-label {
    width: 150px;
    text-align: right;
    padding-right: 0;
    font-weight: bold;
}

.can5 {
    width: 32px;
    padding-right: 0px;
    padding-top: 6px;
    padding-left: 7px;
    font-weight: bold;
}

.can3 {
    width: 27px;
    padding-right: 1px;
    padding-left: 0px;
    padding-top: 1px;
    margin-left: 100.6%;
    position: relative;
    margin-top: -26px;
    overflow: hidden;
    font-weight: bold;
}

.ui-dropdownchecklist-selector-wrapper {
    border-right: 0;
    background: #fff url(dropdown.png) no-repeat center right;
    width: 284px;
    border: 1px solid #588c2b;
    border-radius: 5px;
    background-color: #fff;
    background-size: 15px 31px;
}

.ui-dropdownchecklist-dropcontainer {
    overflow-x: hidden;
    height: 100px !important;
    width: 284px;
}

/*::placeholder {
    color: #ff7f7f !important;
}*/

input {
    display: -webkit-inline-box;
}

label {
    font-weight: 400;
}
/* 09 Sep End */

table.qoute {
    border-color: #f8fff8;
    width: 100%;
}

.dnaorder_box1 {
    border: 1px solid #e2e1e1;
    background-color: #f7f6f6;
}

.dnaorder_box2 {
    border: 1px solid #e2e1e1;
    background-color: #f7f6f6;
}

.conjbox {
    border: solid 1px #aaaaaa;
    border-radius: 7px;
    padding: 12px 0px;
    margin: 0px 20px;
/*    height: 123px;
*/}




table.qoute {
    width: 100%;
}

table.left {
    text-align: left;
}

table.right {
    text-align: right;
}

table.center {
    text-align: center;
}

table.qoute tr th {
    background: #EAF1DD;
    font-size: 12px;
    color: #228b22;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
    border-color: green;
    border: 1px solid gray;
    text-align: center;
    overflow: hidden;
}

table.qoute tr td {
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    border-color: #dadada;
    border: 1px solid gray;
    padding: 3px;
}

    table.qoute tr td div {
        overflow: hidden;
        height: 100%;
        word-wrap: break-word;
    }

table.qoute tr.footer td {
    background: #EAF1DD;
    font-size: 12px;
    text-decoration: none;
}

table.qoute tr td.efooter {
    background: #EAF1DD;
    font-size: 14px;
    text-decoration: none;
}

table.qoute tr td.eHeader {
    font-size: 14px;
}


.tlcol-1 {
    width: 6%;
}

.tlcol-2 {
    width: 12%;
}

.tlcol-3 {
    width: 20%;
}

.tlcol-4 {
    width: 24%;
}

.tlcol-5 {
    width: 30%;
}

.tlcol-6 {
    width: 36%;
}

.tlcol-7 {
    width: 42%;
}

.tlcol-8 {
    width: 48%;
}

.tlcol-9 {
    width: 54%;
}

.tlcol-10 {
    width: 60%;
}

.tlcol-11 {
    width: 70%;
}

.tlcol-12 {
    width: 100%;
}

.tmcol-1 {
    width: 3%;
}

.tmcol-2 {
    width: 5%;
}

.tmcol-3 {
    width: 9%;
}

.tmcol-4 {
    width: 12%;
}

.tmcol-5 {
    width: 15%;
}

.tmcol-6 {
    width: 18%;
}

.tmcol-7 {
    width: 21%;
}

.tmcol-8 {
    width: 24%;
}

.tmcol-9 {
    width: 27%;
}

.tmcol-10 {
    width: 31%;
}
/*--------------------------*/

/*--------------------------*/
.innerpanel ul, ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 19px;
}

.quoteoligo ul {
    list-style-position: outside;
    list-style-type: circle;
    list-style-image: url(../../images/green_bullet.jpg);
    margin-left: 20px;
}

    .quoteoligo ul li {
        margin-bottom: 8px;
        padding-left: 8px;
    }

.neworange {
    background-color: #EF6C00;
    padding: 5px;
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 10px;
}

.innerarea_dnaorder {
    width: 100%;
    border: 1px solid #cfcfcf;
    margin: 0px;
    padding: 0px;
}


.qouteboxnew1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    height: 200px;
    border-radius: 0.5rem;
    cursor: pointer;
}

    .qouteboxnew1 img.option-img {
        flex-grow: 1;
        max-height: 100%;
        width: auto;
        object-fit: contain;
        margin-bottom: 0.5rem;
    }


    .qouteboxnew1 .custom-btn {
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

/* 📱 31 oct */
@media (max-width: 767.98px) {
    .qouteboxnew1 .custom-btn {
        font-size: 9px;
        font-weight:bold;
    }

}

.info_icon1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #588c2b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 1.2rem;
}

.info_icon {
    background: url(../../images/inner/info_icon.png) no-repeat;
    width: 30px;
    height: 28px;
    float: left;
}

    .info_icon::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: white;
    }


.tooltip {
    position: relative;
    display: inline-block;
    background-color: #fbf3d5;
    opacity: 100;
    z-index: 1;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: #fbf3d5;
        color: #fff;
        border-radius: 6px;
        padding: 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 999;
        top: 100%;
        left: -110%;
        margin-left: -330px;
    }

.tooltiptext table th {
    border: 1px solid gray;
}

.tooltiptext table td {
    border: 1px solid gray;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    width: 500px;
    z-index: 999;
    color: #000;
    padding: 0;
}

.neworange {
    background-color: #EF6C00;
    padding: 4px;
    border: 1px solid #ccc;
    color: #fff;
}

    .neworange:after {
        content: "\2193";
    }

/* Tooltip styling */
.info-icon {
    background-color: #03A9F4;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.tooltiptext {
    visibility: hidden;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    width: 500px;
    top: 30px;
    left: 0;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.anstext {
    font-size: 13px;
    font-weight: bold;
    color: #9a0000;
}
/*------customer info blue circle----19 sep 25------*/

.formcricle {
    background-color: #2196F3;
    color: #fff;
    padding: 3px 6px;
    border-radius: 230px;
}
/*--------------*/
.watermarkedtextarea {
    border: 1px solid #a6a6a6;
    color: Gray;
}

.divlink {
    cursor: pointer;
    color: Red;
    text-decoration: underline;
}

.epull-left {
    float: left;
}

.greenbold {
    color: #228b22;
    font-weight: bold;
    padding-right: 5px;
}

.dnaorder_greenlinkbig {
    font-family: Arial, Helvetica, sans-serif;
    color: #4f7f47;
    font-size: 15px;
    font-weight: bold;
}

.tree {
    width: 100%;
    float: left;
    color: Black;
}

.treeouter {
    width: 30%;
}

.tewwhitebox {
    display: grid;
}

.greystrip {
    background-color: #4fb547;
    margin: 1px;
    height: 30px;
    padding: 5px 14px;
    vertical-align: middle;
    color: white;
    font-weight: bold;
}

.cateloglist {
    border: 1px solid #fff;
    padding: 1px;
}

.listmain {
    width: 100%;
    height: 100%;
}

.question {
    width: 81%;
    float: left;
    margin-left: 5px;
    padding-bottom: 4px;
}

.date {
    width: 100px;
    float: right;
}

.ball {
    width: 14px;
    float: left;
    padding-top: 2px;
}

a {
    text-decoration: none;
}
/*.ques, .ques a {
    font-size: 13px;
    color: #226f01;
    text-decoration: none;
    text-align: left;
}
    .ques, .ques a:hover {
        color: brown;
    }*/
.ques a {
    color: #226f01;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: transparent;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

    .ques a::after {
        content: "";
        position: relative;
        width: 0;
        height: 1px;
        left: 0;
        bottom: -2px;
        background-color: brown;
        transition: width 0.3s ease;
    }

    .ques a:hover {
        color: brown;
        text-decoration-color: brown;
    }

        .ques a:hover::after {
            width: 100%;
        }

.ques-big a {
    color: #226f01;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: transparent;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

    .ques-big a::after {
        content: "";
        position: relative;
        width: 0;
        height: 1px;
        left: 0;
        bottom: -2px;
        background-color: brown;
        transition: width 0.3s ease;
    }

    .ques-big a:hover {
        color: brown;
        text-decoration-color: brown;
    }

        .ques-big a:hover::after {
            width: 100%;
        }
main {
    min-width: 270px;
    max-width: 100%;
    padding-top: 10px;
    margin: 0 auto;
    background: #fff;
}

.Gridpagebar {
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    padding: 3px 0 5px 20px;
    background-color: #a9db80;
    height: 30px;
    /*    background-image: linear-gradient(to bottom, #abb3aa, #3b3e3a);
*/
    background-color: #4fb547;
}

    .Gridpagebar td {
        border: none;
        padding: 2px;
    }

    .Gridpagebar span {
        /*        background: #444444 none repeat scroll 0%;
*/
        background-color: green;
        border-color: green;
        border: 1px solid green;
        color: #FFFFFF;
        padding: 2px 6px;
        text-decoration: none;
        margin-left: 1px;
    }

    .Gridpagebar a, .pageList .this-page {
        background: #ffffff none repeat scroll 0%;
        border: 1px solid #cfcfcf;
        padding: 2px 6px;
        text-decoration: none;
        color: #000;
    }
/*----------------------------------dynamic form-------------------------------*/



.browsetab a:hover {
    width: 122px;
    height: 36px;
    float: left;
    background-repeat: no-repeat;
    background-color: #4fb547;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.browsetab_active {
    width: 122px;
    height: 36px;
    float: left;
    background-repeat: no-repeat;
    background-color: #4fb547;
    color: white !important;
    border-top: 2px solid #4fb547;
    border-right: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .browsetab_active a {
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

.browsetab a {
    width: 122px;
    height: 36px;
    float: left;
    background-repeat: no-repeat;
    border-top: 2px solid #4fb547;
    border-right: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: green;
    background-color: #ede9e9;
}

.searchtab a:hover {
    width: 122px;
    height: 36px;
    float: left;
    background-repeat: no-repeat;
    background-color: #4fb547;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.searchtab_active {
    width: 122px;
    height: 36px;
    float: left;
    background-repeat: no-repeat;
    background-color: #4fb547;
    color: white !important;
    border-top: 2px solid #4fb547;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .searchtab_active a {
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

.searchtab a {
    width: 122px;
    height: 36px;
    float: left;
    background-repeat: no-repeat;
    border-top: 2px solid #4fb547;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: green;
    background-color: #ede9e9;
}

.requesttab {
    width: 152px;
    height: 36px;
    float: left;
    /*background-image: url(../../images/buttons/request_normal.jpg);*/
    background-repeat: no-repeat;
}

    .requesttab a:hover {
        width: 152px;
        height: 36px;
        float: left;
        background-image: url(../../images/buttons/request_hover.jpg);
        background-repeat: no-repeat;
    }

.requesttab_active {
    width: 152px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/request_hover.jpg);
    background-repeat: no-repeat;
}

.askquestab {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/askquestionnormal.jpg);
    background-repeat: no-repeat;
}

    .askquestab a:hover {
        width: 122px;
        height: 36px;
        float: left;
        background-image: url(../../images/buttons/askquestionactive.jpg);
        background-repeat: no-repeat;
    }

.askquestab_active {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/askquestionactive.jpg);
    background-repeat: no-repeat;
}

.producttab {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/product_normal.jpg);
    background-repeat: no-repeat;
}

    .producttab a:hover {
        width: 122px;
        height: 36px;
        float: left;
        background-image: url(../../images/buttons/product_hov.jpg);
        background-repeat: no-repeat;
    }

.producttab_active {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/product_hov.jpg);
    background-repeat: no-repeat;
}

.billingtab {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/billing_normal.jpg);
    background-repeat: no-repeat;
}

    .billingtab a:hover {
        width: 122px;
        height: 36px;
        float: left;
        background-image: url(../../images/buttons/billing_hover.jpg);
        background-repeat: no-repeat;
    }

.billingtab_active {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/billing_hover.jpg);
    background-repeat: no-repeat;
}

.paymenttab {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/payment_normal.jpg);
    background-repeat: no-repeat;
}

    .paymenttab a:hover {
        width: 122px;
        height: 36px;
        float: left;
        background-image: url(../../images/buttons/payment_hov.jpg);
        background-repeat: no-repeat;
    }

.paymenttab_active {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/payment_hov.jpg);
    background-repeat: no-repeat;
}

.shippingtab {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/shipping_normal.jpg);
    background-repeat: no-repeat;
}

    .shippingtab a:hover {
        width: 122px;
        height: 36px;
        float: left;
        background-image: url(../../images/buttons/shipping_hov.jpg);
        background-repeat: no-repeat;
    }

.shippingtab_active {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/shipping_hov.jpg);
    background-repeat: no-repeat;
}

.checkouttab {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/checkout_normal.jpg);
    background-repeat: no-repeat;
}

    .checkouttab a:hover {
        width: 122px;
        height: 36px;
        float: left;
        background-image: url(../../images/buttons/checkout_hov.jpg);
        background-repeat: no-repeat;
    }

.checkouttab_active {
    width: 122px;
    height: 36px;
    float: left;
    background-image: url(../../images/buttons/checkout_hov.jpg);
    background-repeat: no-repeat;
}

/*-------------------------------------------------- FAQ, TEW , Literaturevault ---------------------------------------------*/
.faqformbase3a {
    background-color: #f9fbf8;
    width: 99%;
    border: 1px solid #e7ebe6;
    margin-top: 24px;
    overflow: hidden;
    padding: 0px;
}
/*22 sep 25*/
.tree a {
    color: Black;
    font-size: 13px;
}

.achortxt {
    color: #228b22;
}

.submission_bg {
    background-color: #f3fbf2;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    margin-bottom: 22px;
    box-shadow: 2px 2px 2px 2px #989898;
    padding: 4%;
}

.usermsg {
    font-size: 20px;
    color: #5C5C5C;
    text-align: center;
}

/*----------------------------------------------- Testimonials page ---------------------------------------------------------*/
.colorbase {
    background-color: #eff8ef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8ef), to(#f5fbf5));
    background-image: -webkit-linear-gradient(top, #eff8ef, #f5fbf5);
    background-image: -moz-linear-gradient(top, #eff8ef, #f5fbf5);
    background-image: -ms-linear-gradient(top, #eff8ef, #f5fbf5);
    background-image: -o-linear-gradient(top, #eff8ef, #f5fbf5);
    background-image: linear-gradient(to bottom, #eff8ef, #f5fbf5);
    border-bottom: 1px dashed #ccc5ad;
    border-right: 1px dashed #ccc5ad;
    border-left: 1px dashed #ccc5ad;
    border-top: 1px dashed #ccc5ad;
    padding: 5px;
    margin-top: 2%;
}

.discpadding {
    margin: 9px 8px 5px 8px;
}

.discpadding2 {
    margin: 0px 8px 9px 8px;
}

.nocolorbase {
    padding: 5px;
    height: 100%;
    overflow: hidden;
    margin: 7px 0px 9px 0px;
    border-bottom: 1px dashed #ccc5ad;
    border-left: 1px dashed #ccc5ad;
    border-top: 1px dashed #ccc5ad;
    overflow: hidden;
    border-right: 1px dashed #ccc5ad;
    background: #eee;
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
}
/*23 sep 25*/
.cherryhead {
    margin-bottom: 10px;
    margin-top: 5px;
}

.cherrybig {
    font-size: 14px;
    font-weight: bold;
    color: #be0901;
}

.cs-post-item {
    padding: 15px;
    text-align: center;
}

.cs-post-title h5 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}

.blogicon-tob img {
    max-width: 64px;
    height: auto;
}

.scipadd {
    padding-left: 79px;
    padding-right: 63px;
}

.newpeptidebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 15px;
}

    .newpeptidebox h3 {
        color: #06a146;
        margin: 0 0 8px 0;
    }

    .newpeptidebox p {
        margin: 0;
        font-size: 14px;
        color: #444;
    }

.catlog_thumbnail img {
    max-height: 80px;
    margin-left: 15px;
}

.tewmainbox {
    float: right;
    width: auto;
}



/* SVG Icons Styling */
.tew-icon {
    width: 31px;
    height: 31px;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.tew-box-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}

.tew-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #228b22;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .tew-link:hover {
        color: #196619;
    }

        .tew-link:hover .tew-icon {
            transform: scale(1.1);
            filter: brightness(0.8);
        }

.print-btn {
    background: none;
    border: none;
    color: #228b22;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    transition: all 0.3s ease;
}

    .print-btn:hover {
        color: #196619;
    }

        .print-btn:hover .tew-icon {
            transform: scale(1.1);
            filter: brightness(0.8);
        }

/* TEW Box Layout */
.tewbox {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}


/* Responsive Design */
@media (max-width: 768px) {
    .tewbox {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .tew-icon {
        width: 28px;
        height: 28px;
    }
}

/*css 28 oct 25*/

.np_pagebtn {
    float: left;
}

    .np_pagebtn a {
        background: #69c941;
        border: 1px solid #69c941;
        color: #fff;
        padding: 4px;
        margin: 1px;
    }

        .np_pagebtn a:hover {
            background: green;
            border: 1px solid #69c941;
            color: #fff;
            padding: 4px;
            margin: 1px;
        }

.np_head_pagebox {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.quotebox {
    margin: 5px;
    background: #f0f0f0;
    border: 2px dotted #a2a2a2;
    margin: 7px 0px 16px 0px;
}

.biotable {
    width: 100%;
}

.bioteblegreenrow {
    background: #4fb547;
    color: #ffffff;
    padding: 5px 15px !important;
}

.bioteblelightgreenrow {
    background: #e1ece1;
    background-color: WhiteSmoke;
    padding: 5px 5px !important;
}



hr {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    color: gray;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tree a:hover {
    color: #b4293a !important;
}

.icon-imp {
    fill: #2e8b57; /* Default color */
    vertical-align: middle;
    cursor: pointer;
    transition: fill 0.4s ease, transform 0.3s ease;
}

    .icon-imp:hover {
        fill: #b22222; /* Hover color */
        transform: scale(1.1); /* Optional zoom */
    }

@media screen and (min-width: 200px) and (max-width: 480px) {
    .treeouter {
        width: 100%;
        float: left;
    }

    @media screen and (min-width: 200px) and (max-width: 480px) {
        .pannels {
            width: 100%;
            float: right;
            margin-left: 10px;
            overflow-x: scroll;
        }
    }
}


/* Default (desktop/laptop) */
.responsive-quote-img {
    width: 481px;
    height: 33px;
}

/* Mobile view (Bootstrap breakpoint: below 768px) */
@media (max-width: 767.98px) {
    .responsive-quote-img {
        width: 100%;
        height: auto;
    }
}

.rfv-error {
    color: red !important;
    font-size: 15px;
    margin-top: 4px;
    display: block;
}
.req{
    color:red;
    font-size:15px;
    margin-left:0px;
}
.bcs-searchbox-submit {
    background: url(../../images/search.png) no-repeat scroll center center #404040;
    /* background-position: -667px -27px; */
    width: 41px;
    height: 42px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    background-color: #588e00;
    border-color: #5a9000;
    color: transparent;
    padding: 4px 13px 11px 26px;
    margin: -5px;
}
.bsc-searchbox {
    font: inherit;
    font-size: 16px;
    color: #222;
    background-color: transparent;
    width: calc(100% - 71px);
    margin: 2px -3px 0 33px;
    border: 0;
    max-height: 30px;
    outline: 0;
    box-sizing: content-box;
    vertical-align: top;
    height: 35px;
    width: 91.5% !important;
    background-color: #fff;
    border-radius: 5px 0px 0 5px !important;
    margin: 1px 0px 0 10px;
}
.topheading {
    background: #f8f9fa;
    color: green;
    padding: 10px;
    border: 1px solid green;
    border-radius: 10px;
    width: 100% !important;
}

/*26 nov 25*/
@media (min-width:1158px) {
    .bsc-searchbox {
        font: inherit;
        font-size: 16px;
        color: #222;
        background-color: transparent;
        width: calc(100% - 71px);
        margin: 2px -3px 0 33px;
        border: 0;
        max-height: 30px;
        outline: 0;
        box-sizing: content-box;
        vertical-align: top;
        height: 35px;
        width: 94.5% !important;
        background-color: #fff;
        border-radius: 5px 0px 0 5px !important;
        margin: 1px 0px 0 10px;
    }

    .bcs-container-searchbox {
        border-color: #cdcdcd;
        border-width: 1px;
        border-style: solid;
        /*font: 18px/normal 'Segoe UI',Arial,Helvetica,Sans-Serif;*/
        display: inline-block;
        width: 96%;
        padding: 0px;
        /*background-color: #dbdbdb;*/
        margin: 11px 6px 6px 22px;
    }
}

@media only screen and (min-width:320px) and (max-width:360px) {
    .bsc-searchbox {
        font: inherit;
        font-size: 16px;
        color: #222;
        background-color: transparent;
        width: calc(100% - 71px);
        margin: 2px -3px 0 33px;
        border: 0;
        max-height: 30px;
        outline: 0;
        box-sizing: content-box;
        vertical-align: top;
        height: 35px;
        width: 53% !important;
    }

    .bcs-container-searchbox {
        border-color: #cdcdcd;
        border-width: 1px;
        border-style: solid;
       /* font: 18px/normal 'Segoe UI',Arial,Helvetica,Sans-Serif;*/
        display: inline-block;
        width: 100%;
        padding: 0px;
       /* background-color: #dbdbdb;*/
    }
}

@media (max-width:480px) {
    .bsc-searchbox {
        font: inherit;
        font-size: 16px;
        color: #222;
        background-color: transparent;
        width: calc(100% - 71px);
        margin: 2px -3px 0 33px;
        border: 0;
        max-height: 30px;
        outline: 0;
        box-sizing: content-box;
        vertical-align: top;
        height: 35px;
        width: 80% !important;
        margin-left: 8px;
    }

    .bcs-container-searchbox {
        border-color: #cdcdcd;
        border-width: 1px;
        border-style: solid;
       /* font: 18px/normal 'Segoe UI',Arial,Helvetica,Sans-Serif;*/
        display: inline-block;
        width: 100%;
        padding: 0px;
       /* background-color: #dbdbdb;*/
    }
}

@media screen and (min-width:494px) and (max-width:900px) {
    .bsc-searchbox {
        font: inherit;
        font-size: 16px;
        color: #222;
        background-color: transparent;
        width: calc(100% - 71px);
        margin: 2px -3px 0 33px;
        border: 0;
        max-height: 30px;
        outline: 0;
        box-sizing: content-box;
        vertical-align: top;
        height: 35px;
        width: 79% !important;
    }

    .bcs-container-searchbox {
        border-color: #cdcdcd;
        border-width: 1px;
        border-style: solid;
        /*font: 18px/normal 'Segoe UI',Arial,Helvetica,Sans-Serif;*/
        display: inline-block;
        width: 100%;
        padding: 0px;
       /* background-color: #dbdbdb;*/
    }
}
