.button-flex {
    display: flex;
    justify-content: space-around;
}

.hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.p-title {
    margin-top: 40px;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.right-float {
    float: right;
}

.title {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
}

.subtitle {
    font-size: 1.5rem;
    color: #000;
}

.header-div {
    margin-bottom: 5%;
}

.fields-body-div {
    justify-content: space-between;
}

.button-div {
    display: flex;
    justify-content: flex-end;
}

.admin-button-div {
    display: flex;
    justify-content: flex-end;
}

.field-scale-div {
    display: flex;
    justify-content: space-between
}

.field-info-div {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
}

.plan-name-button-div {
    display: flex;
    justify-content: space-between;
}

.gp_title {
    font-size: 16px;
    font-weight: 500;
}

.calculator1 {
    color: #000;
}

.name-modal {
    font-size: 16px;
    font-weight: 500;
}

.manuf-modal {
    font-size: 13px;
}

.gp-div {
    display: flex;
    justify-content: space-between;
}

.icon {
    color: green;
}

    .icon:hover {
        color: red;
    }

.txt-div {
    position: relative;
}

    .txt-div:hover {
        color: green;
        font-weight: 600;
        top: -1px;
    }

.slidecontainer {
    width: 70%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    width: 40%; /* Full-width */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        width: 15px; /* Set a specific slider handle width */
        height: 15px; /* Slider handle height */
        background: #5cb85c; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .slider::-moz-range-thumb {
        background: #04AA6D; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }


.field-foreach-div {
    display: flex;
    justify-content: space-between
}

.pdate {
    text-align: center;
    display: flex;
}

.pbbch {
    text-align: end;
}


.icon_delete {
    color: red;
}

.color-red {
    color: red;
}

.modal-body {
    max-height: 75vh;
    overflow-y: auto;
}

.name-modal {
    text-align: left;
    width: 130px;
}

.fieldnamediv {
    max-width: 180px;
}

.modal-content {
    max-height: 100vh;
}

.divbbch {
    margin-left: 5%;
}

.span-validation {
    color: red;
    font-weight: 600;
}

.center {
    text-align: center;
}

.divheight {
    height: 100vh;
}

.width50div {
    width: 50%;
}

.minmaxdiv {
    display: flex;
    justify-content: space-between;
}

.button-end {
    display: flex;
    justify-content: space-evenly;
}

.title-nav {
    background: white !important;
}

    .title-nav:hover {
        background: white !important;
    }

.list-nav {
    display: block;
    color: #23c05d;
    font-weight: 600;
    margin: 3px 0;
    padding: 3px 10px;
}

    .list-nav:hover {
        text-decoration: none;
        color: #0b6f31;
    }

.add-btn {
    margin: 25px 0px;
}

.media-gp {
    display: none
}

.media-country-div {
    display: none;
}

.media-div {
    display: none;
}


@media only screen and (max-width: 767px) {
    .list-nav {
        padding-left: 30px;
    }

    .header-title {
        display: none;
    }

    .bbch-modal-header {
        background-color: #5cb85c;
    }

    .title {
        color: white;
    }

    .subtitle {
        color: white;
    }

    .btn-dodaj {
        position: relative;
        right: 10px;
        bottom: 30px;
    }

    .single-product {
        display: flex;
        justify-content: space-between;
    }

    .media-flex {
        display: flex;
    }

    .btnx {
        position: relative;
        bottom: 19px;
    }

    .width50div {
        width: 100%;
    }

    .screen-div {
        display: none
    }

    .media-gp {
        display: inline-block;
    }

    .gp {
        display: none
    }

    .media-country-div {
        display: flex;
        width: 60%;
    }

    .media-div {
        display: flex;
        flex-direction: column;
        width: 80%;
    }

    .txt-div {
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
    }

    .admin-button-div {
        display: flex;
        justify-content: flex-end;
        padding-right: 10px;
    }

    .button-end {
        display: flex;
        justify-content: space-around;
    }
}

.bbch-modal-header {
    background-color: #5cb85c !important;
    padding: 15px;
}

.title {
    color: white;
}

.subtitle {
    color: white;
}

.greyicon {
    color: grey;
}

.greytext {
    color: grey;
}

