 * {
     font-family: "Poppins", sans-serif;
     min-width: 0px;
 }

 @media (min-width: 1400px) {
     .container {
         width: 1320px !important;
     }
 }

 .ui-autocomplete .ui-menu-item {
     padding: 10px;
     border-bottom: 1px solid #e8e8e8 !important;
 }

 .ui-autocomplete .ui-menu-item:hover {
     background-color: #f8f8f8;
 }

 .ui-autocomplete .ui-menu-item a:hover {
     background-color: unset;
 }

 .btn-edge-round {
     min-height: 20px;
     padding: 10px;
     margin-bottom: 10px;
     color: #139194;
     background-color: #fff;
     border: 1px solid #139194;
     border-radius: 24px;
     -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, .1);
     box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, .1);
 }

 .btn-edge-round:hover {
     padding: 10px;
     color: #fff;
     background-color: #139194;
 }


 .bg-yellow-500 {
     --bs-bg-opacity: 1;
     background-color: #f9e647 !important;
 }

 .text-black {
     color: #000 !important;
 }

 .py-3 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
 }

 .display-4 {
     font-size: 2.5rem !important;
     font-weight: 300 !important;
     line-height: 3.5rem !important;
 }

 .my-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
 }

 .mt-5 {
     margin-top: 3rem !important;
 }

 .mb-5 {
     margin-bottom: 3rem !important;
 }

 .coupon-item-card {
     border: 1px solid #e8e8e8;
     border-radius: 5px;
     padding: 10px;
     margin-bottom: 20px;
     background-color: #fff;
     -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
     padding: 20px;
 }

 .d-flex {
     display: flex;
 }

 .align-items-center {
     align-items: center;
 }

 .justify-content-between {
     justify-content: space-between;
 }

 .px-3 {
     padding-left: 1rem !important;
     padding-right: 1rem !important;
 }

 .px-5 {
     padding-left: 3rem !important;
     padding-right: 3rem !important;
 }

 .border-radius-5 {
     border-radius: 5px;
 }

 .py-5 {
     padding-top: 5rem !important;
     padding-bottom: 5rem !important;
 }

 .mt-2 {
     margin-top: 0.5rem !important;
 }

 .d-block {
     display: block;
 }

 .text-underlined {
     text-decoration: underline;
 }

 .mt-4 {
     margin-top: 2rem !important;
 }

 .form-control {
     /* make it nicer */
     border-radius: 5px;
     border: 1px solid #e8e8e8;
     padding: 10px;
     font-size: 14px;
     color: #000;
     background-color: #fff;
     -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
     height: 45px;
 }

 .align-items-end {
     align-items: flex-end;
 }

 .drug-price {
     font-size: 18px;
 }



 .modal-dialog .modal-content {
     border-bottom: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-bottom: none;
     padding: 20px;
 }

 .modal-dialog .modal-header,
 .modal-dialog .modal-footer {
     border: none;
 }

 .reason-modal .modal-header {
     padding-top: 0;
 }

 .modal-dialog .sc-logo img {
     height: auto;
     width: 133px;
 }

 .reason-modal .sc-icon-close {
     background: url(/content/images/icon_close.png) no-repeat center;
     border: 0;
     cursor: pointer;
     display: block;
     height: 30px;
     position: absolute;
     right: 15px;
     top: 15px;
     width: 30px;
 }

 #send-coupon .modal-body {
     background: transparent;
     min-height: 0;
     padding-bottom: 0;
     padding-top: 0;
     width: 100%;
 }

 .reason-modal .modal-body h3,
 .reason-modal .modal-body span {
     color: #565a5c;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.5;
 }

 .reason-modal .modal-body .modal-body--header {
     border-bottom: 1px solid #eaeaea;
     margin-bottom: 30px;
     margin-left: 10%;
     margin-right: 10%;
     padding-bottom: 15px;
 }

 .reason-modal .modal-body .modal-body--header-title {
     font-size: 22px;
     font-weight: 600;
 }

 .reason-modal .modal-body .modal-body--header-title-price {
     font-weight: 600;
 }

 .send-coupon .coupon-modal--card-image {
     margin: 10px 0 30px;
     text-align: center;
 }

 .send-coupon .sc-form__text {
     height: 41px;
 }

 .text-below-card-image {
     padding-bottom: 30px;
 }

 .ios-wallet,
 .android-wallet {
     height: 40px;
 }

 .sc-form-row .sc-form__label {
     display: inline-block;
     margin-bottom: 2px;
     padding-bottom: 0px;
     width: 100%;
     color: #565a5c;
     text-align: left;
 }

 .sc-form-row .sc-form__text,
 .sc-form-row .sc-form__email {
     width: 65%;
 }

 form .sc-form-row .sc-form-cta {
     display: inline-block !important;
     padding-left: 15px;
     padding-top: 0px !important;
 }

 .send-coupon .form-group .sc-form-cta {
     -webkit-flex-direction: row-reverse;
     flex-direction: row-reverse;
 }

 .loading-btn {
     margin-top: 10px;
 }

 .sc-form-conditions {
     padding-top: 20px;
     text-align: center;
 }

 #send-coupon .label-error {
     color: #cf3c3c;
     display: block;
     font-size: 12px;
 }

 .modal-dialog .modal-content-bottom {
     background: #50e3c2;
 }

 .modal-dialog .modal-content-bottom .modal-content-bottom-title {
     color: #4a4a4a;
     font-weight: 600;
     padding-bottom: 15px;
 }

 .modal-dialog .modal-content-bottom .modal-content-bottom-copy {
     font-weight: normal;
     line-height: 1.25;
     padding-bottom: 10px;
     text-align: left;
 }

 .modal-dialog .modal-content-bottom a {
     color: #565a5c;
     text-decoration: underline;
 }

 .wallet-coupon .wallet-btn {
     margin-top: 15px;
 }

 .wallet-coupon .activity-indicator {
     display: inline-block;
     margin: 15px auto 0;
 }

 @media screen and (max-width: 767px) {
     #send-coupon {
         padding: 0 !important;
     }

     .reason-modal {
         margin: 0;
     }

     .modal-content {
         background: #f9f9f9;
     }

     #send-coupon .modal-content {
         padding: 20px 15px;
     }

     .reason-modal .modal-content {
         height: auto;
         width: 100%;
     }

     .reason-modal .modal-body .modal-body--header {
         margin-bottom: 15px;
         margin-left: auto;
         margin-right: auto;
         width: 290px;
     }

     #send-coupon .modal-body {
         padding: 0 0 15px;
     }

     #send-coupon .modal-body--title span {
         font-size: 16px;
         margin: 0 auto 30px;
         width: 290px;
     }

     .send-coupon .coupon-modal--card-image {
         margin-bottom: 30px;
     }

     a.go-back {
         display: none;
     }

     .send-btns .print {
         display: none;
     }

     .modal-dialog .modal-content-bottom {
         padding: 15px 15px 130px;
     }

     .modal-content-bottom-copy-mobile-last {
         padding-bottom: 25px !important;
     }
 }

 @media only screen and (min-width: 768px) {
     .reason-modal {
         left: 0;
         margin: auto;
         position: absolute;
         right: 0;
         top: 0%;
     }

     .reason-modal,
     .reason-modal .modal-content {
         width: 750px;
     }

     #send-coupon .modal-content {
         width: 100%;
     }

     #send-coupon .modal-body--title span {
         font-weight: 600;
         line-height: normal;
         margin: 30px auto 60px;
     }

     .send-coupon {
         padding-bottom: 15px;
     }

     .send-btns {
         display: -webkit-inline-box;
         display: -ms-inline-flexbox;
         display: inline-flex;
         justify-content: space-between;
         width: 45%;
     }

     .send-coupon .form-group {
         margin-bottom: 0;
         width: 100%;
     }

     .send-coupon .sc-form-row {
         margin: 0 auto;
         width: 290px;
     }

     .modal-dialog .modal-content-bottom {
         padding: 30px 10%;
     }

     .modal-content-bottom-copy-desktop-last {
         padding-bottom: 50px !important;
     }
 }

 /* Limited Flow Specific CSS */
 @media only screen and (min-width: 768px) {
     #send-coupon .modal-content.limited-modal-content {
         min-height: 550px;
     }

     .send-coupon .coupon-modal--card-image.limited-card-last {
         margin-top: 45px;
     }

     a.go-back {
         display: block;
         position: relative;
         left: 5%;
         text-align: left;
         width: 150px;
         z-index: 1;
     }

     a.go-back::before {
         border: 2px solid #00baf2;
         border-right: 0;
         border-top: 0;
         content: '';
         display: inline-block;
         height: 9px;
         margin-right: 3px;
         position: relative;
         -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
         width: 9px;
     }

     .coupon-modal--card-image::before {
         background: url(/content/images/prescriptions/pill-oblong-pink.png) no-repeat;
         background-position: 20px 135px;
         background-size: 80px;
         content: '';
         display: inline-block;
         height: 300px;
         position: absolute;
         left: 0%;
         top: 0%;
         transform: rotate(-27deg);
         width: 200px;
     }

     .coupon-modal--card-image::after {
         background: url(/content/images/prescriptions/pill-oblong-pink.png) no-repeat;
         background-position: 25px 140px;
         background-size: 80px;
         content: '';
         display: inline-block;
         height: 300px;
         position: absolute;
         right: 0%;
         top: 0%;
         transform: rotate(-92deg);
         width: 200px;
     }

     .send-btns::before {
         background: url(/content/images/prescriptions/pill-oblong-pink.png) no-repeat;
         background-position: 100px 280px;
         background-size: 80px;
         content: '';
         display: inline-block;
         height: 400px;
         position: absolute;
         left: 0%;
         top: 0%;
         transform: rotate(0deg);
         width: 200px;
     }
 }

 /* /Limited Flow Specific CSS */
 /* Exclusive Flow Specific CSS */
 .exclusive-flow-copy {
     bottom: 3%;
     font-size: 12px;
     line-height: normal;
 }

 .exclusive-flow-copy a {
     color: #565a5c;
     text-decoration: underline;
 }

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

     .exclusive-flow .email,
     .exclusive-flow .text {
         display: none;
     }

     .exclusive-flow .send-coupon .coupon-modal--card-image,
     .exclusive-limited-flow .send-coupon .coupon-modal--card-image {
         margin-bottom: 30px;
     }

     .exclusive-flow .text-below-card-image,
     .exclusive-limited-flow .text-below-card-image {
         padding-bottom: 15px;
     }

     .exclusive-flow-copy {
         position: relative;
     }
 }

 @media only screen and (min-width: 768px) {
     .exclusive-flow-copy {
         padding-left: 14%;
         position: absolute;
     }

     .exclusive-flow .send-btns::before,
     .exclusive-limited-flow .send-btns::before,
     .exclusive-flow .email,
     .exclusive-flow .text,
     .exclusive-flow a.go-back,
     .exclusive-limited-flow a.go-back {
         display: none;
     }

     .exclusive-flow .coupon-modal--card-image::before,
     .exclusive-limited-flow .coupon-modal--card-image::before {
         background: url(/content/images/prescriptions/pill-round.svg) no-repeat, url(/content/images/prescriptions/pill-round.svg) no-repeat, url(/content/images/prescriptions/pill-round.svg) no-repeat;
         background-position: 50px 150px, 45px 225px, 130px 275px;
         background-size: 60px, 30px, 35px;
         height: 400px;
         transform: rotate(0deg);
         width: 200px;
     }

     .exclusive-flow .coupon-modal--card-image::after,
     .exclusive-limited-flow .coupon-modal--card-image::after {
         background: url(/content/images/prescriptions/pill-round.svg) no-repeat, url(/content/images/prescriptions/pill-round.svg) no-repeat, url(/content/images/prescriptions/pill-round.svg) no-repeat;
         background-position: 100px 160px, 150px 195px, 105px 250px;
         background-size: 30px, 30px, 50px;
         height: 400px;
         right: 0%;
         transform: rotate(0deg);
         width: 200px;
     }

     .exclusive-flow .modal-content.extend-modal-content,
     .exclusive-limited-flow .modal-content.extend-modal-content {
         height: 695px;
     }

     #send-coupon.exclusive-flow .modal-body--title span,
     #send-coupon.exclusive-limited-flow .modal-body--title span {
         margin-bottom: 30px !important;
     }

     .exclusive-flow .send-coupon .coupon-modal--card-image {
         margin-bottom: 15px !important;
     }

     .exclusive-flow .send-btns .exclusive-flow-print {
         bottom: -5%;
         margin-left: 7%;
         position: absolute;
     }

     .exclusive-flow .send-coupon {
         padding-bottom: 45px;
     }
 }

 /* /Exclusive Flow Specific CSS */
 /* Notifications */
 .modal-notification {
     background: #28a745;
     color: white;
     font-size: 16px;
     font-weight: 600;
     line-height: 1.5;
     padding: 18px 20px;
     position: relative;
     text-align: center;
     width: 100%;
     margin: 0;
     box-shadow: 0 2px 8px rgba(0,0,0,0.15);
 }
 
 .modal-notification i {
     margin-right: 8px;
 }

 .fade-enter-active,
 .fade-leave-active {
     -webkit-transition: opacity .5s;
     transition: opacity .5s;
 }

 .fade-enter,
 .fade-leave-to {
     opacity: 0;
 }


 .modal.fade {
     background: rgba(51, 51, 51, .85);
 }

 .sc-btn-cyan {
     background: #00baf2;
     color: #fff
 }

 .sc-btn-cyan:hover,
 .sc-btn-cyan:focus {
     background: #48caf1;
     color: #fff
 }

 .sc-btn-pink {
     background: #e84073;
     color: #fff
 }

 .sc-btn-pink:hover,
 .sc-btn-pink:focus {
     background: #ea7599;
     color: #fff
 }

 .send-btns button {
     padding: 10px 25px;
 }

 .modal-dialog.reason-modal {
     margin-top: 70px;
     padding-top: 70px;
 }

 .sc-form-row .sc-form__label {
     display: inline-block;
     margin-bottom: 2px;
     padding-bottom: 0px;
     width: 100%;
     font-size: 14px;
 }

 .sc-form-row .sc-form__text,
 .sc-form-row .sc-form__email {
     width: 65%;
 }

 .sc-form-row .sc-form-cta {
     display: inline-block !important;
     padding-left: 15px;
     padding-top: 0px !important;
 }

 .send-coupon .form-group .sc-form-cta {
     -webkit-flex-direction: row-reverse;
     flex-direction: row-reverse;
 }

 .loading-btn {
     margin-top: 10px;
 }

 .sc-form-conditions {
     padding-top: 20px;
     text-align: center;
 }

 #send-coupon .label-error {
     color: #cf3c3c;
     display: block;
     font-size: 12px;
 }

 .sc-btn-cyan,
 .sc-btn-pink,
 .sc-btn-teal,
 .sc-btn-blue,
 .sc-btn-green,
 .sc-knockout-btn,
 .sc-outline-btn--cool-gray,
 .sc-outline-btn--cyan,
 .sc-outline-btn--white,
 .sc-text-btn--cool-gray,
 .sc-text-btn--cyan,
 .sc-text-btn--gray,
 .sc-text-btn--white {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     font: 400 16px 'Open Sans', sans-serif;
     letter-spacing: .03em;
     text-decoration: none;
     border: none;
     border-radius: 4px;
     box-sizing: border-box;
     cursor: pointer;
     display: inline-block;
     line-height: 120%;
     margin: 0;
     transition: background-color .3s, box-shadow .3s, color .3s;
     height: 40px;
     padding: 11px 20px
 }

 .send-coupon .form-group .sc-form-conditions p {
     font-size: 12px;
     padding-top: 15px;
     color: #565a5c;
 }

 div#items-container {
     padding-bottom: 50px;

 }

 .loader {
     font-size: 20px;
 }

 .mt-1 {
     margin-top: 1rem !important;
 }

 .mt-2 {
     margin-top: 2rem !important;
 }

 .show {
     display: block !important;
     opacity: 1 !important;
 }

 .nav-link.active {
     border-bottom: 2px solid;
 }

 .p-0 {
     padding: 0 !important;
 }

 strong {
     font-weight: bold;
 }

 .drug-details--header-name {
     font-size: 3.5rem;
 }

 .drug-details--pronunciation {
     font-size: 2.5rem;
 }

 .drug-details--data {
     display: flex;
     justify-content: space-between;
     padding: 30px 0px;
 }

 p {
     font-size: 16px;
 }

 ul.custom-list-group li {
     padding: 5px 0;
 }

 ul.custom-list-group {
     padding-left: 15px;
 }

 .invalidText {
     color: red;
     margin-top: 5px;
     font-size: 13px;
 }

 span#basiaddon2 {
     color: #999999;
     padding: 15px;
 }

 input#zipcode_search {
     height: 45px;
     padding-left: 40px;
     background: #f0f2f296;
 }

 .is-invalid {
     border-color: #dc3545;
     /* placeholder color red */
 }

 .is-invalid::placeholder,
 .is-invalid::-webkit-input-placeholder {
     color: #dc3545;
     /* placeholder color red */
 }

 .is-invalid #basiaddon2 {
     color: #dc3545;
     /* placeholder color red */
 }

 .modal-dialog .modal-content-bottom {
     border-radius: 5px;
 }
input#txt_itemname_header2 {
    max-width: 260px;
}
#accordion-cat-1 .panel-heading {
    padding: 19px;
    border:none
}
.icons-sec{
    margin-top: -38rem;
}
button#getpricebutton {
    margin-left: 20px;
}
 /* css for mobile */
 @media (max-width:768px) {
     .drug-price-card {
         flex-direction: column;
         text-align: center;
         gap: 20px;
     }

     .drug-title {
         text-align: left;
         margin-top: 20px;
     }

     img.drug-image {
         width: 100%;
     }

     .flex-column-sm {
         flex-direction: column;
     }

     .col-xs-12 {
         width: 100%;
     }

     .pb-3 {
         padding-bottom: 1.5rem !important;
     }

     input#home_input {
         max-width: 250px !important;
     }

 }
