﻿.medicine_table tr th {
    background-color: #f1f1f1;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #cfcfcf;
}


.medicine_table tr td {
    background-color: #fafafa;
    font-size: 14px;
    border: 1px solid #cfcfcf;
}

ul.categories li button.active {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #0288d0, #ffb226, #0288d0) 1;
    background-color: #0288d0;
    color: white;
}


.liCategory button {
    padding: 10px 7px;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.sticky .bottom-bar {
    background-color: white;
    width: 100%;
    position: fixed;
    top: 0;
}

    .sticky .bottom-bar .two-bar {
        padding: 5px 0;
        padding-top: 5px;
    }


.wtsp_modal .modal.fade .modal_fixed_left {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateX(-100%);
    opacity: 0;
}

.wtsp_modal .modal-header {
    padding: 7px 18px;
    justify-content: flex-start;
}

.wtsp_modal .modal.show modal_fixed_left {
    transform: translateX(0);
    opacity: 1;
}

.wtsp_modal .modal-backdrop.show {
    opacity: 0;
}

.wtsp_modal .modal-content {
    border: none;
}

.fixed-bottom-left {
    position: fixed;
    bottom: 10px;
    left: 10px;
    /* background: white; */
    /* border-radius: 20px; */
    color: black;
    /* border: 1px solid green; */
    color: green;
    /* font-size: 16px; */
    font-weight: 500;
    /* padding: 6px 20px 8px 20px; */
    width: 60px;
    z-index: 3;
}

.wtsp_modal .modal_fixed_left {
    position: fixed;
    top: 15%;
    left: 10px; /* Adjust this value to set the distance from the left side */
    transform: translate(0, -50%);
}

.goog-te-gadget-simple {
    border-radius: 6px !important;
    border: 0 !important;
    padding: 3px 7px !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

body {
    top: 0 !important;
}

@media (max-width: 768px) {
    .request-quote {
        margin: 10px;
        padding: 40px 30px;
    }

     .content-style {
        margin: 10px;
        padding: 40px 30px;
    }
}

