﻿.sweetContainerWithPath .swal2-content {
    overflow-y: auto;
    height: 11em;
}

.sweetContainerWithPath {
    width: 47em;
}

    .sweetContainerWithPath ::-webkit-scrollbar {
        opacity: 0.3;
        width: 8px;
    }

    .sweetContainerWithPath ::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .sweetContainerWithPath ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/* for fireFox*/
@supports (-moz-appearance:none) {
    .sweetContainerWithPath .swal2-content {
        scrollbar-width: thin !important;
        scroll-behavior: smooth !important;
        scrollbar-color: rgb(136, 136, 136) white !important;
    }
}

@media only screen and (min-width: 600px) {
    .sweetContainer {
        min-width: 499px;
        height: 87px;
    }
}
