 .ts-control {
            background-color: #fff;
            border-radius: 4px;
            min-height: 2.5em;
        }
        .ts-control input {
            background-color: transparent;
        }
        .ts-control > div.item {
            background-color: #e6f3ff;
            color: #000;
            border-radius: 3px;
            padding: 3px 6px;
            margin: 2px;
        }
        .ts-dropdown .active {
            background-color: #d0e8ff !important;
            color: #000;
        }
        .ts-dropdown .option.selected {
            background-color: #b8dcf7 !important;
            font-weight: bold;
        }

