.greenBtn {
    border: #449a45 1px solid;
    border-radius: 8px;
    padding: 10px 7px;
    max-width: 250px;
    background-color: white !important;
    color: #449a45;
}

a .greenBtn, .greenBtn {
    color: #449a45 !important;
    text-decoration: none;
}

    .greenBtn:hover {
        background-color: #449a45 !important;
        color: white !important;
    }

.video {
    height: 420px;
}

.buyNowBtn {
    color: #449a45;
    border: 1px solid #449a45;
    background-color: #c5e9c9;
    padding: 10px;
}

.productTitle {
    font-weight: bold;
    font-size: 2em;
}

.cfsre {
    width: 50%;
}

.activatedBtn {
    background-color: #449a45 !important;
    color: white !important;
}

.buyNowDiv {
    width: 80% !important;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.popup-image {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
    margin-top: 5%;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.popup-image {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
    margin-top: 5%;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.resultCard {
    width: 100% !important;
}

.activeProductBtn {
    box-shadow: 0 0 0 3px rgba(141, 198, 63, 0.5) !important;
}

.flex-direction-main {
    flex-direction: row;
}

.flex-direction {
    flex-direction: column;
    margin: auto;
}

.productBtnContainer {
    flex-wrap: nowrap;
    width: 60%;
    min-width: 300px;
    max-width: 680px;
}

.productDivider {
    margin: 22px 0;
}

.productBtn {
    min-width: 160px !important;
}


.harmRedtabs {
    display: flex;
    justify-content: center;
    flex-basis: auto;
    flex-wrap: nowrap;
    /*border-bottom: 2px solid #8f888c; */
    gap: 30px;
}

.harmReditem {
    min-height: 40px;
    margin-bottom: -px;
}


.harmRed {
    display: block;
    padding: 18px 20px;
    background-color: white;
    border: 3px solid transparent;
    color: grey;
    transition: font-color 0.3s, border-color 0.2s;
}


.harmRedFentanyl.active, .harmRedFentanyl:hover, .harmRedFentanyl:focus {
    text-decoration: none;
    color: #3c2491 !important;
    border-bottom: 3px solid #3c2491;
    padding-bottom: 18px;
    outline: none;
}

.harmRedXylazine:hover, .harmRedXylazine:focus, .harmRedXylazine.active {
    text-decoration: none;
    color: #f06568 !important;
    border-bottom: 3px solid #f06568;
    padding-bottom: 18px;
    outline: none;
}

.harmRedMedetomidine:hover, .harmRedMedetomidine:focus, .harmRedMedetomidine.active {
    text-decoration: none;
    color: #613413 !important;
    border-bottom: 3px solid #613413;
    padding-bottom: 18px;
    outline: none;
}

.harmRedBenzodiazepine.active, .harmRedBenzodiazepine:hover, .harmRedBenzodiazepine:focus {
    text-decoration: none;
    color: #ffb259 !important;
    border-bottom: 3px solid #ffb259;
    padding-bottom: 18px;
    outline: none;
}

.borderWrapper {
    width: 60%;
    margin: 0 auto;
    border-bottom: 1px solid #d4d5d6;
}

.buttonContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px;
    margin-top: -20px;
    flex-direction: row;
    margin-top: -180px;
}

.buttonMainStyle {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 15px;
    border: 2px solid white;
    width: 180px;
    height: 220px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: background-color 0.3s, border-color 0.3s;
    font-size: 13pt;
}

.imageSize {
    max-width: 150px;
    max-height: 127px;
    margin-bottom: 45px;
    margin-top: 15px;
}

.fentanylBtn:hover, .fentanylBtn.active, .fentanylBtn:focus {
    border: 2px solid #645d97;
    background-image: linear-gradient(to bottom, white, #e7e6ef);
    outline: none;
}

.fentanylBtn:active {
    border: 2px solid #645d97;
    background-color: #e7e6ef;
    outline: none;
    background-image: none;
    transition: background-color 0.2s, border-color 0.2s;
}


.xylazineBtn:hover, .xylazineBtn.active, .xylazineBtn:focus {
    border: 2px solid #f06568;
    background-image: linear-gradient(to bottom, white, #FBD8D9);
    outline: none;
}

.xylazineBtn:active {
    border: 2px solid #f06568;
    background-color: #FBD8D9;
    background-image: none;
    outline: none;
}

.medetomidineBtn:hover, .medetomidineBtn.active, .medetomidineBtn:focus {
    border: 2px solid #613413;
    background-image: linear-gradient(to bottom, white, #F2E4DD);
    outline: none;
}

.medetomidineBtn:active {
    border: 2px solid #613413;
    background-color: #F2E4DD;
    background-image: none;
    outline: none;
}

.benzodiazepineBtn:hover, .benzodiazepineBtn.active, benzodiazepineBtn:focus {
    border: 2px solid #ffb259;
    background-image: linear-gradient(to bottom, white, #fff7ee);
    outline: none;
}

.benzodiazepineBtn:active {
    border: 2px solid #ffb259;
    background-color: #fff7ee;
    background-image: none;
    outline: none;
}

.nitazeneBtn:hover, .nitazeneBtn.active, .nitazeneBtn:focus {
    border: 2px solid #304E33;
    background-image: linear-gradient(to bottom, white, #C8EACD);
    outline: none;
}

.nitazeneBtn:active {
    border: 2px solid #304E33;
    background-color: #C8EACD;
    background-image: none;
    outline: none;
}

@media only screen and (max-width: 1600px) {
    .buttonContainer {
        margin-top: -160px !important;
    }
}

@media only screen and (max-width: 1350px) {
    .buttonContainer {
        margin-top: -120px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .buttonContainer {
        margin-top: -80px !important;
    }
}

@media only screen and (max-width: 767px) {

    body {
        overflow-x: hidden;
    }

    .greenBtn {
        /* font-size: 11px;
         */ height: 40px;
        padding: 4px !important;
    }

    */

    .video {
        height: 180px;
    }

    .cfsre {
        width: 100%;
        padding: 10px;
    }

    iframe {
        width: 100%;
    }

    .buttonContainer {
        margin-top: -40px !important;
    }

    .buyNowDiv {
        width: 90% !important;
    }

    .popup-image {
        max-width: 80%;
        margin-top: 70%;
    }

    .close {
        top: 5px;
        right: 10px;
        font-size: 20px;
    }

    .productInsertDiv .col {
        padding: 6px !important;
    }

    .flex-direction-main {
        flex-direction: column;
        padding: 7.5px;
    }

    .flex-direction {
        flex-direction: row;
        width: 100%;
    }

    .productBtnContainer {
        width: 100%;
        min-width: none;
        max-width: none;
    }

    .left {
        margin-right: 7.5px !important;
    }

    .right {
        margin-left: 7.5px !important;
    }

    .productDivider {
        margin: 7.5px 0 !important;
    }

    .productBtn {
        min-width: 41% !important;
    }
}

.greenButtonContainer {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

    .greenButtonContainer > .btn, .greenButtonContainer > a > .btn {
        min-width: 180px;
    }

    .greenButtonContainer > a {
        display: inline-block;
    }

.warningBlackContainer {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.warningBlack {
    display: flex;
    justify-content: center;
    background-color: black;
    width: 80%;
    border-radius: 15px;
    color: white;
    font-weight: bold;
    font-size: 13pt;
    padding: 13px;
    margin-bottom: 20px;
    text-align: center;
}

.xylazineBannerTextLarge {
    font-size: larger;
}

.xylazineBannerTextSmall {
    font-size: medium;
}

@media only screen and (max-width: 650px) {
    .greenButtonContainer {
        width: 100% !important;
    }
}

@media only screen and (max-width: 595px) {
    .xylazineBannerTextLarge {
        font-size: large;
    }

    .xylazineBannerTextSmall {
        font-size: small;
    }

    .tabxylazine, .tabfentanyl {
        margin-top: 10px;
    }

    .buttonContainer {
        margin-top: -120px !important;
    }

    .greenButtonContainer .buyNow {
        order: 1;
    }

    .greenButtonContainer .vidBtn {
        order: 3;
    }

    .greenButtonContainer .resultBtn {
        order: 5;
    }

    .greenButtonContainer a:nth-child(4) {
        order: 2;
    }

    .greenButtonContainer a:nth-child(5) {
        order: 4;
    }

    .greenButtonContainer a:nth-child(6) {
        order: 6;
    }
}

@media only screen and (max-width: 500px) {

    .buttonContainer {
        margin-top: -80px !important;
    }

    .borderWrapper {
        width: 85% !important;
    }

    .buttonMainStyle {
        width: 180px;
        height: 150px !important;
        border-radius: 20px !important;
    }

    .imageSize {
        max-width: 120px !important;
        max-height: 100px !important;
        margin-bottom: 10px !important;
        margin-top: 5px !important;
    }

    .warningBlack {
        width: 95% !important;
    }
}

@media only screen and (max-width: 433px) {

    .borderWrapper {
        width: 95% !important;
    }

    .buttonMainStyle {
        width: 145px !important;
        height: 100px !important;
        border-radius: 20px !important;
        font-size: 10pt !important;
    }

    .buttonContainer {
        gap: 15px !important;
        margin-top: -90px !important;
    }

    .imageSize {
        max-width: 100px !important;
        max-height: 100px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .harmRed {
        margin-top: -40px !important;
    }

    .productTitle {
        font-size: 14pt !important;
        margin-right: 20px !important;
    }

    .greenButtonContainer > .btn, .greenButtonContainer > a > .btn {
        min-width: 150px !important;
    }
}

@media only screen and (max-width: 350px) {
    .productBtn {
        font-size: small !important;
    }
}
