  .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #ffffff !important;
            line-height: 35px !important;
        }

        .select2-container--default .select2-selection--single {
            border: 1px solid #000000 !important;
            border-radius: 5px !important;
            background-color: #000000 !important;

        }

        .select2-container .select2-selection--single {
            height: 40px !important;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 32px !important;
        }

        .select2-container--default .select2-search--dropdown .select2-search__field {
            border: 1px solid #000000 !important;
        }

        .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
            background-color: crimson !important;
        }


        .card-s {
            margin: 10px auto;
            box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            height: 100%;
            transition: 0.3s;
            padding: 10px;
        }

        .card-s:hover {
            box-shadow: 1px 10px 16px 0 rgba(0, 0, 0, 0.3);
        }

        .title-s {
            text-align: center !important;
            color: #666666;
            font-weight: bold;
            font-size: 18px;
            line-height: 24px !important;
            margin-bottom: 1rem;
        }

        .card-s-image img {
            margin: 1vh 0;
            width: 50%;
            object-fit: cover;
        }

        .info-s {
            font-size: 12px;
            font-weight: 600;
            color: #1d1d1d;
            text-align: center !important;
            line-height: 13px !important;
        }

        .location-info {
            font-size: 14px;
            font-weight: 500;
            text-align: center !important;
            line-height: 13px !important;
            background: rgb(0, 0, 0);
            border-radius: 50px;
            padding: 5px;
        }

        .location-info a {
            color: white;
        }

        .location-info i {
            color: #fff;
            line-height: 16px !important;
        }


        .mb-2 {
            margin-bottom: 6px;
        }

        .mt-1 {
            margin-top: rem;
        }
        .se{
            background-color: #fff;
                box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
                padding: 20px; border-radius:5px;
        }
        .sc{
            background-color: rgb(0, 0, 0);
        }